Skip to content

Commit 5250398

Browse files
committed
Add two more issues about types.
1 parent e58ba4a commit 5250398

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

css3-transitions/Overview.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,6 +1231,8 @@ <h2 id=animatable-types><span class=secno>6. </span><a
12311231
properties were individually specified.
12321232
</ul>
12331233

1234+
<p class=issue>Need to add a length-percentage-calc type.
1235+
12341236
<p>Future specifications may define additional types that can be animated.
12351237

12361238
<h2 id=animatable-properties><span class=secno>7. </span><a
@@ -1260,6 +1262,11 @@ <h2 id=animatable-properties><span class=secno>7. </span><a
12601262
<h3 id=animatable-css><span class=secno>7.1. </span><a
12611263
id=properties-from-css-> Properties from CSS </a></h3>
12621264

1265+
<p class=issue>Need to define what listing comma-separated things here
1266+
means. In particular, that they only apply when both values fit the type,
1267+
and that if one of the values is a type not listed, or if two of the
1268+
values are different types, then the two values cannot be interpolated.
1269+
12631270
<table class=animatable-properties>
12641271
<tbody>
12651272
<tr>

css3-transitions/Overview.src.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,8 @@ <h2 id="animatable-types"><a id=animation-of-property-types->
12331233
</li>
12341234
</ul>
12351235

1236+
<p class="issue">Need to add a length-percentage-calc type.</p>
1237+
12361238
<p>Future specifications may define additional types that can
12371239
be animated.</p>
12381240

@@ -1267,6 +1269,12 @@ <h3 id=animatable-css><a id=properties-from-css->
12671269
Properties from CSS
12681270
</a></h3>
12691271

1272+
<p class="issue">Need to define what listing comma-separated
1273+
things here means. In particular, that they only apply when
1274+
both values fit the type, and that if one of the values is a
1275+
type not listed, or if two of the values are different types,
1276+
then the two values cannot be interpolated.</p>
1277+
12701278
<table class="animatable-properties">
12711279
<tr>
12721280
<th>Property Name</th>

0 commit comments

Comments
 (0)