@@ -2562,7 +2562,7 @@ that can be turned into a JSON string
2562
2562
by the {{JSON.stringify()}} function.
2563
2563
Additionally, in the ECMAScript language binding,
2564
2564
the <code>toJSON</code> operation can take a [{{Default}}] [=extended attribute=],
2565
- in which case the [=default toJSON operation =] is exposed instead.
2565
+ in which case the [=default toJSON steps =] are exposed instead.
2566
2566
2567
2567
<div class="example" id="tojson-example">
2568
2568
@@ -9166,7 +9166,7 @@ that [=has default method steps=] defined.
9166
9166
alice.toJSON();
9167
9167
9168
9168
// Evaluates to an object like this (notice how "breed" is absent,
9169
- // as the Dog interface doesn't declare a default toJSON operation ):
9169
+ // as the Dog interface doesn't use the default toJSON steps ):
9170
9170
//
9171
9171
// {
9172
9172
// name: "Tramp",
@@ -11843,7 +11843,7 @@ A [=regular operation=] that does not [=have default method steps=] must not be
11843
11843
[{{Default}}] [=extended attribute=].
11844
11844
11845
11845
11846
- <h6 id="es-default-tojson">Default toJSON operation</h5 >
11846
+ <h6 id="es-default-tojson">Default toJSON operation</h6 >
11847
11847
11848
11848
<div algorithm>
11849
11849
@@ -14424,7 +14424,7 @@ The {{BufferSource}} typedef is used to represent objects
14424
14424
that are either themselves an {{ArrayBuffer}} or which
14425
14425
provide a view on to an {{ArrayBuffer}}.
14426
14426
14427
- <h3 id="idl-DOMException" interface oldids="dfn-DOMException">DOMException</h4 >
14427
+ <h3 id="idl-DOMException" interface oldids="dfn-DOMException">DOMException</h3 >
14428
14428
14429
14429
The {{DOMException}} type is an [=interface type=] defined by the following IDL
14430
14430
fragment:
0 commit comments