Re: About font sizes
Darin McGrew wrote:
[color=blue]
> Does it really matter whether my default font size is 13px and your heading
> (with a font-size of 130%) is 17px, or my default font size is 16px and
> your heading is 22px?
>
> If so, then HTML+CSS is the wrong medium for your content.[/color]
If it does matter (and sometimes, legitimately, then it might matter)
HTML+CSS is still an appropriate medium. The CSS protocol allows the
_choice_ of sizing behaviour, it's the mis-use of CSS dimension units
that has caused the problem. If it doesn't matter, then use ems. If it
does matter then use pixels. Everyone is happy -- or at least they are
until some dezyner insists their presentation is more important than
usable access to their content.
....And of course, Firefox has broken the whole model, from the best of
pragmatic intentions.
Darin McGrew wrote:
[color=blue]
> Does it really matter whether my default font size is 13px and your heading
> (with a font-size of 130%) is 17px, or my default font size is 16px and
> your heading is 22px?
>
> If so, then HTML+CSS is the wrong medium for your content.[/color]
If it does matter (and sometimes, legitimately, then it might matter)
HTML+CSS is still an appropriate medium. The CSS protocol allows the
_choice_ of sizing behaviour, it's the mis-use of CSS dimension units
that has caused the problem. If it doesn't matter, then use ems. If it
does matter then use pixels. Everyone is happy -- or at least they are
until some dezyner insists their presentation is more important than
usable access to their content.
....And of course, Firefox has broken the whole model, from the best of
pragmatic intentions.
Comment