[WICG/webcomponents] RFC: Element Handles for Cross-root ARIA (cross-post from wicg/aom) (Issue #1020)

I've written a proposal for solving the cross-root ARIA problem with a new feature called handles. 

Element handles are a way to refer to an element inside a shadow tree from an ID reference attribute like aria-labelledby or for, while preserving shadow DOM encapsulation. Handles can be summed up as "like [shadow parts](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part), but for ID references." Much of the API is designed to be parallel to the shadow parts API and follows similar syntax.

The RFC is on the Accessibility Object Model project, but I figured it would be helpful to cross-post it to the Web Components project as well.
* https://github.com/WICG/aom/pull/200

Please add comments on the above PR, rather than in replies to this issue, to keep the discussion in one place. Thanks!

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/1020
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/1020@github.com>

Received on Thursday, 20 July 2023 20:36:09 UTC