From 40d06c22079c7bff9cc49c0efd5a07d0e296fa2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Thu, 28 Jan 2016 13:18:20 +0700 Subject: [PATCH] Fix links to CSP list initialization algorithms The spec as a whole is written in en-GB-x-hixie, but this is the name of an algorithm, similar to InitializeHostDefinedRealm, so do not use data-x="..." to change the spelling in the prose. The "Initialize a global object's CSP list" algorithm is actually unused. Part of https://github.com/whatwg/html/issues/573 --- source | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source b/source index d8a5f5f2cfe..48dfbb6a8bf 100644 --- a/source +++ b/source @@ -3537,8 +3537,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
  • The Content Security Policy syntax
  • enforce the policy
  • The parse a serialized Content Security Policy algorithm
  • -
  • The Initialise a global object's CSP list algorithm
  • -
  • The Initialise a Document's CSP list algorithm
  • +
  • The Initialize a global object's CSP list algorithm
  • +
  • The Initialize a Document's CSP list algorithm
  • The Should element's inline behavior be blocked by Content Security Policy? algorithm
  • The report-uri directive
  • @@ -81935,7 +81935,7 @@ State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON O state to the HTTPS state of the resource used to generate the document.

    -
  • Execute the Initialise a Document's CSP list +

  • Execute the Initialize a Document's CSP list algorithm on the Document object and the resource used to generate the document.