File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 > χ) they are not considered
15321532 especially useful.
15331533
1534+ < p > Hyphenation opportunities are not considered when calculating
1535+ ‘< code class =css > min-content</ code > ’ intrinsic sizes.
1536+
15341537 < h3 id =hyphens > < span class =secno > 6.1. </ span > Hyphenation Control: the
15351538 ‘< a href ="#hyphens0 "> < code class =property > hyphens</ code > </ a > ’
15361539 property</ h3 >
@@ -2418,6 +2421,10 @@ <h3 id=word-wrap><span class=secno>7.2. </span> Emergency Wrapping: the
24182421 over ‘< code class =css > break-word</ code > ’ breaking.
24192422 </ dl >
24202423
2424+ < p > Break opportunities not part of ‘< code class =css > word-wrap:
2425+ normal</ code > ’ line breaking are not considered when calculating
2426+ ‘< code class =css > min-content</ code > ’ intrinsic sizes.
2427+
24212428 < p class =note > This property should have been called ‘< code
24222429 class =property > emergency-wrap</ code > ’, however due to historical
24232430 reasons it could not be given a less confusing name.
Original file line number Diff line number Diff line change @@ -1039,6 +1039,9 @@ <h2 id="hyphenation">Hyphenation</h2>
10391039 T< span style ="font-variant: small-caps "> e</ span > χ) 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 >
You can’t perform that action at this time.
0 commit comments