Re: [whatwg/xhr] Editorial: rewrite send()'s body/content-type processing (#205)

annevk commented on this pull request.

I compared both rendered versions and as far as I can tell this is indeed functionally identical.

>  
-  <p>If <var>mimeType</var> is non-null and <a>author request headers</a>
-  <a for="header list">does not contain</a> `<code>Content-Type</code>`, then
-  <a for="header list">append</a> `<code>Content-Type</code>`/<var>mimeType</var> to
-  <a>author request headers</a>.
+       <li><p>Let <var>contentTypeRecord</var> be the result of

Why rename this to contentTypeRecord?

>  
+         <li><p><a for="header list">Set</a>
+         `<code>Content-Type</code>`/<var>newContentTypeSerialized</var> in
+         <a>author request headers</a>.
+        </ol>
+       </li>

No need for closing `</li>` throughout.

-- 
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/205#pullrequestreview-114296547

Received on Monday, 23 April 2018 09:07:13 UTC