The document discusses using Modernizr to provide progressive enhancement for HTML5 and CSS3 features. It lists many new features in HTML5 and CSS3 like rounded corners, transformations, gradients, etc. It explains that Modernizr allows using tomorrow's technologies today through feature detection, and will apply native implementations if supported or fallback options if not. It positions Modernizr as a way to get coverage for all the new HTML5 and CSS3 features, in an open source library that can be forked on GitHub.