mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:38:11 +00:00
LibWeb: Implement [SameObject] behavior for HTMLFormElement.elements
This commit is contained in:
parent
7d8ff0c581
commit
d7c58aa58d
3 changed files with 11 additions and 7 deletions
|
@ -12,8 +12,8 @@ interface HTMLFormElement : HTMLElement {
|
|||
|
||||
undefined submit();
|
||||
|
||||
// FIXME: Should be [SameObject] and a HTMLFormControlsCollection
|
||||
readonly attribute HTMLCollection elements;
|
||||
// FIXME: Should be a HTMLFormControlsCollection
|
||||
[SameObject] readonly attribute HTMLCollection elements;
|
||||
|
||||
readonly attribute unsigned long length;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue