Skip to content

Commit 01560cc

Browse files
committed
fix-rfc-link
1 parent 482c9bf commit 01560cc

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

index.bs

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ spec:webidl; type:dfn; text:resolve
2525
}
2626
}
2727
</pre>
28-
<pre class=biblio>
29-
{
30-
"RFC-5104": {
31-
"href":
32-
"https://www.rfc-editor.org/rfc/rfc5104",
33-
"title": "RFC-5104"
34-
}
35-
}
3628
</pre>
3729
<pre class=link-defaults>
3830
spec:streams; type:interface; text:ReadableStream
@@ -429,8 +421,8 @@ The <dfn>generate key frame algorithm</dfn>, given |promise|, |encoder| and |rid
429421
The <dfn>request key frame algorithm</dfn>, given |promise| and |depacketizer|, is defined by running these steps:
430422
1. If |depacketizer| is undefined, reject |promise| with {{InvalidStateError}}, abort these steps.
431423
1. If sending a Full Intra Request (FIR) by |depacketizer|'s receiver is not deemed appropriate, [=resolve=] |promise| with undefined and abort these steps.
432-
Section 4.3.1 of [[RFC-5104]] provides guidelines of how and when it is appropriate to sending a Full Intra Request.
433-
1. Generate a Full Intra Request (FIR) packet as defined in section 4.3.1 of [[RFC-5104]] and send it through |depacketizer|'s receiver.
424+
Section 4.3.1 of [[RFC5104]] provides guidelines of how and when it is appropriate to sending a Full Intra Request.
425+
1. Generate a Full Intra Request (FIR) packet as defined in section 4.3.1 of [[RFC5104]] and send it through |depacketizer|'s receiver.
434426
1. [=Resolve=] |promise| with undefined.
435427

436428
# RTCRtpSender extension # {#rtcrtpsender-extension}

0 commit comments

Comments
 (0)