You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firefox has a bug report that CSS transitions are triggered by @media print style changes. There are two questions;
CSS transitions should be triggered by style changes caused by @media print queries?
On-going CSS transitions should be printed as it is?
As of now Firefox does both. Chrome doesn't either. Safari does 2 but doesn't 1.
I believe the current Firefox behavior is ideal, but I am quire unsure what the desired behavior is, from the perspective of users, I guess Safari's behavior is reasonable?
We are going to change our behavior to match Chrome one in that bug.
Implementations may ignore animations when the rendering medium is not interactive e.g. when printed. A future version of this specification may define how to render animations for these media.
Firefox has a bug report that CSS transitions are triggered by
@media print
style changes. There are two questions;@media print
queries?As of now Firefox does both. Chrome doesn't either. Safari does 2 but doesn't 1.
I believe the current Firefox behavior is ideal, but I am quire unsure what the desired behavior is, from the perspective of users, I guess Safari's behavior is reasonable?
We are going to change our behavior to match Chrome one in that bug.
CC @dbaron and @birtles
The text was updated successfully, but these errors were encountered: