- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 May 2011 21:07:55 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-2010
In directory hutz:/tmp/cvs-serv29739
Modified Files:
Overview.html Overview.src.html
Log Message:
Drop ime-mode example for now
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-2010/Overview.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Overview.html 4 May 2011 18:58:29 -0000 1.13
+++ Overview.html 4 May 2011 21:07:53 -0000 1.14
@@ -375,16 +375,14 @@
<p class=note>For legacy reasons, certain experimental CSS properties do
not follow this prefixing convention. Three common examples are the
- ‘<code class=property>word-wrap</code>’ <a href="#CSS3TEXT"
- rel=biblioentry>[CSS3TEXT]<!--{{CSS3TEXT}}--></a>, ‘<code
- class=property>text-overflow</code>’ <a href="#CSS3UI"
- rel=biblioentry>[CSS3UI]<!--{{CSS3UI}}--></a>, and ‘<code
- class=property>ime-mode</code>’ properties, which were introduced
- unprefixed by Microsoft Internet Explorer prior to the introduction of the
- vendor prefixing policy in CSS2.1 and were subsequently implemented
- unprefixed by other browsers, creating a dependency on the unprefixed
- names despite the lack of a W3C spec. Any other legacy exceptions should
- be made in consultation with the CSS Working Group.
+ ‘<code class=property>word-wrap</code>’ and ‘<code
+ class=property>text-overflow</code>’ properties, which were
+ introduced unprefixed by Microsoft Internet Explorer prior to the
+ introduction of the vendor prefixing policy in CSS2.1 and were
+ subsequently implemented unprefixed by other browsers, creating a
+ dependency on the unprefixed names despite the lack of a W3C spec. Any
+ other legacy exceptions should be made in consultation with the CSS
+ Working Group.
<h3 id=testing><span class=secno>3.4. </span>Non-Experimental
Implementations</h3>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-2010/Overview.src.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Overview.src.html 4 May 2011 18:58:29 -0000 1.14
+++ Overview.src.html 4 May 2011 21:07:53 -0000 1.15
@@ -252,10 +252,10 @@
<p class="note">For legacy reasons, certain experimental CSS properties
do not follow this prefixing convention. Three common examples are the
-'word-wrap' [[CSS3TEXT]], 'text-overflow' [[CSS3UI]], and 'ime-mode'
-properties, which were introduced unprefixed by Microsoft Internet Explorer
-prior to the introduction of the vendor prefixing policy in CSS2.1 and
-were subsequently implemented unprefixed by other browsers, creating a
+'word-wrap' and 'text-overflow' properties,
+which were introduced unprefixed by Microsoft Internet Explorer prior
+to the introduction of the vendor prefixing policy in CSS2.1 and were
+subsequently implemented unprefixed by other browsers, creating a
dependency on the unprefixed names despite the lack of a W3C spec. Any
other legacy exceptions should be made in consultation with the CSS
Working Group.
Received on Wednesday, 4 May 2011 21:07:57 UTC