Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
<dfn> fixes

Co-authored-by: Dominique Hazael-Massieux <[email protected]>
  • Loading branch information
alvestrand and dontcallmedom authored Oct 8, 2023
1 parent e7922d0 commit ec9d2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ partial interface RTCPeerConnection {
</pre>

In addition, add two new internal slots to the RTCPeerConnection, called
<dfn class="data" dfn-for="RTCPeerConnection" dfn-type="attribute">{{RTCPeerConnection/[[CustomSendCodecs]]}}</dfn>
and <dfn class="data" dfn-for="RTCPeerConnection"dfn-type="attribute">{{RTCPeerConnection/[[CustomReceiveCodecs]]}}</dfn>,
<dfn attribute dfn-for="RTCPeerConnection">\[[CustomSendCodecs]]</dfn>
and <dfn attribute dfn-for="RTCPeerConnection">\[[CustomReceiveCodecs]]</dfn>,
initially empty.

### Methods ### {#rtcpeerconnection-methods}
Expand Down

0 comments on commit ec9d2bc

Please sign in to comment.