Skip to content

Commit d54c54a

Browse files
committed
Update references and remove empty section
Move webcodecs explainer ref to actual spec Link to latest sframe (although it is not referenced from the API atm Remove empty terminology section
1 parent 32f00c2 commit d54c54a

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

index.bs

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,9 @@ spec:webidl; type:dfn; text:resolve
1919
</pre>
2020
<pre class=biblio>
2121
{
22-
"WEB-CODECS": {
23-
"href":
24-
"https://github.com/WICG/web-codecs/blob/master/explainer.md",
25-
"title": "Web Codecs explainer"
26-
},
2722
"SFRAME": {
2823
"href":
29-
"https://www.ietf.org/archive/id/draft-ietf-sframe-enc-00.html",
24+
"https://www.ietf.org/archive/id/draft-ietf-sframe-enc-04.html",
3025
"title": "Secure Frame (SFrame)"
3126
}
3227
}
@@ -47,12 +42,10 @@ which is the output of the encoder part of a codec and the input to the
4742
decoder part of a codec which allows the user agent to apply encryption
4843
locally.
4944

50-
The interface is inspired by [[WEB-CODECS]] to
45+
The interface is inspired by [[WEBCODECS]] to
5146
provide access to such functionality while retaining the setup flow of
5247
RTCPeerConnection
5348

54-
# Terminology # {#terminology}
55-
5649
# Specification # {#specification}
5750

5851
The Streams definition doesn't use WebIDL much, but the WebRTC spec does.

0 commit comments

Comments
 (0)