Re: [whatwg/xhr] Replace "form data set" with "entry list" to follow an HTML specifica… (#210)

annevk commented on this pull request.



> @@ -1792,7 +1792,8 @@ constructor must run these steps:
  <li><p>Let <var>fd</var> be a new {{FormData}} object.
 
  <li><p>If <var>form</var> is given, then set <var>fd</var>'s <a for=FormData>entry list</a> to the
- result of <a>constructing the form data set</a> for <var>form</var>.
+ result of <a lt="constructing the form data set">constructing the entry list</a> for

Make this `<a>constructing the entry list</a>`. This'll fail until we've updated HTML with the new term and approximately one day has passed so the cross-specification indexes have had time to update. After that we can double check and it should be okay.

-- 
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/210#pullrequestreview-122481716

Received on Wednesday, 23 May 2018 08:34:13 UTC