From 3395e5458586173fbd07cc65131ad8fd990fcccb Mon Sep 17 00:00:00 2001 From: Keith Yeung Date: Sun, 29 Nov 2015 17:32:09 -0800 Subject: Implement basic framework for static and interactive validation on forms --- components/script/dom/webidls/HTMLButtonElement.webidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/dom/webidls/HTMLButtonElement.webidl') 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; -- cgit v1.2.3