This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree 5 files changed +16
-7
lines changed
5 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 20
20
< li > < a href ="/platform/pointer-events.html "> Pointer Events</ a > </ li >
21
21
< li class ="divider "> </ li >
22
22
< li class ="nav-header "> More information</ li >
23
- < li > < a href ="/tooling-strategy.html "> Tools & Testing</ a > </ li >
23
+ < li > < a href ="/tooling-strategy.html "> Tools & Testing</ a > </ li >
24
+ < li > < a href ="/compatibility.html "> Browser Compatibility</ a > </ li >
24
25
< li > < a href ="/changelog.html "> Changelog</ a > </ li >
25
26
</ ul >
26
27
</ div >
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : default
3
+ title : Browser Compatibility
4
+ ---
5
+
6
+ {{site.project_title}} and its polyfills are intended to work in the _ latest
7
+ version_ of "evergreen" browsers. The support matrix for each polyfill and their
8
+ native browser implementation is below.
9
+
10
+ <iframe src =" https://docs.google.com/a/chromium.org/spreadsheet/pub?key=0Anye-JMjUkZZdDdoblh6dTlwcWRLQkhKbTVzdHJtcXc&single=true&gid=2&output=html&range=A1:Q43 " seamless style =" width :100% ;height :830px ;" ></iframe >
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ code, pre {
25
25
-o-user-select : none;
26
26
user-select : none;
27
27
}
28
+ iframe [seamless ] {
29
+ border : none;
30
+ }
28
31
figcaption {
29
32
text-align : center;
30
33
font-style : italic;
Original file line number Diff line number Diff line change @@ -3,11 +3,6 @@ layout: default
3
3
title : Getting the Code
4
4
---
5
5
6
- <p class =" alert " >
7
- <strong >Browser requirements</strong >: {{site.project_title}} will eventually support all major "evergreen"
8
- (auto-updating) browsers, it currently requires a WebKit-based browser such as Chrome or Safari.
9
- </p >
10
-
11
6
## Bring on the code!
12
7
13
8
You can recursively clone and initialize all of its submodules with a single git command.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ subtitle: polyfill
5
5
6
6
feature :
7
7
spec : https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html
8
- status : <span class="label label-warning">in progress </span>
8
+ status : <span class="label label-success">functional </span>
9
9
code : https://github.com/toolkitchen/ShadowDOM
10
10
summary : " Shadow DOM is designed to provide encapsulation by hiding DOM subtrees under shadow
11
11
roots. It provides a method of establishing and maintaining functional boundaries
You can’t perform that action at this time.
0 commit comments