mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 17:15:26 +00:00
LibWeb: Implement checkValidity() for HTMLSelectElement
This change adds an implementation of the checkValidity() method for HTMLSelectElement.
This commit is contained in:
committed by
Tim Ledbetter
parent
5331571fdc
commit
db7aa68340
@@ -62,6 +62,7 @@ public:
|
||||
Vector<GC::Root<HTMLOptionElement>> list_of_options() const;
|
||||
|
||||
bool will_validate();
|
||||
bool check_validity();
|
||||
|
||||
// ^EventTarget
|
||||
// https://html.spec.whatwg.org/multipage/interaction.html#the-tabindex-attribute:the-select-element
|
||||
|
||||
Reference in New Issue
Block a user