-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Philippe
Wittenbergh
Sent: 16 August 2007 08:41
To: CSS-D
Subject: Re: [css-d] Everything looks great...except Safari!

For your 'tour' problem
1. you use an id multiple times (div id="Tour"). And id's shouldn't start
with a capital letter (given that your pseudo xhtml is parsed as text/html,
it doesn't matter too much, browsers swallow it anyway).

There's nothing wrong with starting an id with a capital letter:
<http://www.w3.org/TR/html4/types.html#type-name>
"ID and NAME tokens must begin with a letter ([A-Za-z])..."

even in XHTML, which follows the XML spec:
<http://www.w3.org/TR/2006/REC-xml-20060816/#id>
"Values of type ID  MUST match the Name production."
<http://www.w3.org/TR/2006/REC-xml-20060816/#NT-Name>
"[5]    Name       ::=          (Letter | '_' | ':') (NameChar)*"
<http://www.w3.org/TR/2006/REC-xml-20060816/#NT-Letter>
"[84]           Letter     ::=           BaseChar | Ideographic "
<http://www.w3.org/TR/2006/REC-xml-20060816/#NT-BaseChar>
"[85]           BaseChar           ::=          [#x0041-#x005A]" (continues
at length...)

Where #x0041-#x005A denotes the characters A to Z.

Regards,

Nick.
-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to