@@ -7588,7 +7588,7 @@ value when its bit pattern is interpreted as an unsigned 64-bit integer.
7588
7588
[=this=], |V|, the {{StringContext}} extended attribute [=identifier=], and the [=identifier=]
7589
7589
of the [{{StringContext}}] extended attribute [=related construct=].
7590
7590
7591
- Note: That algorithm may [=ECMAScript /throw=] a {{ECMAScript/ TypeError}}.
7591
+ Note: That algorithm may [=JavaScript /throw=] a <l spec=ecmascript>{{ TypeError}}</l> .
7592
7592
7593
7593
1. If |V| is <emu-val>null</emu-val> and the conversion is to an IDL type
7594
7594
[=extended attribute associated with|associated with=] the [{{LegacyNullToEmptyString}}] extended
@@ -10286,10 +10286,10 @@ attribute appears in is its <dfn>related construct</dfn>.
10286
10286
A type that is not {{DOMString}} or {{USVString}} must not be [=extended attributes associated with|associated with=]
10287
10287
the [{{StringContext}}] extended attribute.
10288
10288
10289
- See the rules for converting ECMAScript values to the IDL types in [[#es -DOMString]] and [[#es -USVString]]
10289
+ See the rules for converting ECMAScript values to the IDL types in [[#js -DOMString]] and [[#js -USVString]]
10290
10290
for the specific requirements that the use of [{{StringContext}}] entails.
10291
10291
10292
- <div class="example">
10292
+ <div class="example" id="example-7b5c2e9f" >
10293
10293
10294
10294
In the following [=IDL fragment=],
10295
10295
a [=variadic=] [=operation=] is declared
@@ -11100,7 +11100,7 @@ allowed. The security check takes the following three inputs:
11100
11100
11101
11101
Note: The HTML Standard defines how a security check is performed. [[!HTML]]
11102
11102
11103
- Certain algorithms in [[#es -type-mapping]] are defined to
11103
+ Certain algorithms in [[#js -type-mapping]] are defined to
11104
11104
<dfn id="dfn-validate-the-string-in-context" export>validate the string in context</dfn> on a given
11105
11105
value. This check is used to determine whether a given value
11106
11106
is appropriate for its {{StringContext}}. This validation takes the following four inputs:
@@ -11111,7 +11111,7 @@ is appropriate for its {{StringContext}}. This validation takes the following fo
11111
11111
1. the {{StringContext}} [=identifier=], and
11112
11112
1. the [=identifier=] of the operation or attribute.
11113
11113
11114
- The algorithm returns an ECMAScript String value, or [=ECMAScript /throws=] a {{ECMAScript/ TypeError}}.
11114
+ The algorithm returns an ECMAScript String value, or [=JavaScript /throws=] a <l spec=ecmascript>{{ TypeError}}</l> .
11115
11115
11116
11116
Note: The HTML Standard defines how the validation is performed. [[!HTML]]
11117
11117
0 commit comments