Re: [whatwg/fetch] Clarified that origins are compared as being same-origin (#470)

annevk requested changes on this pull request.



> @@ -2436,7 +2436,9 @@ with a <i>CORS flag</i> and <i>recursive flag</i>, run these steps:
 
   <dl class=switch>
    <dt><var>request</var>'s <a for=request>current url</a>'s
-   <a for=url>origin</a> is <var>request</var>'s
+   <a for=url>origin</a> is the
+   <a href="https://html.spec.whatwg.org/multipage/#same-origin">same</a>

You can change this to `<a>same origin</a>`with phrasing "current url's origin is [same origin] with request's origin". That will end up linking to HTML's definition once generated.

-- 
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/470#pullrequestreview-18990153

Received on Sunday, 29 January 2017 10:29:49 UTC