Closed (won't fix)
Project:
Addari
Version:
6.x-6.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2009 at 18:48 UTC
Updated:
28 Jan 2010 at 16:29 UTC
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
Comment #1
peterx commentedValidating 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 ">Comment #2
sakib000 commentedIf you use multiple search boxes etc. you will notice this error. Its a Drupal issue.