paypal / AATT

Automated Accessibility Testing Tool
BSD 3-Clause "New" or "Revised" License
602 stars 106 forks source link

label:question when can we start testing w.r.t. WCAG2.1 using AATT #51

Closed vnamani closed 5 years ago

vnamani commented 5 years ago

After reading through the AATT ReadMe.md it looks like the tool supports just the WCAG2.0 and WCAG2.1 hasn't been mentioned in it. So, can I consider AATT doesn't support WCAG2.1. If so, is there any plan for upgrading the libraries?

Q2. I've tried out the AATT integration API and it returned success status. The API consumes just the HTML content for the source parameter and not CSS. my question is: isn't it supposed to validate both HTML and CSS in order to test with the WC guidelines?

Thank you

mpnkhan commented 5 years ago

For Q2, It doesn't evaluate CSS as a separate entity. But will try to render the page using that css in a phantom browser and returns the result.

vnamani commented 5 years ago

Thank you for the quick response @mpnkhan, We are getting started using this tool but the requirement was basically to test with WCAG2.1 rules, which is what kind of unknown element us currently.