Skip to content

Commit 3ea51bd

Browse files
committed
Switch 'scale' to 'compress' per feedback from szilles
1 parent 936bbf8 commit 3ea51bd

2 files changed

Lines changed: 17 additions & 14 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
<h1>CSS Writing Modes Module Level 3</h1>
3434

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>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a
4141
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
4242
<!--
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>
4444
-->
4545

4646

@@ -2847,7 +2847,8 @@ <h2 id=text-combine><span class=secno>9. </span> Glyph Composition: the
28472847

28482848
<td>none | all &lt;integer>? | [ [digits &lt;integer>? || ascii-digits
28492849
&lt;integer>? ] || [ alpha &lt;integer>? | latin &lt;integer>? ] ||
2850-
alphanumeric &lt;integer>? ] && [ scale | no-scale || use-glyphs ]?
2850+
alphanumeric &lt;integer>? ] && [ compress | no-compress || use-glyphs
2851+
]?
28512852

28522853
<tr>
28532854
<th>Initial:
@@ -2963,13 +2964,14 @@ <h2 id=text-combine><span class=secno>9. </span> Glyph Composition: the
29632964
must compress the composition horizontally until it fits within the width
29642965
tolerance of 1.1em.
29652966

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>
29672969

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.
29702972

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>
29732975

29742976
<dd>Do not compress the composition or perform any glyph substitution in
29752977
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>
39663968

39673969
<td>none | all &lt;integer>? | [ [digits &lt;integer>? || ascii-digits
39683970
&lt;integer>? ] || [ alpha &lt;integer>? | latin &lt;integer>? ] ||
3969-
alphanumeric &lt;integer>? ] && [ scale | no-scale || use-glyphs ]?
3971+
alphanumeric &lt;integer>? ] && [ compress | no-compress || use-glyphs
3972+
]?
39703973

39713974
<td>none
39723975

css3-writing-modes/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,7 +2121,7 @@ <h2 id="text-combine">
21212121
[ [digits &lt;integer>? || ascii-digits &lt;integer>? ]
21222122
|| [ alpha &lt;integer>? | latin &lt;integer>? ]
21232123
|| alphanumeric &lt;integer>? ]
2124-
&& [ scale | no-scale || use-glyphs ]?</td>
2124+
&& [ compress | no-compress || use-glyphs ]?</td>
21252125
</tr>
21262126
<tr>
21272127
<th>Initial:</th>
@@ -2212,10 +2212,10 @@ <h2 id="text-combine">
22122212
If such glyphs are not available (and ''no-scale'' is not specified),
22132213
the UA must compress the composition horizontally until it fits within
22142214
the width tolerance of 1.1em.
2215-
<dt><dfn title="text-combine-horizontal:scale">scale</dfn>
2216-
<dd>Compress the composition horizontally until it fits within
2217-
the width tolerance (1.1em). Do not substitute alternate-width glyphs.
2218-
<dt><dfn title="text-combine-horizontal:no-scale">no-scale</dfn>
2215+
<dt><dfn title="text-combine-horizontal:compress">compress</dfn>
2216+
<dd>Compress the composition horizontally until it fits within 1em.
2217+
Do not substitute alternate-width glyphs.
2218+
<dt><dfn title="text-combine-horizontal:no-compress">no-compress</dfn>
22192219
<dd>Do not compress the composition or perform any glyph substitution
22202220
in order to make the composition fit within the tolerance. This may
22212221
cause the glyphs to overflow the line significantly.

0 commit comments

Comments
 (0)