Skip to content

Commit

Permalink
[css-overflow-5] Escape single quote for '*'
Browse files Browse the repository at this point in the history
Single quotes signal an autolink to a property or descriptor. Here, the single
quotes are meant to appear literally, because `*` would be interpreted as a
quantifier otherwise.
  • Loading branch information
tidoust authored and svgeesus committed Feb 3, 2025
1 parent 9f0c4ae commit 69300cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-overflow-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ Selecting The Active Scroll Marker: the '':target-current'' pseudo-class</h4>
<h3 id="scroll-buttons">
Scroll Buttons</h3>

The <dfn>::scroll-button( '*' | <<scroll-button-direction>> )</dfn> pseudo-elements
The <dfn>::scroll-button( \'*' | <<scroll-button-direction>> )</dfn> pseudo-elements
are generated on [=scroll containers=]
when their computed 'content' value is not ''content/none''.
They generate boxes as if they were immediately preceding <em>siblings</em>
Expand Down

0 comments on commit 69300cd

Please sign in to comment.