Skip to content
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

fix: CSS View Transitions module, the View Transition API #37276

Merged

Conversation

bsmth
Copy link
Member

@bsmth bsmth commented Dec 19, 2024

Description

As noted in the linked issue

  • The CSS module is "CSS View Transitions"
  • The API is the "View Transition API"

This PR does the following renaming:

  • the View Transitions API -> the View Transition API

Additional details

This module defines the View Transition API, along with associated properties and pseudo-elements, which allows developers to create animated visual transitions representing changes in the document state.

Related issues and pull requests

Fixes #37265

@bsmth bsmth requested review from a team as code owners December 19, 2024 12:36
@bsmth bsmth requested review from sideshowbarker, chrisdavidmills and pepelsbey and removed request for a team December 19, 2024 12:36
@github-actions github-actions bot added Content:CSS Cascading Style Sheets docs Content:HTML Hypertext Markup Language docs Content:WebAPI Web API docs size/m [PR only] 51-500 LoC changed labels Dec 19, 2024
Copy link
Contributor

Preview URLs (32 pages)
Flaws (8)

Note! 29 documents with no flaws that don't need to be listed. 🎉

URL: /en-US/docs/Web/API/Document
Title: Document
Flaw count: 6

  • macros:
    • /en-US/docs/Web/API/Document/xmlStandalone does not exist
    • /en-US/docs/Web/API/Document/captureEvents does not exist
    • /en-US/docs/Web/API/Document/getBoxQuads does not exist
    • /en-US/docs/Web/API/Document/releaseEvents does not exist
    • /en-US/docs/Web/API/Document/queryCommandIndeterm does not exist
    • and 1 more flaws omitted

URL: /en-US/docs/Web/CSS/@view-transition
Title: @view-transition
Flaw count: 1

  • macros:
    • /en-US/docs/Web/CSS/@keyframe does not exist

URL: /en-US/docs/Web/CSS/CSS_view_transitions
Title: CSS view transitions
Flaw count: 1

  • macros:
    • /en-US/docs/Web/API/CSSViewTransitionRule does not exist
External URLs (17)

URL: /en-US/docs/Web/API/ViewTransition
Title: ViewTransition


URL: /en-US/docs/Web/API/ViewTransition/skipTransition
Title: ViewTransition: skipTransition() method


URL: /en-US/docs/Web/API/ViewTransition/finished
Title: ViewTransition: finished property


URL: /en-US/docs/Web/API/ViewTransition/ready
Title: ViewTransition: ready property


URL: /en-US/docs/Web/API/ViewTransition/updateCallbackDone
Title: ViewTransition: updateCallbackDone property


URL: /en-US/docs/Web/API/Document/startViewTransition
Title: Document: startViewTransition() method


URL: /en-US/docs/Web/API/View_Transition_API
Title: View Transition API


URL: /en-US/docs/Web/API/View_Transition_API/Using
Title: Using the View Transition API


URL: /en-US/docs/Web/CSS/::view-transition-image-pair
Title: ::view-transition-image-pair


URL: /en-US/docs/Web/CSS/::view-transition-old
Title: ::view-transition-old


URL: /en-US/docs/Web/CSS/::view-transition-new
Title: ::view-transition-new


URL: /en-US/docs/Web/CSS/view-transition-name
Title: view-transition-name


URL: /en-US/docs/Web/CSS/::view-transition
Title: ::view-transition


URL: /en-US/docs/Web/CSS/::view-transition-group
Title: ::view-transition-group

Copy link
Collaborator

@hamishwillee hamishwillee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. What a pain - such an easy mistake to make though. I still get Permission(s) Policy and Permission (s) API confused with the plural and have to check it each time.

@hamishwillee hamishwillee merged commit 3a95c23 into mdn:main Dec 19, 2024
8 checks passed
allan-bonadio pushed a commit to allan-bonadio/content that referenced this pull request Dec 25, 2024
* fix: CSS View Transitions module, the View Transition API

* fix: CSS View Transitions module, the View Transition API

* fix: CSS View Transitions module, the View Transition API

* fix: CSS View Transitions module, the View Transition API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:CSS Cascading Style Sheets docs Content:HTML Hypertext Markup Language docs Content:WebAPI Web API docs size/m [PR only] 51-500 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

It’s called the “View Transition API”, not “View Transitions API”
2 participants