diff --git a/css-view-transitions-2/Overview.bs b/css-view-transitions-2/Overview.bs
index 77ac452807a..e23107a56f3 100644
--- a/css-view-transitions-2/Overview.bs
+++ b/css-view-transitions-2/Overview.bs
@@ -537,6 +537,27 @@ spec:css2; type:dfn; text:viewport
: none
:: The [=/element=] will not participate independently in a view transition.
+ : match-element
+ :: The [=/element=] will participate in the transition
+ with a user-agent generated name that is unique to the [=/element=].
+
+
+ ```html
+
+
Card 1
+
Card 2
+ ```
+ In this example, both `#e1` and `#e2` participate in the transition and match against
+ themselves: `#e1` matches with `#e1` and `#e2` matches with `#e2` since they have unique
+ persistent names. In effect, this allows view transition to animate the visual change
+ in several elements with a simple rule.
+
+
+
: <>
:: The [=/element=] participates independently in a view transition--
as either an old or new [=/element=]--
@@ -544,7 +565,7 @@ spec:css2; type:dfn; text:viewport
Each [=view transition name=] is a [=tree-scoped name=].
- The values none, auto, and match-element are excluded from <> here.
+ The values none, and auto, excluded from <> here.
Note: If this name is not unique
(i.e. if two elements simultaneously specify the same [=view transition name=])