Older web users and text size

Older web users and text size
Roger Hudson has just published some research on older visitors and what they think of smaller text sizes and what do they do when they find it’s too small.

Here are some important parts, listen up web developers:
When asked what they did when text was too small:

  • I use the browser to make them bigger if I need to
  • If I have to read it, I will try getting closer to the screen or getting someone else to help. I have printed out pages that are important and then made them bigger with a photocopier.
  • I’d have a problem. I’d try another site, or maybe print the page out and see if that is better
  • You can use the zoom to make it bigger
  • Just use ctrl + to increase the size
  • Go to another site if I can’t read it
  • Tend to go past it. If critical you labour by getting closer to the screen
  • I wouldn’t know how to change the size

Some of these were somewhat web-savvy users who were comfortable using computers and the internet.
One participant quoted:

“It depends, with my iPad I zoom, but on the (work) computer I copy and paste the words into a document and then use Word to increase the size.”

It’s stated that less than half of the study participants knew how to enlarge the text (in their browsers), and they mostly missed text-enlarging widgets placed on some pages.

All good stuff to think about when your photoshopper-designer insists on those “professional-looking” 9px light grey letters on white backgrounds.

All good stuff to think about when your photoshopper-designer insists on those “professional-looking” 9px light grey letters on white backgrounds.

Haha so true.

Here is a color contrast checker that you can use. It looks like it’s for Canada’s accessibility requirements, but it should be still be universally useful.

That and 12 or 13px Verdana is the way to go in terms of a good combination of readability and space efficiency (if required). Even if the user has a high resolution monitor, 12-13px text is still very readable.

It should also be noted that larger text size doesn’t just apply to accessibility for older users - it also increases reading comprehension of younger users (as does ample line spacing).

That and 12 or 13px Verdana is the way to go in terms of a good combination of readability and space efficiency (if required).

If you don’t know my OS settings, my browser font default (which on my system, some browsers like Firefox will inherit from my Desktop Application settings while others such as Opera will not) or my resolution, you wouldn’t be safe with 12 or 13px, even with verdana (which isn’t default on Linux machines anyway).

Since setting a % font size on the body removes an IE resizing bug, I feel really safe doing this:

body {
font: 100% verdana, “lucida grande”, “dejavu sans”, sans-serif;
}
and can in the body text set line-height (otherwise you get whatever the browser-default is).

Jon’s colour checker is good. I use Gez Lemon’s Accessibility toolbar which has a Colour Contrast Analyser built in (and you can check for A, AA, and AAA compliance). If Canada follows WCAG then they may use the A-AAA rating system… but I dunno that they do.

As an official non-old-fart, I resize text regularly, but less so than before I increased my Desktop and Terminal sizes.

Theoretically fonts are supposed to be no less than 9px (it clearly states that in the CSS guidelines) and obviously a percentage value is only as good as the parent percentage. Many browser default fonts are approximated at 16px.

Many browser default fonts are approximated at 16px.

So far as I know, my Firefox is also defaulted to 16px. However because my Desktop font settings are higher, whatever FF thinks “16px” is, is much, much bigger than what, say, the Windows machine next to me thinks 16px is.

i overcome the small fonts that some d3sign3rz use by setting my screen to 800x600, which shows most of them large enough – still small and annoying, but large enough

and of course the site might then have a horizontal scroll… which is sometimes okay, as the text part is often in one column of a multi-column layout, and that one column fits within my screen

but if the text itself needs to be scrolled, i bail

While I do not want designers here to have this mindset. Rudy have you thought about getting Zoomtext or Supernova?

nope, never did, in fact i never heard of them

what i do works just fine :slight_smile:

it is a screen enlargement prog. May help esp since youre rolling in all that dough from the book

i don’t need my screen enlarged

(aside: how can software enlarge a screen, anyway??)

websites that don’t fit my screen aren’t going to get a repeat visit

(aside: how can software enlarge a screen, anyway??)

Usually a combination of zooming images (making them nasty and pixelated) and enlarging text, for a small part of the page. Once you go over like 32x, you get lost easily on poorly-structured pages. Why it sucks when someone does some AJAXy thing and the “result” appears way over in some other part of the page, instead of where you were when you activated the event.

i overcome the small fonts that some d3sign3rz use by setting my screen to 800x600, which shows most of them large enough – still small and annoying, but large enough

I remember Mike Cherim mentioning his daughter (with normal eyesight) did this on all her computers.
Doesn’t work on my computer because it’s too much wider-than-tall, so I just use Large Print settings.

Guess I’m not representing my age, I use Droid Sans at 13 px and not allowing websites to change my font or size. But I use reading glasses. This setting works surprisingly well over all.

If I zoom, I zoom text only. What makes me leave the site is rather to much a lack of contrast. I sometimes think of overriding the colours too.

Only test cases makes me change to default browser settings.

If I zoom, I zoom text only.

This is one of my biggers reasons I don’t use Opera by default for surfing.

Rudy: The software just acts similiarly to when you swap your resolution. The software redraws the screen.

Re Stomme: My rule of thumb is if you need 14x+ for daily use, i would push for jumping to a screen reader. If you are older, so a screen reader is too far outside the box, I recommend using another person to help. Yeah it sucks, but trying to read something with 4 inch characters is not too fun…

Ja but the free ones sound horrid (the ones who use espeak). A few crtl++s works pretty well for me. I have a ridiculously high resolution which makes all text pretty small.

Don’t think AT&T will give up on asking $100 a voice

[ot]Those fools can’t touch me over here!!

We have KPN : )[/ot]

Just comes down to something the WCAG has basically said for years.

PX fonts is for retards when it comes to CONTENT. It’s called %/EM, USE THEM – hell, even PT is superior (which is why PT was the metric of choice for forum software for DECADES, was the only one that gecko/Netscape paid any attention to on the system metric.).

As someone with semi-impaired vision, who cannot STAND running a display at it’s non-native resolution and who has used large fonts/120 dpi setting in windows since Win 3.0, people using PX on content areas – I don’t care if it’s 12, 14 or 16, just pisses me off… even with Opera’s vastly superior zoom (at least compared to EVERY other browser) most websites break so horribly (especially the fixed width design idiots) that I quite often fall squarely into the “screw this, I’m going to another site” group.

Enjoy your bounce rate.

unless your target viewers are seniors, i wouldnt worry about them. focus on the 90% of visitors.

Everybody grows old and 10% (1 in 10 people) is a high proportion of users and it is not just a case of older users that have these issues. As we have read further up on the page some of the members in their youth - with normal eyesight - are having issues with poorly designed websites and text.