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

Accessibility standard #43

Open
ashutosh-kendurkar opened this issue Dec 9, 2020 · 2 comments
Open

Accessibility standard #43

ashutosh-kendurkar opened this issue Dec 9, 2020 · 2 comments

Comments

@ashutosh-kendurkar
Copy link

hey, thanks for the great tool,

but do you plan to follow a specific accessibility standard? e.g. WCAG?, 508 etc?

@mvdschee
Copy link
Owner

mvdschee commented Dec 9, 2020

@ashutosh-kendurkar I have implemented some rules of WCAG but I'm mostly limited by HTML context and filtering through those to find error's.

I'm really busy at the moment and hardly have time to do anything but some bug fixes to keep it up and running.

My plan was originally to make it easy for rules to be added in the tool by just adding some new rules in a JSON but I quickly run in to limitations to make it scalable. So I'm kind of stuck with keeping the main version running and adding new features.

The plan is now to rebuild it from the ground up with an other engine which can possibly give me a DOM tree as an output, this would make adding those rules more easier and I would add more WCAG rules :) but for now that's has to wait until I have time for it.

@ashutosh-kendurkar
Copy link
Author

thanks @mvdschee for the reply, I too was trying to develop one myself but major issue is with dynamically generated HTML content or script injected html which makes it difficult to do the static code analysis.

but would love to contribute to your initiative, all the best to you.

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

No branches or pull requests

2 participants