We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf827c commit 7b72827Copy full SHA for 7b72827
selectors-4/Overview.bs
@@ -872,8 +872,8 @@ Internal Structure</h4>
872
873
<div class="example">
874
For example, ''::first-letter + span'' and ''::first-letter em'' are invalid selectors.
875
- However, since ''::slotted'' is defined to have internal structure,
876
- ''::slotted > p'' is a valid selector.
+ However, if ''::shadow'' were defined to have internal structure,
+ ''::shadow > p'' would be a valid selector.
877
</div>
878
879
Note: A future specification may expand the capabilities of existing pseudo-elements,
0 commit comments