Content deleted Content added
→<q>: restructure |
→<q>: c/e |
||
Line 39:
{{tag|q}} is used to mark text as quotations. It is used to format short works in {{cs1}} and {{cs2}}.
* IE6 and IE7 do not add the quotation marks, but instead style the content in italics
* Issues: The <code>:before</code> and <code>:after</code> selectors, and the <code>quotes</code> property are not supported in IE7 and below
* Fix: To change the style to normal: {{code|lang=css|q { font-style: normal; } }}
|