- From: L. David Baron <dbaron@dbaron.org>
 - Date: Tue, 7 Sep 2004 12:40:14 -0700
 - To: www-style@w3.org
 
Received on Tuesday, 7 September 2004 19:40:55 UTC
On Tuesday 2004-09-07 12:20 -0700, Matthew.van.Eerde@hbinc.com wrote:
> Andrew Fedoniouk wrote:
> > Analyzing CSS2.1 and CSS3 ([1],[2]) I've found that rules
> > for url defintion does not include '/' character.
>  
> You have to use quotes to get / or ? or various other characters.
No, the only characters that aren't valid are:
  U+0000 through U+0020 (control characters and whitespace)
  U+0022 (")
  U+0027 (')
  U+0028 (()
  U+0029 ())
  U+007F (control character)
-David
-- 
L. David Baron                                <URL: http://dbaron.org/ >
Received on Tuesday, 7 September 2004 19:40:55 UTC