From 0c65f07d03802f2136b17da0f94cec7db9136a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Wed, 29 Jan 2020 01:14:54 +0100 Subject: [PATCH] Drop custom reference for WorkerGlobalScope (#148) Web Workers are no long being worked upon in W3C. Reference needs to be to the HTML LS spec. Bikeshed does the right thing on its own, we just need to stay out of the way... Requested for publication to First Public Working Draft: https://github.com/w3c/transitions/issues/213#issuecomment-579255649 --- index.bs | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.bs b/index.bs index 15798d7..e8197e2 100644 --- a/index.bs +++ b/index.bs @@ -98,9 +98,6 @@ spec: encrypted-media-draft; for: EME; urlPrefix: https://w3c.github.io/encrypte spec: secure-contexts; urlPrefix: https://www.w3.org/TR/secure-contexts/ type: dfn; text: Is the environment settings object settings a secure context?; url: #settings-object - -spec: workers; urlPrefix: https://www.w3.org/TR/workers/# - type: interface; text: WorkerGlobalScope; url: the-workerglobalscope-common-interface