Re: [WICG/webcomponents] Can ElementInternals have ARIA properties pointing inside the shadow root? (Issue #974)

```js
this.attachInternals().ariaDescribedBy = 'foo'
```
I don't see how this could work as the ID search would happen within the node tree. But if you point directly to an element I think it can work and we should make it work. In fact, any element that shares the same shadow-including root ought to be fine as `ElementInternals` is supposed to be encapsulated itself.

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

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

Received on Thursday, 15 December 2022 15:40:38 UTC