mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Add fieldset elements property
This commit is contained in:
committed by
Tim Flynn
parent
0fe192dfd9
commit
ea04a86715
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user