mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-02 04:17:17 +02:00
LibWeb: Stub out a few form validation and selection methods
This commit is contained in:
committed by
Linus Groh
parent
23d31ac11d
commit
38a3e28799
@@ -12,6 +12,8 @@ interface HTMLFormElement : HTMLElement {
|
||||
|
||||
undefined submit();
|
||||
[CEReactions] undefined reset();
|
||||
boolean checkValidity();
|
||||
boolean reportValidity();
|
||||
|
||||
// FIXME: Should be a HTMLFormControlsCollection
|
||||
[SameObject] readonly attribute HTMLCollection elements;
|
||||
|
||||
Reference in New Issue
Block a user