Skip to content

Commit d71f13b

Browse files
committed
backport CSS2.1 Issues-3#140
1 parent 3ca2b99 commit d71f13b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

css3-text/Overview.src.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,9 @@ <h3 id="white-space-rules"><span class="secno">3.2.</span>
562562
starting content edge.</li>
563563
<li>A sequence of collapsible spaces (U+0020) at the end of a line
564564
is removed.</li>
565+
<li>If spaces (U+0020) or tabs (U+0009) at the end of a line are
566+
non-collapsible but have 'text-wrap' set to 'normal' or 'suppress'
567+
the UA may visually collapse them.
565568
</ol>
566569

567570
<div class="example">
@@ -775,6 +778,11 @@ <h2 id="line-breaking"><span class="secno">4.</span>
775778
Additionally the level of strictness in these restrictions can vary
776779
with the typesetting style.</p>
777780

781+
<p class="issue">Specify that out-of-flow elements do not introduce line
782+
breaking opportunities. Specify whether images introduce line breaking
783+
opportunities. Specify that CSS3 Text does not otherwise specify line
784+
breaking opportunities.</p>
785+
778786
<h3 id="word-break"><span class="secno">4.1.</span>
779787
Line Breaking Restrictions: the 'word-break' property</h3>
780788

0 commit comments

Comments
 (0)