Skip to content

Commit 5174a5f

Browse files
committed
2009-11-22 dbaron@dbaron.org
- note open issue about whether the list length that matters is that of the longest transition-* list or the length of the transition-property list
1 parent a2795a2 commit 5174a5f

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

css3-transitions/ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2009-11-22 dbaron@dbaron.org
22

3+
- note open issue about whether the list length that matters is that of the
4+
longest transition-* list or the length of the transition-property list
35
- note open issue on whether colors are interpolated premultiplied or not
46
- added myself as a co-editor
57
- added section on Starting of transitions to address the following issues:

css3-transitions/Overview.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,11 @@ <h2 id=transitions-><span class=secno>2 </span> Transitions</h2>
275275
have the same length, the list is repeated as a whole in order to provide
276276
necessary values.
277277

278+
<p class=issue> Issue: Are the lists repeated to all be the length of the
279+
longest list, or are they repeated or truncated to match the length of the
280+
&lsquo;<code class=property><a
281+
href="#transition-property">transition-property</a></code>&rsquo; list?
282+
278283
<div class=example>
279284
<p style="display:none"> Example(s):</p>
280285

css3-transitions/Overview.src.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,12 @@ <h2>
136136
<p>
137137
In the case where the list of values in transition properties do not have
138138
the same length, the list is repeated as a whole in order to provide necessary values.
139-
</p
139+
</p>
140+
<p class="issue">
141+
Issue: Are the lists repeated to all be the length of the
142+
longest list, or are they repeated or truncated to match the
143+
length of the 'transition-property' list?
144+
</p>
140145

141146
<div class="example">
142147
<p style="display:none">

0 commit comments

Comments
 (0)