Re: [whatwg/fetch] Block requests for suspected dangling markup. (#519)

annevk commented on this pull request.



> @@ -2424,7 +2424,8 @@ with a <i>CORS flag</i> and <i>recursive flag</i>, run these steps:
 
  <li><p>If |request|'s <a for=request>url</a>'s <a for=url>parser-removed-tab-or-newline flag</a>
  is set, and |request|'s <a for=request>url</a>'s <a for=url>parser-escaped-less-than flag</a> is
- set, then set <var>response</var> to a <a>network error</a>.
+ set, and |request|'s <a for=request>url</a>'s scheme is an <a>HTTP(S) scheme</a>, then set
+ <var>response</var> to a <a>network error</a>.

You want one less "and".

-- 
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/519#pullrequestreview-39640222

Received on Tuesday, 23 May 2017 04:59:47 UTC