But has both xhtml & css issues. It is a nice looking theme though.

Comments

mgifford’s picture

just one accessibility issue listed here http://wave.webaim.org/

peterx’s picture

Lots of W3C XHTML 1.0 Strict errors at http://d-theme.com/terrafirma.

<html>
to
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language; ?>" xml:lang="<?php print $language->language; ?>">

Leave out the following empty lines and tell people to use the Meta tags module.
<meta name="keywords" content />
<meta name="description" content />

Take target="_blank" out of your link.

"Baruzh web design & programming" should be "Baruzh web design &amp; programming".

You have some unmatched divs.

mgifford’s picture

Issue tags: +Accessibility

adding accessibility tag