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
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T410585 Epic: Accessibility issues | |||
| Open | Pcoombe | T410586 Accessibility issues - Donate wiki |
Event Timeline
Comment Actions
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~
