From 7a6bd756bf4bc0fe542eec5a9ab6fc4d97e4ad64 Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Wed, 13 Mar 2024 16:23:53 +0000 Subject: [PATCH] Add export attr to [[Data]] slot dfns --- spec/index.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/index.bs b/spec/index.bs index d8753de..e023b1b 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -384,7 +384,7 @@ interface TrustedHTML { }; -TrustedHTML objects have a \[[Data]] internal slot which holds a +TrustedHTML objects have a \[[Data]] internal slot which holds a DOMString. The slot's value is set when the object is created, and will never change during its lifetime. @@ -410,7 +410,7 @@ interface TrustedScript { }; -TrustedScript objects have a \[[Data]] internal slot which holds a +TrustedScript objects have a \[[Data]] internal slot which holds a DOMString. The slot's value is set when the object is created, and will never change during its lifetime. @@ -436,7 +436,7 @@ interface TrustedScriptURL { }; -TrustedScriptURL objects have a \[[Data]] internal slot which holds a +TrustedScriptURL objects have a \[[Data]] internal slot which holds a USVString. The slot's value is set when the object is created, and will never change during its lifetime.