LibWeb: Implement setCustomValidity IDL attribute

This commit is contained in:
Psychpsyo
2025-02-17 20:50:56 +01:00
committed by Andrew Kaster
parent 0926720c2a
commit a8004a77bb
12 changed files with 29 additions and 24 deletions

View File

@@ -23,7 +23,7 @@ interface HTMLObjectElement : HTMLElement {
[FIXME] readonly attribute DOMString validationMessage;
[FIXME] boolean checkValidity();
[FIXME] boolean reportValidity();
[FIXME] undefined setCustomValidity(DOMString error);
undefined setCustomValidity(DOMString error);
// Obsolete
[CEReactions, Reflect] attribute DOMString align;