Closed (fixed)
Project:
Marinelli
Version:
6.x-2.92
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Mar 2009 at 23:21 UTC
Updated:
2 Apr 2009 at 06:00 UTC
Testing at http://d-theme.com/marinelli. The theme is US 508 compliant plus WCAG (WAI) compliant at levels A and AA. The theme fails WCAG AAA because the html element does not have the 'lang' or 'xml:lang' attribute to denote the primary language of the document.
<html xmlns="http://www.w3.org/1999/xhtml">
In page.tpl.php, replace the html line with the following line.
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language; ?>" xml:lang="<?php print $language->language; ?>" dir="<?php print $language->dir; ?>">
Comments
Comment #1
Lioz commentedfixed in 6x.2.92
thanks for your report!
Comment #2
peterx commentedTested 6.x-2.92 at http://d-theme.com/marinelli.