FreedomScientific / standards-support

Contains documentation for Vispero software support of Web standards
https://freedomscientific.github.io/standards-support/
GNU General Public License v3.0
110 stars 12 forks source link

Fixed columns reading out of order #680

Open ThaMoreira opened 1 year ago

ThaMoreira commented 1 year ago

Summary

When using fixed columns on the first 3 rows on a table that contains 5 rows and using Jaws Screen reader to read the screen, jaws read first the column header of all 5 rows and then it read the content of the 2 remaining columns that are not fixed (row 4 and 5) and then it read the content of the 3 fixed columns (row 1,2, and 3), but my fixed columns are the 3 first columns so reading like this it seems that is out of order.

Expected result

Read the content of each row consecutively.

Actual result

Read all the content of row 4 and 5 (columns that are not fixed) and then read the content of row 1, 2 and 3.