Skip to content

Commit ed5e0b6

Browse files
committed
[css-text-4] space-first applies after line-breaks (fix regression) #9532
1 parent 4819658 commit ed5e0b6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-text-4/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10483,7 +10483,8 @@ CJK Punctuation Spacing: the 'text-spacing-trim' property</h3>
1048310483
<dt><dfn>space-first</dfn>
1048410484
<dd>
1048510485
Set <a>fullwidth opening punctuation</a> with full-width glyphs (spaced)
10486-
on the first line the [=block container=].
10486+
on the first line the [=block container=]
10487+
and each line after a [=forced line break=].
1048710488
Otherwise as ''trim-auto''
1048810489
(unless ''text-spacing-trim/allow-end'' is also specified).
1048910490
@@ -13007,7 +13008,9 @@ Changes</h2>
1300713008
Changes specific to Level 4 are listed below.
1300813009
1300913010
Significant changes since the <a href="https://www.w3.org/TR/2023/WD-css-text-4-20231020/">20 October 2023 Working Draft</a> include:
13010-
* None yet
13011+
* Restored accidentally deleted “and each line after a [=forced line break=]”
13012+
from definition of ''text-spacing-trim: space-first''.
13013+
(<a href="https://github.com/w3c/csswg-drafts/issues/9532">Issue 9532</a>)
1301113014
1301213015
Significant changes since the <a href="https://www.w3.org/TR/2023/WD-css-text-4-20230329/">29 March 2023 Working Draft</a> include:
1301313016
* Recast the 'text-wrap' property as a shorthand of two new properties,

0 commit comments

Comments
 (0)