[Bug 11060] I see a good description for formnovalidate, but not for novalidate. I assume that novalidate exempts an individual input from validation, whereas formnovalidate is used on buttons and applies to the whole form. Is that a correct reading? This should be m

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

Tab Atkins Jr. <jackalmage@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackalmage@gmail.com

--- Comment #1 from Tab Atkins Jr. <jackalmage@gmail.com> 2010-10-15 15:38:04 UTC ---
The information you need is specified right below the subheading of the section
you've referenced.

"The attributes for form submission that may be specified on form elements are
action, enctype, method, novalidate, and target."

@novalidate is placed on <form> and turns off validation for the whole thing.

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

Received on Friday, 15 October 2010 15:38:07 UTC