diff --git a/index.bs b/index.bs index 6fda469d..55042239 100644 --- a/index.bs +++ b/index.bs @@ -2562,7 +2562,7 @@ that can be turned into a JSON string by the {{JSON.stringify()}} function. Additionally, in the ECMAScript language binding, the toJSON operation can take a [{{Default}}] [=extended attribute=], -in which case the [=default toJSON operation=] is exposed instead. +in which case the [=default toJSON steps=] are exposed instead.
@@ -9166,7 +9166,7 @@ that [=has default method steps=] defined. alice.toJSON(); // Evaluates to an object like this (notice how "breed" is absent, - // as the Dog interface doesn't declare a default toJSON operation): + // as the Dog interface doesn't use the default toJSON steps): // // { // name: "Tramp", @@ -11843,7 +11843,7 @@ A [=regular operation=] that does not [=have default method steps=] must not be [{{Default}}] [=extended attribute=]. -
Default toJSON operation
+
Default toJSON operation
@@ -14424,7 +14424,7 @@ The {{BufferSource}} typedef is used to represent objects that are either themselves an {{ArrayBuffer}} or which provide a view on to an {{ArrayBuffer}}. -

DOMException

+

DOMException

The {{DOMException}} type is an [=interface type=] defined by the following IDL fragment: