Re: Screen resolutions vs. web site legibility
Neal <neal413@yahoo. com> writes:[color=blue]
> On 28 Aug 2004 14:53:23 +0100, Chris Morris <c.i.morris@dur ham.ac.uk>
> wrote:[color=green]
> > That I don't know. But to object to font-size: 99% would seem
> > ridiculous. (It would be almost equally pointless to set it, true). So
> > there must be a safe region. Perhaps it's only +/- 5% each way,
> > perhaps it's +/- 10%, perhaps it's +/- 20%.[/color]
>
> Perhaps. And perhaps we make our lives much easier by setting it as
> the default and leaving it.[/color]
Actually I'd make my life much easier by setting it to 10pt, since
that tends to be what designers want and it'd keep them quiet (and
they're here and the users aren't) - but I don't want to do that for
the obvious reason.
[color=blue][color=green]
> > Hmm. I would say that the equivalences were:
> > Set colour without background <=> pt/px font size (very risky)
> > Set colour and background <=> % font size other than 100% (less
> > risky [1])
> > Set no colour or background <=> 100% font size (never risky)
> >
> > [1] With the risk greater with some settings than others.[/color]
>
> Don't agree with your matchups. For one, if a user stylesheet changes
> your colors, it does not break the graphic layout as changing font
> size could. So setting colors and backgrounds would be equivalent to
> 100%.[/color]
color: shade-of-red;
background: shade-of-green;
Don't tell me that's not more harmful than font-size: 90%; - the worst
that can do is stop you reading what the text says - that combination
could make the text invisible for some people.
And if a design breaks (as opposed to changes) under UA font-size
changes at least as large as IE's scale provides for, then something's
wrong with the design.
If a user stylesheet sets div {position: static; float: none;} it will
break the design, far more than most font-size changes would. But that
doesn't mean that those should be used less than font-size.
I have a feeling I've misunderstood what you meant by that paragraph.
[color=blue]
> Let me ask you this: if you HAD to use 100% for all body text, really,
> what is lost? And what is gained as a result?[/color]
Nothing, in many senses. What is lost if you don't use colour and
background?
--
Chris
Neal <neal413@yahoo. com> writes:[color=blue]
> On 28 Aug 2004 14:53:23 +0100, Chris Morris <c.i.morris@dur ham.ac.uk>
> wrote:[color=green]
> > That I don't know. But to object to font-size: 99% would seem
> > ridiculous. (It would be almost equally pointless to set it, true). So
> > there must be a safe region. Perhaps it's only +/- 5% each way,
> > perhaps it's +/- 10%, perhaps it's +/- 20%.[/color]
>
> Perhaps. And perhaps we make our lives much easier by setting it as
> the default and leaving it.[/color]
Actually I'd make my life much easier by setting it to 10pt, since
that tends to be what designers want and it'd keep them quiet (and
they're here and the users aren't) - but I don't want to do that for
the obvious reason.
[color=blue][color=green]
> > Hmm. I would say that the equivalences were:
> > Set colour without background <=> pt/px font size (very risky)
> > Set colour and background <=> % font size other than 100% (less
> > risky [1])
> > Set no colour or background <=> 100% font size (never risky)
> >
> > [1] With the risk greater with some settings than others.[/color]
>
> Don't agree with your matchups. For one, if a user stylesheet changes
> your colors, it does not break the graphic layout as changing font
> size could. So setting colors and backgrounds would be equivalent to
> 100%.[/color]
color: shade-of-red;
background: shade-of-green;
Don't tell me that's not more harmful than font-size: 90%; - the worst
that can do is stop you reading what the text says - that combination
could make the text invisible for some people.
And if a design breaks (as opposed to changes) under UA font-size
changes at least as large as IE's scale provides for, then something's
wrong with the design.
If a user stylesheet sets div {position: static; float: none;} it will
break the design, far more than most font-size changes would. But that
doesn't mean that those should be used less than font-size.
I have a feeling I've misunderstood what you meant by that paragraph.
[color=blue]
> Let me ask you this: if you HAD to use 100% for all body text, really,
> what is lost? And what is gained as a result?[/color]
Nothing, in many senses. What is lost if you don't use colour and
background?
--
Chris
Comment