csswg/css3-writing-modes Overview.html,1.192,1.193 Overview.src.html,1.203,1.204

Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv19479

Modified Files:
	Overview.html Overview.src.html 
Log Message:
scale -> compress

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- Overview.html	13 Aug 2011 00:10:03 -0000	1.192
+++ Overview.html	13 Aug 2011 00:12:40 -0000	1.193
@@ -2961,8 +2961,8 @@
    <dt><dfn id=compress
     title="text-combine-horizontal:compress">compress</dfn>
 
-   <dd>Compress the composition (by scaling horizontally) until it fits
-    within 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-compress
     title="text-combine-horizontal:no-compress">no-compress</dfn>
@@ -3013,9 +3013,8 @@
   <p>Since even fonts that have fractional-width glyphs available do not have
    such glyphs for all characters, if &lsquo;<code
    class=css>no-scale</code>&rsquo; is not specified, the UA must ensure the
-   expected advance width by either compressing (scaling horizontally) each
-   glyph or padding it (equally on both sides) if it does not match the
-   required advance width.
+   expected advance width by either compressing each glyph or padding it
+   (equally on both sides) if it does not match the required advance width.
 
   <p>In some fonts, the ideographic glyphs are given a compressed design such
    that they are 1em wide but shorter than 1em tall. To accommodate such

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -d -r1.203 -r1.204
--- Overview.src.html	13 Aug 2011 00:10:03 -0000	1.203
+++ Overview.src.html	13 Aug 2011 00:12:40 -0000	1.204
@@ -2208,8 +2208,8 @@
       of the element, then it must use those glyphs to attempt sizing the
       contents to 1em square. See below.
     <dt><dfn title="text-combine-horizontal:compress">compress</dfn>
-    <dd>Compress the composition (by scaling horizontally) until it fits
-      within 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 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
@@ -2250,8 +2250,8 @@
    <p>Since even fonts that have fractional-width glyphs available do
    not have such glyphs for all characters, if ''no-scale'' is not
    specified, the UA must ensure the expected advance width by either
-   compressing (scaling horizontally) each glyph or padding it (equally
-   on both sides) if it does not match the required advance width.
+   compressing each glyph or padding it (equally on both sides) if it
+   does not match the required advance width.
 
   <p>In some fonts, the ideographic glyphs are given a compressed design
     such that they are 1em wide but shorter than 1em tall. To accommodate

Received on Saturday, 13 August 2011 00:12:43 UTC