Closed Bug 1376368 Opened 7 years ago Closed 7 years ago

CSS: The all property is ignored when used inside keyframes

Categories

(Core :: CSS Parsing and Computation, defect)

55 Branch
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: fremycompany_pub, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/16.16225 Steps to reproduce: https://github.com/w3c/csswg-drafts/issues/1566#issuecomment-311222210 Actual results: The keyframes ignores the all:initial declaration Expected results: Since all is just an uber-shorthand, it should work as well as any other shorthand property.
Component: Untriaged → CSS Parsing and Computation
As far as I can see, it works: http://jsbin.com/dapiqopiqa/edit?html,css,output It is slightly blinking probably because of changes to several other properties which may trigger reframe... but basically it works. Your code in that issue doesn't work on Firefox because "all: initial !important" is invalid in keyframe, and thus ignored, as mentioned by Tab in the first reply.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.