mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Implement setCustomValidity IDL attribute
This commit is contained in:
Notes:
github-actions[bot]
2025-02-18 17:18:11 +00:00
Author: https://github.com/Psychpsyo Commit: https://github.com/LadybirdBrowser/ladybird/commit/a8004a77bba Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3587 Reviewed-by: https://github.com/ADKaster ✅
@@ -19,5 +19,5 @@ interface HTMLFieldSetElement : HTMLElement {
|
||||
[FIXME] readonly attribute DOMString validationMessage;
|
||||
[FIXME] boolean checkValidity();
|
||||
[FIXME] boolean reportValidity();
|
||||
[FIXME] undefined setCustomValidity(DOMString error);
|
||||
undefined setCustomValidity(DOMString error);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user