mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Implement basic framework for static and interactive validation on forms
This commit is contained in:
parent
85b43ea317
commit
3395e54585
7 changed files with 227 additions and 249 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue