Page MenuHomePhabricator

Accessibility issues - Donate wiki
Open, Needs TriagePublic2 Estimated Story Points

Description

https://donate.wikimedia.org/w/index.php?title=Special:LandingPage&country=US&uselang=en&wmf_medium=spontaneous&wmf_source=fr-redir&wmf_campaign=spontaneous
used report from axeDev tool which is a chrome extension
1 issue reported
Ensure links have discernible text

Screenshot 2025-11-19 at 4.35.53 PM.png (1×2 px, 611 KB)

Event Timeline

Damilare set the point value for this task to 2.Dec 3 2025, 5:25 PM

Hi Peter, @Pcoombe, could you help with add aria-label="xxxx logo" to class mw-wiki-logo in LegacySidebar.mustache which then this bg image will be read for accessibility.
as <div id="mw-panel" class="vector-legacy-sidebar">
<div id="p-logo" role="banner">

<a class="mw-wiki-logo" href="{{link-mainpage}}" title="{{msg-tooltip-p-logo}}" aria-label="{{?????}}"></a>

</div>
{{#data-portlets-first}}{{>LegacyMenu}}{{/data-portlets-first}}
{{#array-portlets-rest}}{{>LegacyMenu}}{{/array-portlets-rest}}
{{#data-portlets.data-languages}}{{>LegacyMenu}}{{/data-portlets.data-languages}}
</div>

Thanks~