@@ -6277,8 +6277,8 @@ about the execution context at the time the language binding specific object ref
6277
6277
converted to an IDL value.
6278
6278
6279
6279
Note: For ECMAScript objects, the [=callback context=] is used to hold a reference to the
6280
- [= incumbent settings object=] at the time the Object value is converted to an IDL callback
6281
- interface type value. See [[#es-callback-interface]].
6280
+ <a spec="HTML"> incumbent settings object</a> at the time the Object value is converted to an IDL
6281
+ callback interface type value. See [[#es-callback-interface]].
6282
6282
6283
6283
There is no way to represent a constant object reference value for a particular
6284
6284
[=callback interface type=] in IDL.
@@ -6338,7 +6338,7 @@ An IDL value of the callback function type is represented by a tuple of an objec
6338
6338
reference and a [=callback context=].
6339
6339
6340
6340
Note: As with [=callback interface types=], the [=callback context=] is used to hold a
6341
- reference to the [= incumbent settings object=] at
6341
+ reference to the <a spec="HTML"> incumbent settings object</a> at
6342
6342
the time an ECMAScript Object value is converted to an IDL
6343
6343
callback function type value. See [[#es-callback-function]].
6344
6344
@@ -7996,7 +7996,7 @@ values are represented by ECMAScript Object values (including [=function objects
7996
7996
7997
7997
1. If <a abstract-op>Type</a>(|V|) is not Object, then [=ECMAScript/throw=] a {{ECMAScript/TypeError}}.
7998
7998
1. Return the IDL [=callback interface type=] value that represents a reference to |V|, with
7999
- the [= incumbent settings object=] as the [=callback context=].
7999
+ the <a spec="HTML"> incumbent settings object</a> as the [=callback context=].
8000
8000
</div>
8001
8001
8002
8002
<p id="callback-interface-to-es">
@@ -8118,7 +8118,7 @@ IDL [=callback function types=] are represented by ECMAScript [=function objects
8118
8118
then [=ECMAScript/throw=] a {{ECMAScript/TypeError}}.
8119
8119
1. Return the IDL [=callback function type=] value
8120
8120
that represents a reference to the same object that |V| represents, with the
8121
- [= incumbent settings object=] as the [=callback context=].
8121
+ <a spec="HTML"> incumbent settings object</a> as the [=callback context=].
8122
8122
</div>
8123
8123
8124
8124
<p id="callback-function-to-es">
0 commit comments