From 51869ae77beaa91e3b90e45e3046ba2bfc9530b3 Mon Sep 17 00:00:00 2001
From: Noam Rosenthal
Date: Wed, 13 Nov 2024 17:26:00 +0000
Subject: [PATCH] [css-view-transitions-2] Editorial: fix publishing bugs and
remove small changes
---
css-view-transitions-2/Overview.bs | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/css-view-transitions-2/Overview.bs b/css-view-transitions-2/Overview.bs
index c40e2537679..7e5af0e3a68 100644
--- a/css-view-transitions-2/Overview.bs
+++ b/css-view-transitions-2/Overview.bs
@@ -555,7 +555,7 @@ An '':active-view-transition'' pseudo-class matches the [=document element=] whe
### The '':active-view-transition-type()'' pseudo-class ### {#the-active-view-transition-type-pseudo}
-The :active-view-transition-type() pseudo-class applies to the root element of the document, if it has a matching [=active view transition=].
+The :active-view-transition-type() pseudo-class applies to the root element of the document, if it has a matching [=active view transition=].
It has the following syntax definition:
@@ -822,7 +822,7 @@ li {
## Additions to 'view-transition-name' ## {#additions-to-vt-name}
-In addition to the existing values, the 'view-transition-name' also accepts an auto keyword.
+In addition to the existing values, the 'view-transition-name' also accepts an auto keyword.
To resolve the [=used value=] of 'view-transition-name' for |element|:
1. Let |computed| be the [=computed value=] of 'view-transition-name'.
1. If |computed| is none, return null.
@@ -1482,12 +1482,11 @@ Changes from #10585)
* Allow transitions when traversing into a document that was created using cross-origin redirects (#11063#11063)
* Clarify a few nesting details (#10780 and #10633)
-* Allow `auto` as a keyword (#8320)
+* Allow `auto` as a keyword for 'view-transition-name' (#8320)
* Clarify timeout behavior for inbound view transition (#10800)
* When hiding the document, and inbound cross-document view transition should be skipped. (#9822)
* Rename UpdateCallback to something more specific.
* Clarify that CSSViewTransitionRule returns an empty string for invalid/missing navigation descriptor (#10654)
* Initial spec for nested view transitions (#10334)
* `view-transition-class` is a tree-scoped name (#10529)
-* Fix typo: if => of
* Stop extending CSSRule with obsolete pattern (See #10606)