font size smaller than default creates accessibility and usability difficulties

Bug #523189 reported by Kiri
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
Low
Curtis Hovey

Bug Description

When a font is displayed at a size smaller than the user's default font size, that creates a usability and accessibility problem. As point 3 of Canonical's philosophy states:

http://www.ubuntu.com/community/ubuntustory/philosophy
3. Every computer user should be given every opportunity to use software, even if they work under a disability.

However, this is even more widespread a problem than only affecting those who's eyesight is so poor that they count as disabled.

About my environment:
screen DPI according to GNOME: 120 (Bug #157398, Discussed in Bug #311614)
screen DPI according to X Windows: 96 (Bug #201032)
GNOME font size: 12point
Firefox 3.6 Font size: 20pixel

Relevant information about the CSS properties is at
http://www.w3.org/TR/2009/CR-CSS2-20090908/fonts.html#font-size-props

Note, that last i checked, some years ago, the Mozilla sizing of images in em units was incorrect. It made 1.2em be the full hight of what is actually 1em. The Wikipedia entry on em is illuminating.

Looking at
https://launchpad.net/+icing/rev8940/combo.css
There are some things which are going to make it difficult to ensure that all content sufficiently sized, such as:

.extra-discreet{font-size:75%}
.duplicate-details{font-size:90%}
font-size:smaller

The good thing about these is that they are relative sizes. It is possible, if sufficient care is taken, to write the web pages so that none of the content gets shrunk so that it is smaller than the user's default font size. If too many of these kind of size reductions are embedded in one another, the result will be a font which is too small.

It is probably easier to get it right by specifying all sizes in em units.
See also:
Chapter 4
The amazing em unit and other best practices
http://www.w3.org/WAI/GL/css2em.htm

Here is a good example from the same LaunchPad CSS file.
font-size:1.125em

Tags: css lp-web qa-ok

Related branches

Revision history for this message
Kiri (kiri) wrote :

A helpful way to identify fonts which are too small is to disable antialiasing for fonts smaller than default.

Revision history for this message
Curtis Hovey (sinzui) wrote :

This bug may be fixed when style.css is removed. The font-size cited here from from that file. The stylesheet is deprecated because it does not use YUI-compatiable font-sizes

affects: launchpad → launchpad-foundations
Gary Poster (gary)
Changed in launchpad-foundations:
status: New → Triaged
importance: Undecided → Low
tags: added: css
Jonathan Lange (jml)
affects: launchpad-foundations → launchpad-web
Revision history for this message
Curtis Hovey (sinzui) wrote :

This bug cannot be fixed until Launchpad abandons YUI-Font, or YUI-Font switches to em, px, or pt.

Launchpad uses YUI-Font to normaize font sizes across browser and OSes. It stipulates that all font sizes must be expressed in specific precentages to get the expected point size. This is difficult to use because browsers know that percentages are relative; nesting classes have surprising results.

The attached image shows that developers cannot specify the intended font size.

Launchpd pages are constructed from many html fragments. The fragments are intended to be usable in many places on a page and display the the same way. Launchpad cannot use percentages for font-size.

Revision history for this message
Curtis Hovey (sinzui) wrote :

I started a branch that sets the default em size to about 10px (based on the default 16pt font used by browsers). I then switched to ems using 1.2em as the default font. I can see a lot of madness in the pages. There is text that is too small. There are some odd changes in font size. I think the solution will be to reduce the number of locations that font-size is set to get a small set of sizes, between 5 and 7 sizes.

Changed in launchpad:
assignee: nobody → Curtis Hovey (sinzui)
status: Triaged → In Progress
Revision history for this message
Jonathan Lange (jml) wrote : Re: [Bug 523189] Re: font size smaller than default creates accessibility and usability difficulties

On Wed, Feb 16, 2011 at 2:48 PM, Curtis Hovey
<email address hidden> wrote:
> I think the solution will be to reduce the number of locations
> that font-size is set to get a small set of sizes, between 5 and 7
> sizes.
>

We should follow the sizes outlined on page 16 of
http://design.canonical.com/brand/D.%20Ubuntu%20Web%20Guidelines.pdf

Revision history for this message
Curtis Hovey (sinzui) wrote :

I certainly agree. I have tried updating the sizes twice. Last night a came close to succeeding. h1 and h2 in the Lp header break the layout; I need to think about whitespace between sections.

Revision history for this message
Kiri (kiri) wrote :

How do you file a bug against the Ubuntu Web Guidelines ?

Revision history for this message
Curtis Hovey (sinzui) wrote :
Revision history for this message
Launchpad QA Bot (lpqabot) wrote :
Changed in launchpad:
milestone: none → 11.03
tags: added: qa-needstesting
Changed in launchpad:
status: In Progress → Fix Committed
Curtis Hovey (sinzui)
tags: added: qa-ok
removed: qa-needstesting
William Grant (wgrant)
Changed in launchpad:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.