Closed (won't fix)
Project:
Stark
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2009 at 01:53 UTC
Updated:
29 Apr 2009 at 12:19 UTC
Validation of this theme at http://d-theme.com/stark shows just one minor error where the XHTML does not match the schema for XHTML. There should not be any white space at the start or end of an attribute's value. This error is common to many themes and makes automated validation reject the theme.
<div id="navigation" class="menu withprimary withsecondary ">
Comments
Comment #1
johnalbinStark provides a window into Drupal 6’s default HTML. Start does not modify or provide any HTML of its own.
So the validation error you mention is due to Drupal core’s modules/system/page.tpl.php file.