- From: Ming-Ying Chung <notifications@github.com>
- Date: Tue, 10 Dec 2024 02:44:25 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 December 2024 10:44:29 UTC
@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