IE8 Self-Closing HTML5 Tags

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.

+4
source share
1 answer

Outdated Drupal module released. The version of the libraries that we launched is incompatible with the modernizr module.

0
source

All Articles