File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11093,7 +11093,7 @@ allowed. The security check takes the following three inputs:
11093
11093
11094
11094
Note: The HTML Standard defines how a security check is performed. [[!HTML]]
11095
11095
11096
- Certain algorithms in [[#js-type-mapping]] are defined to
11096
+ Certain algorithms are defined to
11097
11097
<dfn id="dfn-validate-the-string-in-context" export>validate the string in context</dfn> on a given
11098
11098
value. This check is used to determine whether a given value
11099
11099
is appropriate for its {{StringContext}}. This validation takes the following four inputs:
@@ -11104,7 +11104,7 @@ is appropriate for its {{StringContext}}. This validation takes the following fo
11104
11104
1. the {{StringContext}} [=identifier=], and
11105
11105
1. the [=identifier=] of the operation or attribute.
11106
11106
11107
- The algorithm returns an ECMAScript String value, or [=JavaScript/throws=] a <l spec=ecmascript>{{TypeError}}</l>.
11107
+ The algorithm returns an ECMAScript value, or [=JavaScript/throws=] a <l spec=ecmascript>{{TypeError}}</l>.
11108
11108
11109
11109
Note: The HTML Standard defines how the validation is performed. [[!HTML]]
11110
11110
You can’t perform that action at this time.
0 commit comments