Skip to content

Commit 7d822da

Browse files
authored
[Editorial] Fix formatting issues in two-phase-transition-explainer.md
1 parent 73cbaec commit 7d822da

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css-view-transitions-2/two-phase-transition-explainer.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ navigation.addEventListener("navigate", event => {
7676
});
7777
```
7878

79-
### Some more details for deferred commit/page-swap
79+
### Some more details for deferred commit/page-swap
80+
8081
- By default, the new history entry applies immediately, like a `pushState` or `replaceState`.
8182
This makes it so that a quick press on "back" or so doesn't go too far back. The `historyChange` option can opt out of this behavior.
8283
- Only same-origin navigations without cross-origin redirects are deferrable.
@@ -94,12 +95,12 @@ The likely use case to let an animation continue till the end, so we can perhaps
9495
}
9596
```
9697

97-
## Pros and cons of the different solutions
98+
## Pros and cons of the different solutions
9899

99100
While deferring page swap provides full flexibility, it also needs care to avoid some footguns that can cause unwanted navigation delays.
100101
However, the current plan is to enable that first for power users, and take learnings from that experience into the higher level CSS-based solution.
101102

102-
# Security & Privacy Questionnaire
103+
# Security & Privacy
103104

104105
01. What information does this feature expose,
105106
and for what purposes?

0 commit comments

Comments
 (0)