1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:17:44 +00:00

LibWeb: Add fieldset elements property

This commit is contained in:
Bastiaan van der Plaat 2023-12-10 10:42:41 +01:00 committed by Tim Flynn
parent 0fe192dfd9
commit ea04a86715
6 changed files with 66 additions and 1 deletions

View file

@ -12,7 +12,7 @@ interface HTMLFieldSetElement : HTMLElement {
readonly attribute DOMString type;
// FIXME: [SameObject] readonly attribute HTMLCollection elements;
[SameObject] readonly attribute HTMLCollection elements;
// FIXME: readonly attribute boolean willValidate;
// FIXME: [SameObject] readonly attribute ValidityState validity;