Eslint-plugin-jsx-a11y: Add ARIA attributes from ARIA 1.1?

Created on 24 Mar 2017  路  9Comments  路  Source: jsx-eslint/eslint-plugin-jsx-a11y

ARIA 1.1 is in Candidate Recommendation (https://www.w3.org/TR/wai-aria-1.1/). Would we be able to add support for the new attributes or is it still too soon?

Most helpful comment

The ARIA Working Group is currently focused on testing so that we can transition ARIA 1.1 to PR. Unfortunately, it turns out that writing and verifying testable statements is not the sort of work that results in hordes of eager volunteers. Who knew?? 馃槈

Jokes aside, we do not anticipate changes to the 1.1 spec, and I cannot fathom a condition which would cause it to be withdrawn. Authors are already using ARIA 1.1, user agents are already implementing it, and assistive technologies are already adding support for it.

HTH!

All 9 comments

Given that it's been in that state since October, has there been any movement on it? It'd be ideal to get someone from the W3C to weigh in on how likely it is that this spec will change or be withdrawn prior to full standardization.

if @Joanmarie has bandwidth she may be able to weigh in on that 馃

The ARIA Working Group is currently focused on testing so that we can transition ARIA 1.1 to PR. Unfortunately, it turns out that writing and verifying testable statements is not the sort of work that results in hordes of eager volunteers. Who knew?? 馃槈

Jokes aside, we do not anticipate changes to the 1.1 spec, and I cannot fathom a condition which would cause it to be withdrawn. Authors are already using ARIA 1.1, user agents are already implementing it, and assistive technologies are already adding support for it.

HTH!

@Joanmarie Thanks for confirming!

@backwardok sounds like we should support the new attributes ASAP, as long as it can be done in a backwards-compatible way (with devices that only support 1.0)

Oooh do we get this for free with @jessebeach's recent addition of aria-query?

Oooh do we get this for free with @jessebeach's recent addition of aria-query

Yes, 馃榿. The new properties, states and roles are already baked into aria-query

Oooh do we get this for free with @jessebeach's recent addition of aria-query?

@wyattdanger yes. If I'm missing anything, add it to this JSON in a PR and I'll rebuild the modules with the updated data: https://github.com/A11yance/aria-query/blob/master/scripts/roles.json

Since aria-query published Version 2.0.0 (see #412) it would be nice to switch so we can benefit from ARIA 1.1 with its changed combobox spec for example.

@rastersysteme agree. Please propose the PR and we'll get it in.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

almadsen picture almadsen  路  6Comments

pixieduhst picture pixieduhst  路  3Comments

zargold picture zargold  路  5Comments

mikehwagz picture mikehwagz  路  4Comments

Steve-O-Cassels picture Steve-O-Cassels  路  5Comments