rowanwins / leaflet-easyPrint

A leaflet plugin which adds an icon to print the map - Demo @ http://rowanwins.github.io/leaflet-easyPrint/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[accessibility] Keyboard operable controls

Malvoz opened this issue · comments

For keyboard accessible controls:

  • The controls (print control and those in easyPrintHolder) can be made focusable using either href="#" or tabindex="0" (or otherwise use <button> instead of <a>)
  • The controls should activate on Enter and Space press

Resources that you may find helpful: