Skip to content

Commit

Permalink
Update View Transition API data (update Safari support, add Firefox i…
Browse files Browse the repository at this point in the history
…mpl_url, remove outdated impl_url) (#24883)

* Add Safari impl_url for View Transition API

* Apply suggestions from code review
  • Loading branch information
skyclouds2001 authored Nov 12, 2024
1 parent 1c96ab7 commit 4b8b1e0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
3 changes: 1 addition & 2 deletions api/PageRevealEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"spec_url": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pagerevealevent-interface",
"support": {
"chrome": {
"version_added": "123",
"impl_url": "https://crbug.com/40276316"
"version_added": "123"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down
6 changes: 2 additions & 4 deletions api/PageSwapEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"spec_url": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#the-pageswapevent-interface",
"support": {
"chrome": {
"version_added": "124",
"impl_url": "https://crbug.com/41495176"
"version_added": "124"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down Expand Up @@ -78,8 +77,7 @@
"spec_url": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-pageswapevent-activation",
"support": {
"chrome": {
"version_added": "124",
"impl_url": "https://crbug.com/41495176"
"version_added": "124"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down
10 changes: 4 additions & 6 deletions api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -3839,8 +3839,7 @@
"spec_url": "https://html.spec.whatwg.org/multipage/indices.html#event-pagereveal",
"support": {
"chrome": {
"version_added": "123",
"impl_url": "https://crbug.com/40276316"
"version_added": "123"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand All @@ -3856,7 +3855,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "18.2"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down Expand Up @@ -3917,8 +3916,7 @@
"spec_url": "https://html.spec.whatwg.org/multipage/indices.html#event-pageswap",
"support": {
"chrome": {
"version_added": "124",
"impl_url": "https://crbug.com/41495176"
"version_added": "124"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand All @@ -3934,7 +3932,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "18.2"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
6 changes: 3 additions & 3 deletions css/at-rules/view-transition.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"spec_url": "https://drafts.csswg.org/css-view-transitions-2/#view-transition-rule",
"support": {
"chrome": {
"version_added": "126",
"impl_url": "https://crbug.com/40067219"
"version_added": "126"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": false,
"impl_url": "https://bugzil.la/1860854"
},
"firefox_android": "mirror",
"ie": {
Expand Down

0 comments on commit 4b8b1e0

Please sign in to comment.