Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardHTMLslotted part exportpartsSingle-choice MCQ

A <slot> in the shadow tree has fallback content <em>none</em>. The host has one light-DOM child. In the flattened tree used for rendering and ::slotted matching, what is true?

<!-- shadow --> <slot><em>none</em></slot> <!-- light DOM --> <my-el><span>hi</span></my-el>