Skip to content

Commit 5c972fd

Browse files
committed
First cut, prefixing exception note.
1 parent 355e380 commit 5c972fd

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

css-2010/Overview.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
<h1>Cascading Style Sheets (CSS) Snapshot 2010</h1>
1717

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>
1919

2020
<dl>
2121
<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> -->
2323

2424
<dd><a
2525
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
373373
vendor-prefixed syntax for such features, including those in W3C Working
374374
Drafts. This avoids incompatibilities with future changes in the draft.
375375

376+
<p class=note>For legacy reasons, certain experimental CSS properties do
377+
not follow this prefixing convention. Three common examples are the
378+
&lsquo;<code class=property>word-wrap</code>&rsquo; <a href="#CSS3TEXT"
379+
rel=biblioentry>[CSS3TEXT]<!--{{CSS3TEXT}}--></a>, &lsquo;<code
380+
class=property>text-overflow</code>&rsquo; <a href="#CSS3UI"
381+
rel=biblioentry>[CSS3UI]<!--{{CSS3UI}}--></a>, and &lsquo;<code
382+
class=property>ime-mode</code>&rsquo; 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+
376389
<h3 id=testing><span class=secno>3.4. </span>Non-Experimental
377390
Implementations</h3>
378391

css-2010/Overview.src.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,16 @@ <h3 id="experimental">Experimental Implementations</h3>
250250
in the draft.
251251
</p>
252252

253+
<p class="note">For legacy reasons, certain experimental CSS properties
254+
do not follow this prefixing convention. Three common examples are the
255+
'word-wrap' [[CSS3TEXT]], 'text-overflow' [[CSS3UI]], and 'ime-mode'
256+
properties, which were introduced unprefixed by Microsoft Internet Explorer
257+
prior to the introduction of the vendor prefixing policy in CSS2.1 and
258+
were subsequently implemented unprefixed by other browsers, creating a
259+
dependency on the unprefixed names despite the lack of a W3C spec. Any
260+
other legacy exceptions should be made in consultation with the CSS
261+
Working Group.
262+
253263
<h3 id="testing">Non-Experimental Implementations</h3>
254264

255265
<p>Once a specification reaches the Candidate Recommendation stage,

0 commit comments

Comments
 (0)