[Bug 20466] [Accessibility]: Custom element should allow declaration of default accessibility features, such as role and other ARIA attributes.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20466

--- Comment #4 from Dominic Cooney <dominicc@chromium.org> ---
While I'm NOT the accessibility Dominic, I believe the current thinking is:

- UA can respond to ARIA roles inside Shadow DOM. Component authors who want to
be "like native" can use this approach.

- UA responds to ARIA roles on Custom Elements like any element. Authors that
want to tweak ARIA roles can use this approach.

- There's an issue with the default value of tabindex, but it is related to
Shadow DOM, not Custom Elements.

So I don't think there's anything for the Custom Elements spec here. This bug
should be closed.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 8 October 2013 02:44:41 UTC