You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, that simply adds an aria-label="{name of the dropdown}", not a real name. Shouldn't the dropdown(s) be preceded by a <label>, possibly with a sr-only class so that they're not displayed in non-reader mode?
Now that I am aware of the sr-only class you are correct.
My bodge was a response to the Accessibility Report ratings from tools like
LightHouse, accessibleweb and a11y and the information they referenced.
Bailey
On Mon, 4 Apr 2022 at 03:28, lat9 ***@***.***> wrote:
Hmm, that simply adds an aria-label="{name of the dropdown}", not a real
name. Shouldn't the dropdown(s) be preceded by a <label>, possibly with a
sr-only class so that they're not displayed in non-reader mode?
—
Reply to this email directly, view it on GitHub
<#115 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARNJ2NID2ZFBPEXXYSIR3LLVDHIKPANCNFSM5SHNXQ3Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
For improved WCAG compliance I added an aria-label to the currency field drop down.
includes\classes\observers\ZcaBootstrapObserver.php line 197 was
changed to
The text was updated successfully, but these errors were encountered: