[Bug 25614] @required and @disabled need to be moved to the Strong native semantics table

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

--- Comment #3 from steve faulkner <faulkner.steve@gmail.com> ---
I can see an argument for moving

'input, select or textarea element with a required attribute 
The aria-required state set to "true" 
If specified, the aria-required state must be set to "true"' 

to the strong table as it can't be overridden 

leaving 

'input, select or textarea element without a required attribute    
aria-required set to "false"     If specified, the aria-required state set to
"true" or "false"' 

http://www.w3.org/html/wg/drafts/html/master/dom.html#sec-implicit-aria-semantics

in the implicit table as it can be overridden.

thoughts?

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

Received on Monday, 12 May 2014 10:12:17 UTC