filamentgroup / tablesaw

A group of plugins for responsive tables.
MIT License
5.48k stars 434 forks source link

Table is not accessible by screen readers at mobile display size #385

Closed kbeck303 closed 2 years ago

kbeck303 commented 4 years ago

Problem:

Testing the stacked table on desktop sizes, the table info is announce as expected.

Screen Shot 2020-02-20 at 3 04 22 PM

On mobile sizes, the table says there is 1 column and 1 row, and you are un able to get to this information.

Screen Shot 2020-02-20 at 3 03 03 PM

Proposed solution:

Some of the display styles have already been changed from table elements to block elements, by updating the few remaining table display styles to display: block will allow the mobile content to read out loud as paragraph content, instead of a 1 row, 1 column table.

kbeck303 commented 4 years ago

PR: https://github.com/filamentgroup/tablesaw/pull/386