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

Allow posting html for auditing directly #146

Open
doug-wade opened this issue Aug 7, 2023 · 1 comment
Open

Allow posting html for auditing directly #146

doug-wade opened this issue Aug 7, 2023 · 1 comment

Comments

@doug-wade
Copy link

I would like to propose an alternative POST body that would be supported in addition to the current POST body.

{
    "name": "my-name",
    "html": "<div>foo</div>",
    "standard": "WCAG2AA"
}

My use case is that I would like to catch a11y issues before they go out, so I would like to write a plugin for the text editor we use on the site (https://www.tiny.cloud/) that posts the contents of the editor on blur, and displays any a11y issues detected as validation errors on the form. This will allow us to alert users of a11y issues when they are authoring their page, and not after it has been released in production.

@doug-wade
Copy link
Author

If we are interested in such a contribution, I will have time to work on it during our company hackathon next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants