The CSS validates at levels 2.1 and 3. The XHTML contains some errors. See the example at http://d-theme.com/smooth_blue. The page.tpl.php starts with the following line. The start PHP tag, &lt?php, needs at lease one space or return after the end of php to separate the tag from the following element. The end PHP tag, ?>, needs at least one space or return before the ? to separate the end tag from any preceding element..
<?php?>

Comments

replok’s picture

That's fixed in 2.2 version.

replok’s picture

Status: Active » Closed (fixed)
peterx’s picture

Version: 6.x-2.1 » 6.x-2.2
Status: Closed (fixed) » Active

Hello sfordela,
Thank you for the quick update. Here are three other errors that pop up now that the PHP error is fixed.

The XHTML contains a WCAG AA error in the following label element.

Associate <label> tags with form controls using the 'for' attribute:
<label>Are You a member?</label>
<form action="/smooth_blue?destination=node%2F349" accept-charset="UTF-8" method="post" id="user-login-form">

There is also a ul element within a span. A span should surround only text. Use a block level element, a div, around the block level ul.
<span class="taxonomy"><ul class="links inline">

The last validation error is a WCAG AA error. The menu contains a link to Drupal and the theme contains an identical link in the footer. Give the footer link a descriptive title attribute so it will never clash with similar links.
<p>Powered by<a href="http://drupal.org/">Drupal</a></p></em>

replok’s picture

Thanks for the info.
Will check that stuff till next release.

replok’s picture

Hi, peterx

Please provide the pages with ul inside span tags.

peterx’s picture

replok’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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