Skip to content

Commit 78b4839

Browse files
committed
Consider activation through to end of task.
1 parent d1f334c commit 78b4839

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

css-route-matching/index.bs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ url: https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-naviga
2828
type: dfn; spec: html; text: transition;
2929
url: https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigation-activation
3030
type: dfn; spec: html; text: activation;
31-
url: https://html.spec.whatwg.org/multipage/browsing-the-web.html#reveal
32-
type: dfn; spec: html; text: reveal a document;
3331
url: https://html.spec.whatwg.org/multipage/browsing-the-web.html#has-been-revealed
3432
type: dfn; spec: html; text: has been revealed;
3533
</pre>
@@ -138,8 +136,8 @@ as follows:
138136

139137
* its [=activation=] is non-null,
140138
the document's [=has been revealed=] is false or
141-
the [=reveal a document=] steps that began when
142-
[=has been revealed=] was false are still running,
139+
was false at the start of the current [=task=]
140+
or [=update the rendering=] steps,
143141
and the activation's {{NavigationActivation/from}}'s
144142
{{NavigationHistoryEntry/url}}'s
145143
is non-null and
@@ -169,8 +167,8 @@ as follows:
169167

170168
* its [=activation=] is non-null,
171169
the document's [=has been revealed=] is false or
172-
the [=reveal a document=] steps that began when
173-
[=has been revealed=] was false are still running,
170+
was false at the start of the current [=task=]
171+
or [=update the rendering=] steps,
174172
and the activation's {{NavigationActivation/entry}}'s
175173
{{NavigationHistoryEntry/url}}'s
176174
is non-null and
@@ -181,7 +179,7 @@ as follows:
181179
if you start a same-document navigation (e.g., with {{History/pushState}})
182180
in the middle of a cross-document navigation.
183181

184-
ISSUE: Improve integration with [=reveal a document=] rather than monkeypatching it.
182+
ISSUE: Improve integration with [=has been revealed=] rather than monkeypatching it.
185183

186184
: <<general-enclosed>>
187185
::

0 commit comments

Comments
 (0)