Skip to content

Commit 71393e5

Browse files
authored
[css-view-transitions-2] Editorial: fix publishing bugs and remove small changes (w3c#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

+3-4
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 <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=].
559559
It has the following syntax definition:
560560

561561
<pre class=prod>
@@ -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 <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.
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 <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
14821482
* First pass at layered capture (<a href="https://github.com/w3c/csswg-drafts/issues/10585">#10585</a>)
14831483
* 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)
14841484
* 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>)
14861486
* Clarify timeout behavior for inbound view transition (<a href="https://github.com/w3c/csswg-drafts/issues/10800">#10800</a>)
14871487
* 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>)
14881488
* Rename UpdateCallback to something more specific.
14891489
* Clarify that CSSViewTransitionRule returns an empty string for invalid/missing navigation descriptor (<a href="https://github.com/w3c/csswg-drafts/issues/10654">#10654</a>)
14901490
* Initial spec for nested view transitions (<a href="https://github.com/w3c/csswg-drafts/issues/10334">#10334</a>)
14911491
* `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
14931492
* Stop extending CSSRule with obsolete pattern (See <a href="https://github.com/w3c/csswg-drafts/issues/10606">#10606</a>)

0 commit comments

Comments
 (0)