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| isnone , 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)