This repository was archived by the owner on Sep 20, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,28 @@ Pre-built (concatenated & minified) versions of the polyfills are maintained in
2323` webcomponents-lite.js ` includes all polyfills except for shadow DOM.
2424
2525
26+ ## Browser Support
27+
28+ Our polyfills are intended to work in the latest versions of evergreen browsers. See below
29+ for our complete browser support matrix:
30+
31+ | | IE10 | IE11+ | Chrome* | Firefox* | Safari 7+* | Chrome Android* | Mobile Safari* |
32+ | ---| :---:| :---:| :---:| :---:| :---:| :---:|
33+ | __ Custom Elements__ | ~ | ✓ | ✓ | ✓ | ✓ | ✓| ✓
34+ | __ HTML Imports__ | ~ | ✓ | ✓ | ✓ | ✓| ✓| ✓
35+ | __ Shadow DOM__ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓
36+ | __ Templates__ | ✓ | ✓ | ✓ | ✓| ✓ | ✓ | ✓
37+
38+
39+ * Indicates the current version of the browser
40+
41+ ~ Indicates support may be flaky. If using Custom Elements or HTML Imports with Shadow DOM,
42+ you will get the non-flaky Mutation Observer polyfill that Shadow DOM includes.
43+
44+ The polyfills may work in older browsers, however require additional polyfills (such as classList)
45+ to be used. We cannot guarantee support for browsers outside of our compatibility matrix.
46+
47+
2648### Manually Building
2749
2850If you wish to build the polyfills yourself, you'll need ` node ` and ` gulp ` on your system:
You can’t perform that action at this time.
0 commit comments