A question on Modernizr
On page 83, you say that:
"Adding Modernizr fixes the HTML5 compatibility issues for older browsers while hardly causing any overhead".
As far as I know, two of the biggest problems with web development were:
1) old browsers still around did not support the new features (CSS 3, jQuery, etc.)
2) different browsers render the same aspx page in different ways.
You mean that Modernizr can solve these problems ?
You mean that we should upgrade old asp.net pages to HTML5 and add Modernizr to the site ?
Cheers
|