I use response.js to get IE8 and below to recognize my media requests. This worked very well for a long time, but now IE8 seems to be self-closing with any HTML5 tags. Wether response.js is called or not.
So, I get things like:
<article class="foo"/> ... </article/>
I am testing using F12 tools in IE10.
source share