Open
Description
In #8320 we resolved to add view-transition-name
keywords that automatically generate names for view transitions.
We currently have the following:
match-element
: means we will use element identity to match elementsauto
: means we will use theid
attribute if one is available, and otherwise fall back tomatch-element
behavior.id
will also not match against explicitview-transition-name: <ident>
form.
There is pushback against auto
value in that it can cause developer mistakes and confusion. @jakearchibald summarized the issue well on the TAG review. The discussion that follows points to the fact that we should reconsider auto
as the keyword name.
I believe the behavior is still useful, but would like the group to revisit the name specifically.
I don't have great suggestions right now, so trying to source ideas here.