Use of absolute font sizes breaks WCAG 2.0
mgifford - October 9, 2009 - 17:46
| Project: | DHTML Menu |
| Version: | 6.x-3.5 |
| Component: | CSS code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
| Issue tags: | accessibility |
Description
Could we have something like this for the CSS:
.fake-leaf
{
font-size:0.7em;
font-style:italic;
}So that it doesn't break http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/C14
when validating for WCAG 2.0 through - http://www.tawdis.net
Thanks.

#1
Sure. I must not have paid much attention while writing that CSS...
#2
thanks!
#3
Here's a patch for HEAD.
#4
Committed to HEAD and DRUPAL-6--4. Will need a trivial port for 6.x-3.5.
#5
Patch for 6.x-3.x-dev.
#6
Fixed in 6.x-3.x as well. Thanks for your patience!
#7
Not too bad a response time at all. Glad it's fixed. When is the next stable release coming out?
#8
Automatically closed -- issue fixed for 2 weeks with no activity.