Skip to content

Commit 9018ccd

Browse files
committed
[selectors] Remove lingering references to 'element tree'.
1 parent 541519d commit 9018ccd

2 files changed

Lines changed: 320 additions & 326 deletions

File tree

selectors/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Abstract: Selectors Level 4 describes the selectors that already exist in [[!SEL
2121
At Risk: the column combinator
2222
At Risk: the '':drop()'' pseudo-class
2323
At Risk: the '':read-write'' pseudo-class
24-
Ignored Terms: DocumentFragment, math, h1, shadow tree, box tree, query(), element tree, quirks mode
24+
Ignored Terms: DocumentFragment, math, h1, shadow tree, box tree, query(), quirks mode
2525
Link Defaults: html5 (element) a, dom-core-ls (interface) document
2626
</pre>
2727
<style>
@@ -507,7 +507,7 @@ Structure and Terminology</h3>
507507

508508
A <dfn id="compound" export>compound selector</dfn>
509509
is a sequence of <a>simple selectors</a>
510-
that are not separated by a <a>combinator</a>.
510+
that are not separated by a <a>combinator</a>.and one or mo
511511
If it contains a <a>type selector</a> or <a>universal selector</a>,
512512
that selector comes first in the sequence.
513513
Only one type selector or universal selector is allowed in the sequence.
@@ -545,7 +545,7 @@ Evaluating a Selector</h3>
545545
This section describes how to <dfn export>evaluate a selector</dfn> against a set of elements.
546546

547547
APIs using this algorithm must provide a selector,
548-
and one or more <a>element tree</a> root elements
548+
and one or more root elements
549549
indicating the trees that will be searched by the selector.
550550
They may optionally provide:
551551

@@ -575,7 +575,7 @@ Evaluating a Selector</h3>
575575

576576
A <a>selector</a> is evaluated against some initial list of elements:
577577
the <dfn export>selector match list</dfn>.
578-
The <a>selector match list</a> is initially populated with the <a>element tree</a> roots
578+
The <a>selector match list</a> is initially populated with the root elements
579579
provided to the algorithm,
580580
and all elements reachable from them by traversing any number of child lists.
581581

0 commit comments

Comments
 (0)