Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

caniuse-db

Package Overview
Dependencies
Maintainers
1
Versions
1750
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caniuse-db - npm Package Compare versions

Comparing version 1.0.20140331 to 1.0.20140401

8

features-json/audio-api.json

@@ -8,2 +8,6 @@ {

{
"url":"http://docs.webplatform.org/wiki/apis/webaudio",
"title":"WebPlatform Docs"
},
{
"url":"https://github.com/corbanbrook/audionode.js",

@@ -17,6 +21,2 @@ "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/",

@@ -23,0 +23,0 @@ "title":"Additional browser compatibility tests for specific features"

@@ -8,2 +8,6 @@ {

{
"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://docs.webplatform.org/wiki/html/elements/audio",

@@ -17,6 +21,2 @@ "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://textopia.org/androidsoundformats.html",

@@ -30,2 +30,6 @@ "title":"File format test page"

{
"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",

@@ -37,6 +41,2 @@ "title":"has.js test"

"title":"Detailed article on support"
},
{
"url":"http://www.phoboslab.org/log/2011/03/the-state-of-html5-audio",
"title":"The State of HTML5 Audio"
}

@@ -43,0 +43,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"https://github.com/louisremi/background-size-polyfill",
"title":"Polyfill for IE7-8"
},
{
"url":"http://www.standardista.com/css3/css3-background-properties",

@@ -13,6 +17,2 @@ "title":"Detailed compatibility tables and demos"

{
"url":"https://github.com/louisremi/background-size-polyfill",
"title":"Polyfill for IE7-8"
},
{
"url":"http://www.css3files.com/background/",

@@ -19,0 +19,0 @@ "title":"Information page"

@@ -8,8 +8,8 @@ {

{
"url":"https://developer.mozilla.org/en/DOM/BlobBuilder",
"title":"MDN article on BlobBuilder"
},
{
"url":"https://developer.mozilla.org/en-US/docs/DOM/Blob",
"title":"MDN article on Blobs"
},
{
"url":"https://developer.mozilla.org/en/DOM/BlobBuilder",
"title":"MDN article on BlobBuilder"
}

@@ -16,0 +16,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"http://docs.webplatform.org/wiki/css/properties/border-image",
"title":"WebPlatform Docs"
},
{
"url":"http://www.css3files.com/border/",
"title":"Information page"
},
{
"url":"http://docs.webplatform.org/wiki/css/properties/border-image",
"title":"WebPlatform Docs"
}

@@ -16,0 +16,0 @@ ],

@@ -8,6 +8,10 @@ {

{
"url":"http://border-radius.com",
"title":"Border-radius CSS Generator"
"url":"http://docs.webplatform.org/wiki/css/properties/border-radius",
"title":"WebPlatform Docs"
},
{
"url":"http://css3pie.com/",
"title":"Polyfill which includes border-radius"
},
{
"url":"http://muddledramblings.com/table-of-css3-border-radius-compliance",

@@ -17,10 +21,6 @@ "title":"Detailed compliance table"

{
"url":"http://docs.webplatform.org/wiki/css/properties/border-radius",
"title":"WebPlatform Docs"
"url":"http://border-radius.com",
"title":"Border-radius CSS Generator"
},
{
"url":"http://css3pie.com/",
"title":"Polyfill which includes border-radius"
},
{
"url":"http://www.css3files.com/border/#borderradius",

@@ -27,0 +27,0 @@ "title":"Information page"

@@ -8,6 +8,2 @@ {

{
"url":"http://docs.webplatform.org/wiki/css/functions/calc",
"title":"WebPlatform Docs"
},
{
"url":"https://developer.mozilla.org/en/CSS/-moz-calc",

@@ -19,2 +15,6 @@ "title":"MDN article"

"title":"Mozilla Hacks article"
},
{
"url":"http://docs.webplatform.org/wiki/css/functions/calc",
"title":"WebPlatform Docs"
}

@@ -21,0 +21,0 @@ ],

@@ -8,4 +8,4 @@ {

{
"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"
},

@@ -17,4 +17,4 @@ {

{
"url":"http://docs.webplatform.org/wiki/apis/canvas/CanvasRenderingContext2D/fillText",
"title":"WebPlatform Docs"
"url":"https://raw.github.com/phiggins42/has.js/master/detect/graphics.js#canvas-text",
"title":"has.js test"
},

@@ -21,0 +21,0 @@ {

@@ -8,10 +8,6 @@ {

{
"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://www.canvasdemos.com/",
"title":"Showcase site"
},
{
"url":"https://developer.mozilla.org/en/Canvas_tutorial",

@@ -21,6 +17,10 @@ "title":"Tutorial by Mozilla"

{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/graphics.js#canvas",
"title":"has.js test"
"url":"http://explorercanvas.googlecode.com/",
"title":"Implementation for Internet Explorer"
},
{
"url":"http://www.canvasdemos.com/",
"title":"Showcase site"
},
{
"url":"http://glimr.rubyforge.org/cake/canvas.html",

@@ -30,4 +30,4 @@ "title":"Animation kit "

{
"url":"http://explorercanvas.googlecode.com/",
"title":"Implementation for Internet Explorer"
"url":"http://www.diveinto.org/html5/canvas.html",
"title":"Another tutorial"
}

@@ -34,0 +34,0 @@ ],

@@ -8,4 +8,4 @@ {

{
"url":"https://github.com/eligrey/classList.js",
"title":"Polyfill script"
"url":"http://docs.webplatform.org/wiki/dom/Element/classList",
"title":"WebPlatform Docs"
},

@@ -17,4 +17,4 @@ {

{
"url":"http://docs.webplatform.org/wiki/dom/Element/classList",
"title":"WebPlatform Docs"
"url":"https://github.com/eligrey/classList.js",
"title":"Polyfill script"
}

@@ -21,0 +21,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"http://blog.whatwg.org/the-road-to-html-5-contenteditable",
"title":"WHATWG blog post"
},
{
"url":"http://docs.webplatform.org/wiki/html/attributes/contentEditable",

@@ -13,4 +17,4 @@ "title":"WebPlatform Docs"

{
"url":"http://blog.whatwg.org/the-road-to-html-5-contenteditable",
"title":"WHATWG blog post"
"url":"http://html5demos.com/contenteditable",
"title":"Demo page"
},

@@ -20,6 +24,2 @@ {

"title":"Blog post on usage problems"
},
{
"url":"http://html5demos.com/contenteditable",
"title":"Demo page"
}

@@ -26,0 +26,0 @@ ],

@@ -12,2 +12,6 @@ {

{
"url":"http://msdn.microsoft.com/en-us/library/cc288060(VS.85).aspx",
"title":"Alternative implementation by IE8"
},
{
"url":"http://dev.opera.com/articles/view/dom-access-control-using-cross-origin-resource-sharing/",

@@ -17,6 +21,2 @@ "title":"DOM access using CORS"

{
"url":"http://msdn.microsoft.com/en-us/library/cc288060(VS.85).aspx",
"title":"Alternative implementation by IE8"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-cors-xhr",

@@ -23,0 +23,0 @@ "title":"has.js test"

@@ -8,2 +8,6 @@ {

{
"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/",

@@ -13,6 +17,2 @@ "title":"PolyCrypt: A WebCrypto Polyfill"

{
"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://www.slideshare.net/Channy/the-history-and-status-of-web-crypto-api",

@@ -19,0 +19,0 @@ "title":"The History and Status of Web Crypto API"

@@ -8,2 +8,6 @@ {

{
"url":"http://tests.themasta.com/blogstuff/boxshadowdemo.html",
"title":"Demo of various effects"
},
{
"url":"http://docs.webplatform.org/wiki/css/properties/box-shadow",

@@ -13,4 +17,4 @@ "title":"WebPlatform Docs"

{
"url":"https://developer.mozilla.org/En/CSS/-moz-box-shadow",
"title":"MDN article"
"url":"http://westciv.com/tools/boxshadows/index.html",
"title":"Live editor"
},

@@ -22,8 +26,4 @@ {

{
"url":"http://tests.themasta.com/blogstuff/boxshadowdemo.html",
"title":"Demo of various effects"
},
{
"url":"http://westciv.com/tools/boxshadows/index.html",
"title":"Live editor"
"url":"https://developer.mozilla.org/En/CSS/-moz-box-shadow",
"title":"MDN article"
}

@@ -33,6 +33,3 @@ ],

{
"description":"Safari on iOS (including 6) can not apply box-shadow to input elements. (Solution: Add -webkit-appearance: none; to the input elements.)"
},
{
"description":"Safari 6, iOS 6 and Android 2.3 default browser don't with with a 0px value for \"spread\".\r\ne.g. -webkit-box-shadow: 5px 1px 0px #f04e29;\r\ndoesn't work, but\r\n-webkit-box-shadow: 5px 1px 1px #f04e29\r\ndoes."
"description":"Safari 6, iOS 6 and Android 2.3 default browser don't work with a 0px value for \"spread\".\r\ne.g. -webkit-box-shadow: 5px 1px 0px #f04e29;\r\ndoesn't work, but\r\n-webkit-box-shadow: 5px 1px 1px #f04e29\r\ndoes."
}

@@ -39,0 +36,0 @@ ],

@@ -8,6 +8,2 @@ {

{
"url":"https://developer.mozilla.org/en/CSS_Counters",
"title":"MDN article"
},
{
"url":"http://onwebdev.blogspot.com/2012/02/css-counters-tutorial.html",

@@ -19,2 +15,6 @@ "title":"Tutorial and information"

"title":"WebPlatform Docs"
},
{
"url":"https://developer.mozilla.org/en/CSS_Counters",
"title":"MDN article"
}

@@ -21,0 +21,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"http://msdn.microsoft.com/en-us/library/ie/hh708740(v=vs.85).aspx",
"title":"Device adaptation in Internet Explorer 10"
},
{
"url":"http://dev.opera.com/articles/view/an-introduction-to-meta-viewport-and-viewport/",
"title":"Introduction to meta viewport and @viewport in Opera Mobile"
},
{
"url":"http://msdn.microsoft.com/en-us/library/ie/hh708740(v=vs.85).aspx",
"title":"Device adaptation in Internet Explorer 10"
}

@@ -16,0 +16,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"http://bennettfeely.com/filters/",
"title":"Filter Playground"
},
{
"url":"http://dl.dropbox.com/u/3260327/angular/CSS3ImageManipulation.html",

@@ -13,6 +17,2 @@ "title":"Filter editor"

{
"url":"http://html5-demos.appspot.com/static/css/filters/index.html",
"title":"Demo file for WebKit browsers"
},
{
"url":"http://www.html5rocks.com/en/tutorials/filters/understanding-css/",

@@ -22,4 +22,4 @@ "title":"HTML5Rocks article"

{
"url":"http://bennettfeely.com/filters/",
"title":"Filter Playground"
"url":"http://html5-demos.appspot.com/static/css/filters/index.html",
"title":"Demo file for WebKit browsers"
}

@@ -26,0 +26,0 @@ ],

@@ -8,6 +8,2 @@ {

{
"url":"http://docs.webplatform.org/wiki/css/generated_and_replaced_content",
"title":"WebPlatform Docs"
},
{
"url":"http://dev.opera.com/articles/view/css-generated-content-techniques/",

@@ -19,2 +15,6 @@ "title":"Dev.Opera article"

"title":"Guide on usage"
},
{
"url":"http://docs.webplatform.org/wiki/css/generated_and_replaced_content",
"title":"WebPlatform Docs"
}

@@ -21,0 +21,0 @@ ],

@@ -8,6 +8,10 @@ {

{
"url":"http://docs.webplatform.org/wiki/css/functions/linear-gradient",
"title":"WebPlatform Docs"
"url":"http://css3pie.com/",
"title":"Tool to emulate support in IE"
},
{
"url":"http://www.css3files.com/gradient/",
"title":"Information page"
},
{
"url":"http://www.colorzilla.com/gradient-editor/",

@@ -17,8 +21,4 @@ "title":"Cross-browser editor"

{
"url":"http://www.css3files.com/gradient/",
"title":"Information page"
},
{
"url":"http://css3pie.com/",
"title":"Tool to emulate support in IE"
"url":"http://docs.webplatform.org/wiki/css/functions/linear-gradient",
"title":"WebPlatform Docs"
}

@@ -25,0 +25,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"https://github.com/codler/Grid-Layout-Polyfill",
"title":"Grid Layout Polyfill"
},
{
"url":"http://blogs.msdn.com/b/ie/archive/2011/04/14/ie10-platform-preview-and-css-features-for-adaptive-layouts.aspx",

@@ -13,6 +17,2 @@ "title":"IE Blog post"

{
"url":"https://github.com/codler/Grid-Layout-Polyfill",
"title":"Grid Layout Polyfill"
},
{
"url":"https://bugs.webkit.org/show_bug.cgi?id=60731",

@@ -19,0 +19,0 @@ "title":"Webkit (Chrome, Safari, etc.) feature request"

@@ -12,8 +12,8 @@ {

{
"url":"https://developer.mozilla.org/en/CSS/hyphens",
"title":"MDN article"
},
{
"url":"http://docs.webplatform.org/wiki/css/properties/hyphens",
"title":"WebPlatform Docs"
},
{
"url":"https://developer.mozilla.org/en/CSS/hyphens",
"title":"MDN article"
}

@@ -20,0 +20,0 @@ ],

@@ -8,4 +8,4 @@ {

{
"url":"http://docs.webplatform.org/wiki/css/properties/mask",
"title":"WebPlatform Docs"
"url":"http://www.html5rocks.com/en/tutorials/masking/adobe/",
"title":"HTML5 Rocks article"
},

@@ -17,4 +17,4 @@ {

{
"url":"http://www.html5rocks.com/en/tutorials/masking/adobe/",
"title":"HTML5 Rocks article"
"url":"http://docs.webplatform.org/wiki/css/properties/mask",
"title":"WebPlatform Docs"
}

@@ -21,0 +21,0 @@ ],

@@ -8,6 +8,2 @@ {

{
"url":"http://docs.webplatform.org/wiki/css/atrules/@media",
"title":"WebPlatform Docs"
},
{
"url":"https://github.com/scottjehl/Respond",

@@ -23,2 +19,6 @@ "title":"Polyfill for IE"

"title":"IE demo page with information"
},
{
"url":"http://docs.webplatform.org/wiki/css/atrules/@media",
"title":"WebPlatform Docs"
}

@@ -25,0 +25,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"http://css-tricks.com/snippets/css/style-placeholder-text/",
"title":"CSS-Tricks article with all prefixes"
},
{
"url":"http://msdn.microsoft.com/en-us/library/ie/hh772745(v=vs.85).aspx",

@@ -13,6 +17,2 @@ "title":"MSDN article"

{
"url":"http://css-tricks.com/snippets/css/style-placeholder-text/",
"title":"CSS-Tricks article with all prefixes"
},
{
"url":"http://wiki.csswg.org/ideas/placeholder-styling",

@@ -19,0 +19,0 @@ "title":"CSSWG discussion"

@@ -8,2 +8,6 @@ {

{
"url":"http://html.adobe.com/webstandards/cssregions/",
"title":"Adobe demos and samples"
},
{
"url":"http://docs.webplatform.org/wiki/css/atrules/@region",

@@ -15,6 +19,2 @@ "title":"WebPlatform Docs"

"title":"IE10 developer guide info"
},
{
"url":"http://html.adobe.com/webstandards/cssregions/",
"title":"Adobe demos and samples"
}

@@ -21,0 +21,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"http://www.css3files.com/gradient/#repeatinglineargradient",
"title":"Information page"
},
{
"url":"https://developer.mozilla.org/en/CSS/repeating-linear-gradient",

@@ -13,6 +17,2 @@ "title":"MDN article"

{
"url":"http://www.css3files.com/gradient/#repeatinglineargradient",
"title":"Information page"
},
{
"url":"http://docs.webplatform.org/wiki/css/repeating-linear-gradient",

@@ -19,0 +19,0 @@ "title":"WebPlatform Docs"

@@ -8,8 +8,8 @@ {

{
"url":"http://davidwalsh.name/textarea-resize",
"title":"On textarea resizing"
},
{
"url":"http://css-tricks.com/almanac/properties/r/resize/",
"title":"CSS Tricks info"
},
{
"url":"http://davidwalsh.name/textarea-resize",
"title":"On textarea resizing"
}

@@ -16,0 +16,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"http://selectivizr.com",
"title":"Selectivizr: Polyfill for IE6-8"
},
{
"url":"http://www.quirksmode.org/css/selectors/",

@@ -13,6 +17,2 @@ "title":"Detailed support information"

{
"url":"http://selectivizr.com",
"title":"Selectivizr: Polyfill for IE6-8"
},
{
"url":"http://www.css3.info/selectors-test/",

@@ -36,3 +36,3 @@ "title":"Automated CSS3 selector test"

"6":"p",
"7":"p",
"7":"a",
"8":"a",

@@ -186,5 +186,5 @@ "9":"y",

},
"notes":"IE8 supports the following CSS3 selectors, but only when a DOCTYPE is declared: General siblings (element1~element2) and Attribute selectors ([attr^=val], [attr$=val] and [attr*=val])",
"notes":"IE7 and IE8 support the following CSS3 selectors, but only in Standards Mode: General siblings (element1~element2) and Attribute selectors ([attr^=val], [attr$=val] and [attr*=val])",
"usage_perc_y":87.13,
"usage_perc_a":5.2,
"usage_perc_a":5.38,
"ucprefix":false,

@@ -191,0 +191,0 @@ "parent":"",

@@ -8,8 +8,8 @@ {

{
"url":"http://docs.webplatform.org/wiki/css/selectors/pseudo-elements/::selection",
"title":"WebPlatform Docs"
},
{
"url":"http://quirksmode.org/css/selectors/selection.html",
"title":"::selection test"
},
{
"url":"http://docs.webplatform.org/wiki/css/selectors/pseudo-elements/::selection",
"title":"WebPlatform Docs"
}

@@ -16,0 +16,0 @@ ],

@@ -8,4 +8,4 @@ {

{
"url":"https://developer.mozilla.org/en-US/docs/Web/CSS/position",
"title":"MDN article"
"url":"http://updates.html5rocks.com/2012/08/Stick-your-landings-position-sticky-lands-in-WebKit",
"title":"HTML5Rocks"
},

@@ -17,4 +17,4 @@ {

{
"url":"http://updates.html5rocks.com/2012/08/Stick-your-landings-position-sticky-lands-in-WebKit",
"title":"HTML5Rocks"
"url":"https://developer.mozilla.org/en-US/docs/Web/CSS/position",
"title":"MDN article"
}

@@ -181,3 +181,3 @@ ],

},
"notes":"",
"notes":"Can be enabled in Firefox 26+ by setting the about:config preference layout.css.sticky.enabled to true.",
"usage_perc_y":7.18,

@@ -184,0 +184,0 @@ "usage_perc_a":0,

@@ -12,2 +12,6 @@ {

{
"url":"http://hacks.mozilla.org/2009/06/text-shadow/",
"title":"Mozilla hacks article"
},
{
"url":"http://docs.webplatform.org/wiki/css/properties/text-shadow",

@@ -17,6 +21,2 @@ "title":"WebPlatform Docs"

{
"url":"http://hacks.mozilla.org/2009/06/text-shadow/",
"title":"Mozilla hacks article"
},
{
"url":"http://ie.microsoft.com/testdrive/Graphics/hands-on-css3/hands-on_text-shadow.htm",

@@ -23,0 +23,0 @@ "title":"Live editor"

@@ -8,4 +8,4 @@ {

{
"url":"http://www.css3files.com/transition/",
"title":"Information page"
"url":"http://docs.webplatform.org/wiki/css/properties/transition",
"title":"WebPlatform Docs"
},

@@ -17,12 +17,12 @@ {

{
"url":"http://www.opera.com/docs/specs/presto2.12/css/transitions/#anima",
"title":"Animation of property types support in Opera"
"url":"http://www.css3files.com/transition/",
"title":"Information page"
},
{
"url":"http://docs.webplatform.org/wiki/css/properties/transition",
"title":"WebPlatform Docs"
"url":"http://www.the-art-of-web.com/css/timing-function/",
"title":"Examples on timing functions"
},
{
"url":"http://www.the-art-of-web.com/css/timing-function/",
"title":"Examples on timing functions"
"url":"http://www.opera.com/docs/specs/presto2.12/css/transitions/#anima",
"title":"Animation of property types support in Opera"
}

@@ -29,0 +29,0 @@ ],

@@ -16,2 +16,6 @@ {

{
"url":"http://css-tricks.com/box-sizing/",
"title":"CSS Tricks"
},
{
"url":"http://www.456bereastreet.com/archive/201104/controlling_width_with_css3_box-sizing/",

@@ -21,6 +25,2 @@ "title":"Blog post"

{
"url":"http://css-tricks.com/box-sizing/",
"title":"CSS Tricks"
},
{
"url":"http://docs.webplatform.org/wiki/css/properties/box-sizing",

@@ -27,0 +27,0 @@ "title":"WebPlatform Docs"

@@ -12,8 +12,8 @@ {

{
"url":"http://dev.opera.com/articles/view/color-in-opera-10-hsl-rgb-and-alpha-transparency/",
"title":"Dev.Opera article"
},
{
"url":"http://docs.webplatform.org/wiki/css/color#RGBA_Notation",
"title":"WebPlatform Docs"
},
{
"url":"http://dev.opera.com/articles/view/color-in-opera-10-hsl-rgb-and-alpha-transparency/",
"title":"Dev.Opera article"
}

@@ -20,0 +20,0 @@ ],

@@ -8,6 +8,10 @@ {

{
"url":"https://developer.mozilla.org/en/HTML/Element/datalist",
"title":"MDN reference"
"url":"http://demo.agektmr.com/datalist/",
"title":"Eiji Kitamura's options demos & tests"
},
{
"url":"http://docs.webplatform.org/wiki/html/elements/datalist",
"title":"WebPlatform Docs"
},
{
"url":"http://github.com/thgreasi/datalist-polyfill",

@@ -21,4 +25,4 @@ "title":"Minimal Datalist polyfill w/tutorial"

{
"url":"http://docs.webplatform.org/wiki/html/elements/datalist",
"title":"WebPlatform Docs"
"url":"https://developer.mozilla.org/en/HTML/Element/datalist",
"title":"MDN reference"
},

@@ -28,6 +32,2 @@ {

"title":"Mozilla Hacks article"
},
{
"url":"http://demo.agektmr.com/datalist/",
"title":"Eiji Kitamura's options demos & tests"
}

@@ -34,0 +34,0 @@ ],

@@ -8,2 +8,10 @@ {

{
"url":"https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_data_attributes",
"title":"MDN Guide - Using data-* attributes"
},
{
"url":"https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement.dataset",
"title":"MDN Reference - dataset"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/dom.js#dom-dataset",

@@ -10,0 +18,0 @@ "title":"has.js test"

@@ -8,2 +8,6 @@ {

{
"url":"http://mathiasbynens.be/notes/html5-details-jquery",
"title":"jQuery fallback script"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-details",

@@ -13,6 +17,2 @@ "title":"has.js test"

{
"url":"http://mathiasbynens.be/notes/html5-details-jquery",
"title":"jQuery fallback script"
},
{
"url":"https://gist.github.com/370590",

@@ -22,8 +22,8 @@ "title":"Fallback script"

{
"url":"http://docs.webplatform.org/wiki/html/elements/details",
"title":"WebPlatform Docs"
},
{
"url":"http://html5doctor.com/summary-figcaption-element/",
"title":"HTML5 Doctor article"
},
{
"url":"http://docs.webplatform.org/wiki/html/elements/details",
"title":"WebPlatform Docs"
}

@@ -30,0 +30,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"http://www.html5rocks.com/en/tutorials/device/orientation/",
"title":"HTML5 Rocks tutorial"
},
{
"url":"http://html5labs.interoperabilitybridges.com/prototypes/device-orientation-events/device-orientation-events/info",

@@ -15,6 +19,2 @@ "title":"DeviceOrientation implementation prototype for IE10"

"title":"has.js test"
},
{
"url":"http://www.html5rocks.com/en/tutorials/device/orientation/",
"title":"HTML5 Rocks tutorial"
}

@@ -21,0 +21,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"http://updates.html5rocks.com/2011/08/Downloading-resources-in-HTML5-a-download",
"title":"HTML5Rocks post"
},
{
"url":"http://html5-demos.appspot.com/static/a.download.html",
"title":"Demo: creating a text file and downloading it."
},
{
"url":"http://updates.html5rocks.com/2011/08/Downloading-resources-in-HTML5-a-download",
"title":"HTML5Rocks post"
}

@@ -16,0 +16,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"http://nettutsplus.s3.amazonaws.com/64_html5dragdrop/demo/index.html",
"title":"Shopping cart demo"
},
{
"url":"http://html5demos.com/drag",

@@ -13,12 +17,8 @@ "title":"Demo with link blocks"

{
"url":"http://docs.webplatform.org/wiki/dom/DragEvent",
"title":"WebPlatform Docs"
},
{
"url":"http://html5doctor.com/native-drag-and-drop/",
"title":"HTML5 Doctor article"
},
{
"url":"http://nettutsplus.s3.amazonaws.com/64_html5dragdrop/demo/index.html",
"title":"Shopping cart demo"
},
{
"url":"http://docs.webplatform.org/wiki/dom/DragEvent",
"title":"WebPlatform Docs"
}

@@ -25,0 +25,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"http://en.wikipedia.org/wiki/Embedded_OpenType",
"title":"Wikipedia"
},
{
"url":"http://www.microsoft.com/typography/web/embedding/default.aspx",
"title":"Example pages"
},
{
"url":"http://en.wikipedia.org/wiki/Embedded_OpenType",
"title":"Wikipedia"
}

@@ -16,0 +16,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"http://www.html5rocks.com/tutorials/eventsource/basics/",
"title":"HTML5 Rocks tutorial"
},
{
"url":"http://samshull.blogspot.com/2010/10/ajax-push-in-ios-safari-and-chrome-with.html",

@@ -13,6 +17,2 @@ "title":"Blog post with demo"

{
"url":"http://www.html5rocks.com/tutorials/eventsource/basics/",
"title":"HTML5 Rocks tutorial"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-eventsource",

@@ -19,0 +19,0 @@ "title":"has.js test"

@@ -8,8 +8,8 @@ {

{
"url":"http://docs.webplatform.org/wiki/apis/file",
"title":"WebPlatform Docs"
},
{
"url":"https://developer.mozilla.org/en/Using_files_from_web_applications",
"title":"MDN article"
},
{
"url":"http://docs.webplatform.org/wiki/apis/file",
"title":"WebPlatform Docs"
}

@@ -16,0 +16,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"http://docs.webplatform.org/wiki/apis/file/FileReader",
"title":"WebPlatform Docs"
},
{
"url":"https://developer.mozilla.org/en/DOM/FileReader",
"title":"FileReader API"
},
{
"url":"http://docs.webplatform.org/wiki/apis/file/FileReader",
"title":"WebPlatform Docs"
}

@@ -16,0 +16,0 @@ ],

@@ -8,6 +8,10 @@ {

{
"url":"http://philipwalton.github.io/solved-by-flexbox/",
"title":"Examples on how to solve common layout problems with flexbox"
"url":"http://dev.opera.com/articles/view/advanced-cross-browser-flexbox/",
"title":"Tutorial on cross-browser support"
},
{
"url":"http://css-tricks.com/snippets/css/a-guide-to-flexbox/",
"title":"A Complete Guide to Flexbox"
},
{
"url":"http://www.adobe.com/devnet/html5/articles/working-with-flexbox-the-new-spec.html",

@@ -17,10 +21,6 @@ "title":"Article on using the latest spec"

{
"url":"http://the-echoplex.net/flexyboxes/",
"title":"Flexbox playground and code generator"
"url":"http://philipwalton.github.io/solved-by-flexbox/",
"title":"Examples on how to solve common layout problems with flexbox"
},
{
"url":"http://css-tricks.com/snippets/css/a-guide-to-flexbox/",
"title":"A Complete Guide to Flexbox"
},
{
"url":"http://bennettfeely.com/flexplorer/",

@@ -30,4 +30,4 @@ "title":"Flexbox CSS generator"

{
"url":"http://dev.opera.com/articles/view/advanced-cross-browser-flexbox/",
"title":"Tutorial on cross-browser support"
"url":"http://the-echoplex.net/flexyboxes/",
"title":"Flexbox playground and code generator"
}

@@ -34,0 +34,0 @@ ],

@@ -8,2 +8,10 @@ {

{
"url":"http://ie.microsoft.com/testdrive/Graphics/opentype/",
"title":"Demo pages (IE/Firefox only)"
},
{
"url":"http://hacks.mozilla.org/2010/11/firefox-4-font-feature-support/",
"title":"Mozilla hacks article"
},
{
"url":"http://html5accessibility.com/",

@@ -15,10 +23,2 @@ "title":"Detailed tables on accessability support"

"title":"WebPlatform Docs"
},
{
"url":"http://hacks.mozilla.org/2010/11/firefox-4-font-feature-support/",
"title":"Mozilla hacks article"
},
{
"url":"http://ie.microsoft.com/testdrive/Graphics/opentype/",
"title":"Demo pages (IE/Firefox only)"
}

@@ -25,0 +25,0 @@ ],

@@ -8,6 +8,2 @@ {

{
"url":"http://en.wikipedia.org/wiki/Web_typography",
"title":"Wikipedia"
},
{
"url":"http://www.css3files.com/font/",

@@ -21,2 +17,6 @@ "title":"Information page"

{
"url":"http://en.wikipedia.org/wiki/Web_typography",
"title":"Wikipedia"
},
{
"url":"http://webfonts.info",

@@ -23,0 +23,0 @@ "title":"News and information site"

@@ -8,8 +8,8 @@ {

{
"url":"https://github.com/westonruter/webforms2",
"title":"Cross-browser JS implementation (based on original spec)"
},
{
"url":"http://www.miketaylr.com/code/input-type-attr.html",
"title":"HTML5 inputs and attribute support page"
},
{
"url":"https://github.com/westonruter/webforms2",
"title":"Cross-browser JS implementation (based on original spec)"
}

@@ -16,0 +16,0 @@ ],

@@ -8,6 +8,2 @@ {

{
"url":"http://hacks.mozilla.org/2012/01/using-the-fullscreen-api-in-web-browsers/",
"title":"Mozilla hacks article"
},
{
"url":"http://docs.webplatform.org/wiki/dom/methods/requestFullscreen",

@@ -23,2 +19,6 @@ "title":"WebPlatform Docs"

"title":"Blog post"
},
{
"url":"http://hacks.mozilla.org/2012/01/using-the-fullscreen-api-in-web-browsers/",
"title":"Mozilla hacks article"
}

@@ -25,0 +25,0 @@ ],

@@ -8,4 +8,4 @@ {

{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-geolocation",
"title":"has.js test"
"url":"http://docs.webplatform.org/wiki/apis/geolocation",
"title":"WebPlatform Docs"
},

@@ -17,4 +17,4 @@ {

{
"url":"http://docs.webplatform.org/wiki/apis/geolocation",
"title":"WebPlatform Docs"
"url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-geolocation",
"title":"has.js test"
}

@@ -21,0 +21,0 @@ ],

@@ -8,4 +8,4 @@ {

{
"url":"https://developer.mozilla.org/en/DOM/window.getComputedStyle",
"title":"MDN article"
"url":"http://snipplr.com/view/13523/",
"title":"Polyfill for IE"
},

@@ -17,4 +17,4 @@ {

{
"url":"http://snipplr.com/view/13523/",
"title":"Polyfill for IE"
"url":"https://developer.mozilla.org/en/DOM/window.getComputedStyle",
"title":"MDN article"
},

@@ -21,0 +21,0 @@ {

@@ -8,8 +8,8 @@ {

{
"url":"http://docs.webplatform.org/wiki/dom/HTMLElement/getElementsByClassName",
"title":"WebPlatform Docs"
},
{
"url":"http://www.quirksmode.org/dom/tests/basics.html#getElementsByClassName",
"title":"Test page"
},
{
"url":"http://docs.webplatform.org/wiki/dom/HTMLElement/getElementsByClassName",
"title":"WebPlatform Docs"
}

@@ -16,0 +16,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"http://msdn.microsoft.com/en-us/library/cc288209(VS.85).aspx",
"title":"MSDN article"
},
{
"url":"https://developer.mozilla.org/en/DOM/window.onhashchange",

@@ -13,10 +17,6 @@ "title":"MDN article"

{
"url":"http://docs.webplatform.org/wiki/dom/Element/hashchange",
"title":"WebPlatform Docs"
"url":"http://www.quirksmode.org/dom/events/tests/hashchange.html",
"title":"Simple demo"
},
{
"url":"http://msdn.microsoft.com/en-us/library/cc288209(VS.85).aspx",
"title":"MSDN article"
},
{
"url":"http://github.com/3nr1c/jUri.js",

@@ -26,4 +26,4 @@ "title":"Polyfill"

{
"url":"http://www.quirksmode.org/dom/events/tests/hashchange.html",
"title":"Simple demo"
"url":"http://docs.webplatform.org/wiki/dom/Element/hashchange",
"title":"WebPlatform Docs"
}

@@ -30,0 +30,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"https://developer.mozilla.org/en-US/docs/Web/API/Performance.now()",
"title":"MDN article"
},
{
"url":"http://www.sitepoint.com/discovering-the-high-resolution-time-api/",

@@ -13,6 +17,2 @@ "title":"SitePoint article"

{
"url":"https://developer.mozilla.org/en-US/docs/Web/API/Performance.now()",
"title":"MDN article"
},
{
"url":"http://updates.html5rocks.com/2012/08/When-milliseconds-are-not-enough-performance-now",

@@ -19,0 +19,0 @@ "title":"HTML5Rocks article"

@@ -8,6 +8,2 @@ {

{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-history-state",
"title":"has.js test"
},
{
"url":"http://www.adequatelygood.com/2010/7/Saner-HTML5-History-Management",

@@ -21,2 +17,10 @@ "title":"Introduction to history management"

{
"url":"https://github.com/browserstate/history.js",
"title":"History.js polyfill "
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-history-state",
"title":"has.js test"
},
{
"url":"http://html5demos.com/history",

@@ -26,6 +30,2 @@ "title":"Demo page"

{
"url":"https://github.com/browserstate/history.js",
"title":"History.js polyfill "
},
{
"url":"http://docs.webplatform.org/wiki/dom/History",

@@ -32,0 +32,0 @@ "title":"WebPlatform Docs"

@@ -8,6 +8,10 @@ {

{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/dom.js#dom-html5-elements",
"title":"has.js test"
"url":"http://blog.whatwg.org/supporting-new-elements-in-ie",
"title":"Workaround for IE"
},
{
"url":"http://blog.whatwg.org/styling-ie-noscript",
"title":"Alternate workaround"
},
{
"url":"http://oli.jp/2009/html5-structure3/",

@@ -17,8 +21,4 @@ "title":"Article on structural elements"

{
"url":"http://blog.whatwg.org/supporting-new-elements-in-ie",
"title":"Workaround for IE"
},
{
"url":"http://blog.whatwg.org/styling-ie-noscript",
"title":"Alternate workaround"
"url":"https://raw.github.com/phiggins42/has.js/master/detect/dom.js#dom-html5-elements",
"title":"has.js test"
}

@@ -25,0 +25,0 @@ ],

@@ -8,4 +8,4 @@ {

{
"url":"http://docs.webplatform.org/wiki/html/attributes/sandbox",
"title":"WebPlatform Docs"
"url":"http://msdn.microsoft.com/en-us/hh563496",
"title":"MSDN article"
},

@@ -17,4 +17,4 @@ {

{
"url":"http://msdn.microsoft.com/en-us/hh563496",
"title":"MSDN article"
"url":"http://docs.webplatform.org/wiki/html/attributes/sandbox",
"title":"WebPlatform Docs"
}

@@ -21,0 +21,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"http://docs.webplatform.org/wiki/html/elements/input/type/color",
"title":"WebPlatform Docs"
},
{
"url":"http://www.html5tutorial.info/html5-color.php",

@@ -15,6 +19,2 @@ "title":"Tutorial"

"title":"Polyfill"
},
{
"url":"http://docs.webplatform.org/wiki/html/elements/input/type/color",
"title":"WebPlatform Docs"
}

@@ -21,0 +21,0 @@ ],

@@ -8,4 +8,4 @@ {

{
"url":"http://net.tutsplus.com/tutorials/javascript-ajax/quick-tip-cross-browser-datepickers-within-minutes/",
"title":"Datepicker tutorial w/polyfill"
"url":"http://docs.webplatform.org/wiki/html/elements/input/type/date",
"title":"WebPlatform Docs"
},

@@ -17,4 +17,4 @@ {

{
"url":"http://docs.webplatform.org/wiki/html/elements/input/type/date",
"title":"WebPlatform Docs"
"url":"http://net.tutsplus.com/tutorials/javascript-ajax/quick-tip-cross-browser-datepickers-within-minutes/",
"title":"Datepicker tutorial w/polyfill"
},

@@ -21,0 +21,0 @@ {

@@ -8,4 +8,4 @@ {

{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/form.js#input-type-number",
"title":"has.js test"
"url":"http://www.html5tutorial.info/html5-number.php",
"title":"Tutorial"
},

@@ -17,8 +17,8 @@ {

{
"url":"http://www.html5tutorial.info/html5-number.php",
"title":"Tutorial"
"url":"https://github.com/jonstipe/number-polyfill",
"title":"Polyfill"
},
{
"url":"https://github.com/jonstipe/number-polyfill",
"title":"Polyfill"
"url":"https://raw.github.com/phiggins42/has.js/master/detect/form.js#input-type-number",
"title":"has.js test"
}

@@ -25,0 +25,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"https://github.com/mathiasbynens/jquery-placeholder",
"title":"Polyfill"
},
{
"url":"https://code.google.com/p/android/issues/detail?id=24626",

@@ -17,12 +21,8 @@ "title":"Issue 24626: Placeholder text for an input type="

{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/form.js#input-attr-placeholder",
"title":"has.js test"
},
{
"url":"http://www.zachleat.com/web/placeholder/",
"title":"Article on usage"
},
{
"url":"https://github.com/mathiasbynens/jquery-placeholder",
"title":"Polyfill"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/form.js#input-attr-placeholder",
"title":"has.js test"
}

@@ -29,0 +29,0 @@ ],

@@ -8,6 +8,2 @@ {

{
"url":"https://github.com/fryn/html5slider",
"title":"Polyfill for Firefox"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/form.js#input-type-range",

@@ -17,4 +13,4 @@ "title":"has.js test"

{
"url":"http://docs.webplatform.org/wiki/html/elements/input/type/range",
"title":"WebPlatform Docs"
"url":"https://github.com/fryn/html5slider",
"title":"Polyfill for Firefox"
},

@@ -28,2 +24,6 @@ {

"title":"Tutorial"
},
{
"url":"http://docs.webplatform.org/wiki/html/elements/input/type/range",
"title":"WebPlatform Docs"
}

@@ -30,0 +30,0 @@ ],

@@ -12,2 +12,6 @@ {

{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/json.js#json",
"title":"has.js test"
},
{
"url":"http://docs.webplatform.org/wiki/apis/json",

@@ -17,6 +21,2 @@ "title":"WebPlatform Docs"

{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/json.js#json",
"title":"has.js test"
},
{
"url":"https://developer.mozilla.org/En/Using_native_JSON",

@@ -23,0 +23,0 @@ "title":"MDN article"

@@ -8,2 +8,6 @@ {

{
"url":"https://developer.mozilla.org/en/CSS/Using_media_queries_from_code",
"title":"MDN tutorial"
},
{
"url":"https://developer.mozilla.org/en/DOM/window.matchMedia",

@@ -13,6 +17,2 @@ "title":"MDN article"

{
"url":"https://developer.mozilla.org/en/CSS/Using_media_queries_from_code",
"title":"MDN tutorial"
},
{
"url":"http://docs.webplatform.org/wiki/css/media_queries/apis/matchMedia",

@@ -19,0 +19,0 @@ "title":"WebPlatform Docs"

@@ -8,6 +8,10 @@ {

{
"url":"http://www.mathjax.org",
"title":"Cross-browser support script"
"url":"http://www.mozilla.org/projects/mathml/demo/",
"title":"MathML demos"
},
{
"url":"http://en.wikipedia.org/wiki/MathML",
"title":"Wikipedia"
},
{
"url":"https://developer.mozilla.org/en/MathML/Element",

@@ -17,8 +21,4 @@ "title":"MDN element reference"

{
"url":"http://www.mozilla.org/projects/mathml/demo/",
"title":"MathML demos"
},
{
"url":"http://en.wikipedia.org/wiki/MathML",
"title":"Wikipedia"
"url":"http://www.mathjax.org",
"title":"Cross-browser support script"
}

@@ -25,0 +25,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"http://lists.w3.org/Archives/Public/public-html/2014Feb/0036.html",
"title":"W3C mailing list thread - Do not remove the media attribute from the source element"
},
{
"url":"https://www.w3.org/Bugs/Public/show_bug.cgi?id=19619",
"title":"W3C bug report discussion - Remove media="
},
{
"url":"http://lists.w3.org/Archives/Public/public-html/2014Feb/0036.html",
"title":"W3C mailing list thread - Do not remove the media attribute from the source element"
}

@@ -16,0 +16,0 @@ ],

@@ -8,4 +8,4 @@ {

{
"url":"http://addyosmani.github.com/jQuery-contextMenu/",
"title":"jQuery polyfill"
"url":"https://bug617528.bugzilla.mozilla.org/attachment.cgi?id=554309",
"title":"Demo"
},

@@ -17,4 +17,4 @@ {

{
"url":"https://bug617528.bugzilla.mozilla.org/attachment.cgi?id=554309",
"title":"Demo"
"url":"http://addyosmani.github.com/jQuery-contextMenu/",
"title":"jQuery polyfill"
}

@@ -21,0 +21,0 @@ ],

@@ -12,8 +12,8 @@ {

{
"url":"http://www.impressivewebs.com/min-max-width-height-css/",
"title":"CSS Basics post"
},
{
"url":"http://docs.webplatform.org/wiki/css/properties/min-width",
"title":"WebPlatform Docs"
},
{
"url":"http://www.impressivewebs.com/min-max-width-height-css/",
"title":"CSS Basics post"
}

@@ -20,0 +20,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC",
"title":"Wikipedia article"
},
{
"url":"http://www.interoperabilitybridges.com/html5-extension-for-wmp-plugin",
"title":"Firefox extension allowing support in Win7"
},
{
"url":"http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC",
"title":"Wikipedia article"
}

@@ -16,0 +16,0 @@ ],

@@ -12,8 +12,8 @@ {

{
"url":"http://www.css3files.com/background/",
"title":"Information page"
},
{
"url":"http://docs.webplatform.org/wiki/css/properties/background-image",
"title":"WebPlatform Docs"
},
{
"url":"http://www.css3files.com/background/",
"title":"Information page"
}

@@ -20,0 +20,0 @@ ],

@@ -12,8 +12,8 @@ {

{
"url":"http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/an-introduction-to-the-css3-multiple-column-layout-module/",
"title":"Introduction page"
},
{
"url":"http://dev.opera.com/articles/view/css3-multi-column-layout/",
"title":"Dev.Opera article"
},
{
"url":"http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/an-introduction-to-the-css3-multiple-column-layout-module/",
"title":"Introduction page"
}

@@ -20,0 +20,0 @@ ],

@@ -12,2 +12,10 @@ {

{
"url":"https://developer.mozilla.org/En/DOM/Storage",
"title":"Gecko reference"
},
{
"url":"http://docs.webplatform.org/wiki/apis/web-storage/Storage/localStorage",
"title":"WebPlatform Docs"
},
{
"url":"http://html5demos.com/storage",

@@ -19,10 +27,2 @@ "title":"Simple demo"

"title":"has.js test"
},
{
"url":"http://docs.webplatform.org/wiki/apis/web-storage/Storage/localStorage",
"title":"WebPlatform Docs"
},
{
"url":"https://developer.mozilla.org/En/DOM/Storage",
"title":"Gecko reference"
}

@@ -29,0 +29,0 @@ ],

@@ -12,8 +12,8 @@ {

{
"url":"https://developer.mozilla.org/en/API/navigationTiming",
"title":"MDN article"
},
{
"url":"http://docs.webplatform.org/wiki/apis/navigation_timing",
"title":"WebPlatform Docs"
},
{
"url":"https://developer.mozilla.org/en/API/navigationTiming",
"title":"MDN article"
}

@@ -20,0 +20,0 @@ ],

@@ -8,6 +8,2 @@ {

{
"url":"http://dev.opera.com/articles/view/css3-object-fit-object-position/",
"title":"Dev.Opera article"
},
{
"url":"http://docs.webplatform.org/wiki/css/properties/object-fit",

@@ -19,2 +15,6 @@ "title":"WebPlatform Docs"

"title":"object-fit JavaScript-Polyfill"
},
{
"url":"http://dev.opera.com/articles/view/css3-object-fit-object-position/",
"title":"Dev.Opera article"
}

@@ -21,0 +21,0 @@ ],

@@ -12,2 +12,6 @@ {

{
"url":"http://www.sitepoint.com/offline-web-application-tutorial/",
"title":"Sitepoint tutorial"
},
{
"url":"http://docs.webplatform.org/wiki/apis/appcache/ApplicationCache",

@@ -19,6 +23,2 @@ "title":"WebPlatform Docs"

"title":"Mozilla Hacks article/demo"
},
{
"url":"http://www.sitepoint.com/offline-web-application-tutorial/",
"title":"Sitepoint tutorial"
}

@@ -25,0 +25,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"http://dev.w3.org/csswg/css3-ui/#outline",
"title":"CSS Basic User Interface Module Level 3"
},
{
"url":"https://developer.mozilla.org/en-US/docs/CSS/outline",
"title":"Mozilla Developer Network: outline"
},
{
"url":"http://dev.w3.org/csswg/css3-ui/#outline",
"title":"CSS Basic User Interface Module Level 3"
}

@@ -16,0 +16,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"https://developer.mozilla.org/en-US/docs/DOM/Using_the_Page_Visibility_API",
"title":"MDN article"
},
{
"url":"http://docs.webplatform.org/wiki/apis/timing/properties/visibilityState",
"title":"WebPlatform Docs"
},
{
"url":"https://developer.mozilla.org/en-US/docs/DOM/Using_the_Page_Visibility_API",
"title":"MDN article"
}

@@ -16,0 +16,0 @@ ],

@@ -8,4 +8,4 @@ {

{
"url":"http://blogs.msdn.com/b/eternalcoding/archive/2013/01/16/hand-js-a-polyfill-for-supporting-pointer-events-on-every-browser.aspx",
"title":"Hand.js, the polyfill for browsers only supporting Touch Events"
"url":"http://blogs.msdn.com/b/ie/archive/2011/09/20/touch-input-for-ie10-and-metro-style-apps.aspx",
"title":"Implementation of Pointer Events in IE10"
},

@@ -17,4 +17,4 @@ {

{
"url":"http://blogs.msdn.com/b/ie/archive/2011/09/20/touch-input-for-ie10-and-metro-style-apps.aspx",
"title":"Implementation of Pointer Events in IE10"
"url":"http://blogs.msdn.com/b/eternalcoding/archive/2013/01/16/hand-js-a-polyfill-for-supporting-pointer-events-on-every-browser.aspx",
"title":"Hand.js, the polyfill for browsers only supporting Touch Events"
}

@@ -26,4 +26,4 @@ ],

"categories":[
"JS API",
"DOM"
"DOM",
"JS API"
],

@@ -30,0 +30,0 @@ "stats":{

@@ -8,4 +8,4 @@ {

{
"url":"http://peter.sh/examples/?/html/meter-progress.html",
"title":"Examples of progress and meter elements"
"url":"http://dev.opera.com/articles/view/new-form-features-in-HTML5/#newoutput",
"title":"Dev.Opera article"
},

@@ -21,4 +21,4 @@ {

{
"url":"http://dev.opera.com/articles/view/new-form-features-in-HTML5/#newoutput",
"title":"Dev.Opera article"
"url":"http://peter.sh/examples/?/html/meter-progress.html",
"title":"Examples of progress and meter elements"
}

@@ -25,0 +25,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"http://www.chromestatus.com/features/5681726336532480",
"title":"Chromium dashboard - ES6 Promises"
},
{
"url":"http://www.html5rocks.com/en/tutorials/es6/promises/",

@@ -13,12 +17,8 @@ "title":"JavaScript Promises: There and back again - HTML5 Rocks"

{
"url":"https://github.com/jakearchibald/ES6-Promises",
"title":"A polyfill for ES6-style Promises"
},
{
"url":"http://promises-aplus.github.io/promises-spec/",
"title":"Promises/A+ spec"
},
{
"url":"http://www.chromestatus.com/features/5681726336532480",
"title":"Chromium dashboard - ES6 Promises"
},
{
"url":"https://github.com/jakearchibald/ES6-Promises",
"title":"A polyfill for ES6-style Promises"
}

@@ -30,4 +30,4 @@ ],

"categories":[
"DOM",
"JS API"
"JS API",
"DOM"
],

@@ -34,0 +34,0 @@ "stats":{

@@ -8,2 +8,6 @@ {

{
"url":"http://html5doctor.com/ruby-rt-rp-element/",
"title":"HTML5 Doctor article"
},
{
"url":"https://addons.mozilla.org/firefox/addon/6812/",

@@ -13,6 +17,2 @@ "title":"Addon \"HTML Ruby\" for Firefox support"

{
"url":"http://html5doctor.com/ruby-rt-rp-element/",
"title":"HTML5 Doctor article"
},
{
"url":"http://docs.webplatform.org/wiki/html/elements/ruby",

@@ -19,0 +19,0 @@ "title":"WebPlatform Docs"

@@ -12,8 +12,8 @@ {

{
"url":"https://developer.mozilla.org/en/HTML/Element/script#Attributes",
"title":"MDN article"
},
{
"url":"http://ie.microsoft.com/testdrive/Performance/AsyncScripts/Default.html",
"title":"Demo"
},
{
"url":"https://developer.mozilla.org/en/HTML/Element/script#Attributes",
"title":"MDN article"
}

@@ -20,0 +20,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"https://developer.mozilla.org/en/HTML/Element/script#Attributes",
"title":"MDN article"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/script.js#script-defer",

@@ -15,6 +19,2 @@ "title":"has.js test"

"title":"WebPlatform Docs"
},
{
"url":"https://developer.mozilla.org/en/HTML/Element/script#Attributes",
"title":"MDN article"
}

@@ -21,0 +21,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"http://www.html5rocks.com/tutorials/webcomponents/shadowdom/",
"title":"HTML5Rocks - Shadow DOM 101 article"
},
{
"url":"http://html5-demos.appspot.com/static/shadowdom-visualizer/index.html",
"title":"Shadow DOM Visualizer"
},
{
"url":"http://www.html5rocks.com/tutorials/webcomponents/shadowdom/",
"title":"HTML5Rocks - Shadow DOM 101 article"
}

@@ -16,0 +16,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"http://www.sitepoint.com/javascript-shared-web-workers-html5/",
"title":"Sitepoint article"
},
{
"url":"http://greenido.wordpress.com/2011/11/03/web-workers-part-3-out-of-3-shared-wrokers/",
"title":"Blog post"
},
{
"url":"http://www.sitepoint.com/javascript-shared-web-workers-html5/",
"title":"Sitepoint article"
}

@@ -16,0 +16,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"http://en.wikipedia.org/wiki/SPDY",
"title":"Wikipedia"
},
{
"url":"http://dev.chromium.org/spdy/spdy-whitepaper",
"title":"SPDY whitepaper"
},
{
"url":"http://en.wikipedia.org/wiki/SPDY",
"title":"Wikipedia"
}

@@ -16,0 +16,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"http://docs.webplatform.org/wiki/dom/Navigator/getUserMedia",
"title":"WebPlatform Docs"
},
{
"url":"http://my.opera.com/core/blog/2011/03/23/webcam-orientation-preview",
"title":"Technology preview from Opera"
},
{
"url":"http://docs.webplatform.org/wiki/dom/Navigator/getUserMedia",
"title":"WebPlatform Docs"
}

@@ -16,0 +16,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"http://dev.chromium.org/sts",
"title":"Strict Transport Security @ Chromium"
},
{
"url":"https://developer.mozilla.org/en-US/docs/Security/HTTP_Strict_Transport_Security",
"title":"Strict Transport Security @ Mozilla Developer Network"
},
{
"url":"http://dev.chromium.org/sts",
"title":"Strict Transport Security @ Chromium"
}

@@ -16,0 +16,0 @@ ],

@@ -24,4 +24,4 @@ {

"categories":[
"HTML5",
"CSS"
"CSS",
"HTML5"
],

@@ -28,0 +28,0 @@ "stats":{

@@ -18,4 +18,4 @@ {

"categories":[
"CSS3",
"SVG"
"SVG",
"CSS3"
],

@@ -22,0 +22,0 @@ "stats":{

@@ -8,4 +8,4 @@ {

{
"url":"http://docs.webplatform.org/wiki/svg/elements/filter",
"title":"WebPlatform Docs"
"url":"http://electricbeach.org/?p=950",
"title":"Experiments with filter effects"
},

@@ -17,4 +17,4 @@ {

{
"url":"http://electricbeach.org/?p=950",
"title":"Experiments with filter effects"
"url":"http://docs.webplatform.org/wiki/svg/elements/filter",
"title":"WebPlatform Docs"
}

@@ -21,0 +21,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html",
"title":"Filter Effects draft"
},
{
"url":"https://developer.mozilla.org/en/SVG/Tutorial/Other_content_in_SVG",

@@ -15,6 +19,2 @@ "title":"MDN Tutorial"

"title":"MDN Reference page"
},
{
"url":"https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html",
"title":"Filter Effects draft"
}

@@ -21,0 +21,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"http://hacks.mozilla.org/2010/05/firefox-4-the-html5-parser-inline-svg-speed-and-more/",
"title":"Mozilla Hacks blog post"
},
{
"url":"http://samples.msdn.microsoft.com/ietestcenter/html5/svghtml_harness.htm?url=SVG_HTML_Elements_001",
"title":"Test suite"
},
{
"url":"http://hacks.mozilla.org/2010/05/firefox-4-the-html5-parser-inline-svg-speed-and-more/",
"title":"Mozilla Hacks blog post"
}

@@ -23,4 +23,4 @@ ],

"categories":[
"HTML5",
"SVG"
"SVG",
"HTML5"
],

@@ -27,0 +27,0 @@ "stats":{

@@ -8,4 +8,4 @@ {

{
"url":"http://leunen.me/fakesmile/",
"title":"JS library to support SMIL in SVG"
"url":"https://developer.mozilla.org/en/SVG/SVG_animation_with_SMIL",
"title":"MDN article"
},

@@ -17,6 +17,2 @@ {

{
"url":"https://developer.mozilla.org/en/SVG/SVG_animation_with_SMIL",
"title":"MDN article"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/graphics.js#svg-smil",

@@ -28,2 +24,6 @@ "title":"has.js test"

"title":"Examples on SVG WOW"
},
{
"url":"http://leunen.me/fakesmile/",
"title":"JS library to support SMIL in SVG"
}

@@ -30,0 +30,0 @@ ],

@@ -8,2 +8,10 @@ {

{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/graphics.js#svg",
"title":"has.js test"
},
{
"url":"http://svg-wow.org/",
"title":"SVG showcase site"
},
{
"url":"http://en.wikipedia.org/wiki/Scalable_Vector_Graphics",

@@ -13,6 +21,2 @@ "title":"Wikipedia"

{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/graphics.js#svg",
"title":"has.js test"
},
{
"url":"http://svg-edit.googlecode.com",

@@ -26,6 +30,2 @@ "title":"Web-based SVG editor"

{
"url":"http://svg-wow.org/",
"title":"SVG showcase site"
},
{
"url":"http://www.alistapart.com/articles/using-svg-for-flexible-scalable-and-fun-backgrounds-part-i",

@@ -32,0 +32,0 @@ "title":"A List Apart article"

@@ -8,8 +8,8 @@ {

{
"url":"http://polymer-project.org",
"title":"Polymer project (polyfill & web compontents framework)"
},
{
"url":"http://www.html5rocks.com/en/tutorials/webcomponents/template/",
"title":"HTML5Rocks - HTML's New template Tag"
},
{
"url":"http://polymer-project.org",
"title":"Polymer project (polyfill & web compontents framework)"
}

@@ -16,0 +16,0 @@ ],

@@ -12,8 +12,8 @@ {

{
"url":"https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-color",
"title":"MDN Documentation for text-decoration-color"
},
{
"url":"https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-style",
"title":"MDN Documentation for text-decoration-style"
},
{
"url":"https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-color",
"title":"MDN Documentation for text-decoration-color"
}

@@ -20,0 +20,0 @@ ],

@@ -8,6 +8,10 @@ {

{
"url":"http://www.css3files.com/text/",
"title":"Information page"
"url":"https://raw.github.com/phiggins42/has.js/master/detect/css.js#css-text-overflow",
"title":"has.js test"
},
{
"url":"https://github.com/rmorse/AutoEllipsis",
"title":"jQuery polyfill for Firefox"
},
{
"url":"https://developer.mozilla.org/En/CSS/Text-overflow",

@@ -17,12 +21,8 @@ "title":"MDN article"

{
"url":"http://www.css3files.com/text/",
"title":"Information page"
},
{
"url":"http://docs.webplatform.org/wiki/css/properties/text-overflow",
"title":"WebPlatform Docs"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/css.js#css-text-overflow",
"title":"has.js test"
},
{
"url":"https://github.com/rmorse/AutoEllipsis",
"title":"jQuery polyfill for Firefox"
}

@@ -29,0 +29,0 @@ ],

@@ -12,2 +12,6 @@ {

{
"url":"http://www.quirksmode.org/mobile/tableTouch.html",
"title":"Detailed support tables"
},
{
"url":"http://schepers.cc/getintouch",

@@ -19,6 +23,2 @@ "title":"Information on the spec development"

"title":"Multi-touch demo"
},
{
"url":"http://www.quirksmode.org/mobile/tableTouch.html",
"title":"Detailed support tables"
}

@@ -25,0 +25,0 @@ ],

@@ -8,14 +8,6 @@ {

{
"url":"http://www.useragentman.com/IETransformsTranslator/",
"title":"Converter for IE"
"url":"http://www.css3files.com/transform/",
"title":"Information page"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/css.js#css-transform",
"title":"has.js test"
},
{
"url":"http://www.webresourcesdepot.com/cross-browser-css-transforms-csssandpaper/",
"title":"Workaround script for IE"
},
{
"url":"http://www.westciv.com/tools/transforms/",

@@ -29,8 +21,16 @@ "title":"Live editor"

{
"url":"http://www.css3files.com/transform/",
"title":"Information page"
"url":"http://www.useragentman.com/IETransformsTranslator/",
"title":"Converter for IE"
},
{
"url":"http://www.webresourcesdepot.com/cross-browser-css-transforms-csssandpaper/",
"title":"Workaround script for IE"
},
{
"url":"http://docs.webplatform.org/wiki/css/transforms/transform",
"title":"WebPlatform Docs"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/css.js#css-transform",
"title":"has.js test"
}

@@ -37,0 +37,0 @@ ],

@@ -16,2 +16,6 @@ {

{
"url":"http://css3.bradshawenterprises.com/flip/",
"title":"Multi-browser demo"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/css.js#css-transform",

@@ -21,6 +25,2 @@ "title":"has.js test"

{
"url":"http://css3.bradshawenterprises.com/flip/",
"title":"Multi-browser demo"
},
{
"url":"http://thewebrocks.com/demos/3D-css-tester/",

@@ -27,0 +27,0 @@ "title":"3D CSS Tester"

@@ -8,4 +8,4 @@ {

{
"url":"https://developer.mozilla.org/en-US/docs/CSS/user-select",
"title":"MDN article"
"url":"http://msdn.microsoft.com/en-us/library/ie/hh781492(v=vs.85).aspx",
"title":"MSDN Documentation"
},

@@ -17,4 +17,4 @@ {

{
"url":"http://msdn.microsoft.com/en-us/library/ie/hh781492(v=vs.85).aspx",
"title":"MSDN Documentation"
"url":"https://developer.mozilla.org/en-US/docs/CSS/user-select",
"title":"MDN article"
}

@@ -21,0 +21,0 @@ ],

@@ -12,8 +12,8 @@ {

{
"url":"http://www.html5rocks.com/en/tutorials/webperformance/usertiming/",
"title":"HTML5Rocks article"
},
{
"url":"https://gist.github.com/pmeenan/5902672",
"title":"Polyfill"
},
{
"url":"http://www.html5rocks.com/en/tutorials/webperformance/usertiming/",
"title":"HTML5Rocks article"
}

@@ -20,0 +20,0 @@ ],

@@ -8,2 +8,10 @@ {

{
"url":"http://docs.webplatform.org/wiki/html/elements/video",
"title":"WebPlatform Docs"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/video.js#video",
"title":"has.js test"
},
{
"url":"http://dev.opera.com/articles/view/everything-you-need-to-know-about-html5-video-and-audio/",

@@ -23,10 +31,2 @@ "title":"Detailed article on video/audio elements"

"title":"WebM format information"
},
{
"url":"http://docs.webplatform.org/wiki/html/elements/video",
"title":"WebPlatform Docs"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/video.js#video",
"title":"has.js test"
}

@@ -33,0 +33,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"http://css-tricks.com/viewport-sized-typography/",
"title":"Blog post"
},
{
"url":"https://github.com/saabi/vminpoly",
"title":"Polyfill"
},
{
"url":"http://css-tricks.com/viewport-sized-typography/",
"title":"Blog post"
}

@@ -16,0 +16,0 @@ ],

@@ -8,2 +8,10 @@ {

{
"url":"http://www.w3.org/WAI/intro/aria",
"title":"Information page"
},
{
"url":"http://en.wikipedia.org/wiki/WAI-ARIA",
"title":"Wikipedia"
},
{
"url":"http://www.alistapart.com/articles/the-accessibility-of-wai-aria/",

@@ -17,12 +25,4 @@ "title":"ALA Article"

{
"url":"http://www.w3.org/WAI/intro/aria",
"title":"Information page"
},
{
"url":"http://zufelt.ca/blog/are-you-confused-html5-and-wai-aria-yet",
"title":"HTML5/WAI-ARIA information"
},
{
"url":"http://en.wikipedia.org/wiki/WAI-ARIA",
"title":"Wikipedia"
}

@@ -29,0 +29,0 @@ ],

@@ -8,6 +8,2 @@ {

{
"url":"http://iewebgl.com/",
"title":"Polyfill for IE"
},
{
"url":"http://www.khronos.org/webgl/wiki/Tutorial",

@@ -17,2 +13,6 @@ "title":"Tutorial"

{
"url":"http://khronos.org/webgl/wiki/Getting_a_WebGL_Implementation",
"title":"Instructions on enabling WebGL"
},
{
"url":"http://hacks.mozilla.org/2009/12/webgl-draft-released-today/",

@@ -22,8 +22,8 @@ "title":"Firefox blog post"

{
"url":"http://khronos.org/webgl/wiki/Getting_a_WebGL_Implementation",
"title":"Instructions on enabling WebGL"
"url":"http://webkit.org/blog/603/webgl-now-available-in-webkit-nightlies/",
"title":"Webkit blog post"
},
{
"url":"http://webkit.org/blog/603/webgl-now-available-in-webkit-nightlies/",
"title":"Webkit blog post"
"url":"http://iewebgl.com/",
"title":"Polyfill for IE"
}

@@ -30,0 +30,0 @@ ],

@@ -16,6 +16,2 @@ {

{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/video.js#video-webm",
"title":"has.js test"
},
{
"url":"http://webmproject.org",

@@ -27,2 +23,6 @@ "title":"Officical website"

"title":"Codec for IE9 support"
},
{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/video.js#video-webm",
"title":"has.js test"
}

@@ -29,0 +29,0 @@ ],

@@ -12,2 +12,6 @@ {

{
"url":"http://webpjs.appspot.com/",
"title":"Polyfill for browsers with or without WebM support (i.e. IE6-IE9, Safari/iOS version 6.1 and below; Firefox versions 24 and bel"
},
{
"url":"http://antimatter15.github.io/weppy/demo.html",

@@ -17,6 +21,2 @@ "title":"Polyfill for browsers with WebM support"

{
"url":"http://webpjs.appspot.com/",
"title":"Polyfill for browsers with or without WebM support (i.e. IE6-IE9, Safari/iOS version 6.1 and below; Firefox versions 24 and bel"
},
{
"url":"http://libwebpjs.appspot.com/",

@@ -23,0 +23,0 @@ "title":"Decoder in JS"

@@ -8,6 +8,10 @@ {

{
"url":"http://updates.html5rocks.com/2011/08/What-s-different-in-the-new-WebSocket-protocol",
"title":"Details on newer protocol"
"url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-websockets",
"title":"has.js test"
},
{
"url":"http://en.wikipedia.org/wiki/WebSocket",
"title":"Wikipedia"
},
{
"url":"http://websocket.org/aboutwebsocket.html",

@@ -21,8 +25,4 @@ "title":"WebSockets information"

{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-websockets",
"title":"has.js test"
},
{
"url":"http://en.wikipedia.org/wiki/WebSocket",
"title":"Wikipedia"
"url":"http://updates.html5rocks.com/2011/08/What-s-different-in-the-new-WebSocket-protocol",
"title":"Details on newer protocol"
}

@@ -29,0 +29,0 @@ ],

@@ -8,8 +8,8 @@ {

{
"url":"http://dev.opera.com/articles/view/an-introduction-to-webvtt-and-track/",
"title":"An Introduction to WebVTT and track"
},
{
"url":"http://www.html5rocks.com/en/tutorials/track/basics/",
"title":"Getting Started With the Track Element"
},
{
"url":"http://dev.opera.com/articles/view/an-introduction-to-webvtt-and-track/",
"title":"An Introduction to WebVTT and track"
}

@@ -16,0 +16,0 @@ ],

@@ -12,2 +12,6 @@ {

{
"url":"http://nerget.com/rayjs-mt/rayjs.html",
"title":"Web Worker demo"
},
{
"url":"http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-web-workers/",

@@ -17,6 +21,2 @@ "title":"Tutorial"

{
"url":"http://nerget.com/rayjs-mt/rayjs.html",
"title":"Web Worker demo"
},
{
"url":"http://code.google.com/p/ie-web-worker/",

@@ -23,0 +23,0 @@ "title":"Polyfill for IE (single threaded)"

@@ -8,2 +8,6 @@ {

{
"url":"https://developer.mozilla.org/En/CSS/Word-wrap",
"title":"MDN article"
},
{
"url":"http://www.css3files.com/text/#wordwrap",

@@ -13,6 +17,2 @@ "title":"Information page"

{
"url":"https://developer.mozilla.org/En/CSS/Word-wrap",
"title":"MDN article"
},
{
"url":"http://docs.webplatform.org/wiki/css/properties/word-wrap",

@@ -19,0 +19,0 @@ "title":"WebPlatform Docs"

@@ -8,2 +8,6 @@ {

{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-crosswindowmessaging",
"title":"has.js test"
},
{
"url":"http://html5demos.com/postmessage2",

@@ -13,6 +17,2 @@ "title":"Simple demo"

{
"url":"https://developer.mozilla.org/en/DOM/window.postMessage",
"title":"MDN article"
},
{
"url":"http://docs.webplatform.org/wiki/apis/web-messaging/MessagePort/postMessage",

@@ -22,4 +22,4 @@ "title":"WebPlatform Docs"

{
"url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-crosswindowmessaging",
"title":"has.js test"
"url":"https://developer.mozilla.org/en/DOM/window.postMessage",
"title":"MDN article"
}

@@ -26,0 +26,0 @@ ],

@@ -8,2 +8,6 @@ {

{
"url":"http://en.wikipedia.org/wiki/XHTML",
"title":"Wikipedia"
},
{
"url":"http://docs.webplatform.org/wiki/concepts/internet_and_web/the_web_standards_model#What_is_XHTML.3F",

@@ -13,6 +17,2 @@ "title":"WebPlatform Docs"

{
"url":"http://en.wikipedia.org/wiki/XHTML",
"title":"Wikipedia"
},
{
"url":"http://www.xmlplease.com/xhtml/xhtml5polyglot/",

@@ -19,0 +19,0 @@ "title":"Information on XHTML5"

{
"name": "caniuse-db",
"version": "1.0.20140331",
"version": "1.0.20140401",
"description": "Raw browser/feature support data from caniuse.com",

@@ -5,0 +5,0 @@ "keywords": ["support", "css", "js", "html5", "svg"],

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc