Help:Internet Explorer
Appearance
Older versions of Internet Explorer have limitations in CSS and HTML support. As Wikipedia advances with CSS3 and HTML5, support for these browsers will become more limited. A number of specialized fixes for these older browsers are being removed as the MediaWiki software is being updated.
<q>
<q>...</q>
is used to mark a short quotation; CSS styles the content by placing in in quotes in a normal font.
- Internet Explorer 6 and Internet Explorer 7 do not add the quotes and styles the content in italics.
- Issues:
before
andafter
pseudo-elements are not supportedq
property is not supported
- Issues:
- Fix: To change the style to normal:
q {font-style: normal}