[Bug 11557] Authors should not be allowed to specify roles on elements that they already have by default

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11557

--- Comment #27 from steve faulkner <faulkner.steve@gmail.com> 2011-05-09 11:11:31 UTC ---
While i agree that in general authors should not add roles to elements that
have implied default roles,(although this does no harm, it is a waste of time)
there are some cases that this is legitimate and therefore should not be
forbidden:
in cases where default roles have not been implemented in browsers and no
timeline for implementation has been provided and adding the role actually
helps users as they are recognised by AT.
for example the article element.
In cases where a developer wants to use a non global aria attribute that
applies to particular role, they are required to add the role (as this is what
implementaions require)
example 
<button role=button aria-pressed=true | false>

If it is agreed, then a complete list of legitimate exceptions can be provided.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Monday, 9 May 2011 11:11:36 UTC