|
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 2 May 2011</h2> |
| 18 | + <h2 class="no-num no-toc" id=w3c-note-date>W3C Note 4 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-20110502">http://www.w3.org/TR/2011/ED-css-2010-20110502</a></dd> --> |
| 22 | + <!-- <dd><a href="http://www.w3.org/TR/2011/WD-css-2010-20110504">http://www.w3.org/TR/2011/ED-css-2010-20110504</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> |
@@ -373,6 +373,19 @@ <h3 id=experimental><span class=secno>3.3. </span>Experimental |
373 | 373 | vendor-prefixed syntax for such features, including those in W3C Working |
374 | 374 | Drafts. This avoids incompatibilities with future changes in the draft. |
375 | 375 |
|
| 376 | + <p class=note>For legacy reasons, certain experimental CSS properties do |
| 377 | + not follow this prefixing convention. Three common examples are the |
| 378 | + ‘<code class=property>word-wrap</code>’ <a href="#CSS3TEXT" |
| 379 | + rel=biblioentry>[CSS3TEXT]<!--{{CSS3TEXT}}--></a>, ‘<code |
| 380 | + class=property>text-overflow</code>’ <a href="#CSS3UI" |
| 381 | + rel=biblioentry>[CSS3UI]<!--{{CSS3UI}}--></a>, and ‘<code |
| 382 | + class=property>ime-mode</code>’ properties, which were introduced |
| 383 | + unprefixed by Microsoft Internet Explorer prior to the introduction of the |
| 384 | + vendor prefixing policy in CSS2.1 and were subsequently implemented |
| 385 | + unprefixed by other browsers, creating a dependency on the unprefixed |
| 386 | + names despite the lack of a W3C spec. Any other legacy exceptions should |
| 387 | + be made in consultation with the CSS Working Group. |
| 388 | + |
376 | 389 | <h3 id=testing><span class=secno>3.4. </span>Non-Experimental |
377 | 390 | Implementations</h3> |
378 | 391 |
|
|
0 commit comments