For #1361010: Utilize appcache and local storage for optimal offline site browsing I'm using manifest module to inject a Drupal-generated manifest file which is done in manifest_preprocess_html(). But in the denver2012 theme the html tag isn't altered.

CommentFileSizeAuthor
#2 dcdenver2012-html-attrs.patch1.04 KBcoltrane

Comments

coltrane’s picture

Here's what html5_tools does to allow manifest to work: http://drupal.org/node/1284646#comment-5026358 . Probably just need to print $html_attributes vars element as well.

coltrane’s picture

Status: Active » Needs review
StatusFileSize
new1.04 KB
sirkitree’s picture

Status: Needs review » Reviewed & tested by the community

Patch looks fine. I say go ahead and put it in. I don't see it causing any problems.

coltrane’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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