On Tue, Jul 31, 2001 at 02:34:15PM +0000, Chris Hoess wrote:
> Is <q> intended for all places where you'd use quotation marks, or is it
> only for inline *quotations*? I think the Unicode quotes would be more
> appropriate than <q> for markup inside, say, a <code> element.
<q> is for prose. The UA is supposed to nest things properly depending
on locale. For example:
Sally replied, <q>All it tells me is, <q>Segmentation fault: core
dumped!</q></q>
Would render, in an en-us UA as:
Sally replied, "All it tells me is, 'Segmentation fault: core dumped.'"
A French UA would use << and >> instead of ", and so on for other User
Agents.
Mozilla actually supports these? I'd used these for a long time and got
tired of them never appearing in Netscape. :(
-danny
--
http://dannyman.toldme.com/