Skip to content

Commit 7d6b018

Browse files
committed
Drop ime-mode example for now
1 parent 5c972fd commit 7d6b018

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

css-2010/Overview.html

+8-10
Original file line numberDiff line numberDiff line change
@@ -375,16 +375,14 @@ <h3 id=experimental><span class=secno>3.3. </span>Experimental
375375

376376
<p class=note>For legacy reasons, certain experimental CSS properties do
377377
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.
378+
&lsquo;<code class=property>word-wrap</code>&rsquo; and &lsquo;<code
379+
class=property>text-overflow</code>&rsquo; properties, which were
380+
introduced unprefixed by Microsoft Internet Explorer prior to the
381+
introduction of the vendor prefixing policy in CSS2.1 and were
382+
subsequently implemented unprefixed by other browsers, creating a
383+
dependency on the unprefixed names despite the lack of a W3C spec. Any
384+
other legacy exceptions should be made in consultation with the CSS
385+
Working Group.
388386

389387
<h3 id=testing><span class=secno>3.4. </span>Non-Experimental
390388
Implementations</h3>

css-2010/Overview.src.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,10 @@ <h3 id="experimental">Experimental Implementations</h3>
252252

253253
<p class="note">For legacy reasons, certain experimental CSS properties
254254
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
255+
'word-wrap' and 'text-overflow' properties,
256+
which were introduced unprefixed by Microsoft Internet Explorer prior
257+
to the introduction of the vendor prefixing policy in CSS2.1 and were
258+
subsequently implemented unprefixed by other browsers, creating a
259259
dependency on the unprefixed names despite the lack of a W3C spec. Any
260260
other legacy exceptions should be made in consultation with the CSS
261261
Working Group.

0 commit comments

Comments
 (0)