Closed
Bug 613113
Opened 14 years ago
Closed 14 years ago
Invalid output element doesn't block the form submission
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla2.0b8
People
(Reporter: mounir, Assigned: mounir)
References
()
Details
Attachments
(1 file, 1 obsolete file)
5.35 KB,
patch
|
sicking
:
review+
sicking
:
approval2.0+
|
Details | Diff | Splinter Review |
With latest nightly / trunk, <output> can be invalid but it doesn't block the form submission.
Assignee | ||
Comment 1•14 years ago
|
||
The specs say that only submittable elements should block the submissions but all non-submittable elements (except output now) that barred from constraint validation. I think it's safe to have all listed and non-listed elements being able to block the submission.
Assignee | ||
Updated•14 years ago
|
Attachment #491567 -
Flags: approval2.0?
Assignee | ||
Comment 2•14 years ago
|
||
This is fixing a test.
Attachment #491567 -
Attachment is obsolete: true
Attachment #491811 -
Flags: review?(jonas)
Attachment #491811 -
Flags: approval2.0?
Attachment #491567 -
Flags: review?(jonas)
Attachment #491567 -
Flags: approval2.0?
Attachment #491811 -
Flags: review?(jonas)
Attachment #491811 -
Flags: review+
Attachment #491811 -
Flags: approval2.0?
Attachment #491811 -
Flags: approval2.0+
Assignee | ||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
You need to log in
before you can comment on or make changes to this bug.
Description
•