mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-25 12:38:37 +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
@@ -34,7 +34,7 @@ interface HTMLSelectElement : HTMLElement {
|
||||
readonly attribute boolean willValidate;
|
||||
readonly attribute ValidityState validity;
|
||||
[FIXME] readonly attribute DOMString validationMessage;
|
||||
[FIXME] boolean checkValidity();
|
||||
boolean checkValidity();
|
||||
[FIXME] boolean reportValidity();
|
||||
undefined setCustomValidity(DOMString error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user