Re: [csswg-drafts] [css-values] Time type does not specify if unit is needed for magnitude of zero (#4569)

Trying to attach a HTML file doesn't work, so I've copied and pasted it below:

```
<!DOCTYPE HTML>
<style>
 :root {
  background-color: lightblue;
  transition: background-color 3s;
  transition: background-color 0;
 }
 :root:hover {
  background-color: darkblue;
 }
</style>
<p>In Safari, the background colour will change immediately, not fade, on hover.</p>
```

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

Received on Friday, 6 December 2019 14:03:01 UTC