- From: Dave Shea <dave@mezzoblue.com>
- Date: Mon, 29 Mar 2004 14:14:56 -0800
- To: www-style@w3.org
> The way to do this is NOT to introduce browser-specific code into CSS,
> but to test for support of individual features:
>
> @supports(td:hover) {
> /* CSS code */
> }
>
> Part of the reason for having official standards is to lessen the
> dependence upon coding for a particular browser; having that standard
> explicitly account for browser peculiarities wouldn't make sense.
I like this just fine. I completely agree with you. I don't care at all
about the method, it's the principle I'm concerned with.
Is there any official momentum behind this?
d.
Received on Monday, 29 March 2004 17:14:56 UTC