Skip to content

Commit dbdd87d

Browse files
authored
Update Overview.bs (#10122)
1 parent f6fc6f7 commit dbdd87d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
960960

961961
1. If |document|'s [=Document/visibility state=] is "<code>hidden</code>",
962962
then [=skip the view transition|skip=] |transition| with an "{{InvalidStateError}}" {{DOMException}},
963-
and return.
963+
and return |transition|.
964964

965965
1. If |document|'s [=active view transition=] is not null,
966966
then [=skip the view transition|skip that view transition=]
@@ -1674,7 +1674,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
16741674

16751675
1. If |document|'s [=Document/visibility state=] is "<code>hidden</code>", then:
16761676

1677-
1. If |document|'s [=active view transition=] is not null, then [=skip the view transition|skip=] |document|'s [=active view transition=].
1677+
1. If |document|'s [=active view transition=] is not null, then [=skip the view transition|skip=] |document|'s [=active view transition=] with an "{{InvalidStateError}}" {{DOMException}}.
16781678

16791679
1. Otherwise, [=assert=]: [=active view transition=] is null.
16801680

@@ -1949,7 +1949,7 @@ Changes from <a href="https://www.w3.org/TR/2023/WD-css-view-transitions-1-20230
19491949
* The [=view transition tree=] is not exposed to accessibility tree. See <a href="https://github.com/w3c/csswg-drafts/issues/9365">issue 9365</a>.
19501950
* Animate back-drop filter similar to transform/size. See <a href="https://github.com/w3c/csswg-drafts/issues/9358">issue 9358</a>.
19511951
* Copy `color-scheme` from DOM element to ''::view-transition-group()''. See <a href="https://github.com/w3c/csswg-drafts/issues/9276">issue 9276</a>.
1952-
* Expose [=auto-skip view transition=] for a {{Document}}, to allow having outbound cross-document transitions preceed programmatic view transiitons. see <a href="https://github.com/w3c/csswg-drafts/issues/9512">issue 9512</a>.
1952+
* Expose auto-skip view transition for a {{Document}}, to allow having outbound cross-document transitions preceed programmatic view transiitons. see <a href="https://github.com/w3c/csswg-drafts/issues/9512">issue 9512</a>.
19531953
* Add a note about why 'view-transition-name' should be animatable.
19541954
* `view-transition-name: auto` should be an invalid value. See <a href="https://github.com/w3c/csswg-drafts/issues/9639">issue 9639</a>.
19551955
* Add note to explain paint order for entry animations. See <a href="https://github.com/w3c/csswg-drafts/issues/9672">issue 9672</a>.

0 commit comments

Comments
 (0)