Hi,
Since updating to Windows 8.1 and Explorer 11, the developer tools just ignores html-conditionals.
<!--[if IE 8]>
<html class="ie ie8" lang="sv-SE">
<![endif]-->
Works fine in a "proper" ie8 browser and other emulating services like say, browserstack. But since the new update it doenst work properly.
Asked this in another forum here and got directed here instead. He also provided me with the answer that IE10 and onwards ignores conditionals.
How do I get conditionals to work in IE11 developer tool? Kind of pointless to emulate IE8 if it ignores conditionals, when the real thing reads it..
Have someone got this working?