mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
d8a37d7c4d
When animation-name does not match a keyframes rule, we should not dispatch animation events as per: "Any animation for which both a valid keyframe rule and a non-zero duration are defined will run and generate events; this includes animations with empty keyframe rules." http://dev.w3.org/csswg/css-animations/#events Since bug 1004377, however, we started dispatching events in this case because we no longer ignore animations whose set of keyframes is empty. This patch checks for a matching keyframes rule in BuildAnimations and if one is not found, no corresponding animation is generated. |
||
---|---|---|
.. | ||
analysis | ||
base | ||
build | ||
doc | ||
forms | ||
generic | ||
inspector | ||
ipc | ||
mathml | ||
media | ||
printing | ||
reftests | ||
style | ||
svg | ||
tables | ||
tools | ||
xul | ||
moz.build |