- From: Brian Birtles via GitHub <sysbot+gh@w3.org>
- Date: Sun, 11 Aug 2019 07:49:56 +0000
- To: public-css-archive@w3.org
> 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