typeface sizing results in small font diminishing usability

Bug #645929 reported by Kiri
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Low
Unassigned

Bug Description

The only way the WWW author has to know the what size of type is well readable by a user is the default size selected by the user. When a font is displayed at a size smaller than the user's default font size, that creates a usability and accessibility problem. This is more widespread a problem than only affecting those who's eyesight is so poor that they count as disabled.

Some things which make it difficult to ensure that all content sufficiently sized are things such as:

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

It is possible, if sufficient care is taken, to apply these rules so that none of the content gets shrunk so that it is smaller than the size of the user's default font. If these are applied to the user's default text size, the result will be a font which is too small. Easier is to not specify any size <100% or <1em or "smaller".

Curtis Hovey (sinzui)
Changed in launchpad-web:
status: New → Triaged
importance: Undecided → Low
Revision history for this message
Curtis Hovey (sinzui) wrote :

The class used in the this example should not be used. It is a vestige of the 2.0 style and that may mean that the base font of 1em; is not being used.

The font size must be one of the percentages supported by YUI and may but not ever be lower than 77% (10px if the user is using default os/browser sizes).

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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