[wp-trac] [WordPress Trac] #51786: Accessibility issue with the logo on the login page
WordPress Trac
noreply at wordpress.org
Thu Dec 10 21:32:33 UTC 2020
#51786: Accessibility issue with the logo on the login page
------------------------------------+-----------------------------
Reporter: roytanck | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Login and Registration | Version:
Severity: normal | Resolution:
Keywords: | Focuses: accessibility
------------------------------------+-----------------------------
Comment (by sabernhardt):
Backward compatibility is not really an obstacle to this change, but it
could present some challenges with multiple existing filters and custom
CSS.
I've used a [https://premium.wpmudev.org/blog/customize-login-page
/#custom-css-to-login custom stylesheet] and some of the filters.
Supporting custom CSS (that's already implemented) is not as difficult I
had thought with the replaceable background image and text clipping.
Anyone who has replaced the logo with a logo of different dimensions
probably edited the `.login h1 a` image and/or size without modifying the
`h1`. It would be good to add a class to the H1 tag to facilitate any
overrides, though, for plugins that continue to support older WordPress
versions.
Some other considerations:
1. The wp-login.php file is also used for registration and password-
changing forms.
2. The Powered by WordPress message could be moved to the bottom, with
site branding at the top.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51786#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list