Legacy Browsers: Supporting IE7/8 with Responsive Web Design
How do we support legacy browsers with responsive web design? Tom Maslen from BBC News introduces the problem for the panel discussion "Legacy Browsers" from Edgeconf NY 2013 http://edgeconf.com/2013-nyc/
40% 30% 20% 10% 0% iOS APP SUPPORT WEBSITE SUPPORT 100% 90% 80% 70% 60% 50% 40% 30% 20% 10% 0% 7 8 9 6 NATIVE APP SUPPORT IS BINARY WEB BROWSER SUPPORT IS UBIQUITOUS IF DONE RIGHT
( 'querySelector' in document && 'localStorage' in window && 'addEventListener' in window ) { // load all the things JAVASCRIPT } else if ( /MSIE (7|8)/.test(navigator.userAgent) ) { // load some of the things }