From b10ed61ccd67dfa8070db23ad117990c3039e0e7 Mon Sep 17 00:00:00 2001 From: Jonathan Garbee Date: Mon, 8 Jun 2015 14:13:07 -0400 Subject: [PATCH 1/2] Updated browser support for dropping IE8 in any official capacity other than best effort. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96f729c0e..72b2003b3 100644 --- a/README.md +++ b/README.md @@ -120,9 +120,9 @@ styles are kept in a separate CSS file. Use `gulp serve` to take a look at the t ## Browser Support -| IE8 | IE9 | IE10 | Chrome | Opera | Firefox | Safari | Chrome (Android) | Mobile Safari | +| IE9 | IE10 | IE11 | Chrome | Opera | Firefox | Safari | Chrome (Android) | Mobile Safari | |-----|-----|------|--------|-------|---------|--------|------------------|---------------| -| B | B | A | A | A | A | A | A | A | +| B | A | A | A | A | A | A | A | A | A-grade browsers are fully supported. B-grade browsers will gracefully degrade to our CSS-only experience. From 6f3f7b3c3c0632ba43ce5aca8c08ac51c96a7570 Mon Sep 17 00:00:00 2001 From: Jonathan Garbee Date: Thu, 11 Jun 2015 12:23:02 -0400 Subject: [PATCH 2/2] Move browser support up. Note on templates and IE9 support. --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 72b2003b3..5028a8f28 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,14 @@ Within the download you'll find the following directories and files. | templates | Example templates | | test | Project test files. | +## Browser Support + +| IE9 | IE10 | IE11 | Chrome | Opera | Firefox | Safari | Chrome (Android) | Mobile Safari | +|-----|-----|------|--------|-------|---------|--------|------------------|---------------| +| B | A | A | A | A | A | A | A | A | + +A-grade browsers are fully supported. B-grade browsers will gracefully degrade to our CSS-only experience. + ## Getting Started ### Download @@ -118,13 +126,7 @@ styles are kept in a separate CSS file. Use `gulp serve` to take a look at the t * [Dashboard template](http://localhost:3000/templates/dashboard) * [Product template](http://localhost:3000/templates/product) -## Browser Support - -| IE9 | IE10 | IE11 | Chrome | Opera | Firefox | Safari | Chrome (Android) | Mobile Safari | -|-----|-----|------|--------|-------|---------|--------|------------------|---------------| -| B | A | A | A | A | A | A | A | A | - -A-grade browsers are fully supported. B-grade browsers will gracefully degrade to our CSS-only experience. +> Templates are not officially supported in IE9 and legacy browsers that do not pass the minimum-requirements defined in our [cutting-the-mustard test](https://github.com/google/material-design-lite/blob/master/src/mdlComponentHandler.js#L256-269). ## Versioning