Implement basic framework for static and interactive validation on forms

This commit is contained in:
Keith Yeung 2015-11-29 17:32:09 -08:00
parent 85b43ea317
commit 3395e54585
7 changed files with 227 additions and 249 deletions

View file

@ -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;