WebKit / standards-positions

WebKit's positions on emerging web specifications
https://webkit.org/standards-positions/
240 stars 18 forks source link

Navigation Activation #282

Open noamr opened 7 months ago

noamr commented 7 months ago

WebKittens

No response

Title of the spec

Navigation Activation

URL to the spec

https://github.com/whatwg/html/pull/9856

URL to the spec's repository

No response

Issue Tracker URL

https://github.com/whatwg/html/

Explainer URL

No response

TAG Design Review URL

No response

Mozilla standards-positions issue URL

https://github.com/mozilla/standards-positions/issues/928

WebKit Bugzilla URL

https://bugs.webkit.org/show_bug.cgi?id=258384

Radar URL

rdar://problem/111490471

Description

NavigationActivation is not its own spec, but rather a somewhat isolated part of the navigation API, that's specifically useful for cross-document view transitions. It gives you some useful information about the most recent cross-document navigation - the original URL, the new URL, and the navigation type.

I put a link to the existing navigation API bugzilla, happy to create a new bug for this if requested.