- From: Sylvain Galineau <sylvaing@microsoft.com>
- Date: Fri, 11 Feb 2011 22:42:03 +0000
- To: "www-style@w3.org" <www-style@w3.org>
If I have:
#test {
	transition-property: background-color;
	transition-duration: 0.20s;
	background-color: currentColor;
	color:blue;
}
#test:hover {
	color:red;
}
What happens ?
Received on Friday, 11 February 2011 22:42:36 UTC