CSS validation at http://d-theme.com/austin shows the following errors at both levels 2.1 and 3.

URI : http://d-theme.com/sites/all/themes/austin/html-elements.css?n
441 Parse Error };
442 Parse Error }
470 em Parse Error em;
474 Parse Error : #666; } body#tinymce
480 Parse Error };
481 Parse Error }
URI : http://d-theme.com/sites/all/themes/austin/layout.css?n
218 Parse Error } /*.section-admin #content /* Logged into the admin; wider for tables */ { /*width: 100%;*/ }
448 #header, #content, #navbar, #sidebar-left, #sidebar-right, #footer, #closure-blocks Property word-wrap doesn't exist : break-word
URI : http://d-theme.com/sites/all/themes/austin/austin.css?n
353 .node-unpublished div.unpublished, .comment-unpublished div.unpublished Property word-wrap doesn't exist : break-word 

Total Validator detected the following error where the name and id attributes must have the same value. I think this is inherited from Zen because a lot of Zen themes have the error.
<a name="top" id="navigation-top">

Comments

peterx’s picture

One other note for long term reference. You have 27 style sheets. One browser, a version of IE, refuses to read more than 32 style sheets. If you or Zen or Drupal add style sheets, you could go over the edge.

caroltron’s picture

Assigned: Unassigned » caroltron
caroltron’s picture

Status: Active » Fixed

The non CSS3 validation errors have been fixed and committed: http://drupal.org/cvs?commit=384736. As for the # of style sheets, I did know that this breaks in IE. Turning on the CSS compressor will fix this issue (and should be used on any production site). If you are in development and need to test in IE, I use JohnAlbin's IE CSS Optimizer module to help out: http://drupal.org/project/ie_css_optimizer.

Status: Fixed » Closed (fixed)

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