Re: [fetch] Update Fetch with shiny, new CSP hooks (#140)

> @@ -1796,7 +1803,7 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul
>  
>   <li><p>If
>   <a href=https://w3c.github.io/webappsec/specs/mixedcontent/#should-block-response>should <var>internalResponse</var> to <var>request</var> be blocked as mixed content</a>,
> - <span class=XXX>should <var>internalResponse</var> to <var title>request</var> be blocked as content security</span>,
> + <a href=https://w3c.github.io/webappsec-csp/#should-block-response>should <var>internalResponse</var> to <var title>request</var> be blocked by Content Security Policy</span>,

Needs to be closed with `</a>`. Also `<var title>` -> `<var>`.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/140/files#r42007696

Received on Wednesday, 14 October 2015 15:20:52 UTC