You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <aclass="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-values-3/#identifier-value"><custom-ident></a> production in <aclass="production css" data-link-type="type" href="#single-transition-property"><single-transition-property></a>
494
-
also excludes the keyword <aclass="css" data-link-type="maybe" href="#valdef-transition-property-none">none</a>,
494
+
also excludes the keyword <aclass="css" data-link-for="transition-property" data-link-type="maybe" href="#valdef-transition-property-none">none</a>,
495
495
in addition to the keywords always excluded from <aclass="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-values-3/#identifier-value"><custom-ident></a>.
496
-
This means that <aclass="css" data-link-type="maybe" href="#valdef-transition-property-none">none</a>, <aclass="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-cascade-3/#valuedef-inherit">inherit</a>, and <aclass="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-cascade-3/#valuedef-initial">initial</a> are not
496
+
This means that
497
+
<aclass="css" data-link-for="transition-property" data-link-type="maybe" href="#valdef-transition-property-none">none</a>, <aclass="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-cascade-3/#valuedef-inherit">inherit</a>, and <aclass="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-cascade-3/#valuedef-initial">initial</a> are not
497
498
permitted as items within a list of more that one identifier;
498
499
any list that uses them is syntactically invalid.
499
500
</p>
500
501
501
502
502
503
<p>
503
-
For the keyword <aclass="css" data-link-type="maybe" href="#valdef-transition-property-all">all</a>, or if one of the identifiers listed is a
504
+
For the keyword <aclass="css" data-link-for="transition-property" data-link-type="maybe" href="#valdef-transition-property-all">all</a>,
505
+
or if one of the identifiers listed is a
504
506
shorthand property, implementations must start transitions for
505
507
any of its longhand sub-properties that are animatable (or, for
506
-
<aclass="css" data-link-type="maybe" href="#valdef-transition-property-all">all</a>, all animatable properties), using the duration, delay,
508
+
<aclass="css" data-link-for="transition-property" data-link-type="maybe" href="#valdef-transition-property-all">all</a>, all animatable properties), using the duration, delay,
507
509
and timing function at the index corresponding to the shorthand.
508
510
</p>
509
511
510
512
<p>
511
513
If a property is specified multiple times in the value of
512
514
<aclass="property" data-link-type="propdesc" href="#propdef-transition-property">transition-property</a> (either on its own, via a shorthand that
513
-
contains it, or via the <aclass="css" data-link-type="maybe" href="#valdef-transition-property-all">all</a> value), then the transition that
515
+
contains it, or via the <aclass="css" data-link-for="transition-property" data-link-type="maybe" href="#valdef-transition-property-all">all</a> value), then the transition that
514
516
starts uses the duration, delay, and timing function at the
515
517
index corresponding to the <em>last</em> item in the value of
516
518
<aclass="property" data-link-type="propdesc" href="#propdef-transition-property">transition-property</a> that calls for animating that property.
517
519
</p>
518
520
519
521
<pclass="note" role="note">
520
-
Note: The <aclass="css" data-link-type="maybe" href="#valdef-transition-property-all">all</a> value and <aclass="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-cascade-3/#propdef-all">all</a> shorthand
522
+
Note: The <aclass="css" data-link-for="transition-property" data-link-type="maybe" href="#valdef-transition-property-all">all</a> value and <aclass="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-cascade-3/#propdef-all">all</a> shorthand
521
523
property work in similar ways, so the
522
-
<aclass="css" data-link-type="maybe" href="#valdef-transition-property-all">all</a> value is just like a shorthand that
524
+
<aclass="css" data-link-for="transition-property" data-link-type="maybe" href="#valdef-transition-property-all">all</a> value is just like a shorthand that
<strong>visibility</strong>: if one of the values is
1862
-
<spanclass="css" data-link-for="visibility">visible</span>, interpolated as a discrete step where values of the
1863
-
timing function between 0 and 1 map to <spanclass="css" data-link-for="visibility">visible</span> and other
1864
+
<aclass="css" data-link-for="visibility"data-link-type="maybe" href="http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility">visible</a>, interpolated as a discrete step where values of the
1865
+
timing function between 0 and 1 map to <aclass="css" data-link-for="visibility"data-link-type="maybe" href="http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility">visible</a> and other
1864
1866
values of the timing function (which occur only at the
1865
1867
start/end of the transition or as a result of <aclass="css" data-link-type="maybe" href="#funcdef-cubic-bezier">cubic-bezier()</a>
1866
1868
functions with Y values outside of [0, 1]) map to the closer
1867
-
endpoint; if neither value is <spanclass="css" data-link-for="visibility">visible</span> then not interpolable.
1869
+
endpoint; if neither value is <aclass="css" data-link-for="visibility"data-link-type="maybe" href="http://www.w3.org/TR/CSS21/visufx.html#propdef-visibility">visible</a> then not interpolable.
0 commit comments