Confirmed users
146
edits
m (fixing links) |
|||
| Line 51: | Line 51: | ||
** void dispatchFormChange(); | ** void dispatchFormChange(); | ||
* Status: Initial implementation (checkValidity) under review (bug 345822). | * Status: Initial implementation (checkValidity) under review ([https://bugzilla.mozilla.org/show_bug.cgi?id=345822 bug 345822]). | ||
==== nsIDOMWF2FormControl ==== | ==== nsIDOMWF2FormControl ==== | ||
| Line 94: | Line 94: | ||
** void dispatchFormChange(); | ** void dispatchFormChange(); | ||
* Status: Initial implementation (required) under review (bug 345822). | * Status: Initial implementation (required) under review ([https://bugzilla.mozilla.org/show_bug.cgi?id=345822 bug 345822]). | ||
==== nsIDOMWF2ValidityState ==== | ==== nsIDOMWF2ValidityState ==== | ||
| Line 110: | Line 110: | ||
** readonly attribute boolean valid; | ** readonly attribute boolean valid; | ||
* Status: Initial implementation (valueMissing, valid) under review (bug 345822). | * Status: Initial implementation (valueMissing, valid) under review ([https://bugzilla.mozilla.org/show_bug.cgi?id=345822 bug 345822]). | ||
==== nsIDOMWF2OutputElement ==== | ==== nsIDOMWF2OutputElement ==== | ||
| Line 122: | Line 122: | ||
** attribute DOMString value; | ** attribute DOMString value; | ||
* Status: Waiting for a fix to bug 345822 before writing patches. | * Status: Waiting for a fix to [https://bugzilla.mozilla.org/show_bug.cgi?id=345822 bug 345822] before writing patches. | ||
==== nsIDOMWF2RepetitionElement ==== | ==== nsIDOMWF2RepetitionElement ==== | ||