Ran into some CSS errors though:

all/themes/deco/style.css?f
23 table Value Error : font Parse Error [empty string]
33 pre, code Parse Error *font-size:100%;
34 pre, code Parse error - Unrecognized }
330 fieldset legend Lexical error at line 329, column 40. Encountered: "`" (96), after : "" ` display: block;
331 margin-left Parse Error margin-left:1em;
332 font-size Parse Error font-size: 1.1em;
333 font-weight Parse Error font-weight: bold;
334 color Parse Error color: #444;
335 background Parse Error background: none;
336 background Parse error - Unrecognized }
491 #header h1 Property text-shadow doesn't exist in CSS level 2.1 but exists in [css2, css3] : #0d0d0d 0 1px 3px
1573 td.menu-disabled Property opacity doesn't exist in CSS level 2.1 but exists in [css3] : 0.5

Comments

mgifford’s picture

http://wave.webaim.org/ - also, ran into one accessibility issue using this tool.

Still, a neat looking theme though.

mgifford’s picture

Issue tags: +Accessibility

adding accessibility tag

sillygwailo’s picture

Title: Yea - XHTML 1.0 Strict » CSS validation
c31ck’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Priority: Normal » Minor
Status: Active » Fixed

Fixed. Style.css now passes CSS3 validation in 6.x-1.x-dev and 7.x-1.x-dev.

mgifford’s picture

Great, did you run the D7 version through http://wave.webaim.org

Bit of a tangent from the original issue but related to why I originally posted this when I did the evaluation ages ago.

Status: Fixed » Closed (fixed)
Issue tags: -Accessibility

Automatically closed -- issue fixed for 2 weeks with no activity.