Hi,
when validating (http://validator.w3.org) the theme it gives one error.

Line 192, Column 35: ID "edit-submit" already defined.

An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

By the way, great theme. :)

Comments

peterx’s picture

Validating Addari 6.x-1.3 at http://d-theme.com/addari gives 3 errors in the TV validator, which uses the official schema for XHTML.

When you use inline styles, you have to define the default style sheet language. The alternative is to replace the style attribute with a class.
<strong style="color: #30424e">
<br style="clear:both;" />

One of the rules in the W3C schema for XHTML says there should be no whitespace at the start or end of the class attribute.
<div class="typepage ">

sakib000’s picture

Status: Active » Closed (won't fix)

If you use multiple search boxes etc. you will notice this error. Its a Drupal issue.