Skip to content

Editorial: Fix broken heading tags #884

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
@@ -2562,7 +2562,7 @@ that can be turned into a JSON string
by the {{JSON.stringify()}} function.
Additionally, in the ECMAScript language binding,
the <code>toJSON</code> 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.

<div class="example" id="tojson-example">

@@ -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=].


<h6 id="es-default-tojson">Default toJSON operation</h5>
<h6 id="es-default-tojson">Default toJSON operation</h6>

<div algorithm>

@@ -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}}.

<h3 id="idl-DOMException" interface oldids="dfn-DOMException">DOMException</h4>
<h3 id="idl-DOMException" interface oldids="dfn-DOMException">DOMException</h3>

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