Skip to content

Commit 2a1c46d

Browse files
committed
Simplify some links
1 parent 6309e55 commit 2a1c46d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ argument, ensure that the codec is disabled and produces no output.
162162
At construction of each {{RTCRtpSender}} or {{RTCRtpReceiver}}, run the following steps:
163163
1. Initialize `[[Streams]]` to null.
164164
2. Initialize `[[transform]]` to null.
165-
3. Initialize `[[readable]]` to the result of <a href="https://streams.spec.whatwg.org/#readablestream-create">creating a</a> {{ReadableStream}}. `[[readable]]` is provided frames using the [=readEncodedData=] algorithm given |this| as parameter.
165+
3. Initialize `[[readable]]` to the result of <a dfn for="ReadableStream">creating</a> a {{ReadableStream}}. `[[readable]]` is provided frames using the [=readEncodedData=] algorithm given |this| as parameter.
166166
4. Set `[[readable]]`.`[[owner]]` to |this|.
167-
5. Initialize `[[writable]]` to the result of <a href="https://streams.spec.whatwg.org/#writablestream-create">creating a</a> {{WritableStream}}, its <a href="https://streams.spec.whatwg.org/#writablestream-create-writealgorithm">writeAlgorithm</a> set to [=writeEncodedData=] given |this| as parameter.
167+
5. Initialize `[[writable]]` to the result of <a dfn for="WritableStream">creating</a> a {{WritableStream}}, its <a href="https://streams.spec.whatwg.org/#writablestream-create-writealgorithm">writeAlgorithm</a> set to [=writeEncodedData=] given |this| as parameter.
168168
6. Set `[[writable]]`.`[[owner]]` to |this|.
169169
7. Initialize `[[pipeToController]]` to null.
170170
8. Initialize `[[lastReceivedFrameTimestamp]]` to zero.

0 commit comments

Comments
 (0)