From cc2ee4cf82fdf9863d1b0a5c73191b7073e093c2 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Fri, 27 Jan 2023 15:16:41 +0900 Subject: [PATCH] [css-text-4] Handle non full-width punctuation in text-spacing *-adjacent See #6091 --- css-text-4/Overview.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css-text-4/Overview.bs b/css-text-4/Overview.bs index 9840e56b081..23d555e9ab3 100644 --- a/css-text-4/Overview.bs +++ b/css-text-4/Overview.bs @@ -8244,6 +8244,7 @@ Fullwidth Punctuation Collapsing * a fullwidth middle dot punctuation * an ideographic space (U+3000) * a fullwidth closing punctuation of an equivalent or larger 'font-size' + * a character belonging to Unicode [=general category=] Ps Otherwise set it full-width.
  • @@ -8252,6 +8253,7 @@ Fullwidth Punctuation Collapsing * a fullwidth middle dot punctuation * an ideographic space (U+3000) * a fullwidth opening punctuation of a larger 'font-size' + * a character belonging to Unicode [=general category=] Pe Otherwise set it full-width.