mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Stub out a few form validation and selection methods
This commit is contained in:
parent
23d31ac11d
commit
38a3e28799
Notes:
sideshowbarker
2024-07-17 18:23:22 +09:00
Author: https://github.com/elisee
Commit: 38a3e28799
Pull-request: https://github.com/SerenityOS/serenity/pull/17920
Reviewed-by: https://github.com/linusg ✅
6 changed files with 57 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue