|
|
|
|
|
by ec429
5204 days ago
|
|
Well, I'm a bit autistic myself, so it's no surprise. But in fact I do care about typography (in particular, I obsessed over bad kerning /before/ xkcd mentioned it); I just think that typography /is not the job/ of the creator of the page. Essentially everything we know about typesetting running text has been successfully automated for years (heck, TeX could automagically typeset mathematical copy 34 /years/ ago), so _push that decision as close to the user as possible_. It's very much a UNIXy attitude, and ties in to ideas like "mechanism, not policy". If stylistic fashion changes, much simpler for the browsers to update their presentation mechanisms than for every website to redesign their CSS. Policy should be pushed as close to the user as possible - but the flipside is that the user shouldn't have to decide anything you can reliably deduce automatically; applying this with the web designer considered as the user of HTML, CSS etc is left as an exercise for the reader. |
|