- From: Blaine Brodie <bbrodie@savagesoftware.com>
- Date: Thu, 22 Jun 2000 14:39:02 -0400 (EDT)
- To: www-style@w3.org
Looking at the current syntax for a CSS String below:
string
{string1}|{string2}
string1
\"([\t !#$%&(-~]|\\{nl}|\’|{nonascii}|{escape})*\"
string2
\’([\t !#$%&(-~]|\\{nl}|\"|{nonascii}|{escape})*\’
A simple string like "hello world" is invalid. The syntax seems too
restrictive for general strings. Am I misinterpreting something?
Thank you,
Blaine Brodie
Received on Friday, 23 June 2000 08:29:39 UTC