Confirmed users
146
edits
(adding section for QA & testing) |
|||
| Line 43: | Line 43: | ||
==== nsIDOMWF2FormControl ==== | ==== nsIDOMWF2FormControl ==== | ||
* Contributor: Alex Vincent | * Contributor: Alex Vincent | ||
* Properties and methods: | |||
** readonly attribute boolean willValidate; | |||
** readonly attribute nsIDOMWF2ValidityState validity; | |||
** boolean checkValidity(); | |||
** readonly attribute DOMString validationMessage; | |||
** void setCustomValidity(in DOMString error); | |||
* Status: Initial implementation (willValidate, validity, checkValidity) under review ([https://bugzilla.mozilla.org/show_bug.cgi?id=345822 bug 345822]). | |||
==== nsIDOMWF2InputElement ==== | ==== nsIDOMWF2InputElement ==== | ||