From 5336b1f57b26c35893f6a96de6901357b304bcf0 Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Tue, 14 May 2024 16:03:45 +0100 Subject: [PATCH] Remove links to merged upstream PRs Service worker and execCommand have been merged upstream. --- spec/index.bs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/spec/index.bs b/spec/index.bs index d03d083..736dd30 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -1306,14 +1306,6 @@ When validate the string in context is invoked, with |platformObject|, |v 1. If an exception was thrown, rethrow exception and abort further steps. 1. Return |value|. -## Integration with Service Workers ## {#sw-integration} - -Note: See [https://github.com/w3c/ServiceWorker/pull/1709](https://github.com/w3c/ServiceWorker/pull/1709) which upstreams this integration. - -## Integration with execCommand ## {#integration-with-exec-command} - -Note: See [https://github.com/w3c/editing/pull/460](https://github.com/w3c/editing/pull/460) which upstreams this integration. - ## Integration with DOM ## {#integration-with-dom} Note: See [https://github.com/whatwg/dom/pull/1258](https://github.com/whatwg/dom/pull/1258) and [https://github.com/whatwg/dom/pull/1268](https://github.com/whatwg/dom/pull/1268) which upstream this integration.