Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-overflow-5] Escape single quote for '*' #11557

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -759,7 +759,7 @@ Paginated overflow</h3>
or the 'continue' property as described here.

<h3 id="fragment-overflow">
Fragmented Overflow</h2>
Fragmented Overflow</h3>

This section introduces and defines the meaning of
the ''continue/fragments'' value of the 'continue' property.
Expand Down