From 32d314aa5796d4f5c4c39c88262c1de0c2468440 Mon Sep 17 00:00:00 2001 From: ExE Boss <3889017+ExE-Boss@users.noreply.github.com> Date: Sun, 17 May 2020 18:10:00 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Editorial:=20Fix=C2=A0broken=20heading?= =?UTF-8?q?=C2=A0tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index 6fda469d..4e92832b 100644 --- a/index.bs +++ b/index.bs @@ -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: From 413934c469ee6baacddf76dba56e8609933dde53 Mon Sep 17 00:00:00 2001 From: ExE Boss <3889017+ExE-Boss@users.noreply.github.com> Date: Sun, 17 May 2020 18:15:00 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Editorial:=20Fix=C2=A0=E2=80=9CDefault?= =?UTF-8?q?=C2=A0toJSON=C2=A0steps=E2=80=9D=C2=A0links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index 4e92832b..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",