- From: <bugzilla@jessica.w3.org>
- Date: Wed, 17 Dec 2014 19:46:33 +0000
- To: public-html-bugzilla@w3.org
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