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

Given a host that re-exports a part with a remap, which selector in the outermost page correctly targets the underlying inner element, and why?

<!-- <fancy-input> shadow root contains: --> <base-input exportparts="field: inner-field"></base-input> <!-- <base-input> shadow root contains: --> <input part="field">