diff --git a/spec/index.bs b/spec/index.bs index 91962fb..4dd0ff9 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -1274,23 +1274,6 @@ The first few steps of the [=prepare the script element=] algorithm are modified
  • ... -### HostEnsureCanCompileStrings ### {#host-ensure-can-compile-strings} - -JavaScript contains an implementation-defined HostEnsureCanCompileStrings(realm, parameterStrings, -bodyString, compilationType, parameterArgs, bodyArg) -abstract operation. User agents must use the following implementation: - -1. Perform ? [[CSP3#can-compile-strings|EnsureCSPDoesNotBlockStringCompilation]](realm, parameterStrings, - bodyString, compilationType, parameterArgs, bodyArg). - -### HostGetCodeForEval ### {#host-get-code-for-eval} - -JavaScript contains an implementation-defined HostGetCodeForEval(argument) -abstract operation. User agents must use the following implementation: - -1. If |argument| is a {{TrustedScript}} object, return the value of its associated [=TrustedScript/data=]. -1. Return ~unknown~. - ## Integration with DOM ## {#integration-with-dom} Note: See [https://github.com/whatwg/dom/pull/1258](https://github.com/whatwg/dom/pull/1258) and [https://github.com/whatwg/dom/pull/1268](https://github.com/whatwg/dom/pull/1268) which upstream this integration.