Skip to content

Commit 2d97783

Browse files
committed
[css-transitions-2] Add commonly raised issues deferred from transitions level 1.
1 parent a10701c commit 2d97783

File tree

2 files changed

+156
-267
lines changed

2 files changed

+156
-267
lines changed

css-transitions-2/Overview.bs

+35-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,41 @@ Ignored Terms: translate, rotate, scale
4545
</ul>
4646
</dl>
4747

48-
<h2 id="issues">Issues deferred from previous levels</h2>
48+
<h2 id="issues-common">Issues commonly raised as issues with previous levels</h2>
49+
50+
<p>
51+
These issues were commonly reported issues
52+
with the previous level of the specification.
53+
</p>
54+
55+
<div class="issue">
56+
<p>
57+
More powerful timing function syntax
58+
is a common request from developers.
59+
See, for example:
60+
<a href="https://lists.w3.org/Archives/Public/www-style/2013Jun/0376.html">2013 message</a>
61+
or
62+
<a href="https://lists.w3.org/Archives/Public/public-fx/2015JulSep/thread.html#msg34">2015 thread</a>.
63+
</p>
64+
</div>
65+
66+
<div class="issue">
67+
<p>
68+
Developers frequently have to trigger style flushes
69+
in order to force transitions to start.
70+
It would be good to have an API
71+
that would avoid this requirement.
72+
See, for example,
73+
<a href="https://lists.w3.org/Archives/Public/www-style/2011Mar/0729.html">2011 proposal</a>.
74+
</p>
75+
</div>
76+
77+
<h2 id="issues-spec">Issues deferred from previous levels of the spec</h2>
78+
79+
<p>
80+
These issues were in previous levels of the specification,
81+
but may not turn out to be important in this level either.
82+
</p>
4983

5084
<div class="issue">
5185
We may ultimately want to support a keypath syntax

0 commit comments

Comments
 (0)