|
10 | 10 | rel=dcterms.rights>
|
11 | 11 | <meta content="CSS Text Module Level 3 (CSS3 Text)" name=dcterms.title>
|
12 | 12 | <meta content=text name=dcterms.type>
|
13 |
| - <meta content=2013-09-16 name=dcterms.date> |
| 13 | + <meta content=2013-09-23 name=dcterms.date> |
14 | 14 | <meta content="Elika J. Etemad" name=dcterms.creator>
|
15 | 15 | <meta content="Koji Ishii" name=dcterms.creator>
|
16 | 16 | <meta content=W3C name=dcterms.publisher>
|
|
68 | 68 |
|
69 | 69 | <h1>CSS Text Module Level 3</h1>
|
70 | 70 |
|
71 |
| - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 September |
| 71 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 September |
72 | 72 | 2013</h2>
|
73 | 73 |
|
74 | 74 | <dl>
|
75 | 75 | <dt>This version:</dt>
|
76 | 76 | <!--
|
77 |
| - <dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130916/">http://www.w3.org/TR/2013/WD-css3-text-20130916/</a></dd> |
| 77 | + <dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130923/">http://www.w3.org/TR/2013/WD-css3-text-20130923/</a></dd> |
78 | 78 | -->
|
79 | 79 |
|
80 | 80 | <dd><a
|
@@ -477,7 +477,21 @@ <h3 id=terms><span class=secno>1.3. </span> Terminology</h3>
|
477 | 477 | <em>extended grapheme cluster</em> definition in <a href="#UAX29"
|
478 | 478 | rel=biblioentry>[UAX29]<!--{{!UAX29}}--></a> (not the <em>legacy grapheme
|
479 | 479 | cluster</em> definition). The UA may further tailor the definition as
|
480 |
| - allowed by Unicode. Within this specification, the ambiguous term <dfn |
| 480 | + required by typographical tradition. |
| 481 | + |
| 482 | + <div class=example> |
| 483 | + <p>For example, to properly letter-space the Thai word คำ (U+0E04 + |
| 484 | + U+0E33), the U+0E33 needs to be decomposed into U+0E4D + U+0E32, and then |
| 485 | + the extra letter-space inserted before the U+0E32: คํ า. |
| 486 | + |
| 487 | + <p>A slightly more complex example is น้ำ (U+0E19 + U+0E49 + |
| 488 | + U+0E33). In this case, normal Thai shaping will first decompose the |
| 489 | + U+0E33 into U+0E4D + U+0E32 and then swap the U+0E4D with the U+0E49, |
| 490 | + giving U+0E19 + U+0E4D + U+0E49 + U+0E32. As before the extra |
| 491 | + letter-space is then inserted before the U+0E32: นํ้ า. |
| 492 | + </div> |
| 493 | + |
| 494 | + <p>Within this specification, the ambiguous term <dfn |
481 | 495 | id=character>character</dfn> is used as a friendlier synonym for <a
|
482 | 496 | href="#grapheme-cluster0"><i>grapheme cluster</i></a>. See <a
|
483 | 497 | href="http://www.w3.org/TR/css3-writing-modes/#character-properties">Characters
|
|
0 commit comments