Modernizr - Detecting HTML5 and CSS3 support
by Paul Irish on Nov 20, 2009
- 4,273 views
Accessibility
Categories
Upload Details
Uploaded via SlideShare as Adobe PDF
Usage Rights
© All Rights Reserved
Statistics
- Likes
- 5
- Downloads
- 79
- Comments
- 3
- Embed Views
- Views on SlideShare
- 4,215
- Total Views
- 4,273
1–3 of 3 previous next Post a comment
js solutions for many of these, but in 95% of cases, the result with the native css approach has a better result - responsive, faster, less code.
transforms. transitions. @font-face
UGH.
the challenge is: how do you use these features across browsers, progressively enhancing where possible
UGH.
the challenge is: how do you use these features across browsers, progressively enhancing where possible
that’s how i ended up w/modernizr
allows you to start using html5+css3 coolness today, and have full control over what your html,css and js do in browsers that don’t have features
Which brings me to the most important part of this presentation:
sniffing is bad
all browsers. future-proof
sniffing is bad
all browsers. future-proof
js solutions for many of these, but in 95% of cases, the result with the native css approach has a better result - responsive, faster, less code.