Allow the 'auto' keyword as a value for the 'view-transition-name' CSS property. This generates a unique name for the element, and reduces the burden of having to invent unique names for participating elements.
Reducing the burden of inventing unique names for view transitions has been a major complaint around view transitions. One of the major use cases was this was single-page transitions, such as animated grid sorting, where the elements remain stable but use view transitions to animate their states. By using 'view-transition-name: auto' we leave the name generation to the browser in those cases.
None
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
None
None
No milestones specified