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