[csswg-drafts] [css-animations] animations on pseudo element should be canceled when content property of the pseudo element becomes 'none'

hiikezoe has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-animations] animations on pseudo element should be canceled when content property of the pseudo element becomes 'none' ==
>From the content property spec [1],  'none' means pseudo element is not generated.  So animations running on pseudo element should be canceled once the content property of the pseudo element becomes 'none', and fire animationcancel event just like animations becomes in display:none subtree.

cc @birtles 

[1] https://www.w3.org/TR/CSS21/generate.html#content

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1300 using your GitHub account

Received on Thursday, 27 April 2017 00:30:42 UTC