Closed (fixed)
Project:
Zen
Version:
7.x-5.x-dev
Component:
IE problems
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2012 at 13:34 UTC
Updated:
13 Aug 2013 at 10:01 UTC
The change for removing conditional_styles with version 5 is great. And use the guide lines from http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-ne....
But now there is no way for IE9 specific code or the more general IE solution. We hade a problem with a background position problem in all IE version. We had to use the conditional_styles but it would be great if there was a ie9 class to html. And not just lt-ie9.
Comments
Comment #1
td540 commentedCouldn't you just add that class by overriding
html.tpl.php?Comment #2
kristofferwiklund commentedIs this okay:
I don't like the redudant HTML5 tag. But I can not find any better solution.
Comment #3
johnalbinYou don't need to include the xmlns stuff since they are inside HTML comments that won't be read by a RDF consumer.
I don't think a ie9 specific class is needed in the general sense. Since it is an edge case and really easy to implement on a case-by-case needed, I'm not going to add it to Zen.