Confirmed users
146
edits
Line 98: | Line 98: | ||
==== nsIDOMWF2ValidityState ==== | ==== nsIDOMWF2ValidityState ==== | ||
* Contributor: Alex Vincent | * Contributor: Alex Vincent | ||
* Properties and methods: | |||
** readonly attribute boolean typeMismatch; | |||
** readonly attribute boolean stepMismatch; | |||
** readonly attribute boolean rangeUnderflow; | |||
** readonly attribute boolean rangeOverflow; | |||
** readonly attribute boolean tooLong; | |||
** readonly attribute boolean patternMismatch; | |||
** readonly attribute boolean valueMissing; | |||
** readonly attribute boolean customError; | |||
** readonly attribute boolean valid; | |||
* Status: Initial implementation (valueMissing, valid) under review (bug 345822). | |||
==== nsIDOMWF2OutputElement ==== | ==== nsIDOMWF2OutputElement ==== |