Skip to content

Commit be2f5df

Browse files
annevkdomenic
authored andcommitted
Editorial: improve HTMLAllCollection IDL
As per whatwg/webidl#532.
1 parent 6f9e3c0 commit be2f5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7337,7 +7337,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
73377337
LegacyUnenumerableNamedProperties]
73387338
interface <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

0 commit comments

Comments
 (0)