- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 25 Jul 2011 21:35:49 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv6198
Modified Files:
Overview.html Overview.src.html
Log Message:
Switch 'scale' to 'compress' per feedback from szilles
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- Overview.html 23 Jul 2011 01:51:38 -0000 1.185
+++ Overview.html 25 Jul 2011 21:35:47 -0000 1.186
@@ -32,7 +32,7 @@
<h1>CSS Writing Modes Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 July 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 July 2011</h2>
<dl>
<dt>This version:
@@ -40,7 +40,7 @@
<dd><a
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
<!--
- <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>
+ <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>
-->
@@ -2847,7 +2847,8 @@
<td>none | all <integer>? | [ [digits <integer>? || ascii-digits
<integer>? ] || [ alpha <integer>? | latin <integer>? ] ||
- alphanumeric <integer>? ] && [ scale | no-scale || use-glyphs ]?
+ alphanumeric <integer>? ] && [ compress | no-compress || use-glyphs
+ ]?
<tr>
<th>Initial:
@@ -2963,13 +2964,14 @@
must compress the composition horizontally until it fits within the width
tolerance of 1.1em.
- <dt><dfn id=scale title="text-combine-horizontal:scale">scale</dfn>
+ <dt><dfn id=compress
+ title="text-combine-horizontal:compress">compress</dfn>
- <dd>Compress the composition horizontally until it fits within the width
- tolerance (1.1em). Do not substitute alternate-width glyphs.
+ <dd>Compress the composition horizontally until it fits within 1em. Do not
+ substitute alternate-width glyphs.
- <dt><dfn id=no-scale
- title="text-combine-horizontal:no-scale">no-scale</dfn>
+ <dt><dfn id=no-compress
+ title="text-combine-horizontal:no-compress">no-compress</dfn>
<dd>Do not compress the composition or perform any glyph substitution in
order to make the composition fit within the tolerance. This may cause
@@ -3966,7 +3968,8 @@
<td>none | all <integer>? | [ [digits <integer>? || ascii-digits
<integer>? ] || [ alpha <integer>? | latin <integer>? ] ||
- alphanumeric <integer>? ] && [ scale | no-scale || use-glyphs ]?
+ alphanumeric <integer>? ] && [ compress | no-compress || use-glyphs
+ ]?
<td>none
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -d -r1.195 -r1.196
--- Overview.src.html 23 Jul 2011 01:51:38 -0000 1.195
+++ Overview.src.html 25 Jul 2011 21:35:47 -0000 1.196
@@ -2121,7 +2121,7 @@
[ [digits <integer>? || ascii-digits <integer>? ]
|| [ alpha <integer>? | latin <integer>? ]
|| alphanumeric <integer>? ]
- && [ scale | no-scale || use-glyphs ]?</td>
+ && [ compress | no-compress || use-glyphs ]?</td>
</tr>
<tr>
<th>Initial:</th>
@@ -2212,10 +2212,10 @@
If such glyphs are not available (and ''no-scale'' is not specified),
the UA must compress the composition horizontally until it fits within
the width tolerance of 1.1em.
- <dt><dfn title="text-combine-horizontal:scale">scale</dfn>
- <dd>Compress the composition horizontally until it fits within
- the width tolerance (1.1em). Do not substitute alternate-width glyphs.
- <dt><dfn title="text-combine-horizontal:no-scale">no-scale</dfn>
+ <dt><dfn title="text-combine-horizontal:compress">compress</dfn>
+ <dd>Compress the composition horizontally until it fits within 1em.
+ Do not substitute alternate-width glyphs.
+ <dt><dfn title="text-combine-horizontal:no-compress">no-compress</dfn>
<dd>Do not compress the composition or perform any glyph substitution
in order to make the composition fit within the tolerance. This may
cause the glyphs to overflow the line significantly.
Received on Monday, 25 July 2011 21:35:50 UTC