Skip to content

Commit 1deef13

Browse files
committed
[css-ui-3] "Animatable: yes" -> "Animatable: as color" for caret-color
1 parent 48c7a34 commit 1deef13

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

css-ui/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ boxes are generated for it and its cursor is used for the canvas.
12461246
<tr><th>Percentages:</th><td>N/A</td></tr>
12471247
<tr><th>Media:</th><td>interactive</td></tr>
12481248
<tr><th>Computed&nbsp;value:</th><td>The computed value for ''caret-color/auto'' is ''caret-color/auto''. For <<color>> values, the computed value is as defined for the [[!CSS3COLOR]] 'color' property.</td></tr>
1249-
<tr><th>Animatable:</th><td>yes</td></tr>
1249+
<tr><th>Animatable:</th><td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a></td></tr>
12501250
</tbody></table>
12511251

12521252
<dl>

css-ui/Overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
<h1 class="p-name no-ref" id="title">CSS Basic User Interface Module Level 3 (CSS3 UI)</h1>
218218

219219
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
220-
<time class="dt-updated" datetime="2015-05-07">7 May 2015</time></span></h2>
220+
<time class="dt-updated" datetime="2015-05-12">12 May 2015</time></span></h2>
221221

222222
<div data-fill-with="spec-metadata">
223223
<dl>
@@ -1026,7 +1026,6 @@ <h3 class="heading settled" data-level="4.4" id="outline-color"><span class="sec
10261026
| coral
10271027
| rosybrown
10281028
| white
1029-
| mediumseagreen
10301029
| lightskyblue
10311030
| mediumblue
10321031
| lightcyan
@@ -1051,6 +1050,7 @@ <h3 class="heading settled" data-level="4.4" id="outline-color"><span class="sec
10511050
| lightyellow
10521051
| royalblue
10531052
| lightpink
1053+
| mediumseagreen
10541054
| mistyrose
10551055
| palegreen
10561056
| lavenderblush
@@ -1206,7 +1206,6 @@ <h3 class="heading settled" data-level="4.4" id="outline-color"><span class="sec
12061206
| coral
12071207
| rosybrown
12081208
| white
1209-
| mediumseagreen
12101209
| lightskyblue
12111210
| mediumblue
12121211
| lightcyan
@@ -1231,6 +1230,7 @@ <h3 class="heading settled" data-level="4.4" id="outline-color"><span class="sec
12311230
| lightyellow
12321231
| royalblue
12331232
| lightpink
1233+
| mediumseagreen
12341234
| mistyrose
12351235
| palegreen
12361236
| lavenderblush
@@ -2671,7 +2671,6 @@ <h4 class="heading settled" data-level="6.2.1" id="caret-color"><span class="sec
26712671
| coral
26722672
| rosybrown
26732673
| white
2674-
| mediumseagreen
26752674
| lightskyblue
26762675
| mediumblue
26772676
| lightcyan
@@ -2696,6 +2695,7 @@ <h4 class="heading settled" data-level="6.2.1" id="caret-color"><span class="sec
26962695
| lightyellow
26972696
| royalblue
26982697
| lightpink
2698+
| mediumseagreen
26992699
| mistyrose
27002700
| palegreen
27012701
| lavenderblush
@@ -2851,7 +2851,6 @@ <h4 class="heading settled" data-level="6.2.1" id="caret-color"><span class="sec
28512851
| coral
28522852
| rosybrown
28532853
| white
2854-
| mediumseagreen
28552854
| lightskyblue
28562855
| mediumblue
28572856
| lightcyan
@@ -2876,6 +2875,7 @@ <h4 class="heading settled" data-level="6.2.1" id="caret-color"><span class="sec
28762875
| lightyellow
28772876
| royalblue
28782877
| lightpink
2878+
| mediumseagreen
28792879
| mistyrose
28802880
| palegreen
28812881
| lavenderblush
@@ -2907,7 +2907,7 @@ <h4 class="heading settled" data-level="6.2.1" id="caret-color"><span class="sec
29072907

29082908
<tr>
29092909
<th>Animatable:
2910-
<td>yes
2910+
<td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
29112911

29122912
</table>
29132913

@@ -3020,7 +3020,6 @@ <h4 class="heading settled" data-level="6.2.1" id="caret-color"><span class="sec
30203020
| coral
30213021
| rosybrown
30223022
| white
3023-
| mediumseagreen
30243023
| lightskyblue
30253024
| mediumblue
30263025
| lightcyan
@@ -3045,6 +3044,7 @@ <h4 class="heading settled" data-level="6.2.1" id="caret-color"><span class="sec
30453044
| lightyellow
30463045
| royalblue
30473046
| lightpink
3047+
| mediumseagreen
30483048
| mistyrose
30493049
| palegreen
30503050
| lavenderblush
@@ -4173,7 +4173,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
41734173
<td>yes
41744174
<td>N/A
41754175
<td>interactive
4176-
<td>yes
4176+
<td>as color
41774177
<td>The computed value for auto is auto. For &lt;color> values, the computed value is as defined for the [CSS3COLOR] color property.
41784178
<tr>
41794179
<th scope="row"><a class="css" data-link-type="property" href="#propdef-nav-up">nav-up</a>

0 commit comments

Comments
 (0)