Skip to content

Commit

Permalink
Fix pseudo-elements vs. pseudo-classes typo in selectors (#7525)
Browse files Browse the repository at this point in the history
All of the things talked about in the subsections of 14.4 ('this section') are pseudo-classes, not pseudo-elements.
  • Loading branch information
36degrees authored Jul 22, 2022
1 parent 7c6bedc commit 92d0e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selectors-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3029,7 +3029,7 @@ Child-indexed Pseudo-classes</h3>
<h3 id='typed-child-index'>
Typed Child-indexed Pseudo-classes</h3>

The pseudo-elements in this section are similar to the <a href="#child-index">Child Index Pseudo-classes</a>,
The pseudo-classes in this section are similar to the <a href="#child-index">Child Index Pseudo-classes</a>,
but they resolve based on an element's index <strong>among elements of the same <a href="#type-selectors">type (tag name)</a></strong> in their sibling list.

<h4 id="the-nth-of-type-pseudo">
Expand Down

0 comments on commit 92d0e50

Please sign in to comment.