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

Given this exportparts chain, which page selector correctly targets the deeply nested `part="track"`?

<!-- outer-el shadow root --> <inner-el exportparts="track: slider-track"></inner-el> <!-- inner-el shadow root --> <div part="track"></div>