We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9e3c0 commit be2f5dfCopy full SHA for be2f5df
source
@@ -7337,7 +7337,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
7337
LegacyUnenumerableNamedProperties]
7338
interface <dfn>HTMLAllCollection</dfn> {
7339
readonly attribute unsigned long <span data-x="dom-HTMLAllCollection-length">length</span>;
7340
- getter <span>Element</span>? (unsigned long index);
+ getter <span>Element</span> (unsigned long index);
7341
getter (<span>HTMLCollection</span> or <span>Element</span>)? <span data-x="dom-HTMLAllCollection-namedItem">namedItem</span>(DOMString name);
7342
(<span>HTMLCollection</span> or <span>Element</span>)? <span data-x="dom-HTMLAllCollection-item">item</span>(optional DOMString nameOrIndex);
7343
0 commit comments