E-mail List Archives
Resize Text - rem with a px fallback
From: Alistair Duggin
Date: Jun 25, 2014 4:26AM
- Next message: Whitney Quesenbery: "Re: Section508 / E&IT Conferences"
- Previous message: tree mabry: "Are PDF forms accessible on Mac?"
- Next message in Thread: Jukka K. Korpela: "Re: Resize Text - rem with a px fallback"
- Previous message in Thread: None
- View all messages in this Thread
Hi,
Im working on a responsive website and to set the size of the fonts we are using rem with a fallback in px.
This means that all modern browsers (including IE 9 and above) are able to resize the fonts (to more than 200%). However, users of Internet explorer 6, 7 and 8 will not be able to resize the fonts.
Im wondering if text not being resizable in some legacy browsers would result in a WCAG 2 fail. Changing the fallback from px to em will involve a considerable amount of development time to fix due to the font size compounding issues with em - and will also result in a messy and harder to maintain codebase. Is using rem with a px fallback an acceptable/accessible implementation?
Heres an article with information about the approach we have taken:
http://snook.ca/archives/html_and_css/font-size-with-rem
This is the website I work on:
https://www.moneyadviceservice.org.uk/en?roptin=1
cheers,
Alistair Duggin
- Next message: Whitney Quesenbery: "Re: Section508 / E&IT Conferences"
- Previous message: tree mabry: "Are PDF forms accessible on Mac?"
- Next message in Thread: Jukka K. Korpela: "Re: Resize Text - rem with a px fallback"
- Previous message in Thread: None
- View all messages in this Thread