Re: [WICG/webcomponents] [a11y]: permit aria-hidden=true on focusable shadow elements in FACE (Issue #1014)

@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