From 8f8d0d76d376062a059b4ed4e3e4826449696d51 Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Thu, 11 Jan 2024 11:53:12 +0000 Subject: [PATCH] Correct identifier passed to StringContext attribute --- spec/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.bs b/spec/index.bs index 1e96096..45ffad5 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -1070,7 +1070,7 @@ for the specific requirements that the use of [{{StringContext}}] entails.
         interface Document {
-          undefined write([StringContext=html] DOMString... text);
+          undefined write([StringContext=TrustedHTML] DOMString... text);
         };