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).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | bootstrap-add-dir-and-other-1935260-1.patch | 1.45 KB | markhalliwell |
Comments
Comment #1
markhalliwellFixed 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.
Comment #2
markhalliwellIs this an acceptable solution for you? (and others, chime in)
Comment #3
kevinquillen commentedYes - that would correct the issue.
Comment #4
markhalliwellFixed in commit ac07b85.