Skip to content

Commit

Permalink
Merge pull request #630 from w3c/dfn-fixes
Browse files Browse the repository at this point in the history
Fix definitions to make respec happy
  • Loading branch information
dontcallmedom committed Apr 21, 2022
2 parents 6c49aeb + f4b969e commit 69bcc63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 0 additions & 11 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ <h2>
<h2>
Terminology
</h2>
<p>
The terms <dfn>MediaStream</dfn>, <dfn>MediaStreamTrack</dfn>, and <dfn>Consumer</dfn> are
defined in [[!GETUSERMEDIA]].
</p>
<p>
The terms {{RTCPeerConnection}}, {{RTCDataChannel}},
{{RTCDtlsTransport}}, {{RTCDtlsTransportState}}, {{RTCIceTransport}},
Expand Down Expand Up @@ -3454,13 +3450,6 @@ <h2>
The {{RTCDataChannel/id}} attribute of the {{RTCDataChannel}} object.
</p>
</dd>
<dt>
<dfn>transportId</dfn> of type <span class=
"idlMemberType">DOMString</span>
</dt>
<dd>
A [= stats object reference =] for the transport used to carry this datachannel.
</dd>
<dt>
<dfn>state</dfn> of type {{RTCDataChannelState}}
</dt>
Expand Down
4 changes: 3 additions & 1 deletion webrtc-stats.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
let aMonthFromNow = new Date();
aMonthFromNow.setMonth(aMonthFromNow.getMonth() + 1);
var respecConfig = {
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
specStatus: "ED",

crEnd: aMonthFromNow.toJSON().slice(0,10),
// the specification's short name, as in http://www.w3.org/TR/short-name/
shortName: "webrtc-stats",

Expand Down

0 comments on commit 69bcc63

Please sign in to comment.