CSS causing blank website with Modernizr
-
Using this plugin will cause websites to fail to render for users with Javascript turned off.
These two lines in usp.css
.hidden, .no-js { display: none; }
.js { display: block; }are particularly badly coded and far too generalised for the purposes of a plugin.
Modernizr users are traditionally informed to insert the class of no-js into the body tag.
This could have implications not only for usabilty but also SEO.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS causing blank website with Modernizr’ is closed to new replies.