|
29 | 29 |
|
30 | 30 | <h1>CSS Text Level 4</h1> |
31 | 31 |
|
32 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 January 2012</h2> |
| 32 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 January 2012</h2> |
33 | 33 |
|
34 | 34 | <dl> |
35 | 35 | <dt>This version: |
36 | 36 |
|
37 | | - <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/11/23 |
38 | | - 10:55:51 $ (CVS $Revision$)</a> <!-- |
39 | | - <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120103/">http://www.w3.org/TR/2012/WD-css3-text-20120103/</a></dd> |
| 37 | + <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/03 |
| 38 | + 18:35:26 $ (CVS $Revision$)</a> <!-- |
| 39 | + <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120106/">http://www.w3.org/TR/2012/WD-css3-text-20120106/</a></dd> |
40 | 40 | --> |
41 | 41 |
|
42 | 42 |
|
@@ -686,12 +686,13 @@ <h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a> |
686 | 686 | href="http://www.microsoft.com/typography/otspec/features_ae.htm#case">case</a> |
687 | 687 | feature in OpenType). Should we turn that on by default, as they suggest? |
688 | 688 |
|
689 | | - <p class=note>A future level of CSS may introduce the ability to create |
690 | | - custom mapping tables for less common text transforms, such as by |
691 | | - ‘<a href="#text-transform0"><code |
692 | | - class=css>@text-transform</code></a>’ rule similar to ‘<code |
693 | | - class=css>@counter-style</code>’ from <a href="#CSS3LIST" |
694 | | - rel=biblioentry>[CSS3LIST]<!--{{CSS3LIST}}--></a>. |
| 689 | + <p class=issue>CSS may introduce the ability to create custom mapping |
| 690 | + tables for less common text transforms, such as by an ‘<a |
| 691 | + href="#text-transform0"><code class=css>@text-transform</code></a>’ |
| 692 | + rule similar to ‘<code class=css>@counter-style</code>’ from |
| 693 | + <a href="#CSS3LIST" rel=biblioentry>[CSS3LIST]<!--{{CSS3LIST}}--></a>, and |
| 694 | + this mechanism may be used to replace ‘<code |
| 695 | + class=css>full-size-kana</code>’. |
695 | 696 |
|
696 | 697 | <h2 id=white-space-processing><span class=secno>3. </span> White Space |
697 | 698 | Processing</h2> |
@@ -1533,6 +1534,37 @@ <h3 id=word-break><span class=secno>4.2. </span> Word Breaking Rules: the |
1533 | 1534 | line-breaking opportunities, as in Korean. |
1534 | 1535 | </dl> |
1535 | 1536 |
|
| 1537 | + <div class=example> |
| 1538 | + <p class=issue>Add example here |
| 1539 | + |
| 1540 | + <p>Here's a mixed-script sample text: |
| 1541 | + |
| 1542 | + <p><q>这是一些汉字 and some Latin text و کمی نوشتنن |
| 1543 | + عربی and some Thai.</q></p> |
| 1544 | + |
| 1545 | + <p>The break-points are determined as follows (indicated by ·): |
| 1546 | + |
| 1547 | + <dl> |
| 1548 | + <dt>‘<code class=css>word-break: normal</code>’ |
| 1549 | + |
| 1550 | + <dd> |
| 1551 | + <p><q>这·是一些汉字 and some Latin text و کمی |
| 1552 | + نوشتنن عربی and some Thai.</q></p> |
| 1553 | + |
| 1554 | + <dt>‘<code class=css>word-break: break-all</code>’ |
| 1555 | + |
| 1556 | + <dd> |
| 1557 | + <p><q>这是一些汉字 and some Latin text و کمی نوشتنن |
| 1558 | + عربی and some Thai.</q></p> |
| 1559 | + |
| 1560 | + <dt>‘<code class=css>word-break: keep-all</code>’ |
| 1561 | + |
| 1562 | + <dd> |
| 1563 | + <p><q>这是一些汉字 and some Latin text و کمی نوشتنن |
| 1564 | + عربی and some Thai.</q></p> |
| 1565 | + </dl> |
| 1566 | + </div> |
| 1567 | + |
1536 | 1568 | <p>When shaping scripts such as Arabic are allowed to break within words |
1537 | 1569 | due to ‘<code class=css>break-all</code>’, the characters must |
1538 | 1570 | still be shaped as if the word were not broken. |
|
0 commit comments