On Sun, 2009-04-26 at 22:52 +0530, Sudheer Satyanarayana wrote:
> Robert Cummings wrote:
> > I was about to say the same thing *lol*. tis true though, the class
> > should be "doubleQuoted" or something similar. What happens when they
> > decide it should be blue?
> >
> >
> Aren't CSS class names supposed to be in lower case? I would go with
> something like "double_quoted".
CSS class names are case-sensitive. IE supports insensitivity in
non-standards mode.
You're probably confusing the following:
C.13. Cascading Style Sheets (CSS) and XHTML
1. CSS style sheets for XHTML should use lower case element
and attribute names.
This does not refer to attribute values.
Cheers,
Rob.
--
http://www.interjinn.com
Application and Templating Framework for PHP
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php