- From: Meir Cohen via GitHub <sysbot+gh@w3.org>
- Date: Wed, 15 Jul 2020 13:49:19 +0000
- To: public-css-archive@w3.org
> > However Firefox doesn’t handle the `background-color` transition well > > This seems because mid-way the transition you are stacking `rgba(255, 255, 0, 0.5)` on top of `rgb(128, 128, 0)`, so it looks more yellow. Thanks, I've added initial value `background-color: inherit;` in the [codpen](https://codepen.io/meirkoen/pen/mdVGRYj?editors=1100), to show the bug in properties with default value other than `inherit` -- GitHub Notification of comment by meirkoen Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5324#issuecomment-658779218 using your GitHub account
Received on Wednesday, 15 July 2020 13:49:20 UTC