From 1078fbdac2d9e6eab97576f36de3cce519ceb16e Mon Sep 17 00:00:00 2001 From: Mike West Date: Mon, 18 Jul 2016 12:29:27 +0200 Subject: [PATCH] Cleanup. --- index.src.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.src.html b/index.src.html index 3c7fa4d..0504a13 100644 --- a/index.src.html +++ b/index.src.html @@ -142,7 +142,7 @@

Secure Contexts

"W3C-PROCESS": { "authors": [ "Charles McCathie Nevile" ], "title": "World Wide Web Consortium Process Document", - "href": "https://www.w3.org/2014/Process-20140801/", + "href": "https://www.w3.org/20145/Process-20150901/", "publisher": "W3C" } } @@ -587,7 +587,7 @@

Framework

An environment settings object is considered a secure context if the algorithm in [[#settings-object]] returns "`Secure`", and a - non-secure context otherwise. + non-secure context otherwise. Likewise, a global object is considered a secure context if its relevant settings object is a secure context. @@ -709,7 +709,7 @@

Feature Detection

readonly attribute boolean isSecureContext; }; Window implements GlobalSecureContext; - WorkerGlobalScope implements WindowBase64; + WorkerGlobalScope implements GlobalSecureContext; Filed as w3c/html#522.