microsoft / accessibility-insights-web

Accessibility Insights for Web
https://accessibilityinsights.io
MIT License
837 stars 150 forks source link

Bring Parsing in spec with the release of WCAG 2.2 #7400

Open jeremyZX opened 3 months ago

jeremyZX commented 3 months ago

Is your feature request related to a problem? Please describe.

WCAG 2.2 removes the success criterion 4.1.1 Parsing (Level A). In addition, with the release of WCAG 2.2, Parsing is deprecated in WCAG 2.0 and 2.1, and the criterion is updated in those versions to always be considered satisfied by any content using HTML or XML.

The Accessibility Insights extension reflects this update with a small "Deprecated for WCAG 2.2" notice, which is not completely accurate, and the test does not reflect current WCAG guidance.

Describe the desired outcome

Remove the Parsing test from the guided Assessment.

Describe alternatives you've considered

Update the Parsing test automatically pass if the detected content is XML or HTML, and describe how to test for non-XML/non-HTML content.

microsoft-github-policy-service[bot] commented 2 months ago

This issue requires additional investigation by the Accessibility Insights team. When the issue is ready to be triaged again, we will update the issue with the investigation result and add "status: ready for triage". Thank you for contributing to Accessibility Insights!