File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 112009-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:
Original file line number Diff line number Diff 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+ ‘< code class =property > < a
281+ href ="#transition-property "> transition-property</ a > </ code > ’ list?
282+
278283 < div class =example >
279284 < p style ="display:none "> Example(s):</ p >
280285
Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments