Skip to content

Commit ce2ea4d

Browse files
Remove custom ID for new abstract op
1 parent 4bef693 commit ce2ea4d

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
@@ -5180,8 +5180,7 @@ The following abstract operations support the implementation of the
51805180
</div>
51815181

51825182
<div algorithm>
5183-
<dfn abstract-op lt="WritableStreamDefaultControllerReleaseBackpressure"
5184-
id="writable-stream-default-controller-release-backpressure">WritableStreamDefaultControllerReleaseBackpressure(|controller|)</dfn>
5183+
<dfn abstract-op lt="WritableStreamDefaultControllerReleaseBackpressure">WritableStreamDefaultControllerReleaseBackpressure(|controller|)</dfn>
51855184
performs the following steps:
51865185

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

0 commit comments

Comments
 (0)