Skip to content
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

Editorial: fix markup errors #1338

Merged
merged 1 commit into from
Jan 22, 2025
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
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5242,7 +5242,7 @@ The following abstract operations support the implementation and manipulation of
1. Return |promise|.
</div>

<h4 id="ws-default-controller-abstract-ops">Default controllers</h3>
<h4 id="ws-default-controller-abstract-ops">Default controllers</h4>

The following abstract operations support the implementation of the
{{WritableStreamDefaultController}} class.
Expand Down Expand Up @@ -6599,7 +6599,7 @@ a {{QueuingStrategy}} dictionary.
list «&nbsp;|chunk|&nbsp;».
</div>

<h2 id="other-stuff">Supporting abstract operations</h4>
<h2 id="other-stuff">Supporting abstract operations</h2>

The following abstract operations each support the implementation of more than one type of stream,
and as such are not grouped under the major sections above.
Expand Down Expand Up @@ -6815,7 +6815,7 @@ abstract operations are used to implement these "cross-realm transforms".
security issues.</p>
</div>

<h3 id="misc-abstract-ops">Miscellaneous</h4>
<h3 id="misc-abstract-ops">Miscellaneous</h3>

The following abstract operations are a grab-bag of utilities.

Expand Down
Loading