question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add what ARIA module / version a feature is part of

See original GitHub issue

I was wondering if it would be possible to indicate what version of ARIA a role/prop is supported in. For instance, aria-grabbed and aria-dropeffect are deprecated in ARIA 1.1. Also there are of course things that got introduced in ARIA 1.1 that aren’t part of 1.0. It’d be helpful if that information was available in aria-query.

This may also help make this project more future proof. Right now neither the graphics module nor the DPUB module seem to be included, which is something that would be a nice addition.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jessebeachcommented, Jun 4, 2018

@WilcoFiers , Oh, yes, that would be good so folks can target the API level they want to support. I’m open to the change!

0reactions
eps1loncommented, Jul 6, 2020

The editor’s draft is based on the master branch and is at: w3c.github.io/aria

I can’t tell what branch your rawGitHack URL is referencing, but I wouldn’t use it.

The editor’s draft is really a draft, and there will be plenty that lands there that does not make it into the spec. We have a stable branch that is closer to a useful latest version. Before cherry-picking a feature into the stable branch from master, we make sure it is implementable. That means we have two browser implementations, browser tests in the ARIA test suite, and supporting guidance in the editor’s draft of authoring practices. No one should be using any ARIA feature in any product that doesn’t at least meet these requirements. Even then, it can be a bit of a gamble, depending on the feature.

I recommend chasing the stable branch: w3c/aria@stable

Here’s that branch in rawGitHack: raw.githack.com/w3c/aria/stable/index.html

@mcking65 https://github.com/A11yance/aria-query/pull/65#issuecomment-654328494

BTW, at this time, as we are approaching CR for 1.2, the stable branch is not getting updated with 1.3 features. Some of those 1.3 features are reasonably stable with 1 browser implementation and strong support voiced from other browsers. So, there could be an argument for following the master branch on github.io. I guess the decision depends on who this project is supporting. I would default to tracking the stable branch and provide a way to query the master branch for those who understand that is what they really want.

@mcking65 https://github.com/A11yance/aria-query/pull/65#issuecomment-654331294

Read more comments on GitHub >

github_iconTop Results From Across the Web

WAI-ARIA Graphics Module - W3C
This specification defines a module of WAI-ARIA for graphics, consisting of graphics-specific element roles. It impacts several audiences: User ...
Read more >
ARIA - Accessibility - MDN Web Docs - Mozilla
Accessible Rich Internet Applications (ARIA) is a set of roles and ... instead of re-purposing an element and adding an ARIA role, ...
Read more >
What the Heck is ARIA? A Beginner's Guide to ARIA ... - Lullabot
ARIA is a set of attributes you can add to HTML elements that define ways to make web content and applications accessible to...
Read more >
arcgis.features module | ArcGIS API for Python
The arcgis.features module contains types and functions for working with features and feature layers in the GIS . Entities located in space with...
Read more >
Jira Basics – Module 5: Versions & Components
Setting Up Versions ... First then lets navigate to the Project Settings area for our project. ... From here select your project ('ACME...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found