RE: Rules evaluation and inspection tools from ARIA specs

Jon,

Is this effort coordinated with the W3C/NU HTML Validator<https://validator.w3.org/nu/> team?
AFIK, they already check ARIA based on their own ruleset.

Best,
Stefan

From: Gunderson, Jon R [mailto:jongund@illinois.edu]
Sent: Freitag, 10. November 2017 17:33
To: ARIA Working Group <public-aria@w3.org>
Subject: Rules evaluation and inspection tools from ARIA specs

One of the issues the group needs to discuss is how to enumerate automated rules for checking pages for correct aria implementation.

The testing work group is starting to collect rules for WCAG 2.0 evaluation and we should be contributing rules related to ARIA markup.

For example:
aria-coloindex must be an integer greater than 0
aria-colindex cannot be greater than aria-colcount, unless aria-colcount is unknown (e.g. value -1)

We also have a number of required properties and states for certain widgets and the requirement of an accessible name.

We should consider way to extract and enumerate these requirement from the spec for use as rules by evaluation engines.

Jon

Received on Friday, 10 November 2017 17:00:30 UTC