- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Sep 2011 18:08:30 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-conditional
In directory hutz:/tmp/cvs-serv18248
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix extra close paren in one of the examples.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Overview.html 2 Sep 2011 16:15:22 -0000 1.37
+++ Overview.html 6 Sep 2011 18:08:28 -0000 1.38
@@ -17,14 +17,14 @@
<h1>CSS Conditional Rules Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 September
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 September
2011</h2>
<dl>
<dt>This version:
- <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110902/">
- http://www.w3.org/TR/2011/ED-css3-conditional-20110902/</a>
+ <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110906/">
+ http://www.w3.org/TR/2011/ED-css3-conditional-20110906/</a>
<dt>Latest version:
@@ -730,7 +730,7 @@
}</pre>
<pre>@supports (transition-property: color) or
- ((animation-name: foo)) and
+ ((animation-name: foo) and
(transform: rotate(10deg))) {
// ...
}</pre>
@@ -1163,8 +1163,8 @@
<p> Thanks to the ideas and feedback from Tab Atkins, <span lang=tr>Tantek
Çelik</span>, Alex Danilo, Elika Etemad, Pascal Germroth, <span
lang=de>Björn Höhrmann</span>, Paul Irish, Vitor Menezes, Alex
- Mogilevsky, Chris Moschini, Ben Ward, Zack Weinberg, Boris Zbarsky, and
- all the rest of the <a
+ Mogilevsky, Chris Moschini, Ben Ward, Zack Weinberg, Estelle Weyl, Boris
+ Zbarsky, and all the rest of the <a
href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>
community.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.src.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Overview.src.html 2 Sep 2011 16:15:22 -0000 1.37
+++ Overview.src.html 6 Sep 2011 18:08:28 -0000 1.38
@@ -529,7 +529,7 @@
// ...
}</pre>
<pre>@supports (transition-property: color) or
- ((animation-name: foo)) and
+ ((animation-name: foo) and
(transform: rotate(10deg))) {
// ...
}</pre>
@@ -923,6 +923,7 @@
Chris Moschini,
Ben Ward,
Zack Weinberg,
+Estelle Weyl,
Boris Zbarsky,
and all the rest of the <a href="http://lists.w3.org/Archives/Public/www-style/">www-style</a> community.
Received on Tuesday, 6 September 2011 18:08:36 UTC