|
32 | 32 |
|
33 | 33 | <h1>CSS Text Level 3</h1> |
34 | 34 |
|
35 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 May 2012</h2> |
| 35 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 May 2012</h2> |
36 | 36 |
|
37 | 37 | <dl> |
38 | 38 | <dt>This version: |
39 | 39 |
|
40 | 40 | <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS |
41 | 41 | $Revision$)</a> <!-- |
42 | | - <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120505/">http://www.w3.org/TR/2012/WD-css3-text-20120505/</a></dd> |
| 42 | + <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120506/">http://www.w3.org/TR/2012/WD-css3-text-20120506/</a></dd> |
43 | 43 | --> |
44 | 44 |
|
45 | 45 |
|
@@ -1437,7 +1437,9 @@ <h3 id=word-break><span class=secno>4.2. </span> Word Breaking Rules: the |
1437 | 1437 | and other explicit break opportunities. Otherwise this option is |
1438 | 1438 | equivalent to ‘<code class=css>normal</code>’. This option is |
1439 | 1439 | mostly used where word separator characters are present to create |
1440 | | - line-breaking opportunities, as in Korean. |
| 1440 | + line-breaking opportunities. Such sytle is sometimes seen in Korean |
| 1441 | + magazines, and is also useful for mixed-script text where CJK snippets |
| 1442 | + are mixed into another language that uses spaces for seapration. |
1441 | 1443 | </dl> |
1442 | 1444 |
|
1443 | 1445 | <div class=example> |
@@ -4992,10 +4994,7 @@ <h2 class=no-num id=default-stylesheet>Appendix D: Default UA Stylesheet</h2> |
4992 | 4994 | <pre><code class=css> |
4993 | 4995 | <!-- -->/* make list items align together */ |
4994 | 4996 | <!-- -->li { text-align: match-parent; } |
4995 | | -<!-- -->/* Korean prefers to break only at spaces */ |
4996 | | -<!-- -->:root:lang(ko) { |
4997 | | -<!-- --> word-break: keep-all; |
4998 | | -<!-- -->} |
| 4997 | +<!-- --> |
4999 | 4998 | <!-- -->/* disable inheritance of text-emphasis marks to ruby text: |
5000 | 4999 | <!-- --> emphasis marks should only apply to base text */ |
5001 | 5000 | <!-- -->rt { text-emphasis: none; } |
|
0 commit comments