Sync examples from 2 commits in 8.5 (Shadow DOM slots...)
This commit is contained in:
parent
68dfa95daa
commit
59a579f566
1 changed files with 3 additions and 3 deletions
|
@ -227,11 +227,11 @@ The flattened DOM looks like this:
|
||||||
</slot>
|
</slot>
|
||||||
</div>
|
</div>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>About me</legend>
|
<legend>Other information</legend>
|
||||||
*!*
|
*!*
|
||||||
<slot>
|
<slot>
|
||||||
<div>Hello</div>
|
<div>I like to swim.</div>
|
||||||
<div>I am John!</div>
|
<div>...And play volleyball too!</div>
|
||||||
</slot>
|
</slot>
|
||||||
*/!*
|
*/!*
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue