Certain attributes are missing from the HTML tag, for example, the dir attribute. There are contrib modules out there that rely on the dir attribute value in its javascript actions, which break functionality if the tag is not there to provide a value (and if said modules do not default).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

markhalliwell’s picture

Status: Active » Needs review
FileSize
1.45 KB

Fixed the missing attributes in html tag. Moved the shiv script before other scripts so it gets loaded first. Added profile to head tag. Added invisible skip to main content back in for accessibility.

markhalliwell’s picture

Is this an acceptable solution for you? (and others, chime in)

kevinquillen’s picture

Yes - that would correct the issue.

markhalliwell’s picture

Status: Needs review » Fixed

Fixed in commit ac07b85.

Status: Fixed » Closed (fixed)

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