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

rowgroups and their labelling are not perceptible #864

Open
JAWS-test opened this issue Aug 27, 2024 · 0 comments
Open

rowgroups and their labelling are not perceptible #864

JAWS-test opened this issue Aug 27, 2024 · 0 comments

Comments

@JAWS-test
Copy link

JAWS-test commented Aug 27, 2024

Summary

Example:

  1. Go to https://codepen.io/jaws-test/pen/BagVVpN
  2. Read table content with arrow key down
  3. Read table content with CTRL+SHIFT+arrow keys

Expected result

The two examples from WHATWG show the use of rowgroups and their labelling with th scope=rowgroup. I expect:

  • to hear the start and end of the groups
  • to hear the labelling of the groups when I enter the group (whether from above or below)

See: https://html.spec.whatwg.org/multipage/tables.html#header-and-data-cell-semantics

If the principal cell is anchored in a row group, then add all header cells that are row group headers and are anchored in the same row group with an x-coordinate less than or equal to principalx+principalwidth-1 and a y-coordinate less than or equal to principaly+principalheight-1 to header list.

If the principal cell is anchored in a column group, then add all header cells that are column group headers and are anchored in the same column group with an x-coordinate less than or equal to principalx+principalwidth-1 and a y-coordinate less than or equal to principaly+principalheight-1 to header list.

Actual result

Neither the groups nor their labelling is output by JAWS

It does not work with NVDA either.

If the groups are explicitly labelled (e.g. via aria-label), then I can hear the groups and their labels when reading with the arrow keys, but not when navigating in tables. There is already a ticket for this problem, which has unfortunately been closed

Additional Information

JAWS version and build number

JAWS 2023
JAWS 2024

Operating System and version

Windows 10

Browser and version:

current Chrome

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

1 participant