File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7337,7 +7337,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
73377337 LegacyUnenumerableNamedProperties]
73387338interface <dfn>HTMLAllCollection</dfn> {
73397339 readonly attribute unsigned long <span data-x="dom-HTMLAllCollection-length">length</span>;
7340- getter <span>Element</span>? (unsigned long index);
7340+ getter <span>Element</span> (unsigned long index);
73417341 getter (<span>HTMLCollection</span> or <span>Element</span>)? <span data-x="dom-HTMLAllCollection-namedItem">namedItem</span>(DOMString name);
73427342 (<span>HTMLCollection</span> or <span>Element</span>)? <span data-x="dom-HTMLAllCollection-item">item</span>(optional DOMString nameOrIndex);
73437343
You can’t perform that action at this time.
0 commit comments