mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Implement basic framework for static and interactive validation on forms
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user