W3C home > Mailing lists > Public > public-css-archive@w3.org > December 2019

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

From: Nicholas Shanks via GitHub <sysbot+gh@w3.org>
Date: Fri, 06 Dec 2019 14:02:59 +0000
To: public-css-archive@w3.org
Message-ID: <issue_comment.created-562583089-1575640978-sysbot+gh@w3.org>
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

This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:41:57 UTC