- From: Tony Ward <notifications@github.com>
- Date: Tue, 02 Sep 2025 09:21:15 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 2 September 2025 16:21:19 UTC
ynotdraw left a comment (WICG/webcomponents#1111) Hello! We have a few use cases in our Web Component Design System at https://github.com/CrowdStrike/glide-core where `referenceTarget` would solve quite a few pain points for us. Our [Tooltip container](https://github.com/CrowdStrike/glide-core/blob/main/src/tooltip.container.ts#L16-L33) component only exists because we couldn't use `referenceTarget` yet. Same for our [Options](https://github.com/CrowdStrike/glide-core/blob/main/src/options.ts#L20-L32) component, which makes our Menu options accessible. Our form components, such as Input and Textarea, have a Label built-in for similar reasons. If we could leverage cross shadow root aria, we would likely make the Label component public so that folks can properly wire up form controls to our Label. Until then, we bake the Label into these components. Hope this is helpful! Happy to chat more as well if it'd be help. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/1111#issuecomment-3246004297 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/1111/3246004297@github.com>
Received on Tuesday, 2 September 2025 16:21:19 UTC