csswg/css3-background Overview.src.html,1.263,1.264

Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv25999

Modified Files:
	Overview.src.html 
Log Message:
Clarify 3/4 value computed value for background-position

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -d -r1.263 -r1.264
--- Overview.src.html	7 Dec 2011 01:48:26 -0000	1.263
+++ Overview.src.html	7 Dec 2011 02:22:40 -0000	1.264
@@ -620,7 +620,9 @@
       <th>Computed value:
       <td>If one or two values are specified, for a &lt;length&gt; the
         absolute length, otherwise a percentage. If three or four values
-        are specified, two pairs of a keyword plus a length or percentage.
+        are specified, the horizontal origin keyword and length or
+        percentage offset followed by the vertical origin keyword and
+        length or percentage offset.
 </table>
 
 <p>If background images have been specified, this property specifies

Received on Wednesday, 7 December 2011 02:22:47 UTC