Skip to content

Commit c31e59c

Browse files
committed
Fix reference errors
1 parent bf5bea1 commit c31e59c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7588,7 +7588,7 @@ value when its bit pattern is interpreted as an unsigned 64-bit integer.
75887588
[=this=], |V|, the {{StringContext}} extended attribute [=identifier=], and the [=identifier=]
75897589
of the [{{StringContext}}] extended attribute [=related construct=].
75907590

7591-
Note: That algorithm may [=ECMAScript/throw=] a {{ECMAScript/TypeError}}.
7591+
Note: That algorithm may [=JavaScript/throw=] a <l spec=ecmascript>{{TypeError}}</l>.
75927592

75937593
1. If |V| is <emu-val>null</emu-val> and the conversion is to an IDL type
75947594
[=extended attribute associated with|associated with=] the [{{LegacyNullToEmptyString}}] extended
@@ -10286,10 +10286,10 @@ attribute appears in is its <dfn>related construct</dfn>.
1028610286
A type that is not {{DOMString}} or {{USVString}} must not be [=extended attributes associated with|associated with=]
1028710287
the [{{StringContext}}] extended attribute.
1028810288

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]]
1029010290
for the specific requirements that the use of [{{StringContext}}] entails.
1029110291

10292-
<div class="example">
10292+
<div class="example" id="example-7b5c2e9f">
1029310293

1029410294
In the following [=IDL fragment=],
1029510295
a [=variadic=] [=operation=] is declared
@@ -11100,7 +11100,7 @@ allowed. The security check takes the following three inputs:
1110011100

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

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

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

1111611116
Note: The HTML Standard defines how the validation is performed. [[!HTML]]
1111711117

0 commit comments

Comments
 (0)