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 accountReceived 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