|
32 | 32 |
|
33 | 33 | <h1>CSS Writing Modes Module Level 3</h1> |
34 | 34 |
|
35 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 July 2011</h2> |
| 35 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 July 2011</h2> |
36 | 36 |
|
37 | 37 | <dl> |
38 | 38 | <dt>This version: |
39 | 39 |
|
40 | 40 | <dd><a |
41 | 41 | href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a> |
42 | 42 | <!-- |
43 | | - <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110720">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110720/</a> |
| 43 | + <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110721">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110721/</a> |
44 | 44 | --> |
45 | 45 |
|
46 | 46 |
|
@@ -3151,10 +3151,19 @@ <h2 class=no-num id=character-properties>Appendix Q. Characters and |
3151 | 3151 | href=vertical-typesetting-details>Vertical Typesetting Synthesis</a>, it |
3152 | 3152 | is necessary to determine the properties of a grapheme cluster. For the |
3153 | 3153 | purposes of CSS Writing Modes, the properties of a grapheme cluster are |
3154 | | - given by its base character—except in one case: grapheme clusters |
3155 | | - formed with an Enclosing Mark (Me) of the Common script are considered to |
3156 | | - be Other Symbols (So) in the Common script. They are assumed to have the |
3157 | | - same Unicode properties as the Replacement Character U+FFFD. |
| 3154 | + given by its base character—except in two cases: |
| 3155 | + |
| 3156 | + <ul> |
| 3157 | + <li>Grapheme clusters formed with an Enclosing Mark (Me) of the Common |
| 3158 | + script are considered to be Other Symbols (So) in the Common script. They |
| 3159 | + are assumed to have the same Unicode properties as the Replacement |
| 3160 | + Character U+FFFD. |
| 3161 | + |
| 3162 | + <li>Grapheme clusters formed with a Space Separator (Zs) as the base are |
| 3163 | + considered to be Modifier Symbols (Sk). They are assumed to have the same |
| 3164 | + East Asian Width property as the base, but take their other properties |
| 3165 | + from the first combining character in the sequence. |
| 3166 | + </ul> |
3158 | 3167 |
|
3159 | 3168 | <h2 class=no-num id=script-orientations>Appendix B: Bi-orientational |
3160 | 3169 | Transformations</h2> |
|
0 commit comments