Skip to content

Commit

Permalink
Add export attr to [[Data]] slot dfns
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Mar 13, 2024
1 parent 088e022 commit 7a6bd75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ interface TrustedHTML {
};
</pre>

TrustedHTML objects have a <dfn for="TrustedHTML">\[[Data]]</dfn> internal slot which holds a
TrustedHTML objects have a <dfn export for="TrustedHTML">\[[Data]]</dfn> internal slot which holds a
DOMString. The slot's value is set when the object is created, and
will never change during its lifetime.

Expand All @@ -410,7 +410,7 @@ interface TrustedScript {
};
</pre>

TrustedScript objects have a <dfn for="TrustedScript">\[[Data]]</dfn> internal slot which holds a
TrustedScript objects have a <dfn export for="TrustedScript">\[[Data]]</dfn> internal slot which holds a
DOMString. The slot's value is set when the object is created, and
will never change during its lifetime.

Expand All @@ -436,7 +436,7 @@ interface TrustedScriptURL {
};
</pre>

TrustedScriptURL objects have a <dfn for="TrustedScriptURL">\[[Data]]</dfn> internal slot which holds a
TrustedScriptURL objects have a <dfn export for="TrustedScriptURL">\[[Data]]</dfn> internal slot which holds a
USVString. The slot's value is set when the object is created, and
will never change during its lifetime.

Expand Down

0 comments on commit 7a6bd75

Please sign in to comment.