8484
8585 < h1 > CSS Text Level 3</ h1 >
8686
87- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 24 July 2011</ h2 >
87+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 25 July 2011</ h2 >
8888
8989 < dl >
9090 < dt > This version:
9191
9292 < dd > < a href ="http://dev.w3.org/csswg/css3-text/Overview.html "> $Date:
93- 2011/07/24 23:11:53 $ (CVS $Revision$)</ a > <!--
94- <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110724 /">http://www.w3.org/TR/2011/WD-css3-text-20110724 /</a></dd>
93+ 2011/07/24 23:27:22 $ (CVS $Revision$)</ a > <!--
94+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110725 /">http://www.w3.org/TR/2011/WD-css3-text-20110725 /</a></dd>
9595 -->
9696
9797
@@ -336,8 +336,8 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
336336 presenting a footer</ a >
337337 </ ul >
338338
339- < li > < a href ="#word -wrap "> < span class =secno > 6.2. </ span > Emergency
340- Wrapping: the ‘< code class =property > word -wrap</ code > ’
339+ < li > < a href ="#overflow -wrap "> < span class =secno > 6.2. </ span > Emergency
340+ Wrapping: the ‘< code class =property > overflow -wrap</ code > ’
341341 property</ a >
342342 </ ul >
343343
@@ -1872,8 +1872,8 @@ <h3 id=hyphenate-line-limits><span class=secno>5.5. </span> Hyphenation
18721872 value means that there is no limit.
18731873
18741874 < p > In some cases, user agents may not be able to honor the specified value.
1875- (See ‘< a href ="#word -wrap0 "> < code
1876- class =property > word -wrap</ code > </ a > ’.) It is not defined whether
1875+ (See ‘< a href ="#overflow -wrap0 "> < code
1876+ class =property > overflow -wrap</ code > </ a > ’.) It is not defined whether
18771877 hyphenation introduced by such emergency breaking influences nearby
18781878 hyphenation points.
18791879
@@ -2177,8 +2177,8 @@ <h2 id=wrapping><span class=secno>6. </span> Text Wrapping</h2>
21772177
21782178 < p > Text wrapping is controlled by the ‘< a href ="#text-wrap0 "> < code
21792179 class =property > text-wrap</ code > </ a > ’ and ‘< a
2180- href ="#word -wrap0 "> < code class = property > word-wrap </ code > </ a > ’
2181- properties:
2180+ href ="#overflow -wrap0 "> < code
2181+ class = property > overflow-wrap </ code > </ a > ’ properties:
21822182
21832183 < h3 id =text-wrap > < span class =secno > 6.1. </ span > Text Wrap Settings: the
21842184 ‘< a href ="#text-wrap0 "> < code
@@ -2318,16 +2318,16 @@ <h4 id=example-avoid><span class=secno>6.1.1. </span>Example of using
23182318 </ pre >
23192319 </ div >
23202320
2321- < h3 id =word -wrap> < span class =secno > 6.2. </ span > Emergency Wrapping: the
2322- ‘< a href ="#word -wrap0 "> < code
2323- class =property > word -wrap</ code > </ a > ’ property</ h3 >
2321+ < h3 id =overflow -wrap> < span class =secno > 6.2. </ span > Emergency Wrapping: the
2322+ ‘< a href ="#overflow -wrap0 "> < code
2323+ class =property > overflow -wrap</ code > </ a > ’ property</ h3 >
23242324
23252325 < table class =propdef >
23262326 < tbody >
23272327 < tr >
23282328 < th > Name:
23292329
2330- < td > < dfn id =word -wrap0> word -wrap</ dfn >
2330+ < td > < dfn id =overflow -wrap0> overflow -wrap</ dfn >
23312331
23322332 < tr >
23332333 < th > Value:
@@ -2373,7 +2373,7 @@ <h3 id=word-wrap><span class=secno>6.2. </span> Emergency Wrapping: the
23732373 class =property > avoid</ code > ’. Possible values:
23742374
23752375 < dl >
2376- < dt > < dfn id =normal3 title ="word -wrap:normal "> < code > normal</ code > </ dfn >
2376+ < dt > < dfn id =normal3 title ="overflow -wrap:normal "> < code > normal</ code > </ dfn >
23772377
23782378 < dd > Lines may break only at allowed break points. However, the
23792379 restrictions introduced by ‘< code class =css > word-break:
@@ -2383,7 +2383,7 @@ <h3 id=word-wrap><span class=secno>6.2. </span> Emergency Wrapping: the
23832383 break points in the line.
23842384
23852385 < dt > < dfn id =hyphenate
2386- title ="word -wrap:hyphenate "> < code > hyphenate</ code > </ dfn >
2386+ title ="overflow -wrap:hyphenate "> < code > hyphenate</ code > </ dfn >
23872387
23882388 < dd > An unbreakable "word" may be hyphenated if there are no
23892389 otherwise-acceptable break points in the line even if hyphenation is
@@ -2392,7 +2392,7 @@ <h3 id=word-wrap><span class=secno>6.2. </span> Emergency Wrapping: the
23922392 prevent overflow.
23932393
23942394 < dt > < dfn id =break-word
2395- title ="word -wrap:break-word "> < code > break-word</ code > </ dfn >
2395+ title ="overflow -wrap:break-word "> < code > break-word</ code > </ dfn >
23962396
23972397 < dd > An unbreakable "word" may be broken at an arbitrary point if there are
23982398 no otherwise-acceptable break points in the line. Shaping characters are
@@ -2402,13 +2402,15 @@ <h3 id=word-wrap><span class=secno>6.2. </span> Emergency Wrapping: the
24022402 over ‘< code class =css > break-word</ code > ’ breaking.
24032403 </ dl >
24042404
2405- < p > Break opportunities not part of ‘< code class =css > word -wrap:
2405+ < p > Break opportunities not part of ‘< code class =css > overflow -wrap:
24062406 normal</ code > ’ line breaking are not considered when calculating
24072407 ‘< code class =css > min-content</ code > ’ intrinsic sizes.
24082408
2409- < p class =note > This property should have been called ‘< code
2410- class =property > overflow-wrap</ code > ’, however due to historical
2411- reasons it could not be given a less confusing name.
2409+ < p > For legacy reasons, UAs may also accept ‘< code
2410+ class =property > word-wrap</ code > ’ as an alternate name for the
2411+ ‘< a href ="#overflow-wrap0 "> < code
2412+ class =property > overflow-wrap</ code > </ a > ’ property. However this
2413+ syntax not valid.
24122414
24132415 < h2 id =justification > < span class =secno > 7. </ span > Alignment and
24142416 Justification</ h2 >
@@ -6323,6 +6325,21 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full
63236325
63246326 < td > visual
63256327
6328+ < tr >
6329+ < td > < a class =property href ="#overflow-wrap0 "> overflow-wrap</ a >
6330+
6331+ < td > normal | [ break-word || hyphenate ]
6332+
6333+ < td > normal
6334+
6335+ < td > all elements
6336+
6337+ < td > yes
6338+
6339+ < td > N/A
6340+
6341+ < td > visual
6342+
63266343 < tr >
63276344 < td > < a class =property href ="#tab-size0 "> tab-size</ a >
63286345
@@ -6700,21 +6717,6 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full
67006717
67016718 < td > refers to width of space (U+0020) glyph
67026719
6703- < td > visual
6704-
6705- < tr >
6706- < td > < a class =property href ="#word-wrap0 "> word-wrap</ a >
6707-
6708- < td > normal | [ break-word || hyphenate ]
6709-
6710- < td > normal
6711-
6712- < td > all elements
6713-
6714- < td > yes
6715-
6716- < td > N/A
6717-
67186720 < td > visual
67196721 </ table >
67206722 <!--end-properties-->
@@ -6877,6 +6879,18 @@ <h2 class=no-num id=index>Appendix I: Index</h2>
68776879 < li > Non-ideographic numerals, < a href ="#non-ideographic-numerals "
68786880 title ="Non-ideographic numerals "> < strong > 8.3.2.</ strong > </ a >
68796881
6882+ < li > overflow-wrap, < a href ="#overflow-wrap0 "
6883+ title =overflow-wrap > < strong > 6.2.</ strong > </ a >
6884+
6885+ < li > overflow-wrap:break-word, < a href ="#break-word "
6886+ title ="overflow-wrap:break-word "> < strong > 6.2.</ strong > </ a >
6887+
6888+ < li > overflow-wrap:hyphenate, < a href ="#hyphenate "
6889+ title ="overflow-wrap:hyphenate "> < strong > 6.2.</ strong > </ a >
6890+
6891+ < li > overflow-wrap:normal, < a href ="#normal3 "
6892+ title ="overflow-wrap:normal "> < strong > 6.2.</ strong > </ a >
6893+
68806894 < li > overline, < a href ="#overline "
68816895 title =overline > < strong > 10.1.1.</ strong > </ a >
68826896
@@ -7208,18 +7222,6 @@ <h2 class=no-num id=index>Appendix I: Index</h2>
72087222
72097223 < li > word-spacing, < a href ="#word-spacing0 "
72107224 title =word-spacing > < strong > 8.1.</ strong > </ a >
7211-
7212- < li > word-wrap, < a href ="#word-wrap0 "
7213- title =word-wrap > < strong > 6.2.</ strong > </ a >
7214-
7215- < li > word-wrap:break-word, < a href ="#break-word "
7216- title ="word-wrap:break-word "> < strong > 6.2.</ strong > </ a >
7217-
7218- < li > word-wrap:hyphenate, < a href ="#hyphenate "
7219- title ="word-wrap:hyphenate "> < strong > 6.2.</ strong > </ a >
7220-
7221- < li > word-wrap:normal, < a href ="#normal3 "
7222- title ="word-wrap:normal "> < strong > 6.2.</ strong > </ a >
72237225 </ ul >
72247226 <!--end-index-->
72257227
0 commit comments