Skip to content

Commit c83f8ee

Browse files
committed
[css-ui-4] Remove caret-animation, pending further evidence it's needed
1 parent 26f35b4 commit c83f8ee

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

css-ui-4/Overview.bs

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ a box with the text fading out on overflow.
213213
ensuring good visibility and contrast means not using
214214
currentColor.
215215

216+
<!--
216217
<h4 id="caret-animation">Animation of the insertion caret: 'caret-animation'</h4>
217218

218219
<pre class='propdef'>
@@ -340,6 +341,7 @@ textarea {
340341
animation: caret-alternate-test 2s step-end infinite;"
341342
>Text area with color-alternating caret</div>
342343
</div>
344+
-->
343345

344346

345347
<h4 id="caret-shape">Shape of the insertion caret: 'caret-shape'</h4>
@@ -481,9 +483,10 @@ The stacking position of the caret is left undefined, within the following const
481483

482484
<h4 id="caret">Insertion caret shorthand: 'caret'</h4>
483485

486+
<!-- Value: <<'caret-color'>> || <<'caret-animation'>> || <<'caret-shape'>> -->
484487
<pre class='propdef'>
485488
Name: caret
486-
Value: <<'caret-color'>> || <<'caret-animation'>> || <<'caret-shape'>>
489+
Value: <<'caret-color'>> || <<'caret-shape'>>
487490
Initial: auto
488491
Applies to: elements that accept input
489492
Inherited: yes
@@ -494,9 +497,10 @@ Animatable: See individual properties
494497
</pre>
495498

496499
This property is a shorthand for setting
497-
'caret-color', 'caret-animation' and 'caret-shape' in one declaration.
500+
'caret-color' <!--, 'caret-animation'--> and 'caret-shape' in one declaration.
498501
Omitted values are set to their initial values.
499502

503+
<!--
500504
<div class=example>
501505
This example illustrates using the various caret related properties
502506
in combination.
@@ -505,7 +509,7 @@ Omitted values are set to their initial values.
505509

506510
<pre><code class="lang-css">
507511
#old-screen {
508-
caret: block 0s;
512+
caret: block none;
509513
animation: old-caret 2s infinite;
510514
/*styling of the screen omitted for brevity */
511515
}
@@ -547,6 +551,7 @@ Omitted values are set to their initial values.
547551
Focus the element below to see how your browser renders it.
548552
<div class="old-screen" contentEditable="true" style="height: 100px">&gt; </div>
549553
</div>
554+
-->
550555

551556
<h3 id="keyboard">Keyboard control</h3>
552557

@@ -978,15 +983,13 @@ and
978983

979984
This appendix is <em>informative</em>.
980985

981-
This appendix describes functional changes from the Level 3
982-
<a href="http://www.w3.org/TR/2015/CR-css-ui-3-20150707/"
983-
>Candidate Recommendation (CR) of 7 Jul 2015</a>.
986+
This appendix describes functional changes from the
987+
<a href="http://www.w3.org/TR/2015/WD-css-ui-4-20150922/"
988+
>22 Sep 2015 First Public Working Draft</a>.
984989

985990
<ul>
986-
<li>The 'user-select' property has been added
987-
<li>The 'appearance' property has been added
988-
<li>The ''text-overflow/fade'' and ''fade()'' values have been added to 'text-overflow'
989-
<li>The 'caret' shorthand property and the 'caret-shape' and 'caret-animation' properties have been added.
991+
<li>The caret-animation property have been removed.
992+
It may be reintroduced later given sufficient evidence for use cases.
990993
</ul>
991994

992995
<h2 class="no-num" id="security-privacy-considerations">Appendix C. Considerations for Security and Privacy</h2>

0 commit comments

Comments
 (0)