- From: Paul Arzul <patricka@mkdoc.com>
- Date: Mon, 25 Nov 2002 14:33:40 +0000
- To: www-validator-css@w3.org
a:before
{
content: "<b>bold</b>";
}
validates fine - but the validator generated html produced is:
<b>bold</b>
when it should[1] be:
<b>bold</b>
- p
--
1. http://www.w3.org/TR/html4/charset.html#didx-character_entity_references
Received on Monday, 25 November 2002 09:38:24 UTC