diff options
Diffstat (limited to 'node_modules/caniuse-db/features-json/audio.json')
| -rw-r--r-- | node_modules/caniuse-db/features-json/audio.json | 373 |
1 files changed, 373 insertions, 0 deletions
diff --git a/node_modules/caniuse-db/features-json/audio.json b/node_modules/caniuse-db/features-json/audio.json new file mode 100644 index 00000000..17c0835f --- /dev/null +++ b/node_modules/caniuse-db/features-json/audio.json @@ -0,0 +1,373 @@ +{ + "title":"Audio element", + "description":"Method of playing sound on webpages (without requiring a plug-in). Includes support for the following media properties: `currentSrc`, `currentTime`, `paused`, `playbackRate`, `buffered`, `duration`, `played`, `seekable`, `ended`, `autoplay`, `loop`, `controls`, `volume` & `muted`", + "spec":"https://html.spec.whatwg.org/multipage/embedded-content.html#the-audio-element", + "status":"ls", + "links":[ + { + "url":"http://html5doctor.com/native-audio-in-the-browser/", + "title":"HTML5 Doctor article" + }, + { + "url":"https://dev.opera.com/articles/view/everything-you-need-to-know-about-html5-video-and-audio/", + "title":"Detailed article on video/audio elements" + }, + { + "url":"http://www.jplayer.org/latest/demos/", + "title":"Demos of audio player that uses the audio element" + }, + { + "url":"http://24ways.org/2010/the-state-of-html5-audio", + "title":"Detailed article on support" + }, + { + "url":"http://textopia.org/androidsoundformats.html", + "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", + "title":"has.js test" + }, + { + "url":"https://www.webplatform.org/docs/html/elements/audio", + "title":"WebPlatform Docs" + } + ], + "bugs":[ + { + "description":"Volume is read-only on iOS." + }, + { + "description":"[iOS](https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/Device-SpecificConsiderations/Device-SpecificConsiderations.html) and [Chrome on Android](https://code.google.com/p/chromium/issues/detail?id=178297) do not support autoplay as advised by the specification." + }, + { + "description":"On iOS the [`ended` event is not fired](https://bugs.webkit.org/show_bug.cgi?id=173332) when the screen is off or the browser is in the background (meaning that e.g. `src` cannot be changed)." + } + ], + "categories":[ + "HTML5" + ], + "stats":{ + "ie":{ + "5.5":"n", + "6":"n", + "7":"n", + "8":"n", + "9":"y", + "10":"y", + "11":"y" + }, + "edge":{ + "12":"y", + "13":"y", + "14":"y", + "15":"y", + "16":"y", + "17":"y", + "18":"y" + }, + "firefox":{ + "2":"n", + "3":"n", + "3.5":"a #1", + "3.6":"a #1", + "4":"a #1", + "5":"a #1", + "6":"a #1", + "7":"a #1", + "8":"a #1", + "9":"a #1", + "10":"a #1", + "11":"a #1", + "12":"a #1", + "13":"a #1", + "14":"a #1", + "15":"a #1", + "16":"a #1", + "17":"a #1", + "18":"a #1", + "19":"a #1", + "20":"y", + "21":"y", + "22":"y", + "23":"y", + "24":"y", + "25":"y", + "26":"y", + "27":"y", + "28":"y", + "29":"y", + "30":"y", + "31":"y", + "32":"y", + "33":"y", + "34":"y", + "35":"y", + "36":"y", + "37":"y", + "38":"y", + "39":"y", + "40":"y", + "41":"y", + "42":"y", + "43":"y", + "44":"y", + "45":"y", + "46":"y", + "47":"y", + "48":"y", + "49":"y", + "50":"y", + "51":"y", + "52":"y", + "53":"y", + "54":"y", + "55":"y", + "56":"y", + "57":"y", + "58":"y", + "59":"y", + "60":"y", + "61":"y", + "62":"y", + "63":"y", + "64":"y", + "65":"y" + }, + "chrome":{ + "4":"y", + "5":"y", + "6":"y", + "7":"y", + "8":"y", + "9":"y", + "10":"y", + "11":"y", + "12":"y", + "13":"y", + "14":"y", + "15":"y", + "16":"y", + "17":"y", + "18":"y", + "19":"y", + "20":"y", + "21":"y", + "22":"y", + "23":"y", + "24":"y", + "25":"y", + "26":"y", + "27":"y", + "28":"y", + "29":"y", + "30":"y", + "31":"y", + "32":"y", + "33":"y", + "34":"y", + "35":"y", + "36":"y", + "37":"y", + "38":"y", + "39":"y", + "40":"y", + "41":"y", + "42":"y", + "43":"y", + "44":"y", + "45":"y", + "46":"y", + "47":"y", + "48":"y", + "49":"y", + "50":"y", + "51":"y", + "52":"y", + "53":"y", + "54":"y", + "55":"y", + "56":"y", + "57":"y", + "58":"y", + "59":"y", + "60":"y", + "61":"y", + "62":"y", + "63":"y", + "64":"y", + "65":"y", + "66":"y", + "67":"y", + "68":"y", + "69":"y", + "70":"y", + "71":"y", + "72":"y", + "73":"y" + }, + "safari":{ + "3.1":"n", + "3.2":"n", + "4":"y", + "5":"y", + "5.1":"y", + "6":"y", + "6.1":"y", + "7":"y", + "7.1":"y", + "8":"y", + "9":"y", + "9.1":"y", + "10":"y", + "10.1":"y", + "11":"y", + "11.1":"y", + "12":"y", + "TP":"y" + }, + "opera":{ + "9":"n", + "9.5-9.6":"a", + "10.0-10.1":"a", + "10.5":"y", + "10.6":"y", + "11":"y", + "11.1":"y", + "11.5":"y", + "11.6":"y", + "12":"y", + "12.1":"y", + "15":"y", + "16":"y", + "17":"y", + "18":"y", + "19":"y", + "20":"y", + "21":"y", + "22":"y", + "23":"y", + "24":"y", + "25":"y", + "26":"y", + "27":"y", + "28":"y", + "29":"y", + "30":"y", + "31":"y", + "32":"y", + "33":"y", + "34":"y", + "35":"y", + "36":"y", + "37":"y", + "38":"y", + "39":"y", + "40":"y", + "41":"y", + "42":"y", + "43":"y", + "44":"y", + "45":"y", + "46":"y", + "47":"y", + "48":"y", + "49":"y", + "50":"y", + "51":"y", + "52":"y", + "53":"y", + "54":"y", + "55":"y", + "56":"y" + }, + "ios_saf":{ + "3.2":"n", + "4.0-4.1":"y", + "4.2-4.3":"y", + "5.0-5.1":"y", + "6.0-6.1":"y", + "7.0-7.1":"y", + "8":"y", + "8.1-8.4":"y", + "9.0-9.2":"y", + "9.3":"y", + "10.0-10.2":"y", + "10.3":"y", + "11.0-11.2":"y", + "11.3-11.4":"y", + "12":"y" + }, + "op_mini":{ + "all":"n" + }, + "android":{ + "2.1":"n", + "2.2":"n", + "2.3":"y", + "3":"y", + "4":"y", + "4.1":"y", + "4.2-4.3":"y", + "4.4":"y", + "4.4.3-4.4.4":"y", + "67":"y" + }, + "bb":{ + "7":"y", + "10":"y" + }, + "op_mob":{ + "10":"n", + "11":"y", + "11.1":"y", + "11.5":"y", + "12":"y", + "12.1":"y", + "46":"y" + }, + "and_chr":{ + "69":"y" + }, + "and_ff":{ + "62":"y" + }, + "ie_mob":{ + "10":"y", + "11":"y" + }, + "and_uc":{ + "11.8":"y" + }, + "samsung":{ + "4":"y", + "5":"y", + "6.2":"y", + "7.2":"y" + }, + "and_qq":{ + "1.2":"y" + }, + "baidu":{ + "7.12":"y" + } + }, + "notes":"", + "notes_by_num":{ + "1":"Old Firefox versions were missing support for some properties: `loop` was added in v11, `played` in v15, `playbackRate` in v20." + }, + "usage_perc_y":93.66, + "usage_perc_a":0.13, + "ucprefix":false, + "parent":"", + "keywords":"<audio>", + "ie_id":"", + "chrome_id":"", + "firefox_id":"", + "webkit_id":"", + "shown":true +} |
