Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification on aria-sort="none" #1192

Open
zelliott opened this issue Oct 3, 2019 · 3 comments
Open

Clarification on aria-sort="none" #1192

zelliott opened this issue Oct 3, 2019 · 3 comments

Comments

@zelliott
Copy link

zelliott commented Oct 3, 2019

Looking for some clarification on the usage of aria-sort="none".

I have a data table with a number of columns. Some of the columns are sortable, some are not sortable. For the column that is sortable and being sorted on, I add aria-sort="[ascending|descending] appropriately.

For the columns that are sortable but not being sorted on, should I add aria-sort="none"? Or should I omit aria-sort altogether?

The Data Grid Example page (https://www.w3.org/TR/wai-aria-practices/examples/grid/dataGrids.html) seems to imply that aria-sort="none" should be added "when a column is sortable but not sorted."

On the other hand, the W3C spec (https://www.w3.org/WAI/PF/aria/states_and_properties) states that each data table should only apply aria-sort to a single header at any given point in time.

Moreover, no SR (as far as I can tell) announces anything differently if a cell has aria-sort="none" vs. omits aria-sort.

Looking for some clarificiation here... thanks.

@JAWS-test
Copy link

Related: w3c/aria#724 and w3c/aria#582

Good would be:

  • no aria-sort = column not sortable
  • aria-sort=none = column sortable, but not sorted
  • aria-sort=[other value] = column sorted
  • several aria-sort per table are possible
  • Hierarchy of sorting can also be specified (this is currently not possible).

@kolaps33
Copy link

kolaps33 commented Sep 3, 2021

@JAWS-test
please what is status of the workitem? is there plan to implement aria-sort?, like is described in the comment from Oct 3, 2019.

It would be great if JAWS could support it.

@JAWS-test
Copy link

@kolaps33 I am not from Freedom Scientific, I just work with JAWS on a daily basis. Therefore, I can't tell you when problems in JAWS will be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants