Skip to content

Commit dd6eff9

Browse files
committed
ideographic spaces that don't fit shouldn't cause wrapping
1 parent 7590ed7 commit dd6eff9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css3-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,8 @@ <h3 id="white-space-rules"><span class="secno">3.2.</span>
558558
Tab stops occur at points that are multiples of 8 times the width
559559
of a space (U+0020) rendered in the block's font from the block's
560560
starting content edge.</li>
561-
<li>A sequence of collapsible spaces (U+0020) at the end of a line
562-
is removed.</li>
561+
<li>A sequence of collapsible spaces (U+0020) or ideographic spaces
562+
(U+3000) at the end of a line is removed.</li>
563563
<li>If spaces (U+0020) or tabs (U+0009) at the end of a line are
564564
non-collapsible but have 'text-wrap' set to 'normal' or 'suppress'
565565
the UA may visually collapse them.

0 commit comments

Comments
 (0)