futurepress / epubjs-reader

Epub.js Reader
MIT License
449 stars 131 forks source link

Accessibility - can't click on "Reflow text when sidebars are open" #38

Open edent opened 4 years ago

edent commented 4 years ago

I can't click on the text "Reflow text when sidebars are open." I have to try and hit the tiny checkbox. click

This is caused by: https://github.com/futurepress/epubjs-reader/blob/master/reader/index.html#L109

It should be:

<input type="checkbox" id="sidebarReflow" name="sidebarReflow">
<label for="sidebarReflow">Reflow text when sidebars are open.</label>

See: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label