- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 15 Dec 2022 07:40:25 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 15 December 2022 15:40:38 UTC
```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