Skip to content

Commit 674dc71

Browse files
authored
[css-navigation-1] Add notes about redirects and with links to issues. (w3c#13181)
1 parent 1d67ccb commit 674dc71

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

css-navigation-1/Overview.bs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ url: https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigation-act
3131
type: dfn; spec: html; text: activation;
3232
url: https://html.spec.whatwg.org/multipage/browsing-the-web.html#has-been-revealed
3333
type: dfn; spec: html; text: has been revealed;
34+
url: https://drafts.csswg.org/css-view-transitions-1/#capture-the-image
35+
type: dfn; spec: css-view-transitions-1; text: capture the image;
3436
</pre>
3537

3638
<h2 id="at-route">Declaring named URL patterns: the ''@route'' rule</h2>
@@ -107,6 +109,9 @@ with the URL <code>"/movie-list"</code> resolved relative to the style sheet.
107109

108110
NOTE: The bracing syntax also allows for future expansion if needed.
109111

112+
NOTE: Some of the design discussion for this feature has been in
113+
<a href="https://github.com/w3c/csswg-drafts/issues/12594">w3c/csswg-drafts#12594</a>.
114+
110115
<h2 id="conditional-navigation-queries">Conditional rules for navigation queries</h2>
111116

112117
<h3 id="at-navigation">Navigation queries: the ''@navigation'' rule</h3>
@@ -290,6 +295,11 @@ the result of the following steps on <var>document</var>:
290295
The condition of the ''@navigation'' rule
291296
is the result of the <<navigation-condition>> in its prelude.
292297

298+
NOTE: Some of the design discussion for this feature has been in
299+
<a href="https://github.com/w3c/csswg-drafts/issues/12594">w3c/csswg-drafts#12594</a>
300+
and
301+
<a href="https://github.com/w3c/csswg-drafts/issues/8209">w3c/csswg-drafts#8209</a>.
302+
293303
<h3 id="navigation-when-function">The ''@when/navigation()'' function for ''@when''</h3>
294304

295305
This specification defines an additional function for the ''@when'' rule:
@@ -479,6 +489,9 @@ if the following steps return true:
479489
the provided URL pattern,
480490
and the from or to URL of the current navigation.
481491

492+
NOTE: Some of the design discussion for this feature has been in
493+
<a href="https://github.com/w3c/csswg-drafts/issues/13163">w3c/csswg-drafts#13163</a>.
494+
482495
<h2 id="current-nav-urls">Current navigation URLs</h2>
483496

484497
Both the ''@navigation'' rule and the '':link-to()'' pseudo-class
@@ -525,6 +538,11 @@ It is defined as follows:
525538

526539
NOTE: This part <em>does</em> expose the result of redirects.
527540

541+
NOTE: This part is not relevant to normal page rendering.
542+
However, it can be relevant to what is rendered
543+
when [=capturing the image=]
544+
for a [[css-view-transitions-2#cross-document-view-transitions|cross-document view transition]].
545+
528546
ISSUE: Is the final "non-null" check needed?
529547

530548
1. otherwise, the [=ongoing navigate event=]'s

0 commit comments

Comments
 (0)