Skip to content

Commit 370973a

Browse files
[fetch] Meta: reference new Structured Field Values RFC whatwg/fetch@1dc1b03
1 parent 1fd7b91 commit 370973a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Fetch-ja.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
●●options
208208

209209
spec_title:Fetch
210-
spec_date:2024-10-01
210+
spec_date:2024-10-24
211211
trans_update:2024-10-01
212212
source_checked:231107
213213
spec_status:LS
@@ -2317,10 +2317,10 @@
23172317
P. Kyzivat. <Case-Sensitive String Support in ABNF>. December 2014. Proposed Standard. URL: https://www.rfc-editor.org/rfc/rfc7405
23182318
[RFC7578]
23192319
L. Masinter. <Returning Values from Forms: multipart/form-data>. July 2015. Proposed Standard. URL: https://www.rfc-editor.org/rfc/rfc7578
2320-
[RFC8941]
2321-
M. Nottingham; P-H. Kamp. <Structured Field Values for HTTP>. February 2021. Proposed Standard. URL: https://httpwg.org/specs/rfc8941.html
23222320
[RFC9218]
23232321
K. Oku; L. Pardue. <Extensible Prioritization Scheme for HTTP>. June 2022. Proposed Standard. URL: https://httpwg.org/specs/rfc9218.html
2322+
[RFC9651]
2323+
M. Nottingham; P-H. Kamp. <Structured Field Values for HTTP>. September 2024. Proposed Standard. URL: https://www.rfc-editor.org/rfc/rfc9651
23242324
[SRI]
23252325
Devdatta Akhawe; et al. <Subresource Integrity>. URL: https://w3c.github.io/webappsec-subresource-integrity/
23262326
[STALE-WHILE-REVALIDATE]
@@ -2390,7 +2390,7 @@
23902390

23912391
Commits:
23922392
https://github.com/whatwg/fetch/commits
2393-
<a href="https://fetch.spec.whatwg.org/commit-snapshots/761c414c2d98c6242d2b3ac478fb8e7558086633/" id="commit-snapshot-link">Snapshot as of this commit</a>
2393+
<a href="https://fetch.spec.whatwg.org/commit-snapshots/1dc1b034b208faf6652dced19954f67717da9ba1/" id="commit-snapshot-link">Snapshot as of this commit</a>
23942394
<a href="https://twitter.com/fetchstandard">@fetchstandard</a>
23952395

23962396
Tests:
@@ -3810,9 +3810,9 @@ <h4 title="Headers">2.2.2. ~header</h4>
38103810
`~header~list$から得するためには,構文解析する他にない。
38113811
将来には、
38123812
それらが~objである事は,端点間で保全されるであろう。
3813-
`RFC8941$r
3813+
`RFC9651$r
38143814
3815-
Structured field values are defined as objects which HTTP can (eventually) serialize in interesting and efficient ways. For the moment, Fetch only supports header values as byte sequences, which means that these objects can be set in header lists only via serialization, and they can be obtained from header lists only by parsing. In the future the fact that they are objects might be preserved end-to-end. [RFC8941]
3815+
Structured field values are defined as objects which HTTP can (eventually) serialize in interesting and efficient ways. For the moment, Fetch only supports header values as byte sequences, which means that these objects can be set in header lists only via serialization, and they can be obtained from header lists only by parsing. In the future the fact that they are objects might be preserved end-to-end. [RFC9651]
38163816
</p>
38173817
</div>
38183818

@@ -6868,7 +6868,7 @@ <h3 title="Requests">2.2.5. 要請</h3>
68686868
<dd>
68696869
これは、
68706870
特別な~modeであり,
6871-
文書~間で`~navigate$するときに限り利用される。
6871+
文書~間で`~navigate$【!~WINDOW#blocking-navigating】するときに限り利用される。
68726872
68736873
This is a special mode used only when navigating between documents.
68746874
</dd>

0 commit comments

Comments
 (0)