[csswg-drafts] [cssom][css-animations] Important flag for declaration block in @keyframes rule

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

== [cssom][css-animations] Important flag for declaration block in @keyframes rule ==
In CSS Animations spec, it is mentioned that
> In addition, properties qualified with !important are invalid and ignored.

However, the important flag can still be set via `CSSStyleDeclaration`'s `setProperty` and `setPropertyPriority`.

Probably the "set a CSS declaration priority" algorithm should ignore when the declaration block is from a keyframe rule.

cc @hiikezoe

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

Received on Monday, 18 September 2017 23:07:55 UTC