Prevent a11y Errors Through Post Locking #288
Replies: 2 comments 4 replies
-
Hi there @troychaplin. Thank you so much for your topic idea. I love the part where content creators can be educated about a11y issue they might cause and restrict publishing until those issues are resolved. It would be helpful to get a better idea about the post, if you could list the a11y problems your code examples would check for and what third-party tools you might use, if at all. On the developer blog we have a rather restrictive external link policy we might bump against it, so more details would be beneficial also in that regard. |
Beta Was this translation helpful? Give feedback.
-
Closed upon request from OP. |
Beta Was this translation helpful? Give feedback.
-
Making sure templates meet accessibility requirements is a great start, but not enough. We put a lot of trust and faith in content creators to ensure they are publishing accessible content, but what guidance do they have once a shiny new site is handed over to them? But what to do for users who are generally unaware of the do's and don'ts of accessibility? Working in a university environment and having to meet WCAG requirement this question goes through my head a lot during the week.
In this post I will provide an overview, complete with fully functioning code examples, of an idea on how to preventing publishing when a user is about to unknowingly publish inaccessible content and what we can do as developers to provide content creators more information around accessibility issue right there in the editor.
Beta Was this translation helpful? Give feedback.
All reactions