Skip to content

Commit 391e6c8

Browse files
[Fetch] Header value definition needs work
whatwg/fetch#332
1 parent 98265f9 commit 391e6c8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Fetch-ja.html

+10-2
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ <h1>Fetch Standard 日本語訳</h1>
16441644
</p>
16451645

16461646
<p>
1647-
更新: <time>2016-08-11</time> (公開: <time>2013-04-27</time>
1647+
更新: <time>2016-08-15</time> (公開: <time>2013-04-27</time>
16481648
</p>
16491649

16501650
<p >
@@ -1672,7 +1672,7 @@ <h1>Fetch Standard 日本語訳</h1>
16721672
></a>
16731673

16741674
<h1>Fetch</h1>
1675-
<h2>Living Standard — 最終更新 2016 年 8 月 11</h2>
1675+
<h2>Living Standard — 最終更新 2016 年 8 月 12</h2>
16761676

16771677
<dl>
16781678
<dt>Participate:</dt>
@@ -2523,6 +2523,12 @@ <h4 title="Headers">3.1.2. ~header</h4>
25232523
!値$hdは、 !field-content$p ~token生成規則に合致する~byte列である。
25242524
</p>
25252525

2526+
<p class="XXX">
2527+
!値$hdの定義には
2528+
<a href="https://github.com/whatwg/fetch/issues/332">serious work が必要である</a>
2529+
2530+
</p>
2531+
25262532
<p class="note">注記:
25272533
!field-value$p は、~byte 0x0A や 0x0D を許容する
25282534
— それは,再解析を要する~~問題が生じる。
@@ -2542,6 +2548,8 @@ <h4 title="Headers">3.1.2. ~header</h4>
25422548
25432549
A header consists of a name and value. A name is a case-insensitive byte sequence that matches the field-name token production. A value is a byte sequence that matches the field-content token production.
25442550
2551+
The definition of value needs serious work.
2552+
25452553
field-value allows 0x0A and 0x0D bytes which can lead to reparsing issues.
25462554
</div>
25472555

0 commit comments

Comments
 (0)