DOM/Web Forms 2.0: Difference between revisions

Line 193: Line 193:
=== required ===
=== required ===
* Contributor: Alex Vincent
* Contributor: Alex Vincent
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.
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.
* Accessibility
* Accessibility
** Suggested accessibility icon: A red asterisk, to the right of the upper right corner of the control. Done as an image, not actual text.
** Suggested accessibility icon: A red asterisk, to the right of the upper right corner of the control. Done as an image, not actual text.
Confirmed users
146

edits