diff options
Diffstat (limited to 'components/script/dom/webidls')
-rw-r--r-- | components/script/dom/webidls/HTMLButtonElement.webidl | 2 | ||||
-rw-r--r-- | components/script/dom/webidls/HTMLInputElement.webidl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/HTMLButtonElement.webidl b/components/script/dom/webidls/HTMLButtonElement.webidl index 56ee8de8d74..f928031d5cd 100644 --- a/components/script/dom/webidls/HTMLButtonElement.webidl +++ b/components/script/dom/webidls/HTMLButtonElement.webidl @@ -11,7 +11,7 @@ interface HTMLButtonElement : HTMLElement { attribute DOMString formAction; attribute DOMString formEnctype; attribute DOMString formMethod; - // attribute boolean formNoValidate; + attribute boolean formNoValidate; attribute DOMString formTarget; attribute DOMString name; attribute DOMString type; diff --git a/components/script/dom/webidls/HTMLInputElement.webidl b/components/script/dom/webidls/HTMLInputElement.webidl index 274a10ce957..8cc0fa66ae7 100644 --- a/components/script/dom/webidls/HTMLInputElement.webidl +++ b/components/script/dom/webidls/HTMLInputElement.webidl @@ -18,7 +18,7 @@ interface HTMLInputElement : HTMLElement { attribute DOMString formAction; attribute DOMString formEnctype; attribute DOMString formMethod; - // attribute boolean formNoValidate; + attribute boolean formNoValidate; attribute DOMString formTarget; // attribute unsigned long height; attribute boolean indeterminate; |