This one is pretty good https://www.gatsbyjs.com/accessibility-statement/
Lots of other examples out there though.
Useful to demonstrate that this project cares about accessibility and is doing something about it.
@mgifford Thanks for the suggestion.
Here are a couple of thoughts off the top of my head:
Some examples in Europe:
https://gds.blog.gov.uk/2019/05/21/accessibility-update-sample-accessibility-statement-monitoring-and-enforcement/
From some other popular software:
This suggestion came off the top of my head. I'm sorry you didn't like it. Please take some time to calm down, so we can have a constructive conversation.
Your site and software doesn't meet WCAG 2.0 AA
Thanks for bringing this to our attention. Feel free to create a new issue.
No worries.. Just wanted to address your points.. I'm happy to discuss any of this. I'm definitely not upset, just got a reasonable amount of experience with this topic.
Also, I haven't actually tested the site, but am making some assumptions based on the fact that 99% of the top million sites don't come close to meeting it.
Thanks for clarifying. Fyi, I've been working this summer in a camp for children with disabilities. I also try to make all my websites accessible.
As for the 11ty site, I know @zachleat makes a big deal of getting perfect lighthouse scores, which includes a11y tests.
Also, I don't think a11y would apply to the 11ty software. As far as I know, the only html not provided by the user is the html rendered from markdown by markdown-it. So if there's anything wrong, it is likely an upstream issue.
Either way, I don't think I should be making the call here.
Thanks for the explanation @binyamin. I did notice the accessibility leaderboard was tied to Google Lighthouse. I thought that was a pretty innovative way to encourage that sites follow best practices. I don't know @zachleat but it's a nice start.
Google Lighthouse uses the axe accessibility engine for it's tests just like AccessibilityInsights.io and many others. It's a great open source tool that GatsbyJS had integrated into the command line.
Still these automated tools catch only about 1/3rd of the issues covered by WCAG 2.0 AA and they will never reach 100% coverage.
Building automated testing (like axe) into the build process might be helpful. More likely though it is just in making sure that your own documentation is accessible and that your examples are following best practices.
Could be a pretty simple issue.
Love this idea. I’ll work on it.
@mgifford I’m also very interested to know more about where our “site and software doesn't meet WCAG 2.0 AA”—can you elaborate? I’d love to fix where we’re failing
I don't know @zachleat I haven't had the time to investigate.
Gatsby integrates axe automated testing into the build process so it stands out as one interface that have gotten more accessible over time https://www.gatsbyjs.com/blog/2020-06-29-gatsby-most-accessible-webaim-million/
It could be just reviewing examples and documentation to see that you are following best practices.
Even just stating what you've done to meet basic due diligence on accessibility can be useful. Main site looks ok in the WAVE toolbar. Have you done more than that?
Oh oh, right on—I thought you had noticed a specific issue and just wanted more info if that was the case. Totally on board with this—I’m working on it as we speak.
Partly it's just a matter of saying "we care about this, we've put some thought into it, but if you find ways to make it more inclusive, please let us know. We're a community that wants to involve everyone!"
First draft is https://github.com/11ty/11ty-website/commit/41b1dce9def8912f0865169539fb1d7675b5a1d7#diff-9b50937d29d94fa150f09761d4bd7d48
Will deploy it up soon—open to changes!
Most helpful comment
First draft is https://github.com/11ty/11ty-website/commit/41b1dce9def8912f0865169539fb1d7675b5a1d7#diff-9b50937d29d94fa150f09761d4bd7d48
Will deploy it up soon—open to changes!