Closed
Bug 589696
Opened 14 years ago
Closed 14 years ago
Implement formnovalidate attribute for submit controls
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
Tracking | Status | |
---|---|---|
blocking2.0 | --- | beta7+ |
People
(Reporter: mounir, Assigned: mounir)
References
Details
(Keywords: dev-doc-complete, html5)
Attachments
(1 file)
(deleted),
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
Like the novalidate attribute form form elements, it lets the author to specify the form will not be validate when submitted with a specific submit control.
Assignee | ||
Comment 1•14 years ago
|
||
This should be a blocker for 2.0. Even if it's probably less important than bug 556013, it would be better to ship form validation with this attribute to disable it.
blocking2.0: --- → ?
Updated•14 years ago
|
blocking2.0: ? → beta5+
Assignee | ||
Comment 2•14 years ago
|
||
Jonas sets formnovalidate for beta6 so maybe we should move this one for beta6 too?
Updated•14 years ago
|
blocking2.0: beta5+ → beta6+
Assignee | ||
Comment 3•14 years ago
|
||
Attachment #473344 -
Flags: review?(Olli.Pettay)
Comment 4•14 years ago
|
||
Comment on attachment 473344 [details] [diff] [review]
Patch v1
Terrible attribute name, but that is what the HTML5 draft has.
Attachment #473344 -
Flags: review?(Olli.Pettay) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b7
Updated•14 years ago
|
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•