Modernizr 1.5 is a JavaScript library designed to detect native CSS3 and HTML5 features in web browsers, providing an object with feature support status. It adds classes to the HTML element to enable conditionally styled CSS based on browser capabilities. The library is dual-licensed under MIT and BSD licenses and was created by Faruk Ates with contributions from others.