|
17 | 17 |
|
18 | 18 | <h1>CSS Conditional Rules Module Level 3</h1> |
19 | 19 |
|
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 |
21 | 21 | 2011</h2> |
22 | 22 |
|
23 | 23 | <dl> |
24 | 24 | <dt>This version: |
25 | 25 |
|
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> |
28 | 28 |
|
29 | 29 | <dt>Latest version: |
30 | 30 |
|
@@ -730,7 +730,7 @@ <h2 id=at-supports><span class=secno>6. </span>Feature queries: the |
730 | 730 | }</pre> |
731 | 731 |
|
732 | 732 | <pre>@supports (transition-property: color) or |
733 | | - ((animation-name: foo)) and |
| 733 | + ((animation-name: foo) and |
734 | 734 | (transform: rotate(10deg))) { |
735 | 735 | // ... |
736 | 736 | }</pre> |
@@ -1163,8 +1163,8 @@ <h2 class=no-num id=acknowledgments>Acknowledgments</h2> |
1163 | 1163 | <p> Thanks to the ideas and feedback from Tab Atkins, <span lang=tr>Tantek |
1164 | 1164 | Çelik</span>, Alex Danilo, Elika Etemad, Pascal Germroth, <span |
1165 | 1165 | 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 |
1168 | 1168 | href="http://lists.w3.org/Archives/Public/www-style/">www-style</a> |
1169 | 1169 | community. |
1170 | 1170 |
|
|
0 commit comments