Fix extra close paren in one of the examples.

Tue, 06 Sep 2011 18:08:28 +0000

author
L. David Baron <dbaron@dbaron.org>
date
Tue, 06 Sep 2011 18:08:28 +0000
changeset 3430
a6ceaba94387
parent 3429
e9f936f13e20
child 3431
708808bcb413

Fix extra close paren in one of the examples.

css3-conditional/Overview.html file | annotate | diff | comparison | revisions
css3-conditional/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-conditional/Overview.html	Tue Sep 06 08:24:06 2011 +0000
     1.2 +++ b/css3-conditional/Overview.html	Tue Sep 06 18:08:28 2011 +0000
     1.3 @@ -17,14 +17,14 @@
     1.4  
     1.5     <h1>CSS Conditional Rules Module Level 3</h1>
     1.6  
     1.7 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 September
     1.8 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 September
     1.9      2011</h2>
    1.10  
    1.11     <dl>
    1.12      <dt>This version:
    1.13  
    1.14 -    <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110902/">
    1.15 -     http://www.w3.org/TR/2011/ED-css3-conditional-20110902/</a>
    1.16 +    <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110906/">
    1.17 +     http://www.w3.org/TR/2011/ED-css3-conditional-20110906/</a>
    1.18  
    1.19      <dt>Latest version:
    1.20  
    1.21 @@ -730,7 +730,7 @@
    1.22  }</pre>
    1.23  
    1.24     <pre>@supports (transition-property: color) or
    1.25 -          ((animation-name: foo)) and
    1.26 +          ((animation-name: foo) and
    1.27             (transform: rotate(10deg))) {
    1.28    // ...
    1.29  }</pre>
    1.30 @@ -1163,8 +1163,8 @@
    1.31    <p> Thanks to the ideas and feedback from Tab Atkins, <span lang=tr>Tantek
    1.32     Çelik</span>, Alex Danilo, Elika Etemad, Pascal Germroth, <span
    1.33     lang=de>Björn Höhrmann</span>, Paul Irish, Vitor Menezes, Alex
    1.34 -   Mogilevsky, Chris Moschini, Ben Ward, Zack Weinberg, Boris Zbarsky, and
    1.35 -   all the rest of the <a
    1.36 +   Mogilevsky, Chris Moschini, Ben Ward, Zack Weinberg, Estelle Weyl, Boris
    1.37 +   Zbarsky, and all the rest of the <a
    1.38     href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>
    1.39     community.
    1.40  
     2.1 --- a/css3-conditional/Overview.src.html	Tue Sep 06 08:24:06 2011 +0000
     2.2 +++ b/css3-conditional/Overview.src.html	Tue Sep 06 18:08:28 2011 +0000
     2.3 @@ -529,7 +529,7 @@
     2.4    // ...
     2.5  }</pre>
     2.6  <pre>@supports (transition-property: color) or
     2.7 -          ((animation-name: foo)) and
     2.8 +          ((animation-name: foo) and
     2.9             (transform: rotate(10deg))) {
    2.10    // ...
    2.11  }</pre>
    2.12 @@ -923,6 +923,7 @@
    2.13  Chris Moschini,
    2.14  Ben Ward,
    2.15  Zack Weinberg,
    2.16 +Estelle Weyl,
    2.17  Boris Zbarsky,
    2.18  and all the rest of the <a href="http://lists.w3.org/Archives/Public/www-style/">www-style</a> community.
    2.19  

mercurial