Bug - By URI Validation - Value Error : content none is not a content value : none

Hello, sorry if I am misunderstanding something and assuming that this a
bug incorrectly.

If you validate http://stevensfuneralsupplies.com/ you'll see two errors
for the print.css file:
( http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%
2Fstevensfuneralsupplies.com%2F&warning=2&profile=css3&usermedium=all )

 	Value Error : content none is not a content value : none

The CSS2.1 Specification lists 'none' as a valid value for `content`
property: http://www.w3.org/TR/CSS21/generate.html#propdef-content


One of the rulesets in question is:
	
	a[href^="mailto:"]:after { content: none; }

And if validated by "Direct Input" does not produce validator errors.

Thank you for your time.

Regards,
	Zoffix

Received on Saturday, 6 June 2009 00:35:41 UTC