Skip to content

Commit 6a33764

Browse files
committed
[css-text-3] Avoid contradiction about the effects of hanging on intrinsic sizing
Part of #4267
1 parent 9d0056d commit 6a33764

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

css-text-3/Overview.bs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -873,12 +873,11 @@ Text Processing</h3>
873873

874874
<p>[=White space=] that was not removed or collapsed due to white space processing
875875
is called <dfn export local-lt="preserved">preserved white space</dfn>.
876-
In general, <a>preserved white space</a> is measured when calculating
877-
the intrinsic sizes ([=min-content size=] and [=max-content size=]) of text;
878-
however <a>preserved white space</a>
879-
that would <a>hang</a> when at the end of the line
880-
(i.e. that preserved by ''pre-wrap'')
881-
is excluded.
876+
877+
Note: In some cases,
878+
[=preserved white space=] and [=other space separators=]
879+
can <a>hang</a> when at the end of the line;
880+
this can affect whether they are measured for [=intrinsic sizing=].
882881

883882
<p>The following informative table summarizes the behavior of various
884883
'white-space' values:</p>

0 commit comments

Comments
 (0)