[csswg-drafts] [css-text-4] error in `text-spacing-trim: space-first` definition (#9532)

MurakamiShinyu has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-text-4] error in `text-spacing-trim: space-first` definition ==
https://drafts.csswg.org/css-text-4/#valdef-text-spacing-trim-space-first

> Set fullwidth opening punctuation with full-width glyphs (spaced) on the first line the block container. Otherwise as trim-auto (unless allow-end is also specified).

I think this should be:

> Set fullwidth opening punctuation with full-width glyphs (spaced) on the first line of the block container and each line after a forced line break. Otherwise as trim-auto (unless allow-end is also specified).

"and each line after a forced line break" is necessary in this definition because the `space-first` value exists for compat requirements for existing content, where often `<br>` is used to separate paragraphs. See: https://github.com/w3c/csswg-drafts/issues/9511#issuecomment-1780688084


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9532 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 27 October 2023 10:28:43 UTC