aom
aom copied to clipboard
RFC: Reference Target for Cross-root ARIA
Reference Target is a new feature that enables creating ARIA links to elements inside a component's shadow DOM, while maintaining encapsulation of the internal details of the shadow DOM.
The full proposal is in this PR, and you can see a formatted version here:
📜 Reference Target for Cross-root ARIA
I'd really appreciate any feedback and comments! You can leave comments directly on the .md file in this PR.
Thank you to @alice, @annevk, and @chrisdholt for taking an earlier look at this proposal and giving feedback.
Apologies this has been sitting around for a while. I've made some updates to this proposal. Here's a summary:
- Renamed the feature to "Reference Target" instead of "Reference Delegate". See https://github.com/WICG/aom/pull/207#discussion_r1445354205
- Broke proposal into two phases. Phase 1 includes only the
referenceDelegateattribute to try to get that feature in faster. Phase 2 can come later to give more bake time for thereferenceDelegateMapattribute, or some alternative. - Made updates based on PR feedback, and for clarity.
It would be great to get this explainer merged into the AOM repo once people have had a chance to look at the edits. Thank you for the reviews!
cc @alice, @nolanlawson, @Westbrook, @annevk, @asyncLiz
Thank you for the feedback everyone! I'm going to merge this PR to get the explainer checked in. Further feedback can be in the form of an issue in the aom repo. Thanks!
Nice one! Thanks for all your work on this!