edenspiekermann / a11y-toggle

A tiny script for accessible content toggles.
https://edenspiekermann.github.io/a11y-toggle/
MIT License
304 stars 21 forks source link

Information on browser support in README #28

Closed fvsch closed 8 years ago

fvsch commented 8 years ago

It would be good to have some info on supported browsers or — and maybe that is more relevant — unsupported browsers.

Given the use of DOMContentLoaded and addEventListener, I'm guessing IE8 is not supported. Has this been tried in IE9? Android browser 4.x?

KittyGiraudel commented 8 years ago

Indeed, I’ll add some info.

KittyGiraudel commented 8 years ago

Tested Android 4.1, Android 4.4 and Internet Explorer 9: works fine.

KittyGiraudel commented 8 years ago

Added info to README.md. Closing. :)

fvsch commented 8 years ago

Thanks for the tests and the doc update. :)