XHTML validation

peterx - February 25, 2009 - 11:48
Project:Millwood
Version:6.x-1.x-dev
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

The theme shows a couple of minor errors when validating the page http://d-theme.com/millwood. With a few minor changes, it would receive all sorts of validation stamps of approval.

The following line has white space at the end of the class attribute, which is illegal in the official XHTML schema.
<div id="navigation" class="menu withprimary withsecondary ">

The following break needs the training slash.
<br>

The following heading is not nested properly, a WAI AA level problem.
<h3 class="title">User login</h3>

#1

peterx - February 25, 2009 - 11:50

The CSS validation listed the following errors for both CSS 2.1 and CSS 3.

URI : http://d-theme.com/sites/all/themes/millwood/style.css?3
114 #header, #content, #sidebar-left, #sidebar-right, #footer Property word-wrap doesn't exist : break-word
URI : http://d-theme.com/sites/all/themes/millwood/css/layout-fixed.css?3
123 #footer .block Value Error : font too few values for the property font : normal
URI : http://d-theme.com/sites/all/themes/millwood/css/main.css?3
31 .node-teaser Property word-wrap doesn't exist : break-word
32 .node-teaser Property -moz-border-radius doesn't exist : 10px
33 .node-teaser Property -webkit-border-radius doesn't exist : 10px
211 table Property margin_right doesn't exist : auto

 
 

Drupal is a registered trademark of Dries Buytaert.