Skip to content

Commit 69300cd

Browse files
tidoustsvgeesus
authored andcommitted
[css-overflow-5] Escape single quote for '*'
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.
1 parent 9f0c4ae commit 69300cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-overflow-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Selecting The Active Scroll Marker: the '':target-current'' pseudo-class</h4>
416416
<h3 id="scroll-buttons">
417417
Scroll Buttons</h3>
418418

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

0 commit comments

Comments
 (0)