Skip to content

Commit 71393e5

Browse files
authored
[css-view-transitions-2] Editorial: fix publishing bugs and remove small changes (#11200)
1 parent e6e2230 commit 71393e5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

css-view-transitions-2/Overview.bs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ An '':active-view-transition'' pseudo-class matches the [=document element=] whe
555555

556556
### The '':active-view-transition-type()'' pseudo-class ### {#the-active-view-transition-type-pseudo}
557557

558-
The 'active-view-transition-type-pseudo'>:active-view-transition-type() pseudo-class applies to the root element of the document, if it has a matching [=active view transition=].
558+
The "active-view-transition-type-pseudo">:active-view-transition-type() pseudo-class applies to the root element of the document, if it has a matching [=active view transition=].
559559
It has the following syntax definition:
560560

561561
@@ -822,7 +822,7 @@ li {
822822

823823
## Additions to 'view-transition-name' ## {#additions-to-vt-name}
824824

825-
In addition to the existing values, the 'view-transition-name' also accepts an type=value export>auto keyword.
825+
In addition to the existing values, the 'view-transition-name' also accepts an auto keyword.
826826
To resolve the [=used value=] of 'view-transition-name' for |element|:
827827
1. Let |computed| be the [=computed value=] of 'view-transition-name'.
828828
1. If |computed| is none, return null.
@@ -1482,12 +1482,11 @@ Changes from
14821482
* First pass at layered capture (#10585)
14831483
* Allow transitions when traversing into a document that was created using cross-origin redirects (#11063#11063)
14841484
* Clarify a few nesting details (#10780 and #10633)
1485-
* Allow `auto` as a keyword (#8320)
1485+
* Allow `auto` as a keyword for 'view-transition-name' (#8320)
14861486
* Clarify timeout behavior for inbound view transition (#10800)
14871487
* When hiding the document, and inbound cross-document view transition should be skipped. (#9822)
14881488
* Rename UpdateCallback to something more specific.
14891489
* Clarify that CSSViewTransitionRule returns an empty string for invalid/missing navigation descriptor (#10654)
14901490
* Initial spec for nested view transitions (#10334)
14911491
* `view-transition-class` is a tree-scoped name (#10529)
1492-
* Fix typo: if => of
14931492
* Stop extending CSSRule with obsolete pattern (See #10606)

0 commit comments

Comments
 (0)