- From: Karl Dubost <karl@w3.org>
- Date: Fri, 15 Jul 2005 14:18:12 -0400
- To: Al Gilman <Alfred.S.Gilman@IEEE.org>
- Cc: www-style@w3.org
Le 05-07-15 à 13:59, Al Gilman a écrit :
> In a stylesheet we are not dependent on having a 'quotes' property
> because the desired effect can be produced with :before and :after
> generated text referencing specific Unicode code points as
> appropriate.
That will give an interesting set of test files. :)
Laurens has started with
q:lang(fr):before { content: "«"; }
q:lang(fr):after { content: "»"; }
q q:lang(fr):before { content: "‹"; }
q q:lang(fr):after { content: "›"; }
Such test cases already exist? If not would you like I give it a try?
--
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager
*** Be Strict To Be Cool ***
Received on Friday, 15 July 2005 18:20:46 UTC