Hacker News new | ask | show | jobs
by Someone 676 days ago
> The difference between them and a simple hyperlink is that they can and often will provide some additional context,

  <a href=“Foo” title=“go to Foo” />
will give you additional context on hover (on systems that support that)
2 comments

> will give you additional context on hover (on systems that support that)

"hover" has no meaning on touch-based interfaces.

On my touch-based device a long-press seems to work the same as a hover.
You should see the title text if you long-press on the link, no?
On iOS it opens the link in an pop-in.
That sounds even better?
Good to use I guess, but you can't rely on that with the likes of smartphones and tablets.