Page MenuHomePhabricator

''Text'' and '''Text''' should use em and strong
Closed, DeclinedPublic

Description

The parser shouldn't use the formation markers i and b, instead it should use
strong and em.


Version: unspecified
Severity: minor
See Also:
T2370: ''' should be interpreted as <b>, not <strong>
T2369: '' should be interpreted as <i>, not <em>
T3038: Reflect XHTML trend from "b" and "i" towards "strong" and "em"

Details

Reference
bz7921

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 9:23 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz7921.
bzimport added a subscriber: Unknown Object (MLST).

ayg wrote:

Absolutely not. ''' is bold and '' is italic, not strong and emphasized. It is
absolutely the *opposite* of the intent of semantic markup to add semantic
meaning where the user didn't input any. Please reflect on this. <b> and <i>
are not deprecated because they happen to consist of those particular letters;
they're deprecated because they're nonsemantic. Nonsemantic markup is what's
discouraged. If you think we should encourage our *users* to input semantic
markup, please think of ways to do so and write up a proposal, but <b> !=
<strong> and the latter should never be used when you mean the former.

As an illustration of the faultiness of this particular suggestion, and the
broader idea it represents, it should be noted that these used to translate to
<strong> and <em> until people using screen readers complained that every book
title and ship name got emphasized by their reader. Screen readers emphasize
<strong> and <em> but not <b> and <i>, so <i>Pride and Prejudice</i> is less
ideal than <cite>Pride and Prejudice</cite> but much better than the downright
incorrect <em>Pride and Prejudice</em>.