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

@annevk commented on this pull request.



>  
-<p>An <dfn id=concept-formdata-entry export for=FormData lt=entry|entries>entry</dfn> consists of a
-<dfn id=concept-formdata-entry-name export for=FormData/entry>name</dfn> and a
-<dfn id=concept-formdata-entry-value export for=FormData/entry>value</dfn>.
+<span id="concept-formdata-entry"></span>
+<span id="concept-formdata-entry-name"></span>
+<span id="concept-formdata-entry-value"></span>
+<span id="create-an-entry"></span>

Put these IDs on the terms in the note below?

> @@ -1659,8 +1638,8 @@ method steps are:
 <ol>
  <li><p>Let <var>value</var> be <var>value</var> if given; otherwise <var>blobValue</var>.
 
- <li><p>Let <var>entry</var> be the result of <a lt="create an entry">creating an entry</a> with
- <var>name</var>, <var>value</var>, and <var>filename</var> if given.
+ <li><p>Let <var>entry</var> be the result of <a for="entry list" lt="create an entry">creating an

No newline inside `<a>`. You might also be able to drop the `lt` attribute here. I think Bikeshed improved since this was written.

-- 
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-816831820

Received on Friday, 26 November 2021 14:09:36 UTC