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);
         };