Skip to content

Commit

Permalink
Updates for Chrome 123 beta (#22280)
Browse files Browse the repository at this point in the history
* Updates for Chrome 123 beta

* Revert CSSKeyframesRule.json
  • Loading branch information
Elchi3 authored Mar 4, 2024
1 parent b76bd96 commit df1bdab
Show file tree
Hide file tree
Showing 7 changed files with 1,081 additions and 0 deletions.
36 changes: 36 additions & 0 deletions api/Navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,42 @@
"deprecated": false
}
},
"activation": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-navigation-activation",
"tags": [
"web-features:navigation-activation"
],
"support": {
"chrome": {
"version_added": "123"
},
"chrome_android": "mirror",
"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
}
}
},
"back": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigation/back",
Expand Down
148 changes: 148 additions & 0 deletions api/NavigationActivation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
{
"api": {
"NavigationActivation": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigationactivation",
"tags": [
"web-features:navigation-activation"
],
"support": {
"chrome": {
"version_added": "123"
},
"chrome_android": "mirror",
"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
}
},
"entry": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-navigationactivation-entry",
"tags": [
"web-features:navigation-activation"
],
"support": {
"chrome": {
"version_added": "123"
},
"chrome_android": "mirror",
"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
}
}
},
"from": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-navigationactivation-from",
"tags": [
"web-features:navigation-activation"
],
"support": {
"chrome": {
"version_added": "123"
},
"chrome_android": "mirror",
"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
}
}
},
"navigationType": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-navigationactivation-navigationtype",
"tags": [
"web-features:navigation-activation"
],
"support": {
"chrome": {
"version_added": "123"
},
"chrome_android": "mirror",
"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
}
}
}
}
}
}
37 changes: 37 additions & 0 deletions api/PageRevealEvent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"api": {
"PageRevealEvent": {
"__compat": {
"spec_url": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagerevealevent-interface",
"support": {
"chrome": {
"version_added": "123"
},
"chrome_android": "mirror",
"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
}
}
}
}
}
Loading

0 comments on commit df1bdab

Please sign in to comment.