Re: [whatwg/fetch] Editorial: rename "basic fetch" to "generic fetch" (#537)

annevk commented on this pull request.

Thanks, looking good.

> @@ -2737,10 +2737,12 @@ with a <i>CORS flag</i> and <i>recursive flag</i>, run these steps:
  for <var>response</var>.
 </ol>
 
+<!-- Prior to May 2017, this algorithm was named "basic fetch." The
+     corresponding ID is maintained in order to preserve the functionality of
+     external references. -->
+<h3 id=scheme-fetch><span id=basic-fetch>Scheme fetch</span></h3>

`<h3 id=scheme-fetch oldids=basic-fetch>`.

>  
-<h3 id=basic-fetch>Basic fetch</h3>
-
-<p>To perform a <dfn id=concept-basic-fetch for=basic>basic fetch</dfn> using
+<p>To perform a <dfn id=concept-scheme-fetch>scheme fetch</dfn> using

Add `oldids=concept-basic-fetch` here too. I suspect both of these to have external links.

-- 
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/fetch/pull/537#pullrequestreview-36339483

Received on Thursday, 4 May 2017 17:49:30 UTC