filamentgroup / tablesaw

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

Accessibility issue with jaws (header and text read in one word instead of two) #347

Closed stevenbriscoeca closed 5 years ago

stevenbriscoeca commented 6 years ago

Hello,

I am navigating with jaws and IE11 on this example when it's stacked : http://filamentgroup.github.io/tablesaw/demo/stackonly.html

For exemple, when I navigate to the year 2009 it will read year2009 like so all together.

The html that table saw renders is this : <td><b class=" tablesaw-cell-label">Year</b><span class="tablesaw-cell-content">2009</span></td>

I think you would need a space between the <b> tag and the <span> tag.

Thanks!

zachleat commented 5 years ago

Thank you for filing this! The fix will be included with upcoming version v3.1.0.