Hacker News new | ask | show | jobs
by wait 5714 days ago
And that's a huge problem. The notion of a "pixel-perfect design" doesn't belong on the web. In the case you mention, you're sacrificing accessibility for control over what your users see. You're kind of telling your users that you know what they want better then they do. That they should be able to read the small type you put in front of them, even if their eyes are bad.

CognitiveLens is right. Proportions matter.

(Note: when I say "you", I refer to the "one [who] wants a pixel-perfect layout" which may or not actually be you.)

1 comments

> The notion of a "pixel-perfect design" doesn't belong on the web.

So, if this is the case, then "px" units and raster graphics should not belong on the Web, too. But unfortunately, they do.

IMHO, the best approach would be to have two zoom modes. Some users prefer scaling text, but keeping images inact (so they won't see upscale ugliness), others prefer "screen magnifier"-like behavior. And none of those behaviors is wrong.