Page MenuHomePhabricator

<q>: Remove italic style for IE7 and below
Closed, ResolvedPublic

Description

The mediawiki.skinning.interface styles <q> as italic for IE7 and below:

	/* IE 6 and 7 lack support for quotes aroud the <q> element ('::before' and '::after'
	   pseudoelements, 'quotes' property). Let's italicize it instead (using the star hack). */
	q {
		*font-style: italic;
	}

This wasn't an issue until a year ago when <q> was actually whitelisted and began to be used. Italic is simply the wrong style for quoted content. There is no way to add quote marks, so plain style is the best here.

Event Timeline

Gadget850 raised the priority of this task from to Needs Triage.
Gadget850 updated the task description. (Show Details)
Gadget850 subscribed.
gerritbot subscribed.

Change 190718 had a related patch set uploaded (by Polybuildr):
mediawiki.skinning: Remove italics from q tag for IE7 and below

https://gerrit.wikimedia.org/r/190718

Patch-For-Review

Change 190718 merged by jenkins-bot:
mediawiki.skinning: Remove italics from q tag for IE7 and below

https://gerrit.wikimedia.org/r/190718