chapters.io lightning talk
<video crossorigin="anonymous" poster="https://upload.wikimedia.org/wikipedia/commons/c/c5/Big_buck_bunny_poster_big.jpg" controls> <!-- video files --> <source src="https://rawgit.com/bkardell/gaps/master/big_buck_bunny.mp4" type="video/mp4"> <!-- text track file --> <track kind="captions" label="English captions" src="https://rawgit.com/bkardell/gaps/master/subtitles.vtt" srclang="en" default /> </video>
It creates DOM like this. It's a tree.
Where did all those things come from? Buttons, sliders, etc?
Each of these shadow roots contains a DocumentFragment
which is, in effect, it's own Document in tree terms
Dude, where's my content?
<flag-wrapper> has 1 child, it isn't shown
slot(s) are projected into the display, not moved