I have a boron sub-theme, which is awesome! But I'm have trouble with IE not getting it when ever an HTML5 tag is addressed in my css. For example: my css for #sidebar-second is ignored by IE.
Is my sub-theme just not accessing the HTML5 shim script included for full IE compatibility?
** UPDATE ** Tried to use HTML5 tools to provide the shim, but that didn't work because Boron uses a html.tpl template file. So I copied the html.tpl file to my sub-theme, and then added the shim script to that file.
Comments
Comment #1
tlattimore commentedThis has been added to 7.x-1.x head with a theme setting to turn it off if needed, for backwards compatibility.
Comment #2.0
(not verified) commentedfurther discoveries