Re: [csswg-drafts] [css-animations] Negative time at start of animation shorthand (#4034)

> Firefox:
> The negative value is accepted as `transition-delay`.
> Reading the specified transition gives `'all 0s ease -5s'`.
> Reading computed transition gives `''`.
> 
> Blink:
> The negative value is accepted as `transition-delay`.
> Reading the specified transition gives `'all 0s ease -5s'`.
> Reading computed transition gives `'all 0s ease -5s'`.

I think the discrepancy there is just due to Firefox not returning shorthands from `getComputedStyle` right? ([Bug 137688](https://bugzilla.mozilla.org/show_bug.cgi?id=137688)). i.e. for the purpose of this issue, I believe Gecko and Blink agree.

-- 
GitHub Notification of comment by birtles
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4034#issuecomment-520208002 using your GitHub account

Received on Sunday, 11 August 2019 07:49:58 UTC