diff --git a/spec/index.bs b/spec/index.bs index caf581b..e0135a9 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -748,9 +748,9 @@ anElement.innerHTML = trustedTypes.emptyHTML; // no need to create a policy : emptyScript :: is a {{TrustedScript}} object with its [=TrustedScript/data=] value set to an empty string. -Note: This object can be used to detect if the runtime environment has [[#csp-eval]]. While native Trusted Types implementation can -support `eval(TrustedScript)`, it is impossible for a polyfill to emulate that, as -eval(TrustedScript) will return its input without unwrapping and evaluating the code. +Note: This object can be used to detect if the runtime environment has support for dynamic code compilation. +While native Trusted Types implementation can support `eval(TrustedScript)`, it is impossible for a polyfill to +emulate that, as eval(TrustedScript) will return its input without unwrapping and evaluating the code.