- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 Jan 2012 20:25:50 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv20431
Modified Files:
Overview.html Overview.src.html
Log Message:
Remove extraneous clause from <position> grammar per <http://lists.w3.org/Archives/Public/www-style/2012Jan/0940.html>
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -d -r1.266 -r1.267
--- Overview.html 18 Jan 2012 05:01:00 -0000 1.266
+++ Overview.html 23 Jan 2012 20:25:47 -0000 1.267
@@ -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 18 January
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 January
2012</h2>
<dl>
<dt>This version:
- <dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120118">http://www.w3.org/TR/2012/ED-css3-background-20120118/</a> -->
+ <dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120123">http://www.w3.org/TR/2012/ED-css3-background-20120123/</a> -->
<a
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
@@ -1074,9 +1074,6 @@
<pre class=prod><dfn id=ltpositiongt><var><position></var></dfn> = [
[ left | center | right | top | bottom | <var><percentage></var> | <var><length></var> ]
|
- [ left | center | right ] &&
- [ top | center | bottom ]
-|
[ left | center | right | <var><percentage></var> | <var><length></var> ]
[ top | center | bottom | <var><percentage></var> | <var><length></var> ]
|
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -d -r1.280 -r1.281
--- Overview.src.html 18 Jan 2012 05:01:00 -0000 1.280
+++ Overview.src.html 23 Jan 2012 20:25:48 -0000 1.281
@@ -662,9 +662,6 @@
<pre class=prod><dfn><var><position></var></dfn> = [
[ left | center | right | top | bottom | <var><percentage></var> | <var><length></var> ]
|
- [ left | center | right ] &&
- [ top | center | bottom ]
-|
[ left | center | right | <var><percentage></var> | <var><length></var> ]
[ top | center | bottom | <var><percentage></var> | <var><length></var> ]
|
Received on Monday, 23 January 2012 20:25:54 UTC