From 59d9ae1ed8df16dbea7eb6906e333d12d8ceeecf 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.
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 d93710698fe..a7506b500d6 100644
--- a/source
+++ b/source
@@ -3535,8 +3535,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
@@ -80536,7 +80536,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.