Look at incorporating ATAG 2.0 #168426
Replies: 1 comment
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
General
GitHub Feature Area
Discussions
Body
This could happen in a number of places, but no reason not to start in anything where there is an WYSIWYG like interface.
Authoring Tool Accessibility Guidelines (ATAG) 2.0 is:
https://www.w3.org/WAI/standards-guidelines/atag/
Best example of this I know of is:
https://github.com/a11yfirst/
There is a demo here:
https://a11yfirst.gitlab.io/custom/a11yfirst.html
But there are a few things that can be done here.
Check heading orders.
An author should be flagged if headings are skipped:
H2
H4
They should get a "Where is the H3?" message, perhaps even "Want me to make that H4 an H3?"
Headings should go down:
H1
H2
H3
But probably a page shouldn't start with an H3.
There are rules that could ould implement.
Same thing with Alt text. Why just make the alt text the filename here? It's a bad example. My file was named Editor.png and new the alt text is "Editor". That's easy but a bad practice.
Why not prompt the user to give you an alt text. Or better yet, use some AI to describe the image and then show it to the author to validate.
That is how Drupal CMS does it https://www.drupal.org/project/ai_image_alt_text
Beta Was this translation helpful? Give feedback.
All reactions