Hacker News new | ask | show | jobs
by oqkf 1943 days ago
Ok, it shows a tooltip.

The `title` attribute should specifically not be used here; ARIA labels should. The title attribute is implemented differently across browsers and assistive technologies [1] and is supposed to be a title, not a duplicate of the content of the element.

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_att...