Skip to content

Commit acb79d8

Browse files
committed
[css-animations] Remove note that's no longer true (or needed) now that keyframes rules cascade (as specified a few sentences following).
Thanks to Estelle Weyl for pointing this out.
1 parent 10228d6 commit acb79d8

File tree

2 files changed

+489
-461
lines changed

2 files changed

+489
-461
lines changed

css-animations/Overview.bs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,6 @@ Keyframes</h2>
245245

246246
</div>
247247

248-
Note: Since empty @keyframes rules are valid, they may hide the keyframes of those
249-
preceding animation definitions with a matching name.
250-
251248
To determine the set of keyframes, all of the values in the selectors are sorted in increasing order
252249
by time. The rules within the @keyframes rule then cascade; the properties of a keyframe may thus derive
253250
from more than one @keyframes rule with the same selector value.

0 commit comments

Comments
 (0)