We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line 37 [] Change
<a href="https://opencollective.com/torontojs" aria-label="OpenCollective">
to
<a href="https://opencollective.com/torontojs" aria-label="Open Collective">
Reason: Elements with visible text labels do not have matching accessible names
[] 1. Change:
<img src="https://torontojs.com/guild_logo.a39081a5.png">
to:
<img src="https://torontojs.com/guild_logo.a39081a5.png" alt="logo for Guild.host">
[] 2. Change
<a href="/torontojs" role="link" class="css-175oi2r">
<a href="/torontojs" role="link" aria-label="link to TorontoJS on guild.host" class="css-175oi2r">
[] 3. Navbar: Change background colour to darker
#991b1b and #7f1d1d passes WCAG AA for small text.
@madcampos is working on the new branding guide and likely has a brand colour that works.
Footer would be more accessible in a darker background colour. Maybe the almost black of the brand colours?
Reason: current colour does not have sufficient contrast.
Note: I haven't run manual testing with NVDA and JAWS yet. These are just some minor updates that make a major A11y impact
The text was updated successfully, but these errors were encountered:
did the first 2 - will wait for @madcampos' branding to change any colours
Sorry, something went wrong.
@GingerKiwi @kieran the Navbar color issue refers to the gray footer right?
Navbar
The Navbar issues refers to both the header and the footer navs.
No branches or pull requests
components/footer /index.coffee
Line 37
[] Change
to
Reason: Elements with visible text labels do not have matching accessible names
Main Page
[] 1. Change:
to:
[] 2. Change
to
[] 3. Navbar: Change background colour to darker
#991b1b and #7f1d1d passes WCAG AA for small text.
@madcampos is working on the new branding guide and likely has a brand colour that works.
Footer would be more accessible in a darker background colour. Maybe the almost black of the brand colours?
Reason: current colour does not have sufficient contrast.
Note: I haven't run manual testing with NVDA and JAWS yet. These are just some minor updates that make a major A11y impact
The text was updated successfully, but these errors were encountered: