Re: CSS filter hacks and validation

* Scott Romack wrote:
>Has there ever been any discussion on some method for hiding 'invalid'
>selectors from the CSS validator.
>For example there is a -moz-outline which if i am not mistaken does not
>validate but is a nice feature which will become the outline property. I
>would like to be able to use some of these temporary features untill
>CSS3 is implemented and still have my CSS2 validate.

Not possible. You could write a CSS profile for the CSS Validator, e.g.
'CSS Proprietary', which includes -moz-outline but you cannot have a
validator that claims your CSS is Valid CSS 2 while it is not.

Received on Friday, 31 October 2003 06:10:22 UTC