[wp-trac] [WordPress Trac] #54895: New button in toolbar reads out incorrectly when usingVoiceOver
WordPress Trac
noreply at wordpress.org
Mon Jan 24 23:04:40 UTC 2022
#54895: New button in toolbar reads out incorrectly when usingVoiceOver
-----------------------------+---------------------------------
Reporter: legendusmaximus | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.0
Component: Toolbar | Version: 5.8.3
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: accessibility, css
-----------------------------+---------------------------------
Changes (by sabernhardt):
* keywords: needs-testing => needs-patch
* focuses: accessibility => accessibility, css
* milestone: Awaiting Review => 6.0
Comment:
Thanks for the report!
In NVDA/Firefox/Windows, "post new" (without PHP) sounded good, but the
"New" label is hidden on small screens and/or for people who zoom in with
the browser.
{{{
@media screen and (max-width: 782px) {
#wpadminbar .ab-label {
display: none;
}
}
}}}
When not visible, these text labels probably need the styling used in the
`screen-reader-text` class.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/54895#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list