Re: [whatwg/fetch] Deferred fetching (PR #1647)

@mingyc commented on this pull request.



> +  <var>originToNavigateTo</var> is <code>Enabled</code>, then:
+  <ol>
+   <li><p>Let <var>delegatedQuota</var> be <a>deferred-fetch delegated quota</a>.
+
+   <li>
+    <p><a for=list>For each</a> <var>navigable</var> of <var>container</var>'s
+    <a>node navigable</a>'s <a for=navigable>top-level traversable</a>'s
+    <a>inclusive descendant navigables</a> who meets all of the following conditions:
+    <ul class=brief>
+     <li><p><var>navigable</var> is not <var>container</var>'s <a>content navigable</a>.
+
+     <li><p><var>navigable</var>'s <a>active document</a> and <var>navigable</var>'s
+     <a for=navigable>top-level traversable</a>'s <a>active document</a> do not
+     <a>share deferred-fetch quota</a>.
+
+     <li><p><var>navigable</var>'s <a>navigable container</a>'s <a>node document</a> and

It's a little unclear to me how it is translated to parent document.. is the following correct?

* `navigable` = iframe's document
* `navigable's navgable container` = iframe
* `navigable’s navigable container’s node document` = ???

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1647#discussion_r1877853331
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1647/review/2491893317@github.com>

Received on Tuesday, 10 December 2024 10:44:29 UTC