Skip to content

Commit 5ec924d

Browse files
upsuperkojiishi
authored andcommitted
Change "line feed" to "segment break" in 4.1.2 (#833)
1 parent 7a20d00 commit 5ec924d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-text/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,8 @@ Languages and Typesetting</h4>
663663
break is the zero-width space character (U+200B), then the break
664664
is removed, leaving behind the zero-width space.
665665
<li>Otherwise, if the <a>East Asian Width property</a> [[!UAX11]] of both
666-
the character before and after the line feed is <code>F</code>, <code>W</code>, or <code>H</code> (not <code>A</code>),
666+
the character before and after the segment break is <code>F</code>,
667+
<code>W</code>, or <code>H</code> (not <code>A</code>),
667668
and neither side is Hangul, then the segment break is removed.
668669
<li>Otherwise, the segment break is converted to a space (U+0020).
669670
</ul>

0 commit comments

Comments
 (0)