> They are language specific ...

I silently implied this point, approx. 99.9 % of all posts here are in English and the referenced W3C section motivates the use of <q> for language specific adaptation which is not really relevant here.

I'd rather prefer better support for the already available PM-markup.

<blockquote> is nice for quotes from other sites, especially perldoc related, but not really for citing previous comments in a thread.

(see how I tried to use "email style" for your comment)

So the problem is rather that we'd need a multitude of markups to mark all semantically different kind of quotes ( "so called", "citation" , code , perldoc, ...)

Furthermore <code> can't distinguish between perl-code (which might be highlighted) or other languages or cut and paste from the console.¹

Of course one could argue that all these markups, including <q> could be indicidually customized via CSS, but I doubt many monks really take advantage of manipulating their local CSS.

update

> You mean inch-marks ("), right?

not only. there are different quotation marks, especially 'single quotes'

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

¹) and it really sucks to paste code from the win console, b/c of all the useless whitespace breaking the format.


In reply to Re^3: Enhancement request: add <Q> tag to Perl Monks Approved HTML by LanX
in thread Enhancement request: add <Q> tag to Perl Monks Approved HTML by jcb

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.