Posted by peterx on May 5, 2009 at 7:09pm
4 followers
| Project: | Alek 2.0 |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Validated the CSS at http://d-theme.com/alek_2_0. The CSS contains two errors.
W3C CSS Validator results for http://d-theme.com/alek_2_0 (CSS level 2.1)
Sorry! We found the following errors (2)
URI : http://d-theme.com/sites/all/themes/alek_2_0/style.css?k
499 #thumbBox Value Error : cursor hand is not a cursor value : hand
556 tr.odd td.active Value Error : background-color #e1ce1e1 is not a valid color 3 or 6 hexadecimals numbers #E1CE1E1
Comments
#1
There is also one inline style and the default style sheet language is not specified, creating a WCAG validation error. The best solution is to use a CSS class.
<div id="columns" style="width: 130%;">#2
#3
#4
The CSS validates at levels 2.1 and 3 on page http://d-theme.com/alek_2_0.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.