{{hatnote|Resolved{{tag|q|o}} was formerly styled as italic for IE6 and IE7. This was resolved with the deployment of [[mw:MediaWiki 1.25/wmf19|MediaWiki 1.25/wmf19]]; see {{phab|T89595}} }}
{{tag|q}} is used to mark text as quotations. It is used to format short works in {{cs1}} and {{cs2}} and elsewhere. The element is styled in quote marks through [[MediaWiki:Common.css]] using the the <code>quotes</code> property.
* IE6 and IE7 do not support the <code>quotes</code> property, thus show without quote marks.
* Fix: None; except upgrading to IE8 or higher or using a different browser.
* IE6 and IE7 do not add the quotation marks, but instead style the content in italics by way of [//bits.wikimedia.org/en.wikipedia.org/load.php?debug=true&lang=en&modules=mediawiki.skinning.interface&only=styles core CSS].
* 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; } }}