Skip to content

Commit

Permalink
Updates for Chrome 121 beta (mdn#21603)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Dec 18, 2023
1 parent 61d1d52 commit e90b87e
Show file tree
Hide file tree
Showing 11 changed files with 1,554 additions and 12 deletions.
13 changes: 4 additions & 9 deletions api/CSSImportRule.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@
"spec_url": "https://drafts.csswg.org/cssom/#dom-cssimportrule-supportstext",
"support": {
"chrome": {
"version_added": false,
"impl_url": "https://crbug.com/1380321"
"version_added": "121"
},
"chrome_android": "mirror",
"edge": {
Expand All @@ -217,12 +216,8 @@
"version_added": false
},
"oculus": "mirror",
"opera": {
"version_added": false
},
"opera_android": {
"version_added": false
},
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false,
"impl_url": "https://webkit.org/b/256180"
Expand All @@ -232,7 +227,7 @@
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
157 changes: 157 additions & 0 deletions api/CharacterBoundsUpdateEvent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
{
"api": {
"CharacterBoundsUpdateEvent": {
"__compat": {
"spec_url": "https://w3c.github.io/edit-context/#dom-characterboundsupdateevent",
"tags": [
"web-features:edit-context"
],
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
},
"CharacterBoundsUpdateEvent": {
"__compat": {
"description": "<code>CharacterBoundsUpdateEvent()</code> constructor",
"spec_url": "https://w3c.github.io/edit-context/#dom-characterboundsupdateevent-constructor",
"tags": [
"web-features:edit-context"
],
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"rangeEnd": {
"__compat": {
"spec_url": "https://w3c.github.io/edit-context/#dom-characterboundsupdateevent-rangestart",
"tags": [
"web-features:edit-context"
],
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"rangeStart": {
"__compat": {
"spec_url": "https://w3c.github.io/edit-context/#dom-characterboundsupdateevent-rangestart",
"tags": [
"web-features:edit-context"
],
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
35 changes: 35 additions & 0 deletions api/ClipboardItem.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,41 @@
}
}
},
"supports_static": {
"__compat": {
"spec_url": "https://w3c.github.io/clipboard-apis/#dom-clipboarditem-supports",
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"types": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ClipboardItem/types",
Expand Down
Loading

0 comments on commit e90b87e

Please sign in to comment.