Skip to content

Commit 1b13581

Browse files
committed
[css-animations] Remove issue proposing alternative syntax for times in animation shorthand, which is no longer practical at this point.
1 parent 26b0c4b commit 1b13581

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

css-animations/Overview.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,10 +1470,6 @@ <h3 id=animation-shorthand-property><span class=secno>4.10. </span> The
14701470
second value in each &lt;single-animation&gt; that can be parsed as a
14711471
<var>&lt;time&gt;</var> is assigned to animation-delay.
14721472

1473-
<p class=issue> An alternative proposal is to accept the font shorthand
1474-
approach of using a "/" character between the values of the same type.
1475-
e.g. 2s/4s would mean a duration of 2 seconds and a delay of 4 seconds.
1476-
14771473
<p class=issue> Need to also explain how order is important in terms of
14781474
animation-name versus keywords, and probably also adjust the canonical
14791475
order to match.

css-animations/Overview.src.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,11 +1057,6 @@ <h3 id="animation-shorthand-property">
10571057
is assigned to animation-delay.
10581058
</p>
10591059

1060-
<p class="issue">
1061-
An alternative proposal is to accept the font shorthand approach
1062-
of using a "/" character between the values of the same type.
1063-
e.g. 2s/4s would mean a duration of 2 seconds and a delay of 4 seconds.
1064-
10651060
<p class="issue">
10661061
Need to also explain how order is important in terms of animation-name
10671062
versus keywords, and probably also adjust the canonical order to

0 commit comments

Comments
 (0)