[wp-trac] [WordPress Trac] #51786: Accessibility issue with the logo on the login page
WordPress Trac
noreply at wordpress.org
Mon Nov 16 13:36:38 UTC 2020
#51786: Accessibility issue with the logo on the login page
------------------------------------+-----------------------------
Reporter: roytanck | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Login and Registration | Version: trunk
Severity: normal | Keywords:
Focuses: accessibility |
------------------------------------+-----------------------------
Currently, the login page (wp-login.php) contains a logo, that is created
using the following HTML markup:
{{{
<h1><a href="https://wordpress.org/">Powered by WordPress</a></h1>
}}}
Both the href URL and the link text can be filtered. Through CSS, the link
text is placed off-screen, and a logo is added to the link as a
background.
The <h1> is required for proper a11y, but it should contain the title for
the page below. Something like "Log in" would probably be ideal. Instead,
it currently contains a link that takes the user off the page, with no
description of the login page's content.
This is causing serious issues for client who are required to conform to
WCAG standards, as required by European law.
I'd like to suggested removing the <h1> from around the logo link, and
adding an actual <h1> title to the white box below, with relevant textual
content.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51786>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list