[Bug 27294] DOM needs a way to get element's computed ARIA role and computed label string

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

--- Comment #22 from Domenic Denicola <d@domenic.me> ---
I think we just need to add ARIA roles for all of the mappings that don't have
them yet. It's pretty ridiculous that the only way I can get IA2_ROLE_PARAGRAPH
is with a <p> element, and I can't do it with the `role` attribute. In general
we don't want browsers reserving such capabilities for their own list of
privileged elements.

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

Received on Friday, 19 December 2014 01:02:21 UTC