Skip to Content
Test-Driven JavaScript Development
book

Test-Driven JavaScript Development

by Ravi Kumar Gupta
December 2015
Intermediate to advanced
240 pages
4h 57m
English
Packt Publishing
Content preview from Test-Driven JavaScript Development

Modernizr

Modernizr is an awesome JavaScript library for feature detection. It is great for detecting HTML5 and CSS3 features and is used widely. We are going to focus on Modernizr for feature detection in this chapter.

Downloading and setting up Modernizr

At the time of writing, Modernizr, Version 3, is the most stable version. Modernizr can be downloaded as two versions—development and production. Source code of Modernizr can be checked out from https://github.com/Modernizr/Modernizr at GitHub.

For the production version, Modernizr provides a custom build tool, which allows us to select only those features that we want to test. These features are divided into several sections such as CSS3, HTML5 features, and Modernizr methods and properties under ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Test-Driven JavaScript Development

Test-Driven JavaScript Development

Christian Johansen
Front-End Development Projects with Vue.js

Front-End Development Projects with Vue.js

Raymond Camden, Hugo Di Francesco, Clifford Gurney, Philip Kirkbride, Maya Shavin, Dániel Szabó

Publisher Resources

ISBN: 9781782174929Supplemental Content