Skip to content

Commit 123e8f5

Browse files
[HTML] Pass a top-level navigation initiator origin to Fetch whatwg/html@3b6a99b
1 parent b7f410e commit 123e8f5

3 files changed

Lines changed: 29 additions & 5 deletions

File tree

Fetch-ja.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@
815815
rq.~no-cache時には~cache制御~headerを改変しないか:#no-cache-prevent-cache-control
816816
rq.済んだか:#done-flag
817817
rq.計時許容に失敗したか:#timing-allow-failed
818+
rq.~top-level~navi起動元~生成元:#request-top-level-navigation-initiator-origin
818819

819820
行先~種別:#destination-type
820821
要請の生成元は~taintされたか?:#concept-request-tainted-origin
@@ -7531,6 +7532,17 @@ <h3 title="Requests">2.2.5. 要請</h3>
75317532
75327533
Unless stated otherwise, it is unset.
75337534
</dd>
7535+
7536+
<dt>
7537+
`~top-level~navi起動元~生成元@rq
7538+
</dt>
7539+
<dd class="trans-note">【
7540+
この用語(この訳による追加)は `HTML$r から参照されるが、
7541+
まだ定義されていない。
7542+
少なくとも[
7543+
~NULL, `生成元$
7544+
]をとり得るであろう。
7545+
】</dd>
75347546
</dl>
75357547

75367548
<hr>

HTML-dependencies-ja.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136

137137
●●options
138138

139-
spec_date:2025-07-24
140-
trans_update:2025-07-25
139+
spec_date:2025-07-25
140+
trans_update:2025-07-26
141141
source_checked:240619
142142
page_state_key:HTML
143143
spec_status:LS
@@ -1285,6 +1285,7 @@ <h4 title="Dependencies">2.1.9. 依存関係</h4>
12851285
<li id="concept-request-initiator-type">`起動元~種別@~FETCH#request-initiator-type$
12861286
<li id="concept-request-service-workers-mode">`~sw~mode@~FETCH#request-service-workers-mode$
12871287
<li id="concept-request-traversable-for-user-prompts">`利用者~prompt用の辿可能@~FETCH#concept-request-window$
1288+
<li id="top-level-navigation-initiator-origin">`~top-level~navi起動元~生成元@~FETCH#request-top-level-navigation-initiator-origin$
12881289
</ul>
12891290
<li id="add-a-range-header">`要請@~FETCH#concept-request$に`範囲~headerを追加する@~FETCH#concept-request-add-range-header$
12901291
<li id="concept-potential-destination">`行先の素@~FETCH#concept-potential-destination$
@@ -1396,6 +1397,7 @@ <h4 title="Dependencies">2.1.9. 依存関係</h4>
13961397
•• initiator type
13971398
•• service-workers mode
13981399
•• traversable for user prompts
1400+
•• top-level navigation initiator origin
13991401
•• add a range header
14001402
• fetch timing info and its associated:
14011403
•• start time

HTML-navigation-ja.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@
181181

182182
●●options
183183

184-
spec_date:2025-07-24
185-
trans_update:2025-07-25
184+
spec_date:2025-07-25
185+
trans_update:2025-07-26
186186
source_checked:240625
187187
page_state_key:HTML
188188
spec_status:LS
@@ -968,6 +968,7 @@
968968
rq.起動元~種別:~FETCH#request-initiator-type
969969
rq.利用者~prompt用の辿可能:~FETCH#concept-request-window
970970
rq.~sw~mode:~FETCH#request-service-workers-mode
971+
rq.~top-level~navi起動元~生成元:~FETCH#request-top-level-navigation-initiator-origin
971972
rs.~URL:~FETCH#concept-response-url
972973
rs.~header~list:~FETCH#concept-response-header-list
973974
rs.本体:~FETCH#concept-response-body
@@ -7497,7 +7498,7 @@ <h4 title="Non-fragment synchronous &quot;navigations&quot;">7.4.4 非-素片に
74977498
If serializedData is not null, then restore the history object state given document and newEntry.
74987499
</li>
74997500
<li>
7500-
<p>
7501+
<p>
75017502
`文書の~URLを設定する$( %文書, %新-~URL )
75027503
75037504
Set the URL given document to newURL.
@@ -8442,6 +8443,15 @@ <h4 title="Populating a session history entry">7.4.5. ~session履歴~entryの拡
84428443
• sourceSnapshotParams's source policy container
84438444
traversable for user prompts
84448445
• navigable's top-level traversable
8446+
</li>
8447+
<li>
8448+
~IF[
8449+
%~navigable は`~top-level辿可能$である
8450+
8451+
8452+
%要請 の`~top-level~navi起動元~生成元$rq ~SET %~entry の`文書~状態$shEの`起動元~生成元$dS
8453+
8454+
If navigable is a top-level traversable, then set request's top-level navigation initiator origin to entry's document state's initiator origin.
84458455
</li>
84468456
<li>
84478457
<p>

0 commit comments

Comments
 (0)