diff --git a/spec/index.bs b/spec/index.bs index 9ac3be3..8a81639 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -1126,93 +1126,9 @@ typedef (TrustedHTML or TrustedScript or TrustedScriptURL) TrustedType; ## Integration with WebIDL ## {#webidl-integration} -Issue: Keep in sync with https://github.com/heycam/webidl/pull/841. -
- interface Document { - undefined write([StringContext=TrustedHTML] DOMString... text); - }; --