aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLInputElement.webidl
diff options
context:
space:
mode:
authorKeith Yeung <kungfukeith11@gmail.com>2015-11-29 17:32:09 -0800
committerKeith Yeung <kungfukeith11@gmail.com>2015-12-15 16:34:42 -0800
commit3395e5458586173fbd07cc65131ad8fd990fcccb (patch)
tree7d08c8977155e0add1a147a74f0d13f058d86111 /components/script/dom/webidls/HTMLInputElement.webidl
parent85b43ea31726776b5d9aafa58786850c12e2c852 (diff)
downloadservo-3395e5458586173fbd07cc65131ad8fd990fcccb.tar.gz
servo-3395e5458586173fbd07cc65131ad8fd990fcccb.zip
Implement basic framework for static and interactive validation on forms
Diffstat (limited to 'components/script/dom/webidls/HTMLInputElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLInputElement.webidl2
1 files changed, 1 insertions, 1 deletions
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;