From ab103c68c21a4f3582d94ccd14c5debd87eef53b Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Sun, 14 Apr 2013 17:42:23 -0700 Subject: [PATCH 1/4] Fixes issue #35 --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 73084565eb..1cfd1a1d2e 100644 --- a/index.md +++ b/index.md @@ -41,5 +41,5 @@ Toolkit platform shims the HTML Imports Date: Sun, 14 Apr 2013 19:25:19 -0700 Subject: [PATCH 2/4] s/capitilization/capitalization --- samples/components/tk-binding-to-elements.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/components/tk-binding-to-elements.html b/samples/components/tk-binding-to-elements.html index 4ebbd27a67..64abff2133 100755 --- a/samples/components/tk-binding-to-elements.html +++ b/samples/components/tk-binding-to-elements.html @@ -17,7 +17,7 @@ owner: "Eric", nameChanged: function() { if (this.name) { - // ensure capitilization + // ensure capitalization this.name = this.name[0].toUpperCase() + this.name.slice(1); } } From 1cfdac46aeb7f8a258530ce4c97df66ccb244dc1 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Mon, 15 Apr 2013 09:15:40 -0700 Subject: [PATCH 3/4] typo --- platform/pointer-events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/pointer-events.md b/platform/pointer-events.md index 3a94913161..5b06b83441 100644 --- a/platform/pointer-events.md +++ b/platform/pointer-events.md @@ -1,6 +1,6 @@ --- layout: default -title: Abpout Pointer Events +title: About Pointer Events subtitle: polyfill feature: From 5587bfb722ff31fc589a4c36c635034d8827e748 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Mon, 15 Apr 2013 12:06:20 -0700 Subject: [PATCH 4/4] Compatibility matrix --- _includes/left-nav.html | 3 ++- compatibility.md | 10 ++++++++++ css/site.css | 3 +++ getting-the-code.md | 5 ----- platform/shadow-dom.md | 2 +- 5 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 compatibility.md diff --git a/_includes/left-nav.html b/_includes/left-nav.html index 657f52aaa3..d861925071 100644 --- a/_includes/left-nav.html +++ b/_includes/left-nav.html @@ -20,7 +20,8 @@
  • Pointer Events
  • -
  • Tools & Testing
  • +
  • Tools & Testing
  • +
  • Browser Compatibility
  • Changelog
  • diff --git a/compatibility.md b/compatibility.md new file mode 100644 index 0000000000..1e71a5dabd --- /dev/null +++ b/compatibility.md @@ -0,0 +1,10 @@ +--- +layout: default +title: Browser Compatibility +--- + +{{site.project_title}} and its polyfills are intended to work in the _latest +version_ of "evergreen" browsers. The support matrix for each polyfill and their +native browser implementation is below. + + \ No newline at end of file diff --git a/css/site.css b/css/site.css index 90ddb07595..23afcb2fc2 100644 --- a/css/site.css +++ b/css/site.css @@ -25,6 +25,9 @@ code, pre { -o-user-select: none; user-select: none; } +iframe[seamless] { + border: none; +} figcaption { text-align: center; font-style: italic; diff --git a/getting-the-code.md b/getting-the-code.md index cde4d3b566..75345a7e5c 100644 --- a/getting-the-code.md +++ b/getting-the-code.md @@ -3,11 +3,6 @@ layout: default title: Getting the Code --- -

    - Browser requirements: {{site.project_title}} will eventually support all major "evergreen" -(auto-updating) browsers, it currently requires a WebKit-based browser such as Chrome or Safari. -

    - ## Bring on the code! You can recursively clone and initialize all of its submodules with a single git command. diff --git a/platform/shadow-dom.md b/platform/shadow-dom.md index ab94d34ba5..6b9266dd27 100644 --- a/platform/shadow-dom.md +++ b/platform/shadow-dom.md @@ -5,7 +5,7 @@ subtitle: polyfill feature: spec: https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html - status: in progress + status: functional code: https://github.com/toolkitchen/ShadowDOM summary: "Shadow DOM is designed to provide encapsulation by hiding DOM subtrees under shadow roots. It provides a method of establishing and maintaining functional boundaries