Confirmed users
146
edits
m (→required) |
|||
| 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. | 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. | ||