[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 #1 from James Craig <jcraig@apple.com> ---
(In reply to James Craig from comment #0)
> If an author does not want the default style of
> html:*[required], he or she should override it with a CSS style block. If an
> author does not want the default handling of a form that contains elements
> with @required specified, he or she should fix it with a custom submit
> handler. 

Otherwise, if you don't want to do either of these things, don't use a native
form field. Use <div contenteditable role="textbox" aria-required="true"> or
something else.

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

Received on Thursday, 8 May 2014 21:37:25 UTC