Re: [whatwg/xhr] Editorial: Use HTML's definitions of "entry list" and "entry" (PR #338)

@annevk commented on this pull request.



> - <li><p>If <var>value</var> is (now) a {{File}} object and <var>filename</var> is given, then set
- <var>value</var> to a new {{File}} object, representing the same bytes, whose {{File/name}}
- attribute value is <var>filename</var>.
-
- <li><p>Set <var>entry</var>'s <a for=FormData/entry>value</a> to <var>value</var>.
-
- <li><p>Return <var>entry</var>.
-</ol>
-
-<hr>
+<p class="note">This section used to define
+<a id="concept-formdata-entry" for="entry list">entry</a>, an entry's
+<a id="concept-formdata-entry-name" for="entry list/entry">name</a> and
+<a id="concept-formdata-entry-value" for="entry list/entry">value</a>, and the
+<a id="create-an-entry" for="entry list">create an entry</a> algorithm. These definitions have been
+moved to the HTML Standard. [[HTML]]</p>

```suggestion
moved to the HTML Standard. [[HTML]]
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/pull/338#pullrequestreview-818722231

Received on Tuesday, 30 November 2021 08:54:09 UTC