Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I've only come across one issue with Modernizr and Omega 3 where "HTML5 shiv" was checked when creating my custom Modernizr build. Somehow this conflicted with the HTML5 shiv built into Omega 3 because Modernizr did not insert any test results into my <html> tag much to my dismay.
My quick solution was to uncheck "HTML5 shiv" on a new Modernizr build and everything worked fine after that.
Can't tell you at this point if there's a better way to do it as this worked fine for me and I moved on when it started working.
Comments
Comment #1
marcoka commentedi guess you talk about http://www.modernizr.com/
look at the page on HOW to use it.
Comment #3
tmsimont commentedit might be easier for a non-developer to use this:
http://drupal.org/project/modernizr
rather than just going to modernizr's website and trying to figure out how to get it to work with Drupal...
Comment #4
iwuv commentedI've only come across one issue with Modernizr and Omega 3 where "HTML5 shiv" was checked when creating my custom Modernizr build. Somehow this conflicted with the HTML5 shiv built into Omega 3 because Modernizr did not insert any test results into my
<html>tag much to my dismay.My quick solution was to uncheck "HTML5 shiv" on a new Modernizr build and everything worked fine after that.
Can't tell you at this point if there's a better way to do it as this worked fine for me and I moved on when it started working.