Re: [php-gtk-webmaster] cvs: php-gtk-web / changelog.php download-docs.phpdownload.php faq.php index.php resources.php style.css /include layout.php
[email protected] (Scott Mattocks)
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <[email protected]> |
Steph Fox wrote: >> If you are going for standards compliance all of the font sizes should >> really be in em's not percentages. This allows for browsers and >> accessibility devices to change the size as needed by the user. > > That's actually not true. php.net font sizes are in percentages, are you > telling me you can't change the size in your browser? No I am not saying that you can't but if you try using a screen reader for a blind person or a screen magnifier and those applications may have trouble. em's are the recommended unit for font sizes: http://www.w3.org/TR/WCAG10-CSS-TECHS/#units Scott