Skip to content

Commit

Permalink
Fix reference errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Mar 11, 2024
1 parent bf5bea1 commit c31e59c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7588,7 +7588,7 @@ value when its bit pattern is interpreted as an unsigned 64-bit integer.
[=this=], |V|, the {{StringContext}} extended attribute [=identifier=], and the [=identifier=]
of the [{{StringContext}}] extended attribute [=related construct=].

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

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

See the rules for converting ECMAScript values to the IDL types in [[#es-DOMString]] and [[#es-USVString]]
See the rules for converting ECMAScript values to the IDL types in [[#js-DOMString]] and [[#js-USVString]]
for the specific requirements that the use of [{{StringContext}}] entails.

<div class="example">
<div class="example" id="example-7b5c2e9f">

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

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

Certain algorithms in [[#es-type-mapping]] are defined to
Certain algorithms in [[#js-type-mapping]] are defined to
<dfn id="dfn-validate-the-string-in-context" export>validate the string in context</dfn> on a given
value. This check is used to determine whether a given value
is appropriate for its {{StringContext}}. This validation takes the following four inputs:
Expand All @@ -11111,7 +11111,7 @@ is appropriate for its {{StringContext}}. This validation takes the following fo
1. the {{StringContext}} [=identifier=], and
1. the [=identifier=] of the operation or attribute.

The algorithm returns an ECMAScript String value, or [=ECMAScript/throws=] a {{ECMAScript/TypeError}}.
The algorithm returns an ECMAScript String value, or [=JavaScript/throws=] a <l spec=ecmascript>{{TypeError}}</l>.

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

Expand Down

0 comments on commit c31e59c

Please sign in to comment.