@@ -4305,7 +4305,7 @@ argument <var>reference</var>, run the following steps:
4305
4305
4306
4306
<ol>
4307
4307
<li><p> Let <var> elements</var> be the result of
4308
- calling <a>querySelectorAll</a> with <var> selector</var> with
4308
+ calling {{ParentNode/querySelectorAll()}} with <var> selector</var> with
4309
4309
the <a>context object</a> equal to the <var> start node</var> . If
4310
4310
this causes an exception to be thrown, return <a>error</a>
4311
4311
with <a>error code</a> <a>invalid selector</a> .
@@ -4323,7 +4323,7 @@ argument <var>reference</var>, run the following steps:
4323
4323
4324
4324
<ol>
4325
4325
<li><p> Let <var> elements</var> be the result of
4326
- calling <a>querySelectorAll</a> , with argument <a><code>a</code>
4326
+ calling {{ParentNode/querySelectorAll()}} , with argument <a><code>a</code>
4327
4327
elements</a> , with the <a>context object</a> equal to the
4328
4328
<var> start node</var> . If this throws an exception,
4329
4329
return <a>error</a> with <a>error code</a> <a>unknown error</a> .
@@ -4365,7 +4365,7 @@ argument <var>reference</var>, run the following steps:
4365
4365
4366
4366
<ol>
4367
4367
<li><p> Let <var> elements</var> be the result of
4368
- calling <a>querySelectorAll</a> , with argument <a><code>a</code>
4368
+ calling {{ParentNode/querySelectorAll()}} , with argument <a><code>a</code>
4369
4369
elements</a> , with the <a>context object</a> equal to the
4370
4370
<var> start node</var> . If this throws an exception,
4371
4371
return <a>error</a> with <a>error code</a> <a>unknown error</a> .
@@ -9656,8 +9656,6 @@ to automatically sort each list alphabetically.
9656
9656
<!-- Node length --> <li> <dfn><a href="https://dom.spec.whatwg.org/#concept-node-length">Node Length</a></dfn>
9657
9657
<!-- Node --> <li> <dfn><a href=https://dom.spec.whatwg.org/#concept-node>Node</a></dfn>
9658
9658
<!-- NodeList --> <li> <dfn><a href=https://dom.spec.whatwg.org/#nodelist><code>NodeList</code></a></dfn>
9659
- <!-- querySelectorAll --> <li> <dfn><a href="https://dom.spec.whatwg.org/#dom-parentnode-queryselectorall"><code>querySelectorAll</code></a></dfn>
9660
- <!-- querySelector --> <li> <dfn><a href="https://dom.spec.whatwg.org/#dom-parentnode-queryselector"><code>querySelector</code></a></dfn>
9661
9659
<!-- tagName --> <li> <dfn><a href=https://dom.spec.whatwg.org/#dom-element-tagname>tagName</a></dfn>
9662
9660
<!-- Text node --> <li> <dfn><a href=https://dom.spec.whatwg.org/#text><code>Text</code> node</a></dfn>
9663
9661
</ul>
0 commit comments