From a6096d7ea83c5ce142c941a934b09f241c6b40a4 Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Thu, 11 Jan 2024 12:37:06 +0000 Subject: [PATCH] Correct identifier passed to StringContext attribute (#387) --- 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);
         };