Y
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
hk__2
676 days ago
> will give you additional context on hover (on systems that support that)
"hover" has no meaning on touch-based interfaces.
link
c22
676 days ago
On my touch-based device a long-press seems to work the same as a hover.
link
majewsky
676 days ago
You should see the title text if you long-press on the link, no?
link
hk__2
676 days ago
On iOS it opens the link in an pop-in.
link
tempfile
676 days ago
That sounds even better?
link
atoav
676 days ago
Good to use I guess, but you can't rely on that with the likes of smartphones and tablets.
link
"hover" has no meaning on touch-based interfaces.