mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
Implement HTMLFormElement::Length
This commit is contained in:
@@ -17,7 +17,7 @@ interface HTMLFormElement : HTMLElement {
|
||||
attribute DOMString target;
|
||||
|
||||
[SameObject] readonly attribute HTMLFormControlsCollection elements;
|
||||
//readonly attribute long length;
|
||||
readonly attribute long length;
|
||||
//getter Element (unsigned long index);
|
||||
//getter (RadioNodeList or Element) (DOMString name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user