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

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