RDFa 1.1 requires namespaces to be serialized in a prefix attribute. patch forthcoming.

CommentFileSizeAuthor
#1 1674234_1_genesis_rdfa11.patch1.2 KBscor

Comments

scor’s picture

Status: Active » Needs review
StatusFileSize
new1.2 KB

this patch changes the way the namespace prefixes are declared in HTML. xmlns is not longer used, a new prefix attribute is used instead. @profile is also remove from html.tpl.php as this attribute is now deprecated.

mgifford’s picture

Ok, so this is a patch to apply to the base theme which will then be applied to the sub-theme or do we need to apply it to both? I'm asking mostly as I don't have a genesis_preprocess_html() function in my existing template.php file.

scor’s picture

This is a patch for the base theme only. Once it's been applied to the base theme, the sub theme will inherit the new functionality of this patch, provided you don't override html.tpl.php in your subtheme (which you shouldn't anyways).

Feel free to apply the patch to the base theme on your site until Jeff (maintainer of Genesis) commits it to the repo.