- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Feb 2012 15:53:39 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-background
In directory hutz:/tmp/cvs-serv20718
Modified Files:
Overview.html Overview.src.html
Log Message:
Add diff for <position> grammar change.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.html,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -d -r1.274 -r1.275
--- Overview.html 9 Feb 2012 15:45:14 -0000 1.274
+++ Overview.html 9 Feb 2012 15:53:37 -0000 1.275
@@ -1112,7 +1112,7 @@
<p>Where
<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 | bottom | <var><percentage></var> | <var><length></var> ]
|
[ left | center | right | <var><percentage></var> | <var><length></var> ]
[ top | center | bottom | <var><percentage></var> | <var><length></var> ]
@@ -4524,8 +4524,6 @@
<p>Changed <del>Equivalent</del> to <ins>Computes</ins> in definition of
keywords.
- <p>Also made the grammar more readable.
-
<li><a href="#animations">Section 2.3</a> (and all property definitions):
Added a section about expected an expected animations module. Added
"Animatable" line to property definition tables.
@@ -4535,6 +4533,18 @@
href="#ltpositiongt"><i><position></i></a> for easier re-use in
other specifications and recast the grammar to be more verbose but easier
to understand.
+ <blockquote>
+ <pre class=prod><del>bg-position</del><a
+ href="#ltpositiongt"><ins><position></ins></a> = [
+ [ <ins>left | center | right |</ins> top | bottom <ins>| <var><percentage></var> | <var><length></var></ins> ]
+|
+ [ left | center | right | <var><percentage></var> | <var><length></var> ]
+ [ top | center | bottom | <var><percentage></var> | <var><length></var> ]<del>?</del>
+|
+ [ center | [ left | right ] [ <var><percentage></var> | <var><length></var> ]? ] &&
+ [ center | [ top | bottom ] [ <var><percentage></var> | <var><length></var> ]? ]
+]</pre>
+ </blockquote>
<li><a href="#the-border-image-repeat">Section 6.5</a>: Added
‘<code class=css>space</code>’ keyword to ‘<a
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-background/Overview.src.html,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -d -r1.289 -r1.290
--- Overview.src.html 9 Feb 2012 15:42:05 -0000 1.289
+++ Overview.src.html 9 Feb 2012 15:53:37 -0000 1.290
@@ -676,7 +676,7 @@
<p>Where
<pre class=prod><dfn><var><position></var></dfn> = [
- [ left | center | right | top | bottom | <var><percentage></var> | <var><length></var> ]
+ [ left | center | right | top | bottom | <var><percentage></var> | <var><length></var> ]
|
[ left | center | right | <var><percentage></var> | <var><length></var> ]
[ top | center | bottom | <var><percentage></var> | <var><length></var> ]
@@ -3302,7 +3302,6 @@
</blockquote>
<p>Changed <del>Equivalent</del> to <ins>Computes</ins> in
definition of keywords.
- <p>Also made the grammar more readable.
<li><a href="#animations">Section 2.3</a> (and all property definitions):
Added a section about expected an expected animations module.
Added "Animatable" line to property definition tables.
@@ -3310,6 +3309,17 @@
Renamed <bg-position> production to <i><position></i> for
easier re-use in other specifications and recast the grammar to be more
verbose but easier to understand.
+ <blockquote>
+ <pre class=prod><del>bg-position</del><ins><position></ins> = [
+ [ <ins>left | center | right |</ins> top | bottom <ins>| <var><percentage></var> | <var><length></var></ins> ]
+|
+ [ left | center | right | <var><percentage></var> | <var><length></var> ]
+ [ top | center | bottom | <var><percentage></var> | <var><length></var> ]<del>?</del>
+|
+ [ center | [ left | right ] [ <var><percentage></var> | <var><length></var> ]? ] &&
+ [ center | [ top | bottom ] [ <var><percentage></var> | <var><length></var> ]? ]
+]</pre>
+
<li><a href="#the-border-image-repeat">Section 6.5</a>:
Added ''space'' keyword to 'border-image-repeat' property value table:
it was included in the list of allowable values, but not in the syntax
Received on Thursday, 9 February 2012 15:53:41 UTC