Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: Add CustomElementRegistry platform support #623

Merged
merged 10 commits into from
Dec 3, 2017
65 changes: 65 additions & 0 deletions api/CustomElementRegistry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"api": {
"CustomElementRegistry": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CustomElementRegistry",
"support": {
"webview_android": {
"version_added": "56",
"notes": "Supports 'Autonomous custom elements' but not 'Customized built-in elements'"
},
"chrome": {
"version_added": "54",
"notes": "Supports 'Autonomous custom elements' but not 'Customized built-in elements'"
},
"chrome_android": {
"version_added": "61",
"notes": "Supports 'Autonomous custom elements' but not 'Customized built-in elements'"
},
"edge": {
"version_added": false,
"notes": "Under consideration"
},
"edge_mobile": {
"version_added": false,
"notes": "Under consideration"
},
"firefox": {
"version_added": true,
"flag": {
"type": "preference",
"name": "dom.webcomponents.enabled",
"value_to_set": "true"
}
},
"ie": {
"version_added": false
},
"ie_mobile": {
"version_added": false
},
"opera": {
"version_added": "41",
"notes": "Supports 'Autonomous custom elements' but not 'Customized built-in elements'"
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": "10.1",
"notes": "Supports 'Autonomous custom elements' but not 'Customized built-in elements'"
},
"safari_ios": {
"version_added": "10.1",
"notes": "Supports 'Autonomous custom elements' but not 'Customized built-in elements'"
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}