Closed
Bug 589490
Opened 14 years ago
Closed 14 years ago
Implement constraint validation API for <object>
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla2.0b5
Tracking | Status | |
---|---|---|
blocking2.0 | --- | beta5+ |
People
(Reporter: mounir, Assigned: mounir)
References
Details
(Keywords: dev-doc-complete, html5)
Attachments
(1 file)
12.24 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
HTMLObjectElement should implement the constraint validation API. However, the implementation is quite easy given that it is alway barred from constraint validation ;)
It is depending on bug 580575 because the patch has been written on top of the patch in this bug.
Attachment #468087 -
Flags: review?(jonas)
Assignee | ||
Comment 1•14 years ago
|
||
We need that for Firefox 4 given that it is the only element missing the constraint validation API.
Actually <keygen> too but it would not be reasonable to expect anything from <keygen>...
blocking2.0: --- → ?
Attachment #468087 -
Flags: review?(jonas) → review+
Comment 2•14 years ago
|
||
Blocking, this is a large part of our HTML5 forms story.
blocking2.0: ? → beta5+
Assignee | ||
Comment 3•14 years ago
|
||
The dependency was only there because the patch was applied on top of another one. Given that, for various reasons, the other patch is not going to be reviewed soon, I'm going to re-apply this patch on tip and push it.
No longer depends on: 580575
Assignee | ||
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b5
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
•