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

Lioz’s picture

Assigned: Unassigned » Lioz
Status: Active » Fixed

fixed in 6x.2.92

thanks for your report!

peterx’s picture

Title: WCAG (WAI) levels A and AA. Could be AAA. » Is now WCAG (WAI) levels A, AA, and AAA.
Version: 6.x-2.91 » 6.x-2.92

Tested 6.x-2.92 at http://d-theme.com/marinelli.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.