- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 19 Dec 2011 17:19:11 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv28455
Modified Files:
Overview.html Overview.src.html
Log Message:
dbaron says computed value should be abstract, not specifying ordering or anything else relevant to serialization
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -d -r1.252 -r1.253
--- Overview.html 7 Dec 2011 02:29:53 -0000 1.252
+++ Overview.html 19 Dec 2011 17:19:09 -0000 1.253
@@ -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 7 December
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 December
2011</h2>
<dl>
<dt>This version:
- <dd><!-- <a href="http://www.w3.org/TR/2011/CR-css3-background-20111207">http://www.w3.org/TR/2011/ED-css3-background-20111207/</a> -->
+ <dd><!-- <a href="http://www.w3.org/TR/2011/CR-css3-background-20111219">http://www.w3.org/TR/2011/ED-css3-background-20111219/</a> -->
<a
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
@@ -1006,11 +1006,9 @@
<tr>
<th>Computed value:
- <td>If one or two values are specified, for a <length> the
- absolute length, otherwise a percentage. If three or four values are
- specified, the horizontal origin keyword and length or percentage
- offset followed by the vertical origin keyword and length or percentage
- offset.
+ <td>Two keywords representing the origin and two offsets from that
+ origin, each given as an absolute length (if given a <length>),
+ otherwise as a percentage.
</table>
<p>If background images have been specified, this property specifies their
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -d -r1.264 -r1.265
--- Overview.src.html 7 Dec 2011 02:22:40 -0000 1.264
+++ Overview.src.html 19 Dec 2011 17:19:09 -0000 1.265
@@ -618,11 +618,9 @@
<td>visual
<tr>
<th>Computed value:
- <td>If one or two values are specified, for a <length> the
- absolute length, otherwise a percentage. If three or four values
- are specified, the horizontal origin keyword and length or
- percentage offset followed by the vertical origin keyword and
- length or percentage offset.
+ <td>Two keywords representing the origin and two offsets from that
+ origin, each given as an absolute length (if given a <length>),
+ otherwise as a percentage.
</table>
<p>If background images have been specified, this property specifies
Received on Monday, 19 December 2011 17:21:18 UTC