From 1a6a844187316ecbf6199a1705c07b15f532cda5 Mon Sep 17 00:00:00 2001 From: GrapeGreen Date: Tue, 17 Sep 2024 13:14:08 +0200 Subject: [PATCH] Add an xref to isolated-contexts in the spec (#71) * Reference IsolatedContext * Add xref to isolated-contexts --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b0df8a7..f77a4dc 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ }, ], latestVersion: null, - xref: ["web-platform", "streams", "permissions-policy", "HTML", "infra", "DOM", "webidl"], + xref: ["web-platform", "streams", "permissions-policy", "HTML", "infra", "DOM", "webidl", "isolated-contexts"], // eventually add mdn: true, and caniuse: "direct-sockets" };