|
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 23 July 2011</h2> |
| 35 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 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-20110723">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110723/</a> |
| 43 | + <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110725">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110725/</a> |
44 | 44 | --> |
45 | 45 |
|
46 | 46 |
|
@@ -2847,7 +2847,8 @@ <h2 id=text-combine><span class=secno>9. </span> Glyph Composition: the |
2847 | 2847 |
|
2848 | 2848 | <td>none | all <integer>? | [ [digits <integer>? || ascii-digits |
2849 | 2849 | <integer>? ] || [ alpha <integer>? | latin <integer>? ] || |
2850 | | - alphanumeric <integer>? ] && [ scale | no-scale || use-glyphs ]? |
| 2850 | + alphanumeric <integer>? ] && [ compress | no-compress || use-glyphs |
| 2851 | + ]? |
2851 | 2852 |
|
2852 | 2853 | <tr> |
2853 | 2854 | <th>Initial: |
@@ -2963,13 +2964,14 @@ <h2 id=text-combine><span class=secno>9. </span> Glyph Composition: the |
2963 | 2964 | must compress the composition horizontally until it fits within the width |
2964 | 2965 | tolerance of 1.1em. |
2965 | 2966 |
|
2966 | | - <dt><dfn id=scale title="text-combine-horizontal:scale">scale</dfn> |
| 2967 | + <dt><dfn id=compress |
| 2968 | + title="text-combine-horizontal:compress">compress</dfn> |
2967 | 2969 |
|
2968 | | - <dd>Compress the composition horizontally until it fits within the width |
2969 | | - tolerance (1.1em). Do not substitute alternate-width glyphs. |
| 2970 | + <dd>Compress the composition horizontally until it fits within 1em. Do not |
| 2971 | + substitute alternate-width glyphs. |
2970 | 2972 |
|
2971 | | - <dt><dfn id=no-scale |
2972 | | - title="text-combine-horizontal:no-scale">no-scale</dfn> |
| 2973 | + <dt><dfn id=no-compress |
| 2974 | + title="text-combine-horizontal:no-compress">no-compress</dfn> |
2973 | 2975 |
|
2974 | 2976 | <dd>Do not compress the composition or perform any glyph substitution in |
2975 | 2977 | order to make the composition fit within the tolerance. This may cause |
@@ -3966,7 +3968,8 @@ <h2 class=no-num id=property-index> Property Index</h2> |
3966 | 3968 |
|
3967 | 3969 | <td>none | all <integer>? | [ [digits <integer>? || ascii-digits |
3968 | 3970 | <integer>? ] || [ alpha <integer>? | latin <integer>? ] || |
3969 | | - alphanumeric <integer>? ] && [ scale | no-scale || use-glyphs ]? |
| 3971 | + alphanumeric <integer>? ] && [ compress | no-compress || use-glyphs |
| 3972 | + ]? |
3970 | 3973 |
|
3971 | 3974 | <td>none |
3972 | 3975 |
|
|
0 commit comments