We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b76d4b commit 6934a48Copy full SHA for 6934a48
1 file changed
selectors-4/Overview.bs
@@ -608,8 +608,9 @@ Structure and Terminology</h3>
608
A given element is said to <a>match</a> a <a>complex selector</a>
609
when there exists a list of elements,
610
each matching a corresponding <a>compound selector</a> in the <a>complex selector</a>,
611
- with their relationships matching the <a>combinators</a> between them,
612
- and with the given element matching the last <a>compound selector</a>.
+ with each pair of elements consecutive in the list matching
+ the <a>combinator</a> between their corresponding <a>compound selectors</a>,
613
+ and with the last element being the given element.
614
615
Note: Thus, a selector consisting of a single <a>compound selector</a>
616
matches any element satisfying the requirements
0 commit comments