Genesis SUBTHEME
Genesis SUBTHEME is a fixed width theme supplied with Genesis to use as the base of new themes. You copy Genesis SUBTHEME then modify the copy to make your theme.
The W3C XHTML validator passes this theme but Total Validator, working from the official W3C schema for XHTML 1.0 Strict, highlights a problem. The schema says there should not be space at the start or end of an attribute value.
<a href="genesis" title="Download Genesis to get Genesis SUBTHEME ">Genesis</a>
There is a WCAG AA level problem because the following heading is improperly nested.
<h2 class="block-title">User login</h2>
Validation of this theme as CSS 3 produces the following error.
URI : http://d-theme.com/sites/all/themes/genesis/genesis/css/base.css?n
164 ul.secondary li Value Error : list-style 0 is not a list-style-position value : 0
Supporting older browsers? Validation of this theme as CSS 2.1 produces the following errors.
URI : http://d-theme.com/sites/all/themes/genesis/genesis/css/base.css?n
85 Unknown pseudo-element or pseudo-class :last-child
85 Unknown pseudo-element or pseudo-class :last-child
164 ul.secondary li Value Error : list-style 0 is not a list-style-position value : 0
The less precise Cynthia Says passes this theme as US 508 and WAI compliant as far as a computer can check. Wave did not detect accessibility errors.
