Skip to content

Commit 85f0500

Browse files
committed
[css-variables] Add issue about animation.
1 parent c868bbd commit 85f0500

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

css-variables/Overview.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,12 @@ <h2 id="introduction" data-level="1"><span class="secno">1 </span>
150150
which are used to define <a data-autolink="link" href="#cascading-variable">variables</a>.
151151

152152
</p><table class="propdef"><tbody><tr><th>Name:</th><td><dfn id="var-">var-*</dfn></td></tr><tr><th>Value:</th><td>[ <a data-autolink="link" class="production" href="#value-production"><var>&lt;value&gt;</var></a> | <a data-autolink="link" class="production" href="#cdo-production"><var>&lt;CDO&gt;</var></a> | <a data-autolink="link" class="production" href="#cdc-production"><var>&lt;CDC&gt;</var></a> ]+</td></tr><tr><th>Initial:</th><td>(nothing, see prose)</td></tr><tr><th>Applies to:</th><td>all elements</td></tr><tr><th>Inherited:</th><td>yes</td></tr><tr><th>Computed value:</th><td>specified value with variables substituted (but see prose for "invalid variables")</td></tr><tr><th>Media:</th><td>all</td></tr><tr><th>Animatable:</th><td>no</td></tr></tbody></table>
153-
<p> A <dfn id="custom-property">custom property</dfn> is any property
153+
<p class="issue">
154+
Should variables have special animation behavior,
155+
such that they just never animate,
156+
not even with the "just flip at 50% progress" like everything else?
157+
158+
</p><p> A <dfn id="custom-property">custom property</dfn> is any property
154159
whose name starts with "var-",
155160
and contains at least one additional character.
156161
<a data-autolink="link" href="#custom-property">Custom properties</a> are solely for use by authors and users;

css-variables/Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ <h2 id='defining-variables'>
7979
Animatable: no
8080
</pre>
8181

82+
<p class='issue'>
83+
Should variables have special animation behavior,
84+
such that they just never animate,
85+
not even with the "just flip at 50% progress" like everything else?
86+
8287
A <dfn>custom property</dfn> is any property
8388
whose name starts with "var-",
8489
and contains at least one additional character.

0 commit comments

Comments
 (0)