From e4b725473d66589e9ff08ea270888b022e1242ee Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Wed, 22 Jan 2025 11:37:48 +0100 Subject: [PATCH] [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. --- css-overflow-5/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-overflow-5/Overview.bs b/css-overflow-5/Overview.bs index e03c7b34a8e..967d7cf1dc8 100644 --- a/css-overflow-5/Overview.bs +++ b/css-overflow-5/Overview.bs @@ -416,7 +416,7 @@ Selecting The Active Scroll Marker: the '':target-current'' pseudo-class

Scroll Buttons

-The ::scroll-button( '*' | <> ) pseudo-elements +The ::scroll-button( \'*' | <> ) 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 siblings @@ -759,7 +759,7 @@ Paginated overflow or the 'continue' property as described here.

-Fragmented Overflow

+Fragmented Overflow This section introduces and defines the meaning of the ''continue/fragments'' value of the 'continue' property.