Closed Bug 561635 Opened 15 years ago Closed 15 years ago

Implement constraint validation API for output element

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla2.0b5

People

(Reporter: mounir, Assigned: mounir)

References

Details

(Keywords: dev-doc-complete, html5)

Attachments

(1 file, 1 obsolete file)

This bug is quite trivial but we need the output element patch and the constraint validation API patch (see dependency list).
Assignee: nobody → mounir.lamouri
Attached patch Patch v1 (obsolete) — Splinter Review
Jonas, let me know if you want me to ask reviews to someone else if you are too overloaded.
Attachment #457851 - Flags: review?(jonas)
Depends on: 344615, 345512, 345822, 555559, 558788
Keywords: dev-doc-needed
Blocks: 561634
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+
(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.
Attached patch Patch v1.1Splinter Review
Removing the comment in the idl. Updating the patch to apply against current tip.
Attachment #457851 - Attachment is obsolete: true
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b5
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: