csswg/css3-background Overview.html,1.250,1.251 Overview.src.html,1.262,1.263

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Clarify that position keywords compute to percentages in 2-value syntax

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -d -r1.250 -r1.251
--- Overview.html	11 Nov 2011 16:53:21 -0000	1.250
+++ Overview.html	7 Dec 2011 01:48:25 -0000	1.251
@@ -22,13 +22,13 @@
 
    <h1>CSS Backgrounds and Borders Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 November
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 December
     2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><!-- <a href="http://www.w3.org/TR/2011/CR-css3-background-20111111">http://www.w3.org/TR/2011/ED-css3-background-20111111/</a> -->
+    <dd><!-- <a href="http://www.w3.org/TR/2011/CR-css3-background-20111207">http://www.w3.org/TR/2011/ED-css3-background-20111207/</a> -->
      <a
      href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
      
@@ -36,7 +36,7 @@
     <dt>Latest version:
 
     <dd><a
-     href="http://www.w3.org/TR/css3-background">http://www.w3.org/TR/css3-background</a>
+     href="http://www.w3.org/TR/css3-background">http://www.w3.org/TR/css3-background/</a>
      
 
     <dt>Previous versions:
@@ -1105,7 +1105,7 @@
    <dt><dfn id=top title="''top''!!'background-position' value">&lsquo;<code
     class=css>top</code>&rsquo;</dfn>
 
-   <dd>Equivalent to &lsquo;<code class=css>0%</code>&rsquo; for the vertical
+   <dd>Computes to &lsquo;<code class=css>0%</code>&rsquo; for the vertical
     position if one or two values are given, otherwise specifies the top edge
     as the origin for the next offset.
 
@@ -1113,7 +1113,7 @@
     title="''right''!!'background-position' value">&lsquo;<code
     class=css>right</code>&rsquo;</dfn>
 
-   <dd>Equivalent to &lsquo;<code class=css>100%</code>&rsquo; for the
+   <dd>Computes to &lsquo;<code class=css>100%</code>&rsquo; for the
     horizontal position if one or two values are given, otherwise specifies
     the right edge as the origin for the next offset.
 
@@ -1121,23 +1121,23 @@
     title="''bottom''!!'background-position' value">&lsquo;<code
     class=css>bottom</code>&rsquo;</dfn>
 
-   <dd>Equivalent to &lsquo;<code class=css>100%</code>&rsquo; for the
-    vertical position if one or two values are given, otherwise specifies the
-    bottom edge as the origin for the next offset.
+   <dd>Computes to &lsquo;<code class=css>100%</code>&rsquo; for the vertical
+    position if one or two values are given, otherwise specifies the bottom
+    edge as the origin for the next offset.
 
    <dt><dfn id=left
     title="''left''!!'background-position' value">&lsquo;<code
     class=css>left</code>&rsquo;</dfn>
 
-   <dd>Equivalent to &lsquo;<code class=css>0%</code>&rsquo; for the
-    horizontal position if one or two values are given, otherwise specifies
-    the left edge as the origin for the next offset.
+   <dd>Computes to &lsquo;<code class=css>0%</code>&rsquo; for the horizontal
+    position if one or two values are given, otherwise specifies the left
+    edge as the origin for the next offset.
 
    <dt><dfn id=center
     title="''center''!!'background-position' value">&lsquo;<code
     class=css>center</code>&rsquo;</dfn>
 
-   <dd>Equivalent to &lsquo;<code class=css>50%</code>&rsquo; (&lsquo;<code
+   <dd>Computes to &lsquo;<code class=css>50%</code>&rsquo; (&lsquo;<code
     class=css>left 50%</code>&rsquo;) for the horizontal position if the
     horizontal position is not otherwise specified, or &lsquo;<code
     class=css>50%</code>&rsquo; (&lsquo;<code class=css>top

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -d -r1.262 -r1.263
--- Overview.src.html	11 Nov 2011 16:53:21 -0000	1.262
+++ Overview.src.html	7 Dec 2011 01:48:26 -0000	1.263
@@ -705,31 +705,31 @@
 
   <dt><dfn title="''top''!!'background-position' value">''top''</dfn>
 
-  <dd>Equivalent to ''0%'' for the vertical position if one or two
+  <dd>Computes to ''0%'' for the vertical position if one or two
     values are given, otherwise specifies the top edge as the origin for the
     next offset.
 
   <dt><dfn title="''right''!!'background-position' value">''right''</dfn>
 
-  <dd>Equivalent to ''100%'' for the horizontal position if one or two
+  <dd>Computes to ''100%'' for the horizontal position if one or two
     values are given, otherwise specifies the right edge as the origin
     for the next offset.
 
   <dt><dfn title="''bottom''!!'background-position' value">''bottom''</dfn>
 
-  <dd>Equivalent to ''100%'' for the vertical position if one or two
+  <dd>Computes to ''100%'' for the vertical position if one or two
     values are given, otherwise specifies the bottom edge as the origin
     for the next offset.
 
   <dt><dfn title="''left''!!'background-position' value">''left''</dfn>
 
-  <dd>Equivalent to ''0%'' for the horizontal position if one or two
+  <dd>Computes to ''0%'' for the horizontal position if one or two
     values are given, otherwise specifies the left edge as the origin
     for the next offset.
 
   <dt><dfn title="''center''!!'background-position' value">''center''</dfn>
 
-  <dd>Equivalent to ''50%'' (''left 50%'') for the
+  <dd>Computes to ''50%'' (''left 50%'') for the
     horizontal position if the horizontal position is not otherwise
     specified, or ''50%'' (''top 50%'') for the vertical position if
     it is.

Received on Wednesday, 7 December 2011 01:48:36 UTC