https://bugzilla.wikimedia.org/show_bug.cgi?id=43463
Web browser: ---
Bug ID: 43463
Summary: [[MediaWiki:Histlegend]] should use <dl>, <dt> and
<dd> for legend
Product: MediaWiki
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: Unprioritized
Component: History/Diffs
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Mobile Platform: ---
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)
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l