|
15 | 15 |
|
16 | 16 | <h1>Cascading Style Sheets (CSS) Snapshot 2010</h1>
|
17 | 17 |
|
18 |
| - <h2 class="no-num no-toc" id=w3c-note-date>W3C Note 26 April 2011</h2> |
| 18 | + <h2 class="no-num no-toc" id=w3c-note-date>W3C Note 2 May 2011</h2> |
19 | 19 |
|
20 | 20 | <dl>
|
21 | 21 | <dt>This version:</dt>
|
22 |
| - <!-- <dd><a href="http://www.w3.org/TR/2011/WD-css-2010-20110426">http://www.w3.org/TR/2011/ED-css-2010-20110426</a></dd> --> |
| 22 | + <!-- <dd><a href="http://www.w3.org/TR/2011/WD-css-2010-20110502">http://www.w3.org/TR/2011/ED-css-2010-20110502</a></dd> --> |
23 | 23 |
|
24 | 24 | <dd><a
|
25 | 25 | href="http://dev.w3.org/csswg/css-2010/">http://dev.w3.org/csswg/css-2010/</a>
|
@@ -142,11 +142,16 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
|
142 | 142 | Implementations</a>
|
143 | 143 | </ul>
|
144 | 144 |
|
145 |
| - <li><a href="#properties"><span class=secno>4. </span>Property Index</a> |
| 145 | + <li><a href="#indices"><span class=secno>4. </span>Indices</a> |
| 146 | + <ul class=toc> |
| 147 | + <li><a href="#properties"><span class=secno>4.1. </span>Property |
| 148 | + Index</a> |
146 | 149 |
|
147 |
| - <li><a href="#selectors"><span class=secno>5. </span>Selector Index</a> |
| 150 | + <li><a href="#selectors"><span class=secno>4.2. </span>Selector |
| 151 | + Index</a> |
148 | 152 |
|
149 |
| - <li><a href="#at-rules"><span class=secno>6. </span>At-Rule Index</a> |
| 153 | + <li><a href="#at-rules"><span class=secno>4.3. </span>At-Rule Index</a> |
| 154 | + </ul> |
150 | 155 | </ul>
|
151 | 156 | <!--end-toc-->
|
152 | 157 |
|
@@ -360,33 +365,44 @@ <h3 id=experimental><span class=secno>3.3. </span>Experimental
|
360 | 365 | <p>To avoid clashes with future CSS features, the CSS2.1 specification
|
361 | 366 | reserves a <a
|
362 | 367 | href="http://www.w3.org/TR/CSS21/syndata.html#vendor-keywords">prefixed
|
363 |
| - syntax</a> for proprietary property and value extensions to CSS. The CSS |
364 |
| - Working Group recommends that experimental implementations of features in |
365 |
| - CSS Working Drafts also use vendor-prefixed property or value names. This |
366 |
| - avoids any incompatibilities with future changes in the draft. Once a |
367 |
| - specification reaches the Candidate Recommendation stage, implementors |
368 |
| - should implement the non-prefixed syntax for any feature they consider to |
369 |
| - be correctly implemented according to spec. |
| 368 | + syntax</a> for proprietary and experimental extensions to CSS. Prior to a |
| 369 | + specification reaching the Candidate Recommendation stage in the W3C |
| 370 | + process, all implementations of a CSS feature are considered experimental. |
| 371 | + The CSS Working Group recommends that implementations use the |
| 372 | + vendor-prefixed syntax for such features, including those in W3C Working |
| 373 | + Drafts. This avoids incompatibilities with future changes in the draft. |
370 | 374 |
|
371 | 375 | <h3 id=testing><span class=secno>3.4. </span>Non-Experimental
|
372 | 376 | Implementations</h3>
|
373 | 377 |
|
| 378 | + <p>Once a specification reaches the Candidate Recommendation stage, |
| 379 | + non-experimental implementations are possible, and implementors should |
| 380 | + release an unprefixed implementation of any CR-level feature they can |
| 381 | + demonstrate to be correctly implemented according to spec. |
| 382 | + |
374 | 383 | <p>To establish and maintain the interoperability of CSS across
|
375 | 384 | implementations, the CSS Working Group requests that non-experimental CSS
|
376 | 385 | renderers submit an implementation report (and, if necessary, the
|
377 | 386 | testcases used for that implementation report) to the W3C before releasing
|
378 |
| - an unprefixed implementation of any CSS features. CSS2.1 implementations |
379 |
| - are encouraged, but not required, to submit such a report. |
| 387 | + an unprefixed implementation of any CSS features. Testcases submitted to |
| 388 | + W3C are subject to review and correction by the CSS Working Group. |
380 | 389 |
|
381 | 390 | <p>Further information on submitting testcases and implementation reports
|
382 | 391 | can be found from on the CSS Working Group's website at <a
|
383 | 392 | href="http://www.w3.org/Style/CSS/Test/">http://www.w3.org/Style/CSS/Test/</a>.
|
384 |
| - |
| 393 | + Questions should be directed to the <a |
| 394 | + href="http://lists.w3.org/Archives/Public/public-css-testsuite">public-css-testsuite@w3.org</a> |
| 395 | + mailing list. |
385 | 396 |
|
386 |
| - <h2 id=properties><span class=secno>4. </span>Property Index</h2> |
| 397 | + <p>CSS2.1 implementations are encouraged, but not required, to submit an |
| 398 | + implementation report. |
| 399 | + |
| 400 | + <h2 id=indices><span class=secno>4. </span>Indices</h2> |
387 | 401 |
|
388 | 402 | <p><em>This section is non-normative.</em>
|
389 | 403 |
|
| 404 | + <h3 id=properties><span class=secno>4.1. </span>Property Index</h3> |
| 405 | + |
390 | 406 | <table class=proptable>
|
391 | 407 | <thead>
|
392 | 408 | <tr>
|
@@ -2350,9 +2366,7 @@ <h2 id=properties><span class=secno>4. </span>Property Index</h2>
|
2350 | 2366 | <td><a href="media.html#visual-media-group">visual</a>
|
2351 | 2367 | </table>
|
2352 | 2368 |
|
2353 |
| - <h2 id=selectors><span class=secno>5. </span>Selector Index</h2> |
2354 |
| - |
2355 |
| - <p><em>This section is non-normative.</em> |
| 2369 | + <h3 id=selectors><span class=secno>4.2. </span>Selector Index</h3> |
2356 | 2370 |
|
2357 | 2371 | <table class=data>
|
2358 | 2372 | <thead>
|
@@ -2788,21 +2802,19 @@ <h2 id=selectors><span class=secno>5. </span>Selector Index</h2>
|
2788 | 2802 | <td>3
|
2789 | 2803 | </table>
|
2790 | 2804 |
|
2791 |
| - <h2 id=at-rules><span class=secno>6. </span>At-Rule Index</h2> |
2792 |
| - |
2793 |
| - <p><em>This section is non-normative.</em> |
| 2805 | + <h3 id=at-rules><span class=secno>4.3. </span>At-Rule Index</h3> |
2794 | 2806 |
|
2795 | 2807 | <ul>
|
2796 | 2808 | <li><a href="http://www.w3.org/TR/CSS21/syndata.html#charset">@charset</a>
|
2797 | 2809 |
|
2798 | 2810 |
|
2799 | 2811 | <li><a
|
2800 |
| - href="http://www.w3.org/TR/CSS21/cascade.html#at-import">@import</a> with |
2801 |
| - the media list replaced by a <a |
| 2812 | + href="http://www.w3.org/TR/CSS21/cascade.html#at-import">@import</a>, |
| 2813 | + with the media list replaced by a <a |
2802 | 2814 | href="http://www.w3.org/TR/css3-mediaqueries/">media query list</a>
|
2803 | 2815 |
|
2804 | 2816 | <li><a
|
2805 |
| - href="http://www.w3.org/TR/CSS21/media.html#at-media-rule">@media</a> |
| 2817 | + href="http://www.w3.org/TR/CSS21/media.html#at-media-rule">@media</a>, |
2806 | 2818 | with the media list replaced by a <a
|
2807 | 2819 | href="http://www.w3.org/TR/css3-mediaqueries/">media query list</a>
|
2808 | 2820 |
|
|
0 commit comments