Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add conditional comment for IE for gt IE 9 #13

Closed
chrisblakley opened this issue May 6, 2014 · 1 comment
Closed

Add conditional comment for IE for gt IE 9 #13

chrisblakley opened this issue May 6, 2014 · 1 comment
Assignees
Milestone

Comments

@chrisblakley
Copy link
Owner

Test to see if this line triggers for just IE or if other browsers are affected. Also does this trigger for just IE 10? or does IE 11 fall into this?

<!--[if gt IE 9 ]><html <?php language_attributes(); ?> class="no-js ie ie10 lte-ie10 lte-ie10 lt-ie11"><![endif]-->
@chrisblakley
Copy link
Owner Author

IE10 does not support conditional comments at all, so this line will not work. Targeting IE10 and IE11 isn't super important, so this is not a big deal.

@chrisblakley chrisblakley added this to the 1.0 Eagle milestone Jun 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant