Closed
Bug 561635
Opened 15 years ago
Closed 15 years ago
Implement constraint validation API for output element
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla2.0b5
People
(Reporter: mounir, Assigned: mounir)
References
Details
(Keywords: dev-doc-complete, html5)
Attachments
(1 file, 1 obsolete file)
13.41 KB,
patch
|
Details | Diff | Splinter Review |
This bug is quite trivial but we need the output element patch and the constraint validation API patch (see dependency list).
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → mounir.lamouri
Assignee | ||
Comment 1•15 years ago
|
||
Jonas, let me know if you want me to ask reviews to someone else if you are too overloaded.
Attachment #457851 -
Flags: review?(jonas)
Assignee | ||
Updated•15 years ago
|
Comment on attachment 457851 [details] [diff] [review]
Patch v1
> interface nsIDOMHTMLOutputElement : nsIDOMHTMLElement
> {
> readonly attribute nsIDOMDOMSettableTokenList htmlFor;
> readonly attribute nsIDOMHTMLFormElement form;
> attribute DOMString name;
>
> readonly attribute DOMString type;
> attribute DOMString defaultValue;
> attribute DOMString value;
>
> /**
> * The next attributes depend on the constraint validation API.
> * Keeping them commented until the constraint validation API is implemented.
>- * See bug bug 345624.
> */
Shouldn't you remove the rest of this comment too?
r=me
Attachment #457851 -
Flags: review?(jonas) → review+
Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Shouldn't you remove the rest of this comment too?
Yes, I will update the patch.
I've open a discussion on whatwg mailing-list to see if could not make <output> not barred from constraint validation. I think it could be really good use cases.
Assignee | ||
Comment 4•15 years ago
|
||
Removing the comment in the idl.
Updating the patch to apply against current tip.
Attachment #457851 -
Attachment is obsolete: true
Assignee | ||
Comment 5•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b5
Updated•15 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
•