diff --git a/spec/Overview-WebCryptoAPI.xml b/spec/Overview-WebCryptoAPI.xml index 6d4b289..d1f0ab1 100644 --- a/spec/Overview-WebCryptoAPI.xml +++ b/spec/Overview-WebCryptoAPI.xml @@ -853,13 +853,12 @@ of contents, section numbers, certain processing instructions).
- This document is the 3 March 2017 Editor’s Draft of the + This document is the 21 December 2017 Editor’s Draft of the Web Cryptography API specification. Please send comments about this document to @@ -866,13 +866,12 @@
-[NoInterfaceObject,Exposed=(Window,Worker)]
-interface GlobalCrypto {
+interface mixin GlobalCrypto {
readonly attribute Crypto crypto;
};
-Window implements GlobalCrypto;
-WorkerGlobalScope implements GlobalCrypto;
+Window includes GlobalCrypto;
+WorkerGlobalScope includes GlobalCrypto;
[Exposed=(Window,Worker)]
interface Crypto {