[wp-trac] [WordPress Trac] #59289: About Page for 6.4 Release
WordPress Trac
noreply at wordpress.org
Mon Oct 23 10:05:58 UTC 2023
#59289: About Page for 6.4 Release
-------------------------------------+-------------------------------------
Reporter: rmartinezduque | Owner: (none)
Type: task (blessed) | Status: new
Priority: normal | Milestone: 6.4
Component: Help/About | Version:
Severity: normal | Resolution:
Keywords: needs-design-feedback | Focuses: ui, accessibility,
needs-patch | docs, ui-copy
-------------------------------------+-------------------------------------
Changes (by afercia):
* keywords: has-patch needs-design-feedback => needs-design-feedback
needs-patch
Comment:
I just noticed that the white / orangish color pair for the current nav
item and the nav item hover state has an insufficient contrast ratio of
only 3.69:1. [https://www.w3.org/TR/WCAG22/#contrast-minimum It must be at
least 4.5:1].
{{{
--text-light: #fff;
--nav-current: var(--accent-1);
--accent-1: #D8613C;
}}}
See https://jdlsn.com/color/?type=hex&color=D8613C&color2=FFFFFF
See attached screenshot.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59289#comment:42>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list