Last modified: 2013-12-13 17:03:45 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T45463, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 43463 - [[MediaWiki:Histlegend]] should use <dl>, <dt> and <dd> for legend
[[MediaWiki:Histlegend]] should use <dl>, <dt> and <dd> for legend
Status: NEW
Product: MediaWiki
Classification: Unclassified
History/Diffs (Other open bugs)
1.21.x
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-12-27 17:08 UTC by Helder
Modified: 2013-12-13 17:03 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Helder 2012-12-27 17:08:01 UTC
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 bug 40062 to make it show up horizontally)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links