Skip to content

Commit ff8ee73

Browse files
committed
Fix extra close paren in one of the examples.
1 parent 1095ce3 commit ff8ee73

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

css3-conditional/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
<h1>CSS Conditional Rules Module Level 3</h1>
1919

20-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 September
20+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 September
2121
2011</h2>
2222

2323
<dl>
2424
<dt>This version:
2525

26-
<dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110902/">
27-
http://www.w3.org/TR/2011/ED-css3-conditional-20110902/</a>
26+
<dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110906/">
27+
http://www.w3.org/TR/2011/ED-css3-conditional-20110906/</a>
2828

2929
<dt>Latest version:
3030

@@ -730,7 +730,7 @@ <h2 id=at-supports><span class=secno>6. </span>Feature queries: the
730730
}</pre>
731731

732732
<pre>@supports (transition-property: color) or
733-
((animation-name: foo)) and
733+
((animation-name: foo) and
734734
(transform: rotate(10deg))) {
735735
// ...
736736
}</pre>
@@ -1163,8 +1163,8 @@ <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
11631163
<p> Thanks to the ideas and feedback from Tab Atkins, <span lang=tr>Tantek
11641164
Çelik</span>, Alex Danilo, Elika Etemad, Pascal Germroth, <span
11651165
lang=de>Björn Höhrmann</span>, Paul Irish, Vitor Menezes, Alex
1166-
Mogilevsky, Chris Moschini, Ben Ward, Zack Weinberg, Boris Zbarsky, and
1167-
all the rest of the <a
1166+
Mogilevsky, Chris Moschini, Ben Ward, Zack Weinberg, Estelle Weyl, Boris
1167+
Zbarsky, and all the rest of the <a
11681168
href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>
11691169
community.
11701170

css3-conditional/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ <h2 id="at-supports">Feature queries: the '@supports' rule</h2>
529529
// ...
530530
}</pre>
531531
<pre>@supports (transition-property: color) or
532-
((animation-name: foo)) and
532+
((animation-name: foo) and
533533
(transform: rotate(10deg))) {
534534
// ...
535535
}</pre>
@@ -923,6 +923,7 @@ <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
923923
Chris Moschini,
924924
Ben Ward,
925925
Zack Weinberg,
926+
Estelle Weyl,
926927
Boris Zbarsky,
927928
and all the rest of the <a href="http://lists.w3.org/Archives/Public/www-style/">www-style</a> community.
928929

0 commit comments

Comments
 (0)