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>
|
||||
</div>
|
||||
<fieldset>
|
||||
<legend>About me</legend>
|
||||
<legend>Other information</legend>
|
||||
*!*
|
||||
<slot>
|
||||
<div>Hello</div>
|
||||
<div>I am John!</div>
|
||||
<div>I like to swim.</div>
|
||||
<div>...And play volleyball too!</div>
|
||||
</slot>
|
||||
*/!*
|
||||
</fieldset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue