notes/node_modules/caniuse-db/features-json/custom-elementsv1.json

303 lines
5.4 KiB
JSON

{
"title":"Custom Elements v1",
"description":"Method of defining new HTML tags.",
"spec":"https://html.spec.whatwg.org/multipage/scripting.html#custom-elements",
"status":"ls",
"links":[
{
"url":"https://bugzilla.mozilla.org/show_bug.cgi?id=889230",
"title":"Firefox tracking bug: Implement Custom Elements (from Web Components)"
},
{
"url":"http://status.modern.ie/customelements",
"title":"IE Web Platform Status and Roadmap: Custom Elements"
},
{
"url":"https://developers.google.com/web/fundamentals/primers/customelements/",
"title":"Google Developers - Custom elements v1: reusable web components"
},
{
"url":"https://github.com/webcomponents/webcomponentsjs/tree/v1/src/CustomElements/v1",
"title":"customElements.define polyfill"
},
{
"url":"https://webkit.org/blog/7027/introducing-custom-elements/",
"title":"WebKit Blog: Introducing Custom Elements"
}
],
"bugs":[
],
"categories":[
"DOM",
"HTML5"
],
"stats":{
"ie":{
"5.5":"n",
"6":"n",
"7":"n",
"8":"n",
"9":"n",
"10":"p",
"11":"p"
},
"edge":{
"12":"p",
"13":"p",
"14":"p",
"15":"p"
},
"firefox":{
"2":"n",
"3":"n",
"3.5":"n",
"3.6":"n",
"4":"n",
"5":"n",
"6":"n",
"7":"n",
"8":"n",
"9":"n",
"10":"n",
"11":"n",
"12":"n",
"13":"n",
"14":"n",
"15":"n",
"16":"n",
"17":"n",
"18":"n",
"19":"n",
"20":"n",
"21":"n",
"22":"n",
"23":"n",
"24":"n",
"25":"n",
"26":"n",
"27":"n",
"28":"n",
"29":"n",
"30":"p",
"31":"p",
"32":"p",
"33":"p",
"34":"p",
"35":"p",
"36":"p",
"37":"p",
"38":"p",
"39":"p",
"40":"p",
"41":"p",
"42":"p",
"43":"p",
"44":"p",
"45":"p",
"46":"p",
"47":"p",
"48":"p",
"49":"p",
"50":"p",
"51":"p",
"52":"p",
"53":"p",
"54":"p"
},
"chrome":{
"4":"n",
"5":"n",
"6":"n",
"7":"n",
"8":"n",
"9":"n",
"10":"n",
"11":"n",
"12":"n",
"13":"n",
"14":"n",
"15":"n",
"16":"n",
"17":"n",
"18":"n",
"19":"n",
"20":"n",
"21":"n",
"22":"n",
"23":"n",
"24":"n",
"25":"n",
"26":"n",
"27":"n",
"28":"n",
"29":"n",
"30":"n",
"31":"n",
"32":"n",
"33":"n",
"34":"n",
"35":"n",
"36":"n",
"37":"n",
"38":"n",
"39":"n",
"40":"n",
"41":"n",
"42":"n",
"43":"n",
"44":"n",
"45":"n",
"46":"n",
"47":"n",
"48":"n",
"49":"n",
"50":"n",
"51":"n",
"52":"p",
"53":"p",
"54":"y",
"55":"y",
"56":"y",
"57":"y",
"58":"y",
"59":"y"
},
"safari":{
"3.1":"n",
"3.2":"n",
"4":"n",
"5":"n",
"5.1":"n",
"6":"n",
"6.1":"n",
"7":"n",
"7.1":"n",
"8":"p",
"9":"p",
"9.1":"p",
"10":"p",
"10.1":"y",
"TP":"y"
},
"opera":{
"9":"n",
"9.5-9.6":"n",
"10.0-10.1":"n",
"10.5":"n",
"10.6":"n",
"11":"n",
"11.1":"n",
"11.5":"n",
"11.6":"n",
"12":"n",
"12.1":"n",
"15":"n",
"16":"n",
"17":"n",
"18":"n",
"19":"n",
"20":"n",
"21":"n",
"22":"n",
"23":"n",
"24":"n",
"25":"n",
"26":"n",
"27":"n",
"28":"n",
"29":"n",
"30":"n",
"31":"n",
"32":"n",
"33":"n",
"34":"n",
"35":"n",
"36":"n",
"37":"n",
"38":"n",
"39":"n",
"40":"n",
"41":"y",
"42":"y",
"43":"y",
"44":"y",
"45":"y"
},
"ios_saf":{
"3.2":"n",
"4.0-4.1":"n",
"4.2-4.3":"n",
"5.0-5.1":"n",
"6.0-6.1":"n",
"7.0-7.1":"n",
"8":"n",
"8.1-8.4":"n",
"9.0-9.2":"n",
"9.3":"n",
"10.0-10.2":"n"
},
"op_mini":{
"all":"n"
},
"android":{
"2.1":"n",
"2.2":"n",
"2.3":"n",
"3":"n",
"4":"n",
"4.1":"n",
"4.2-4.3":"n",
"4.4":"n",
"4.4.3-4.4.4":"n",
"53":"n"
},
"bb":{
"7":"n",
"10":"n"
},
"op_mob":{
"10":"n",
"11":"n",
"11.1":"n",
"11.5":"n",
"12":"n",
"12.1":"n",
"37":"n"
},
"and_chr":{
"56":"y"
},
"and_ff":{
"51":"p"
},
"ie_mob":{
"10":"n",
"11":"n"
},
"and_uc":{
"11":"n"
},
"samsung":{
"4":"n"
},
"and_qq":{
"1.2":"p"
}
},
"notes":"Chrome 36+/Opera 20+ implemented a previous version of Custom Elements (v0) that used `.registerElement()`. Other browsers are implementing v1, `window.customElements.define()`.",
"notes_by_num":{
"1":"Can be enabled via the \"Experimental Features\" developer menu"
},
"usage_perc_y":48.76,
"usage_perc_a":0,
"ucprefix":false,
"parent":"",
"keywords":"web components,custom elements",
"ie_id":"customelements",
"chrome_id":"4696261944934400",
"firefox_id":"custom-elements",
"webkit_id":"feature-custom-elements",
"shown":true
}