Lines Matching refs:HTMLCollection
11 getter (HTMLCollection or Element)? namedItem(DOMString name);
12 (HTMLCollection or Element)? item(optional DOMString nameOrIndex);
18 interface HTMLFormControlsCollection : HTMLCollection {
29 interface HTMLOptionsCollection : HTMLCollection {
64 [SameObject] readonly attribute HTMLCollection images;
65 [SameObject] readonly attribute HTMLCollection embeds;
66 [SameObject] readonly attribute HTMLCollection plugins;
67 [SameObject] readonly attribute HTMLCollection links;
68 [SameObject] readonly attribute HTMLCollection forms;
69 [SameObject] readonly attribute HTMLCollection scripts;
680 [SameObject] readonly attribute HTMLCollection areas;
715 [SameObject] readonly attribute HTMLCollection tBodies;
718 [SameObject] readonly attribute HTMLCollection rows;
739 [SameObject] readonly attribute HTMLCollection rows;
750 [SameObject] readonly attribute HTMLCollection cells;
917 [SameObject] readonly attribute HTMLCollection selectedOptions;
935 [SameObject] readonly attribute HTMLCollection options;
1058 [SameObject] readonly attribute HTMLCollection elements;
2594 [SameObject] readonly attribute HTMLCollection anchors;
2595 [SameObject] readonly attribute HTMLCollection applets;