- From: Kristof Zelechovski <giecrilj@stegny.2a.pl>
- Date: Wed, 25 Apr 2007 13:35:49 +0200
The quotes used depend on the language of the Q element. You have
explicitly declared it as French. If you want to have French text inside
English quotes, you can use SPAN inside of Q.
Chris
-----Original Message-----
From: whatwg-bounces@lists.whatwg.org
[mailto:whatwg-bounces at lists.whatwg.org] On Behalf Of Karl Dubost
Sent: Wednesday, April 25, 2007 1:25 PM
To: Kristof Zelechovski
Cc: 'WHAT Working Group Mailing List'
Subject: Re: [whatwg] sarcasm
Le 25 avr. 2007 ? 17:31, Kristof Zelechovski a ?crit :
> Your quotation is incorrect because the Q element inserts language-
> dependent
> quotation marks on its own. Your markup produces the following text:
> "? Toute forme de langage devrait ?tre reconnue et libre d'exister
> sans
> ironie. ?"
fwiw
no because the surrounding language is English. You would use French
quotes if there was French text around.
But you are right it is the correct double quotes, as it should be
English double quotes.
> At least, it should. Internet Explorer does not do it because they
> do not
> support :before and :after CSS selectors, among other useful and
> required
> recommendations.
The only implementation which did it in the past was internet
explorer for Macintosh and I'm not sure for all languages.
with CSS, but unfortunately, not very supported last time I have
checked.
body { quotes: "\201c " "\201d " "\2018 " "\2019 "; }
--
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager, QA Activity Lead
QA Weblog - http://www.w3.org/QA/
*** Be Strict To Be Cool ***
Received on Wednesday, 25 April 2007 04:35:49 UTC