- From: Ming-Ying Chung <notifications@github.com>
- Date: Tue, 10 Dec 2024 01:03:10 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1647/review/2491517525@github.com>
@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 ``` navigable’s navigable container’s node document and navigable’s top-level traversable’s active document share deferred-fetch quota. ``` What is `navigable’s navigable container’s node document`, given `navigable` = `iframe` below? ``` <iframe src="iframe-1.html"></iframe> ``` -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1647#pullrequestreview-2491517525 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1647/review/2491517525@github.com>
Received on Tuesday, 10 December 2024 09:03:14 UTC