-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add data for cross-document view transitions features (#22638)
* Add data for cross-document view transitions features * Update css/at-rules/view-transition.json Co-authored-by: Florian Scholz <[email protected]> * Add flag information to features coming up as unsupported in the collector * Add flag information to PageRevealEvent --------- Co-authored-by: Florian Scholz <[email protected]>
- Loading branch information
1 parent
362fdbe
commit ef25c98
Showing
6 changed files
with
411 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,169 @@ | ||
{ | ||
"api": { | ||
"PageSwapEvent": { | ||
"__compat": { | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PageSwapEvent", | ||
"spec_url": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pageswapevent-interface", | ||
"support": { | ||
"chrome": { | ||
"version_added": "124", | ||
"flags": [ | ||
{ | ||
"type": "preference", | ||
"name": "viewTransition API for navigations", | ||
"value_to_set": "Enabled" | ||
} | ||
] | ||
}, | ||
"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 | ||
} | ||
}, | ||
"PageSwapEvent": { | ||
"__compat": { | ||
"description": "<code>PageSwapEvent()</code> constructor", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PageSwapEvent/PageSwapEvent", | ||
"spec_url": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pageswapevent-interface", | ||
"support": { | ||
"chrome": { | ||
"version_added": "124", | ||
"flags": [ | ||
{ | ||
"type": "preference", | ||
"name": "viewTransition API for navigations", | ||
"value_to_set": "Enabled" | ||
} | ||
] | ||
}, | ||
"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 | ||
} | ||
} | ||
}, | ||
"activation": { | ||
"__compat": { | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PageSwapEvent/activation", | ||
"spec_url": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-pageswapevent-activation", | ||
"support": { | ||
"chrome": { | ||
"version_added": "124", | ||
"flags": [ | ||
{ | ||
"type": "preference", | ||
"name": "viewTransition API for navigations", | ||
"value_to_set": "Enabled" | ||
} | ||
] | ||
}, | ||
"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 | ||
} | ||
} | ||
}, | ||
"viewTransition": { | ||
"__compat": { | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PageSwapEvent/viewTransition", | ||
"spec_url": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-pageswapevent-viewtransition", | ||
"support": { | ||
"chrome": { | ||
"version_added": "124", | ||
"flags": [ | ||
{ | ||
"type": "preference", | ||
"name": "viewTransition API for navigations", | ||
"value_to_set": "Enabled" | ||
} | ||
] | ||
}, | ||
"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 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.