- From: Rob Eisenberg <notifications@github.com>
- Date: Wed, 07 Jun 2023 05:54:11 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 7 June 2023 12:54:17 UTC
@bennypowers Just to be clear, if I were to implement a custom input, the guidance would be to: * hook up element internals * add `aria-hidden=true` to the shadow input * make the host delegate focus but do not put a role on the host * move any aria- from the host to the input. Is that correct or did I mix together two different approaches? I'm building some learning contents around this so I want to make sure I've got the best approach in my demos. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/1014#issuecomment-1580757780 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/1014/1580757780@github.com>
Received on Wednesday, 7 June 2023 12:54:17 UTC