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 402291d commit cb6edc8Copy full SHA for cb6edc8
1 file changed
selectors/Overview.bs
@@ -552,7 +552,7 @@ Structure and Terminology</h3>
552
<li>For a <a>simple selector</a>, it is any element represented by that selector.
553
<li>For a <a>compound selector</a>, it is any element that matches all of its composite <a>simple selectors</a>.
554
<li>For a <a>complex selector</a>, it is any element that matches the last <a>compound selector</a> in the selector.
555
- <li>For a <a>selector list</a>, it is any any element that matches the any of the <a>selectors</a> in the list.
+ <li>For a <a>selector list</a>, it is any element that matches any of the <a>selectors</a> in the list.
556
</ul>
557
558
An element is said to <dfn export>match</dfn> a selector
0 commit comments