Hacker News new | ask | show | jobs
by creer 737 days ago
Fair and useful. But then how well do tooltips print? Is the printed version complete? If the tooltip is just the citation or footnote, then the printout is complete.
2 comments

Screen and print formats can be defined via @media rules. There are also media features which can be specified or queried of a user agent.

<https://developer.mozilla.org/en-US/docs/Web/CSS/@media>

Depending on the accuracy of the client, this could well give differing behaviours for desktop, mobile, and print output. HTML is flexible, very few designers seem willing to embrace this.

Who cares how tooltips print? I happen to be a (millennial) academic. I cannot remember the last time I actually printed an article.
Saved the PDF? Either way, it's great that it works for you - and that's not quite yet everyone. So the author might care.