Closed
Bug 595282
Opened 14 years ago
Closed 14 years ago
If an element has a <datalist> ancestor, it should be barred from constraint validation
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
blocking2.0 | --- | - |
People
(Reporter: mounir, Assigned: mounir)
References
Details
(Keywords: html5)
In this situation, <input> shouldn't be invalid because barred from constraint validation:
<datalist>
<input required>
<datalist>
Assignee | ||
Comment 1•14 years ago
|
||
It would be nice to have this blocking betaN or final because it's a bug in the constraint validation API.
blocking2.0: --- → ?
Updated•14 years ago
|
blocking2.0: ? → -
Assignee | ||
Updated•14 years ago
|
Whiteboard: [mounir-g2.0]
Assignee | ||
Updated•14 years ago
|
Whiteboard: [mounir-g2.0]
Assignee | ||
Comment 2•14 years ago
|
||
I think this should be WONTFIX. I've open a bug in W3C bugzilla.
Assignee: nobody → mounir.lamouri
Assignee | ||
Comment 3•14 years ago
|
||
I will reopen if the bug against the spec is not accepted.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Updated•14 years ago
|
Keywords: dev-doc-needed
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•