Skip to content

Commit 184e827

Browse files
committed
Minor changes
1 parent 831c461 commit 184e827

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
@@ -11093,7 +11093,7 @@ allowed. The security check takes the following three inputs:
1109311093

1109411094
Note: The HTML Standard defines how a security check is performed. [[!HTML]]
1109511095

11096-
Certain algorithms in [[#js-type-mapping]] are defined to
11096+
Certain algorithms are defined to
1109711097
<dfn id="dfn-validate-the-string-in-context" export>validate the string in context</dfn> on a given
1109811098
value. This check is used to determine whether a given value
1109911099
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
1110411104
1. the {{StringContext}} [=identifier=], and
1110511105
1. the [=identifier=] of the operation or attribute.
1110611106

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>.
1110811108

1110911109
Note: The HTML Standard defines how the validation is performed. [[!HTML]]
1111011110

0 commit comments

Comments
 (0)