[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 #6 from Domenic Denicola <d@domenic.me> ---
They almost certainly should be on HTMLElement, not Element.

They also probably should be getters, not methods.

As for name, I think it'd be confusing if `el.role` doesn't match
`el.getAttribute("role")`.

(As to whether you need an `el.role` at all, I don't care: I personally think
reflected attributes are useless and `getAttribute`/`setAttribute` work fine,
but hey, we've reflected so many attributes already, what's one more?)

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

Received on Wednesday, 17 December 2014 19:46:34 UTC