Skip to content

Commit ca688d9

Browse files
committed
nits
1 parent 951fee0 commit ca688d9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

fetch.bs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,13 @@ urlPrefix:https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-layered-cooki
6363
url:name-retrieve-cookies;text:retrieve cookies
6464
url:name-serialize-cookies;text:serialize cookies
6565
url:name-garbage-collect-cookies;text:garbage collect cookies
66-
67-
<!-- TODO: pending HTML changes- ancestor bit (https://github.com/whatwg/html/pull/10559) -->
68-
urlPrefix:https://html.spec.whatwg.org#;type:dfn;spec:html
69-
url:TODO;text:has cross-site ancestor;for:environment
7066
</pre>
7167

7268
<pre class=biblio>
7369
{
7470
"COOKIES": {
7571
"authors": ["Johann Hofmann", "Anne van Kesteren"],
76-
"href": "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-layered-cookies",
72+
"href": "https://httpwg.org/http-extensions/draft-ietf-httpbis-layered-cookies.html",
7773
"title": "Cookies: HTTP State Management Mechanism"
7874
},
7975
"HTTP": {
@@ -3465,6 +3461,7 @@ them conveniently here. [[COOKIES]].
34653461
</ol>
34663462
</div>
34673463

3464+
34683465
<h3 id=origin-header>`<code>Origin</code>` header</h3>
34693466

34703467
<p>The `<dfn export http-header id=http-origin><code>Origin</code></dfn>`
@@ -4401,6 +4398,7 @@ indicates the request’s purpose is to fetch a resource that is anticipated to
44014398
prefetch, or to treat it differently when counting page visits.
44024399

44034400

4401+
44044402
<h2 id=fetching>Fetching</h2>
44054403

44064404
<p class=note>The algorithm below defines <a lt=fetch for=/>fetching</a>. In broad strokes, it takes

0 commit comments

Comments
 (0)