Skip to content
New issue

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

a11y fixes #545

Merged
merged 3 commits into from
Feb 22, 2023
Merged

a11y fixes #545

merged 3 commits into from
Feb 22, 2023

Conversation

delucis
Copy link
Member

@delucis delucis commented Feb 22, 2023

  • Add explicit true value to aria-hidden where missing

  • Fix color contrast of links on theme pages

    Before After
    image image

Also noticing that the Quill editor we’re using for the theme submission form is missing accessible labelling for its toolbar. There’s been an open PR to fix that on their end for nearly 6 months but seems maybe they’re not interested. Might be good to re-evaluate choice of text editor for the new site to see if there’s a more accessible alternative?

`aria-hidden` is not a standard boolean attribute and must have an explicit true/false value.
@netlify
Copy link

netlify bot commented Feb 22, 2023

Deploy Preview for astro-www-2 ready!

Name Link
🔨 Latest commit 57e8b0e
🔍 Latest deploy log https://app.netlify.com/sites/astro-www-2/deploys/63f6366d44974a00080ca1a5
😎 Deploy Preview https://deploy-preview-545--astro-www-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Contributor

@tony-sull tony-sull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me! Yeah I'm not super happy with that open bug on Quill for their toolbar either, unfortunately at the time this was the most accessible MD->HTML editor I came across

@itsMapleLeaf might have a better solution for the new form, definitely something we can revisit 👍

@delucis delucis merged commit 9678d22 into main Feb 22, 2023
@delucis delucis deleted the chris/more-lighthouse branch February 22, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants