Skip to content

Commit 0517085

Browse files
Update css-view-transitions-1/Overview.bs
Co-authored-by: Khushal Sagar <63884798+khushalsagar@users.noreply.github.com>
1 parent 4782752 commit 0517085

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,8 @@ urlPrefix: https://html.spec.whatwg.org/multipage/rendering.html; type: dfn;
898898
Then, when the promise returned by {{UpdateCallback|updateCallback}} fulfills, the new state of the document is captured.
899899

900900
{{UpdateCallback|updateCallback}} is _always_ called, even if the transition cannot happen (e.g. due to duplicate `view-transition-name` values).
901-
The transition is an enhancement around the state change, so a failure to create a transition never prevents the state change. See [[#transitions-as-enhancements]] for more details on this principle.
901+
The transition is an enhancement around the state change, so a failure to create a transition never prevents the state change.
902+
See [[#transitions-as-enhancements]] for more details on this principle.
902903

903904
If the promise returned by {{UpdateCallback|updateCallback}} rejects, the transition is skipped.
904905
</dl>

0 commit comments

Comments
 (0)