Merge pull request #2357 from vsemozhetbyt/patch-1

Sync examples from 2 commits in 8.5 (Shadow DOM slots...)
This commit is contained in:
Ilya Kantor 2020-12-06 19:40:33 +03:00 committed by GitHub
commit c56e6a57ac
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>