chinchang / hint.css

A CSS only tooltip library for your lovely websites.
https://kushagra.dev/lab/hint/
MIT License
8.42k stars 701 forks source link

Added support for :focus #111

Closed PalleZingmark closed 8 years ago

PalleZingmark commented 8 years ago

Hints wasn't showing up when focused, which made them inaccessible by keyboard navigation. This fix will also make them show up on :focus, not only on _:hover.

chinchang commented 8 years ago

@PalleZingmark Thanks for contributing.

This feature was originally present in v1.x and was intentionally removed in 2.0 due to #63. If you could suggest some way to keep accessibility and still prevent that bug, that would be great.

chinchang commented 8 years ago

Still has issues as mentioned. Closing due to inactivity.