-
-
Notifications
You must be signed in to change notification settings - Fork 557
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
Add the level of the rule directly on the item listed #1209
Comments
Thanks for opening your first Issue! Please make sure you've read our Code of Conduct and Contributing guidelines. |
Hey @aguscha333, I think this is a lovely idea! Some of the checklist items represent multiple WCAG success criterion, so this might get a little tricky. Do you think it'd be an average, or the highest applicable level? As for implementation, here's where the checklist content is stored. We could add a |
Hmm good question, I was not expecting them to relate to more than one level. I think if we are only showing one level I would show the lowest applicable level since it's the first level that people are going to try to cover so listing the highest one only could lead to the item being dismissed and left to do later. That being said, since there are only 3 levels I think that it could be possible to list them all like In case I want to contribute and add the change myself, I would need a bit of guidance in gathering the levels associated with each item in the checklist JSON. Each item has a I would add a property called |
I can take a crack at this, @ericwbailey or @aguscha333, if you want. |
This makes sense to me!
@resource11: Is this something you'd be comfortable helping out with?
Sounds like a perfectly reasonable starting point to me 🙂
That sounds like a good approach. I think a string should be sufficient for now, I don't anticipate needing an array for anything fancy down the line. |
I'm comfortable helping out with this one, @ericwbailey! |
Hey @resource11 did you get a chance to work on this? if not maybe I could try implementing it? |
Please review our Contributing guidelines:
https://a11yproject.com/contributing-guidelines/
Summary
I think it would be useful to be able to quickly see the level of accessibility (A, AA, or AAA) of every item on the accessibility checklist. Ideally, a webpage should be able to check them all off but it is also important to know what to prioritize to make the most impact sooner.
Expected result
Actual result
I would like to know if you think this is a good idea and how possible its implementation is as well. With some guidance, I'd be happy to take a crack at it.
The text was updated successfully, but these errors were encountered: