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

Thanks for asking @EisenbergEffect. I'm hesitant to offer anything in this thread as "good advice" for a few reasons: 
1. this whole idea is intended to be a temporary stopgap until stronger solutions are adopted, be they semantic delegate or a more general solution
2. My own understanding, and I would hazard to suggest that of the implementers as well, is rapidly advancing

That being said, as of this writing, your bullet points combine two separate and possibliy incompatible solutions, so to be clear:

## Solution for right now
- don't set a role on the host
- delegate focus
- don't set aria-hidden
- transfer attrs from lightdom

## Possible future solution according to this proposal
- set a role on the host
- delegate focus
- do set aria-hidden
- possibly transfer some attrs, but probably not?

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

Message ID: <WICG/webcomponents/issues/1014/1580766311@github.com>

Received on Wednesday, 7 June 2023 12:59:13 UTC