@@ -6478,16 +6478,16 @@ the associated steps:
6478
6478
<cite> Returning Values from Forms: multipart/form-data</cite> . [[!RFC7578]] </p>
6479
6479
6480
6480
<p> Each part whose `<code> Content-Disposition</code> ` header contains a `<code> filename</code> `
6481
- parameter must be parsed into an <a for=FormData >entry</a> whose value is a {{File}} object
6481
+ parameter must be parsed into an <a for="entry list" >entry</a> whose value is a {{File}} object
6482
6482
whose contents are the contents of the part. The {{File/name}} attribute of the {{File}} object
6483
6483
must have the value of the `<code> filename</code> ` parameter of the part. The {{Blob/type}}
6484
6484
attribute of the {{File}} object must have the value of the `<code> Content-Type</code> ` header
6485
6485
of the part if the part has such header, and `<code> text/plain</code> ` (the default defined by
6486
6486
[[!RFC7578]] section 4.4) otherwise.</p>
6487
6487
6488
6488
<p> Each part whose `<code> Content-Disposition</code> ` header does not contain a
6489
- `<code> filename</code> ` parameter must be parsed into an <a for=FormData >entry</a> whose value
6490
- is the <a lt="UTF-8 decode without BOM">UTF-8 decoded without BOM</a> content of the part.
6489
+ `<code> filename</code> ` parameter must be parsed into an <a for="entry list" >entry</a> whose
6490
+ value is the <a lt="UTF-8 decode without BOM">UTF-8 decoded without BOM</a> content of the part.
6491
6491
<span class=note> This is done regardless of the presence or the value of a
6492
6492
`<code> Content-Type</code> ` header and regardless of the presence or the value of a
6493
6493
`<code> charset</code> ` parameter.</span></p>
@@ -6499,8 +6499,8 @@ the associated steps:
6499
6499
6500
6500
<li><p> If that fails for some reason, then <a>throw</a> a {{TypeError}} .
6501
6501
6502
- <li><p> Return a new {{FormData}} object, appending each <a for=FormData >entry</a> , resulting from
6503
- the parsing operation, to <a for=FormData>entries </a> .
6502
+ <li><p> Return a new {{FormData}} object, appending each <a for="entry list" >entry</a> , resulting
6503
+ from the parsing operation, to its <a for=FormData>entry list </a> .
6504
6504
</ol>
6505
6505
6506
6506
<p class=XXX> The above is a rough approximation of what is needed for
@@ -6516,8 +6516,8 @@ the associated steps:
6516
6516
6517
6517
<li><p> If <var> entries</var> is failure, then <a>throw</a> a {{TypeError}} .
6518
6518
6519
- <li><p> Return a new {{FormData}} object whose
6520
- <a spec=xhr>entries</a> are < var> entries</var> .
6519
+ <li><p> Return a new {{FormData}} object whose <a for=FormData>entry list</a> is
6520
+ <var> entries</var> .
6521
6521
</ol>
6522
6522
6523
6523
<p> Otherwise, <a>throw</a> a {{TypeError}} .
0 commit comments