Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

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

Closed
stevenbriscoeca opened this issue Apr 30, 2018 · 1 comment
Labels
Milestone

Comments

@stevenbriscoeca
Copy link

stevenbriscoeca commented Apr 30, 2018

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 zachleat added this to the v3.1.0 milestone Dec 7, 2018
@zachleat
Copy link
Member

zachleat commented Dec 7, 2018

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

@zachleat zachleat added the bug label Dec 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants