DOM/Web Forms 2.0: Difference between revisions

Jump to navigation Jump to search
m
Line 198: Line 198:
=== required ===
=== required ===
* Contributor: Alex Vincent
* Contributor: Alex Vincent
* Implementation: [https://bugzilla.mozilla.org/show_bug.cgi?id=345822 bug 345822]


This is the first aspect of Web Forms 2 I (ajvincent) am attempting to implement.  Via [https://bugzilla.mozilla.org/show_bug.cgi?id=345822 bug 345822], I intend to lay the framework for most other extensions to the already-existing form controls.
This is the first aspect of Web Forms 2 I (ajvincent) am attempting to implement.  By this, I intend to lay the framework for most other extensions to the already-existing form controls.


I'm tying in the implementation of this along with the ValidityState object implementation; this attribute's implementation requires ValidityState's valueMissing implementation, and ValidityState will not get checked in without something that uses it.
I'm tying in the implementation of this along with the ValidityState object implementation; this attribute's implementation requires ValidityState's valueMissing implementation, and ValidityState will not get checked in without something that uses it.
Confirmed users
146

edits

Navigation menu