We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7590ed7 commit dd6eff9Copy full SHA for dd6eff9
1 file changed
css3-text/Overview.src.html
@@ -558,8 +558,8 @@ <h3 id="white-space-rules"><span class="secno">3.2.</span>
558
Tab stops occur at points that are multiples of 8 times the width
559
of a space (U+0020) rendered in the block's font from the block's
560
starting content edge.</li>
561
- <li>A sequence of collapsible spaces (U+0020) at the end of a line
562
- is removed.</li>
+ <li>A sequence of collapsible spaces (U+0020) or ideographic spaces
+ (U+3000) at the end of a line is removed.</li>
563
<li>If spaces (U+0020) or tabs (U+0009) at the end of a line are
564
non-collapsible but have 'text-wrap' set to 'normal' or 'suppress'
565
the UA may visually collapse them.
0 commit comments