Skip to content

Commit a131bcb

Browse files
authored
[Editorial] Fix broken references to Trusted Types spec (#790)
1 parent 13c7d8e commit a131bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ spec:SRI; urlPrefix: https://w3c.github.io/webappsec-subresource-integrity
15161516
whose [=TrustedScript/data=] is set to |codeString| if |isTrusted| is `true`, and
15171517
|codeString| otherwise.
15181518

1519-
1. Let |sourceString| be the result of executing the [$Get Trusted Type compliant string$] algorithm, with
1519+
1. Let |sourceString| be the result of executing the [=get trusted type compliant string=] algorithm, with
15201520
{{TrustedScript}}, |realm|, |sourceToValidate|, |compilationSink|, and `'script'`.
15211521

15221522
1. If the algorithm throws an error, throw an {{EvalError}}.
@@ -1539,7 +1539,7 @@ spec:SRI; urlPrefix: https://w3c.github.io/webappsec-subresource-integrity
15391539

15401540
1. If |source-list| is not null:
15411541

1542-
1. Let |trustedTypesRequired| be the result of executing [$Does sink type require trusted types?$], with
1542+
1. Let |trustedTypesRequired| be the result of executing [=does sink type require trusted types?=], with
15431543
|realm|, `'script'`, and `false`.
15441544

15451545
1. If |trustedTypesRequired| is `true` and |source-list| contains a [=source expression=] which is an

0 commit comments

Comments
 (0)