Skip to content

Commit f61871f

Browse files
committed
[css-variables] Remove issue about special custom property animation behavior - they should just act like every other property.
--HG-- extra : rebase_source : 6e50da15e4c030e8e1a7dac1f82fc58bda05d6b6
1 parent dc17272 commit f61871f

2 files changed

Lines changed: 2 additions & 19 deletions

File tree

css-variables/Overview.bs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ Defining Custom Properties: the '--*' family of properties</h2>
6262
Animatable: no
6363
</pre>
6464

65-
<p class='issue'>
66-
Should variables have special animation behavior,
67-
such that they just never animate,
68-
not even with the "just flip at 50% progress" like everything else?
69-
7065
A <dfn export>custom property</dfn> is any property
7166
whose name starts with two dashes (U+002D HYPHEN-MINUS),
7267
like ''--foo''.

css-variables/Overview.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</p>
5757
<h1 class="p-name no-ref" id=title>CSS Custom Properties for Cascading Variables Module Level 1</h1>
5858
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
59-
<span class=dt-updated><span class=value-title title=20140325>25 March 2014</span></span></span></h2>
59+
<span class=dt-updated><span class=value-title title=20140326>26 March 2014</span></span></span></h2>
6060
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-variables/>http://dev.w3.org/csswg/css-variables/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-variables-1/>http://www.w3.org/TR/css-variables-1/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-variables/>http://dev.w3.org/csswg/css-variables/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css-variables-1-20130620/ rel=previous>http://www.w3.org/TR/2013/WD-css-variables-1-20130620/</a><dd><a href=http://www.w3.org/TR/2013/WD-css-variables-20130312/ rel=previous>http://www.w3.org/TR/2013/WD-css-variables-20130312/</a><dd><a href=http://www.w3.org/TR/2012/WD-css-variables-20120410/ rel=previous>http://www.w3.org/TR/2012/WD-css-variables-20120410/</a>
6161
<dt>Feedback:</dt>
6262
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-variables%5D%20feedback">www-style@w3.org</a>
@@ -134,8 +134,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
134134
<li><a href=#normative><span class=secno></span> Normative References</a>
135135
<li><a href=#informative><span class=secno></span> Informative References</a></ul>
136136
<li><a href=#index><span class=secno></span> Index</a>
137-
<li><a href=#property-index><span class=secno></span> Property index</a>
138-
<li><a href=#issues-index><span class=secno></span>Issues Index</a></div>
137+
<li><a href=#property-index><span class=secno></span> Property index</a></div>
139138

140139

141140

@@ -176,11 +175,6 @@ <h2 class="heading settled heading" data-level=2 id=defining-variables><span cla
176175
which, among other things, are used to define the <a data-link-type=dfn href=#substitute-a-var title="substitute a var()">substitution value</a> of <a class=css data-link-type=maybe href=#funcdef-var title=var()>var()</a> functions.
177176

178177
<table class="definition propdef"><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef--->--*<a class=self-link href=#propdef---></a></dfn><tr><th>Value:<td class=prod><a class="production css-code" data-link-type=type href=#typedef-any-value title="<any-value>">&lt;any-value&gt;</a><tr><th>Initial:<td>(nothing, see prose)<tr><th>Applies to:<td>all elements<tr><th>Inherited:<td>yes<tr><th>Media:<td>all<tr><th>Computed value:<td>specified value with variables substituted (but see prose for "invalid variables")<tr><th>Animatable:<td>no</table>
179-
<p class=issue id=issue-0a68576f><a class=self-link href=#issue-0a68576f></a>
180-
Should variables have special animation behavior,
181-
such that they just never animate,
182-
not even with the "just flip at 50% progress" like everything else?
183-
184178
<p> A <dfn data-dfn-type=dfn data-export="" id=custom-property>custom property<a class=self-link href=#custom-property></a></dfn> is any property
185179
whose name starts with two dashes (U+002D HYPHEN-MINUS),
186180
like <span class=css data-link-type=maybe title=--foo>--foo</span>.
@@ -847,9 +841,3 @@ <h2 class="no-num no-ref heading settled heading" id=property-index><span class=
847841
<tr><th scope=row><a data-property="">--*</a><td>&lt;any-value&gt;<td>(nothing, see prose)<td>all elements<td>yes<td><td>all<td>no<td>specified value with variables substituted (but see prose for "invalid variables")</table></div>
848842

849843

850-
<h2 class="no-num heading settled" id=issues-index><span class=content>Issues Index</span><a class=self-link href=#issues-index></a></h2><div style="counter-reset: issue"><div class=issue>
851-
Should variables have special animation behavior,
852-
such that they just never animate,
853-
not even with the "just flip at 50% progress" like everything else?
854-
855-
<a href=#issue-0a68576f></a></div></div>

0 commit comments

Comments
 (0)