T. R. Valentine wrote:
Quotations which are more than one paragraph in length are supposed to get opening quotation marks for each paragraph and only a single closing quotation mark at the very end (in English). It does not seem this can be done using semantic markup, i.e. q tags. Is there some way to use q tags and get the UA to stop treating each paragraph as a new nested quote?
Citing the HTML spec*: Q is intended for short quotations (inline content) that don't require paragraph breaks. You want BLOCKQUOTE with paragraphs styled as you wish them. * <http://www.w3.org/TR/html401/struct/text.html#edef-Q> -- Hassan Schroeder ----------------------------- [email protected] webtuitive design === (+1) 408-621-3445 === http://webtuitive.com twitter: @hassan dream. code. ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
