Re: [whatwg/fetch] Remove double-negative in CORS-preflight fetch credentials tags (#288)

> @@ -3406,9 +3406,9 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul
>       <dd><var>max-age</var>
>  
>       <dt><span title=concept-cache-credentials>credentials</span>
> -     <dd>False if <var>request</var>'s
> -     <span title=concept-request-credentials-mode>credentials mode</span> is not
> -     "<code title>include</code>", and true otherwise
> +     <dd>True if <var>request</var>'s
> +     <span title=concept-request-credentials-mode>credentials mode</span>
> +     is "<code title>include</code>", false otherwise

Please keep "and" here and below.

And feel free to add your name to the list of Acknowledgements.

---
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/288/files/f2e7dea7c94481ea1c2e1071e946340f3d34e7bc#r60695441

Received on Friday, 22 April 2016 06:20:38 UTC