mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Form constraints validation
This commit is contained in:
parent
e47e884cc7
commit
779552ee7d
72 changed files with 1224 additions and 4336 deletions
|
@ -34,8 +34,8 @@ interface HTMLFormElement : HTMLElement {
|
|||
void submit();
|
||||
[CEReactions]
|
||||
void reset();
|
||||
//boolean checkValidity();
|
||||
//boolean reportValidity();
|
||||
boolean checkValidity();
|
||||
boolean reportValidity();
|
||||
};
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#selectionmode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue