Show HN: Hint.css v2.0 – Pure CSS tooltip library
kushagragour.in
Show HN: Hint.css v2.0 – Pure CSS tooltip library
1–10 of 64 posts
Re: Show HN: Hint.css v2.0 – Pure CSS tooltip library
#2Re: Show HN: Hint.css v2.0 – Pure CSS tooltip library
#3On one of the very first tooltips at the very top of the landing page (the download button), my Chrome v48.0.2564.97 browser renders a very thin gap between the triangle of the tooltip and the content rectangle. Not a great first impression...Is anyone else seeing this? I suspect it has something to do with pixel percentages.
Re: Show HN: Hint.css v2.0 – Pure CSS tooltip library
#4> "Works in all modern browsers."
It'd be really helpful if you listed which browsers it's been tested to work in.
Re: Show HN: Hint.css v2.0 – Pure CSS tooltip library
#5On one of the very first tooltips at the very top of the landing page (the download button), my Chrome v48.0.2564.97 browser renders a very thin gap between the triangle of the tooltip and the content rectangle. Not a great first impression...Is anyone else seeing this? I suspect it has something to do with pixel percentages.
Re: Show HN: Hint.css v2.0 – Pure CSS tooltip library
#6Re: Show HN: Hint.css v2.0 – Pure CSS tooltip library
#7This creates a pseudo ":after" element with content set to the value of the data-hint attribute. Smart!
Re: Show HN: Hint.css v2.0 – Pure CSS tooltip library
#8Edit: A quick test reveals these tooltips are not accessible at all.
Re: Show HN: Hint.css v2.0 – Pure CSS tooltip library
#9How accessible is this approach to screen reader users and people who rely on keyboard interaction alone? Edit: A quick test reveals these tooltips are not accessible at all.
Screen readers sometimes read out generated content. Léonie has more info: http://tink.uk/accessibility-support-for-css-generated-conte...
Re: Show HN: Hint.css v2.0 – Pure CSS tooltip library
#10Good work! > "Works in all modern browsers." It'd be really helpful if you listed which browsers it's been tested to work in.