mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02: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
Notes:
github-actions[bot]
2025-02-26 14:08:38 +00:00
Author: https://github.com/sideshowbarker Commit: https://github.com/LadybirdBrowser/ladybird/commit/db7aa683409 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3700 Reviewed-by: https://github.com/tcl3 ✅
@@ -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