Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 5587bfb

Browse files
committed
Compatibility matrix
1 parent f146154 commit 5587bfb

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

_includes/left-nav.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
<li><a href="/platform/pointer-events.html">Pointer Events</a></li>
2121
<li class="divider"></li>
2222
<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 &amp; Testing</a></li>
24+
<li><a href="/compatibility.html">Browser Compatibility</a></li>
2425
<li><a href="/changelog.html">Changelog</a></li>
2526
</ul>
2627
</div>

compatibility.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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>

css/site.css

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ code, pre {
2525
-o-user-select: none;
2626
user-select: none;
2727
}
28+
iframe[seamless] {
29+
border: none;
30+
}
2831
figcaption {
2932
text-align: center;
3033
font-style: italic;

getting-the-code.md

-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ layout: default
33
title: Getting the Code
44
---
55

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-
116
## Bring on the code!
127

138
You can recursively clone and initialize all of its submodules with a single git command.

platform/shadow-dom.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subtitle: polyfill
55

66
feature:
77
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>
99
code: https://github.com/toolkitchen/ShadowDOM
1010
summary: "Shadow DOM is designed to provide encapsulation by hiding DOM subtrees under shadow
1111
roots. It provides a method of establishing and maintaining functional boundaries

0 commit comments

Comments
 (0)