Hacker News new | ask | show | jobs
by welpo 968 days ago
From the article:

> Now, when a person hovers their cursor over the page (or scrolls on mobile) it triggers body:hover which calls the URL for the post hit

1 comments

It doesn't do that though.

> The :hover pseudo-class is problematic on touchscreens. Depending on the browser, the :hover pseudo-class might never match

https://developer.mozilla.org/en-US/docs/Web/CSS/:hover

Don't take my word for it. Trying it in mobile emulators will have the same result.