I have HTML5Shiv / Modernizr (I tried as in the case) and normalize, which assigns display: block HTML5 elements such as section and article .
In IE8, display: block doesn't seem to be properly attached to HTML5 elements.
I made a test console log in JavaScript to make sure it was called, and also tried to remove some of the CSS in case the limit of choice was reached, and move / reorder CSS and JS around.
Any other gotchas?
source share