RE: Use of the Q element for inline quotes

> Internet Explorer does not enclose the content of 
> the Q element in quotes, while browsers such as Firefox, 
> Mozilla and Opera do enclose the content of the Q element in quotes. 

I have generally put the quotes in the content (HTML) rather than
relying on browser support. I would suggest that you use CSS to remove
the 'added content' that standards based browser put in, and just have
the quote marks in the content. 

IE doesn't support adding in the quotes via CSS yet, which is why I've
taken this approach so far.

Although feeling slightly sullied, I don't think it poses any practical
problems for users, and it isn't usually too hard to add in the quotes
to the content.

I think the CSS code is something like:

q:before, q:after {content: none;}

If you did want quotes added automatically, perhaps have a little
JavaScript that uses something like the Suckerfish series of scripts to
add the CSS functionality to IE?

Kind regards,

-Alastair

-- 

Alastair Campbell   |   Director of Research & Development
0117 929 7333       |   ac@nomensa.com

Please refer to the following disclaimer for this message:
http://www.nomensa.com/email-disclaimer.html 

Received on Monday, 10 October 2005 11:23:14 UTC