Page MenuHomePhabricator

[[MediaWiki:Histlegend]] should use <dl>, <dt> and <dd> for legend
Open, LowPublic

Description

This message currently has the code

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.<br />
Legend: '''({{int:cur}})''' = difference with latest revision, '''({{int:last}})''' = difference with preceding revision, '''{{int:minoreditletter}}''' = minor edit.

but it would be better (semantically) to mark it like this:

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.<br />
Legend:
<dl>
<dt>({{int:cur}})<dt>
<dd>difference with latest revision,</dd>
<dt>({{int:last}})<dt>
<dd>difference with preceding revision,</dd>
<dt>{{int:minoreditletter}}</dt>
<dd>minor edit.</dd>
</dl>

(possibly using the "hlist" class from T42062 to make it show up horizontally)

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 1:09 AM
bzimport set Reference to bz43463.
bzimport added a subscriber: Unknown Object (MLST).
Danny_B set Security to None.
Danny_B removed a subscriber: wikibugs-l-list.

Change 555772 had a related patch set uploaded (by Apap04; owner: Apap04):
[mediawiki/core@master] histlegend: use html instead of wikimarkup

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

Change 555772 abandoned by Apap04:
histlegend: use html instead of wikimarkup

Reason:
new branch, new change

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

Change 565742 had a related patch set uploaded (by Apap04; owner: Apap04):
[mediawiki/core@master] histlegend: use html instead of wikimarkup

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

Apap04 removed Apap04 as the assignee of this task.Feb 7 2022, 4:37 AM
Apap04 removed a project: User-Apap04.
Apap04 subscribed.
Apap04 unsubscribed.