Skip to content

Commit

Permalink
Merge pull request #2693 from dandv/patch-2
Browse files Browse the repository at this point in the history
v0 -> v1 update
  • Loading branch information
Fyrd authored Aug 4, 2016
2 parents 2295571 + c57b3f2 commit 9a132d1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions features-json/custom-elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@
"title":"Polymer project (polyfill & web components framework)"
},
{
"url":"http://www.html5rocks.com/tutorials/webcomponents/customelements/",
"title":"HTML5Rocks - Custom Elements: defining new elements in HTML"
},
{
"url":"https://code.google.com/p/chromium/issues/detail?id=234509",
"title":"Chromium tracking bug: Implement Custom Elements"
"url":"https://developers.google.com/web/fundamentals/primers/customelements/",
"title":"Google Developers - Custom elements v1: reusable web components"
},
{
"url":"https://bugzilla.mozilla.org/show_bug.cgi?id=889230",
Expand All @@ -29,8 +25,8 @@
"title":"IE Web Platform Status and Roadmap: Custom Elements"
},
{
"url":"https://github.com/WebReflection/document-register-element",
"title":"document.registerElement polyfill in 3KB minified & gzipped"
"url":"https://github.com/webcomponents/webcomponentsjs/tree/v1/src/CustomElements/v1",
"title":"customElements.define polyfill (supersedes document.registerElement)"
}
],
"bugs":[
Expand Down

0 comments on commit 9a132d1

Please sign in to comment.