LibWeb: Remove FIXME from attribute validity in HTMLFieldSetElement

It already implements the function.
This commit is contained in:
Tete17 2025-08-29 18:37:51 +02:00 committed by Tim Ledbetter
parent 70c3f203ef
commit c3aa8f0c8d
Notes: github-actions[bot] 2025-08-29 18:28:45 +00:00

View file

@ -15,7 +15,7 @@ interface HTMLFieldSetElement : HTMLElement {
[SameObject] readonly attribute HTMLCollection elements;
readonly attribute boolean willValidate;
[FIXME, SameObject] readonly attribute ValidityState validity;
[SameObject] readonly attribute ValidityState validity;
readonly attribute Utf16DOMString validationMessage;
boolean checkValidity();
boolean reportValidity();