@@ -23,7 +23,7 @@ Abstract: Selectors Level 4 describes the selectors that already exist in [[!SEL
23
23
At Risk : the column combinator
24
24
At Risk : the '':drop()'' pseudo-class
25
25
At Risk : the '':read-write'' pseudo-class
26
- Ignored Terms : function token, Document, DocumentFragment, math, h1, shadow tree, query (), quirks mode, button, a, span, object, p, div, q, area, link, label, input, html, em, li, ol, pre, CSS Value Definition Syntax
26
+ Ignored Terms : function token, Document, DocumentFragment, math, h1, shadow tree, querySelector (), quirks mode, button, a, span, object, p, div, q, area, link, label, input, html, em, li, ol, pre, CSS Value Definition Syntax
27
27
Ignored Vars : identifier, extended filtering, i
28
28
</pre>
29
29
<pre class=link-defaults>
@@ -61,7 +61,7 @@ Introduction</h2>
61
61
<li>
62
62
applied to an entire tree of elements
63
63
to filter it into a set of elements that match the criteria,
64
- such as in the <code> document.queryAll ()</code> function defined in [[DOM]]
64
+ such as in the <code> document.querySelectorAll ()</code> function defined in [[DOM]]
65
65
or the selector of a CSS style rule.
66
66
67
67
<li>
@@ -526,7 +526,7 @@ Selectors Overview</h2>
526
526
<dd>
527
527
The <a>snapshot</a> profile is appropriate for contexts which aren't extremely performance sensitive;
528
528
in particular, it's appropriate for contexts which evaluate selectors against a static document tree.
529
- For example, the {{Element/query ()}} method defined in [[DOM]] should use the <a>snapshot</a> profile.
529
+ For example, the {{Element/querySelector ()}} method defined in [[DOM]] should use the <a>snapshot</a> profile.
530
530
It includes all of the selectors defined in this document.
531
531
</dl>
532
532
0 commit comments