Page MenuHomePhabricator

Use css classing instead of <strong> on Special:Special Pages
Closed, ResolvedPublic

Description

Per bug 26415 comment #11, we should be using a span w/ css styling instead of <strong> on [[Special:SpecialPages]] in our attempts to standardize this stuff.


Version: unspecified
Severity: enhancement

Details

Reference
bz26442

Related Objects

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:17 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz26442.
bzimport added a subscriber: Unknown Object (MLST).

In fact we already issue a class for it, we could probably just rip out the strong.

<li class='mw-specialpages-page mw-specialpagerestricted'><strong><a href="/wiki/Special:Upload" title="Special:Upload">Upload file</a></strong></li>

I doubt that commenter meant to say we should get rid of the <strong>, he's the one who asked for it in the first place (bug 17947)

(In reply to comment #2)

(bug 17947)

I doubt that is the exact bug number. Anyway, if you touch <strong>,
I will cancel all your Federal Accessibility Initiative* funding.
In Bug 26519 I give a better way that doesn't ruin it for the rest of us.

*If there is such a project.

There is no strong there (anymore). Closing as fixed.