You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-view-transitions-2/Overview.bs
+3-4
Original file line number
Diff line number
Diff line change
@@ -555,7 +555,7 @@ An '':active-view-transition'' pseudo-class matches the [=document element=] whe
555
555
556
556
### The '':active-view-transition-type()'' pseudo-class ### {#the-active-view-transition-type-pseudo}
557
557
558
-
The <dfn id='active-view-transition-type-pseudo'>:active-view-transition-type()</dfn> pseudo-class applies to the root element of the document, if it has a matching [=active view transition=].
558
+
The <dfn id="active-view-transition-type-pseudo">:active-view-transition-type()</dfn> pseudo-class applies to the root element of the document, if it has a matching [=active view transition=].
559
559
It has the following syntax definition:
560
560
561
561
<pre class=prod>
@@ -822,7 +822,7 @@ li {
822
822
823
823
## Additions to 'view-transition-name' ## {#additions-to-vt-name}
824
824
825
-
In addition to the existing values, the 'view-transition-name' also accepts an <dfn for=view-transition-name type=value export>auto</dfn> keyword.
825
+
In addition to the existing values, the 'view-transition-name' also accepts an <dfn for=view-transition-name export>auto</dfn> keyword.
826
826
To resolve the [=used value=] of 'view-transition-name' for |element|:
827
827
1. Let |computed| be the [=computed value=] of 'view-transition-name'.
828
828
1. If |computed| is <css>none</css>, return null.
@@ -1482,12 +1482,11 @@ Changes from <a href="https://www.w3.org/TR/2024/WD-css-view-transitions-2-20240
1482
1482
* First pass at layered capture (<a href="https://github.com/w3c/csswg-drafts/issues/10585">#10585</a>)
1483
1483
* Allow transitions when traversing into a document that was created using cross-origin redirects (<a href="https://github.com/w3c/csswg-drafts/issues/11063">#11063</a>#11063)
1484
1484
* Clarify a few nesting details (<a href="https://github.com/w3c/csswg-drafts/issues/10780">#10780</a> and <a href="https://github.com/w3c/csswg-drafts/issues/10633">#10633</a>)
1485
-
* Allow `auto` as a keyword (<a href="https://github.com/w3c/csswg-drafts/issues/8320">#8320</a>)
1485
+
* Allow `auto` as a keyword for 'view-transition-name'(<a href="https://github.com/w3c/csswg-drafts/issues/8320">#8320</a>)
1486
1486
* Clarify timeout behavior for inbound view transition (<a href="https://github.com/w3c/csswg-drafts/issues/10800">#10800</a>)
1487
1487
* When hiding the document, and inbound cross-document view transition should be skipped. (<a href="https://github.com/w3c/csswg-drafts/issues/9822">#9822</a>)
1488
1488
* Rename UpdateCallback to something more specific.
1489
1489
* Clarify that CSSViewTransitionRule returns an empty string for invalid/missing navigation descriptor (<a href="https://github.com/w3c/csswg-drafts/issues/10654">#10654</a>)
1490
1490
* Initial spec for nested view transitions (<a href="https://github.com/w3c/csswg-drafts/issues/10334">#10334</a>)
1491
1491
* `view-transition-class` is a tree-scoped name (<a href="https://github.com/w3c/csswg-drafts/issues/10529">#10529</a>)
1492
-
* Fix typo: if => of
1493
1492
* Stop extending CSSRule with obsolete pattern (See <a href="https://github.com/w3c/csswg-drafts/issues/10606">#10606</a>)
0 commit comments