Re: Correct usage of the q element

> <quote><mark>"</mark>This is a quotation.<mark>"</mark></quote>

By the way, CSS can handle this via the 'quotes' property [1]:

    q { quotes: '"' '"'; }

It also allows to define language dependent quotations marks as well as
alternative marks for additional embedding levels.


Best regards,
 Jens.


[1] http://www.w3.org/TR/REC-CSS2/generate.html#quotes-specify


-- 
Jens Meiert
Interface Architect

http://meiert.com/

Received on Friday, 13 February 2004 03:42:12 UTC