csswg/css3-writing-modes Overview.html,1.184,1.185 Overview.src.html,1.194,1.195

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
shift paragraph

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- Overview.html	23 Jul 2011 01:47:03 -0000	1.184
+++ Overview.html	23 Jul 2011 01:51:38 -0000	1.185
@@ -2995,6 +2995,12 @@
    composition is treated as a single glyph representing the Object
    Replacement Character U+FFFC.
 
+  <p>If none of &lsquo;<code class=css>scale</code>&rsquo;, &lsquo;<code
+   class=css>no-scale</code>&rsquo;, or &lsquo;<code
+   class=css>use-glyphs</code>&rsquo; are specified and the contents are
+   wider than the width tolerance, the UA must compress the contents to
+   within the tolerance, but may use any method to do so.
+
   <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
    fonts, the UA may vertically scale the contents of the composition to
@@ -3005,12 +3011,6 @@
     unlikely to be shortened in a proportional font -->
    
 
-  <p>If none of &lsquo;<code class=css>scale</code>&rsquo;, &lsquo;<code
-   class=css>no-scale</code>&rsquo;, or &lsquo;<code
-   class=css>use-glyphs</code>&rsquo; are specified and the contents are
-   wider than the width tolerance, the UA must compress the contents to
-   within the tolerance, but may use any method to do so.
-
   <p>Any CSS fullwidth transformations (&lsquo;<code
    class=css>text-transform: full-width</code>&rsquo; <a href="#CSS3TEXT"
    rel=biblioentry>[CSS3TEXT]<!--{{CSS3TEXT}}--></a> or &lsquo;<code

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -r1.194 -r1.195
--- Overview.src.html	23 Jul 2011 01:47:03 -0000	1.194
+++ Overview.src.html	23 Jul 2011 01:51:38 -0000	1.195
@@ -2240,6 +2240,11 @@
     etc. the resulting composition is treated as a single glyph
     representing the Object Replacement Character U+FFFC.
 
+  <p>If none of ''scale'', ''no-scale'', or ''use-glyphs'' are specified
+    and the contents are wider than the width tolerance, the UA must
+    compress the contents to within the tolerance, but may use any
+    method to do so.
+
   <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 fonts, the UA may vertically scale the contents of the composition
@@ -2249,11 +2254,6 @@
     font; and its shape is very full in both dimensions, so it would be
     unlikely to be shortened in a proportional font -->
 
-  <p>If none of ''scale'', ''no-scale'', or ''use-glyphs'' are specified
-    and the contents are wider than the width tolerance, the UA must
-    compress the contents to within the tolerance, but may use any
-    method to do so.
-
   <p>Any CSS fullwidth transformations
     (''text-transform: full-width'' [[CSS3TEXT]] or
     ''font-variant-east-asian-width: full-width'' [[CSS3FONT]])

Received on Saturday, 23 July 2011 01:51:42 UTC