Skip to content

Commit

Permalink
data update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrd committed Jan 18, 2014
1 parent 8a6f586 commit 562b4e5
Show file tree
Hide file tree
Showing 114 changed files with 612 additions and 603 deletions.
2 changes: 1 addition & 1 deletion data.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions features-json/apng.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
"spec":"https://wiki.mozilla.org/APNG_Specification",
"status":"unoff",
"links":[
{
"url":"https://chrome.google.com/webstore/detail/ehkepjiconegkhpodgoaeamnpckdbblp",
"title":"Chrome extension providing support"
},
{
"url":"https://github.com/davidmz/apng-canvas",
"title":"Polyfill using canvas"
Expand All @@ -16,6 +12,10 @@
"url":"http://en.wikipedia.org/wiki/APNG",
"title":"Wikipedia"
},
{
"url":"https://chrome.google.com/webstore/detail/ehkepjiconegkhpodgoaeamnpckdbblp",
"title":"Chrome extension providing support"
},
{
"url":"http://www.truekolor.net/learn-how-to-create-an-animated-png/",
"title":"APNG tutorial"
Expand Down
8 changes: 4 additions & 4 deletions features-json/audio-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"status":"wd",
"links":[
{
"url":"https://github.com/corbanbrook/audionode.js",
"title":"Polyfill to support Web Audio API in Firefox"
"url":"http://docs.webplatform.org/wiki/apis/webaudio",
"title":"WebPlatform Docs"
},
{
"url":"http://www.doboism.com/projects/webaudio-compatibility/",
"title":"Additional browser compatibility tests for specific features"
},
{
"url":"http://docs.webplatform.org/wiki/apis/webaudio",
"title":"WebPlatform Docs"
"url":"https://github.com/corbanbrook/audionode.js",
"title":"Polyfill to support Web Audio API in Firefox"
},
{
"url":"https://github.com/g200kg/WAAPISim",
Expand Down
32 changes: 16 additions & 16 deletions features-json/audio.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,36 @@
"status":"wd",
"links":[
{
"url":"http://24ways.org/2010/the-state-of-html5-audio",
"title":"Detailed article on support"
},
{
"url":"http://www.phoboslab.org/log/2011/03/the-state-of-html5-audio",
"title":"The State of HTML5 Audio"
"url":"http://www.jplayer.org/latest/demos/",
"title":"Demos of audio player that uses <audio>"
},
{
"url":"http://docs.webplatform.org/wiki/html/elements/audio",
"title":"WebPlatform Docs"
"url":"https://raw.github.com/phiggins42/has.js/master/detect/audio.js#audio",
"title":"has.js test"
},
{
"url":"http://textopia.org/androidsoundformats.html",
"title":"File format test page"
},
{
"url":"http://dev.opera.com/articles/view/everything-you-need-to-know-about-html5-video-and-audio/",
"title":"Detailed article on video/audio elements"
},
{
"url":"http://html5doctor.com/native-audio-in-the-browser/",
"title":"HTML5 Doctor article"
},
{
"url":"http://www.jplayer.org/latest/demos/",
"title":"Demos of audio player that uses <audio>"
"url":"http://www.phoboslab.org/log/2011/03/the-state-of-html5-audio",
"title":"The State of HTML5 Audio"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/audio.js#audio",
"title":"has.js test"
"url":"http://docs.webplatform.org/wiki/html/elements/audio",
"title":"WebPlatform Docs"
},
{
"url":"http://dev.opera.com/articles/view/everything-you-need-to-know-about-html5-video-and-audio/",
"title":"Detailed article on video/audio elements"
},
{
"url":"http://24ways.org/2010/the-state-of-html5-audio",
"title":"Detailed article on support"
}
],
"bugs":[
Expand Down
8 changes: 4 additions & 4 deletions features-json/background-img-opts.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"spec":"http://www.w3.org/TR/css3-background/#backgrounds",
"status":"cr",
"links":[
{
"url":"https://github.com/louisremi/background-size-polyfill",
"title":"Polyfill for IE7-8"
},
{
"url":"http://www.standardista.com/css3/css3-background-properties",
"title":"Detailed compatibility tables and demos"
},
{
"url":"http://www.css3files.com/background/",
"title":"Information page"
},
{
"url":"https://github.com/louisremi/background-size-polyfill",
"title":"Polyfill for IE7-8"
}
],
"bugs":[
Expand Down
8 changes: 4 additions & 4 deletions features-json/border-radius.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"url":"http://www.css3files.com/border/#borderradius",
"title":"Information page"
},
{
"url":"http://border-radius.com",
"title":"Border-radius CSS Generator"
},
{
"url":"http://muddledramblings.com/table-of-css3-border-radius-compliance",
"title":"Detailed compliance table"
Expand All @@ -23,6 +19,10 @@
{
"url":"http://css3pie.com/",
"title":"Polyfill which includes border-radius"
},
{
"url":"http://border-radius.com",
"title":"Border-radius CSS Generator"
}
],
"bugs":[
Expand Down
8 changes: 4 additions & 4 deletions features-json/calc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"spec":"http://www.w3.org/TR/css3-values/#calc",
"status":"cr",
"links":[
{
"url":"http://hacks.mozilla.org/2010/06/css3-calc/",
"title":"Mozilla Hacks article"
},
{
"url":"http://docs.webplatform.org/wiki/css/functions/calc",
"title":"WebPlatform Docs"
},
{
"url":"https://developer.mozilla.org/en/CSS/-moz-calc",
"title":"MDN article"
},
{
"url":"http://hacks.mozilla.org/2010/06/css3-calc/",
"title":"Mozilla Hacks article"
}
],
"bugs":[
Expand Down
16 changes: 8 additions & 8 deletions features-json/canvas-text.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@
"status":"wd",
"links":[
{
"url":"http://docs.webplatform.org/wiki/apis/canvas/CanvasRenderingContext2D/fillText",
"title":"WebPlatform Docs"
"url":"http://code.google.com/p/canvas-text/",
"title":"Support library"
},
{
"url":"https://developer.mozilla.org/en/Drawing_text_using_a_canvas#Additional_examples",
"title":"Examples by Mozilla"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/graphics.js#canvas-text",
"title":"has.js test"
"url":"http://docs.webplatform.org/wiki/apis/canvas/CanvasRenderingContext2D/fillText",
"title":"WebPlatform Docs"
},
{
"url":"http://code.google.com/p/canvas-text/",
"title":"Support library"
"url":"https://raw.github.com/phiggins42/has.js/master/detect/graphics.js#canvas-text",
"title":"has.js test"
}
],
"bugs":[

],
"categories":[
"Canvas",
"HTML5"
"HTML5",
"Canvas"
],
"stats":{
"ie":{
Expand Down
24 changes: 12 additions & 12 deletions features-json/canvas.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@
"status":"cr",
"links":[
{
"url":"http://explorercanvas.googlecode.com/",
"title":"Implementation for Internet Explorer"
},
{
"url":"http://www.diveinto.org/html5/canvas.html",
"title":"Another tutorial"
"url":"https://raw.github.com/phiggins42/has.js/master/detect/graphics.js#canvas",
"title":"has.js test"
},
{
"url":"http://glimr.rubyforge.org/cake/canvas.html",
"title":"Animation kit "
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/graphics.js#canvas",
"title":"has.js test"
"url":"https://developer.mozilla.org/en/Canvas_tutorial",
"title":"Tutorial by Mozilla"
},
{
"url":"http://www.canvasdemos.com/",
"title":"Showcase site"
},
{
"url":"https://developer.mozilla.org/en/Canvas_tutorial",
"title":"Tutorial by Mozilla"
"url":"http://explorercanvas.googlecode.com/",
"title":"Implementation for Internet Explorer"
},
{
"url":"http://www.diveinto.org/html5/canvas.html",
"title":"Another tutorial"
}
],
"bugs":[
Expand All @@ -35,8 +35,8 @@
}
],
"categories":[
"Canvas",
"HTML5"
"HTML5",
"Canvas"
],
"stats":{
"ie":{
Expand Down
12 changes: 6 additions & 6 deletions features-json/classlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"spec":"http://www.w3.org/TR/dom/#dom-element-classlist",
"status":"wd",
"links":[
{
"url":"https://github.com/eligrey/classList.js",
"title":"Polyfill script"
},
{
"url":"http://docs.webplatform.org/wiki/dom/Element/classList",
"title":"WebPlatform Docs"
},
{
"url":"https://github.com/eligrey/classList.js",
"title":"Polyfill script"
},
{
"url":"http://hacks.mozilla.org/2010/01/classlist-in-firefox-3-6/",
"title":"Mozilla Hacks article"
Expand All @@ -26,8 +26,8 @@
}
],
"categories":[
"DOM",
"HTML5"
"HTML5",
"DOM"
],
"stats":{
"ie":{
Expand Down
8 changes: 4 additions & 4 deletions features-json/contenteditable.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"spec":"http://www.w3.org/TR/html/editing.html#contenteditable",
"status":"cr",
"links":[
{
"url":"http://html5demos.com/contenteditable",
"title":"Demo page"
},
{
"url":"http://accessgarage.wordpress.com/2009/05/08/how-to-hack-your-app-to-make-contenteditable-work/",
"title":"Blog post on usage problems"
Expand All @@ -15,10 +19,6 @@
{
"url":"http://docs.webplatform.org/wiki/html/attributes/contentEditable",
"title":"WebPlatform Docs"
},
{
"url":"http://html5demos.com/contenteditable",
"title":"Demo page"
}
],
"bugs":[
Expand Down
16 changes: 8 additions & 8 deletions features-json/cors.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"status":"rec",
"links":[
{
"url":"http://msdn.microsoft.com/en-us/library/cc288060(VS.85).aspx",
"title":"Alternative implementation by IE8"
},
{
"url":"http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/",
"title":"Mozilla Hacks blog post"
"url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-cors-xhr",
"title":"has.js test"
},
{
"url":"http://dev.opera.com/articles/view/dom-access-control-using-cross-origin-resource-sharing/",
"title":"DOM access using CORS"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-cors-xhr",
"title":"has.js test"
"url":"http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/",
"title":"Mozilla Hacks blog post"
},
{
"url":"http://msdn.microsoft.com/en-us/library/cc288060(VS.85).aspx",
"title":"Alternative implementation by IE8"
}
],
"bugs":[
Expand Down
12 changes: 6 additions & 6 deletions features-json/cryptography.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
"spec":"http://www.w3.org/TR/WebCryptoAPI/",
"status":"wd",
"links":[
{
"url":"http://polycrypt.net/",
"title":"PolyCrypt: A WebCrypto Polyfill"
},
{
"url":"http://www.slideshare.net/Channy/the-history-and-status-of-web-crypto-api",
"title":"The History and Status of Web Crypto API"
},
{
"url":"http://mozilla.6506.n7.nabble.com/Web-Crypto-API-s-and-what-Mozilla-wants-needs-td272521.html",
"title":"Web Crypto API(s) and what Mozilla wants / needs"
},
{
"url":"http://polycrypt.net/",
"title":"PolyCrypt: A WebCrypto Polyfill"
}
],
"bugs":[

],
"categories":[
"JS API",
"HTML5"
"HTML5",
"JS API"
],
"stats":{
"ie":{
Expand Down
8 changes: 4 additions & 4 deletions features-json/css-animation.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"status":"wd",
"links":[
{
"url":"http://robertnyman.com/2010/05/06/css3-animations/",
"title":"Blog post on usage"
"url":"http://docs.webplatform.org/wiki/css/properties/animations",
"title":"WebPlatform Docs"
},
{
"url":"http://www.css3files.com/animation/",
"title":"Information page"
},
{
"url":"http://docs.webplatform.org/wiki/css/properties/animations",
"title":"WebPlatform Docs"
"url":"http://robertnyman.com/2010/05/06/css3-animations/",
"title":"Blog post on usage"
}
],
"bugs":[
Expand Down
Loading

0 comments on commit 562b4e5

Please sign in to comment.