![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Apparently our web editor ordered our new site to be "WAI adapted". However, simply by changing the font size in MS Internet Explorer for Windows our site completely falls apart. So we are looking at if the site actually is WAI adapted, which I interprete as conforming to WCAG 1.0 |
|
I've read the checklist and some of the spec's found on http://www.w3.org/WAI/intro/wcag.php but am uncertain on how to apply that to our site. What do you think? Site: http://www.forumsyd.se |

Change the font size in MSIE Windows to see what I mean... ![]() |
#3
| |||
| |||
|
|
FYI, using em units for font-size is the cause of this bizarre IE behavior. It's a pretty well-known bug. The fix is equally as well-known - use % instead of em for all font sizes (1em=100%), or - set font-size:100% on the body element, leaving the others as is It really is easier just to use % throughout, then you don't even have to think about it. |
#4
| |||
| |||
|
|
On Tuesday 27 September 2005 20.17 kchayka spoke unto the unsuspecting world: FYI, using em units for font-size is the cause of this bizarre IE behavior. It's a pretty well-known bug. The fix is equally as well-known - use % instead of em for all font sizes (1em=100%), or - set font-size:100% on the body element, leaving the others as is It really is easier just to use % throughout, then you don't even have to think about it. Hm, that might explain another problem in a site I'm working on. (The one in this post isn't mine). Anyway - what I'm still curious about is if the problems would breach the WAI conformity? Whatdoyouthink? |
#5
| |||
| |||
|
|
There's a checklist on the WAI pages where you can tick boxes against the guidelines. It's not really the best approach to getting good accessibility, but you should find a fair number of problems with this site just by systematically going through the Priority 1 and Priority 2 guidelines. |
#6
| |||
| |||
|
|
On Wednesday 28 September 2005 11.50 Chris Morris spoke unto the unsuspecting world: There's a checklist on the WAI pages where you can tick boxes against the guidelines. It's not really the best approach to getting good accessibility, but you should find a fair number of problems with this site just by systematically going through the Priority 1 and Priority 2 guidelines. Yes, I know - that was what I was unsure of. Prio 1 must be met, and at least one point is questionable... |
![]() |
| Thread Tools | |
| Display Modes | |
| |