-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editorial review: cross-document view transitions #34118
Editorial review: cross-document view transitions #34118
Conversation
…idmills/content into cross-document-view-transitions
Co-authored-by: dawei-wang <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This pull request has merge conflicts that must be resolved before it can be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Impressive, as usual :) There are several minor suggestions, among them:
- bfcache → back/forward cache: It’s a fairly new term well-known mostly to browser engineers and performance pros. I’d use the full name for better clarity.
- Chrome Dev Rel → Chrome DevRel: it’s quite a common abbreviation.
Co-authored-by: Vadim Makeev <[email protected]>
Co-authored-by: Vadim Makeev <[email protected]>
Co-authored-by: Vadim Makeev <[email protected]>
Co-authored-by: Vadim Makeev <[email protected]>
Co-authored-by: Vadim Makeev <[email protected]>
Co-authored-by: Vadim Makeev <[email protected]>
Co-authored-by: Vadim Makeev <[email protected]>
Co-authored-by: Vadim Makeev <[email protected]>
Co-authored-by: Vadim Makeev <[email protected]>
Co-authored-by: Vadim Makeev <[email protected]>
Co-authored-by: Vadim Makeev <[email protected]>
Co-authored-by: Vadim Makeev <[email protected]>
Co-authored-by: Vadim Makeev <[email protected]>
Co-authored-by: Vadim Makeev <[email protected]>
Co-authored-by: Vadim Makeev <[email protected]>
@pepelsbey Thanks for the review Vadders! Let me know if you think anything else is needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks :)
Description
Background information
#32723 contains the engineering technical review for my work on cross-document view transitions docs, which has been completed and approved. Thank you to @bramus for your thorough and detailed review work.
This is a new PR based on the same branch, which is intended to contain the editorial review for the same work.
Description
Chrome 123/124 includes features required for developers to create cross-document View Transitions. This includes:
PageRevealEvent
interfacepagereveal
eventPageSwapEvent
interfacepageswap
eventNavigationActivation
interface@view-transition
at rule<link rel="expect">
This PR adds content for all of these. In addition, it:
Related ChromeStatus entries:
Motivation
Additional details
Related issues and pull requests