Sync examples from 2 commits in 8.5 (Shadow DOM slots...)

This commit is contained in:
Vse Mozhe Buty 2020-12-06 18:30:45 +02:00 committed by GitHub
parent 68dfa95daa
commit 59a579f566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>