Skip to content

Commit 9b61a07

Browse files
committed
Define that hyphenation and emergency wrapping are not used for determining min-content sizes.
1 parent 7242d33 commit 9b61a07

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

css3-text/Overview.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 April 2011</h2>
8989
<dt>This version:
9090

9191
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
92-
2011/04/16 07:11:35 $ (CVS $Revision$)</a> <!--
92+
2011/04/16 07:51:51 $ (CVS $Revision$)</a> <!--
9393
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110416/">http://www.w3.org/TR/2011/WD-css3-text-20110416/</a></dd>
9494
-->
9595

@@ -1531,6 +1531,9 @@ <h2 id=hyphenation><span class=secno>6. </span>Hyphenation</h2>
15311531
style="font-variant: small-caps">e</span>&chi;) they are not considered
15321532
especially useful.
15331533

1534+
<p>Hyphenation opportunities are not considered when calculating
1535+
&lsquo;<code class=css>min-content</code>&rsquo; intrinsic sizes.
1536+
15341537
<h3 id=hyphens><span class=secno>6.1. </span>Hyphenation Control: the
15351538
&lsquo;<a href="#hyphens0"><code class=property>hyphens</code></a>&rsquo;
15361539
property</h3>
@@ -2418,6 +2421,10 @@ <h3 id=word-wrap><span class=secno>7.2. </span> Emergency Wrapping: the
24182421
over &lsquo;<code class=css>break-word</code>&rsquo; breaking.
24192422
</dl>
24202423

2424+
<p>Break opportunities not part of &lsquo;<code class=css>word-wrap:
2425+
normal</code>&rsquo; line breaking are not considered when calculating
2426+
&lsquo;<code class=css>min-content</code>&rsquo; intrinsic sizes.
2427+
24212428
<p class=note>This property should have been called &lsquo;<code
24222429
class=property>emergency-wrap</code>&rsquo;, however due to historical
24232430
reasons it could not be given a less confusing name.

css3-text/Overview.src.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,9 @@ <h2 id="hyphenation">Hyphenation</h2>
10391039
T<span style="font-variant: small-caps">e</span>&chi;) they are not
10401040
considered especially useful.</p>
10411041

1042+
<p>Hyphenation opportunities are not considered when calculating
1043+
''min-content'' intrinsic sizes.
1044+
10421045
<h3 id="hyphens">Hyphenation Control: the 'hyphens' property</h3>
10431046

10441047
<table class=propdef>
@@ -1693,6 +1696,10 @@ <h3 id="word-wrap">
16931696
takes precedence over ''break-word'' breaking.</dd>
16941697
</dl>
16951698

1699+
<p>Break opportunities not part of ''word-wrap: normal'' line breaking
1700+
are not considered when calculating ''min-content'' intrinsic
1701+
sizes.
1702+
16961703
<p class="note">This property should have been called 'emergency-wrap',
16971704
however due to historical reasons it could not be given a less
16981705
confusing name.</p>

0 commit comments

Comments
 (0)