Skip to content

Commit 976492b

Browse files
Remove custom ID for new abstract op
1 parent 1eafb51 commit 976492b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5314,8 +5314,7 @@ The following abstract operations support the implementation of the
53145314
</div>
53155315

53165316
<div algorithm>
5317-
<dfn abstract-op lt="WritableStreamDefaultControllerReleaseBackpressure"
5318-
id="writable-stream-default-controller-release-backpressure">WritableStreamDefaultControllerReleaseBackpressure(|controller|)</dfn>
5317+
<dfn abstract-op lt="WritableStreamDefaultControllerReleaseBackpressure">WritableStreamDefaultControllerReleaseBackpressure(|controller|)</dfn>
53195318
performs the following steps:
53205319

53215320
1. Let |stream| be |controller|.[=WritableStreamDefaultController/[[stream]]=].

0 commit comments

Comments
 (0)