You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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.
hey, thanks for the great tool,
but do you plan to follow a specific accessibility standard? e.g. WCAG?, 508 etc?
The text was updated successfully, but these errors were encountered: