mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
LibWeb: Stub out a few HTMLTextArea validity IDL methods
These are invoked by GitHub when submitting a comment. Stub them out for now, as this is enough to let GitHub proceed with (attempting) to submit the comment.
This commit is contained in:
committed by
Alexander Kalenik
parent
76f767c867
commit
50d3f85f75
Notes:
sideshowbarker
2024-07-17 01:27:18 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/50d3f85f75 Pull-request: https://github.com/SerenityOS/serenity/pull/23496
@@ -28,9 +28,9 @@ interface HTMLTextAreaElement : HTMLElement {
|
||||
// FIXME: readonly attribute boolean willValidate;
|
||||
// FIXME: readonly attribute ValidityState validity;
|
||||
// FIXME: readonly attribute DOMString validationMessage;
|
||||
// FIXME: boolean checkValidity();
|
||||
// FIXME: boolean reportValidity();
|
||||
// FIXME: undefined setCustomValidity(DOMString error);
|
||||
boolean checkValidity();
|
||||
boolean reportValidity();
|
||||
undefined setCustomValidity(DOMString error);
|
||||
|
||||
// FIXME: readonly attribute NodeList labels;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user