Skip to content

Commit 3ece5d9

Browse files
committed
Fix a few editorial aspects
fix github repo shortname to get automatic link to issues from document head removes unnecessary local anchors
1 parent a7989f5 commit 3ece5d9

File tree

2 files changed

+54
-45
lines changed

2 files changed

+54
-45
lines changed

index.bs

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,14 @@ Shortname: webrtc-media-streams
44
Level: None
55
Status: ED
66
Group: webrtc
7-
Repository: w3c/webrtc-insertable-streams/
7+
Repository: w3c/webrtc-insertable-streams
88
URL: https://w3c.github.io/webrtc-insertable-streams/
99
Editor: Harald Alvestrand, Google https://google.com, [email protected]
1010
Editor: Guido Urdaneta, Google https://google.com, [email protected]
1111
Abstract: This API defines an API surface for manipulating the bits on
12-
Abstract: MediaStreamTracks being sent via an RTCPeerConnection.
12+
Abstract: {{MediaStreamTrack}}s being sent via an {{RTCPeerConnection}}.
1313
Markup Shorthands: css no, markdown yes
1414
</pre>
15-
<pre class='anchors'>
16-
spec: WEBRTC; urlPrefix: https://w3c.github.io/webrtc-pc/
17-
type: interface
18-
text: RTCPeerConnection; url: #dom-rtcpeerconnection
19-
type: dictionary
20-
text: RTCConfiguration; url: #dom-rtcconfiguration
21-
spec: WEB-CODECS; urlPrefix: https://github.com/WICG/web-codecs/
22-
type: interface
23-
text: AudioEncoder; url: #dom-audioencoder
24-
type: interface
25-
text: AudioDecoder; url: #dom-audiodecoder
26-
type: interface
27-
text: VideoEncoder; url: #dom-videoencoder
28-
type: interface
29-
text: VideoDecoder; url: #dom-videodecoder
30-
</pre>
3115
<pre class=biblio>
3216
{
3317
"WEB-CODECS": {

0 commit comments

Comments
 (0)