Skip to content

Commit

Permalink
Merge pull request #995 from w3c/fix-more-dfns
Browse files Browse the repository at this point in the history
Fix warnings about in-prose definitions
  • Loading branch information
alvestrand committed Jan 19, 2017
2 parents 5a127bf + 1d8bf45 commit 898e5fc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ <h2>Dictionary <dfn>RTCOfferOptions</dfn> Members</h2>
</section>
</div>
<div>
<p>The <dfn>RTCAnswerOptions</dfn> dictionary describe options specific to session description of type <code>answer</code> (none in this version of the specification).</p>
<pre class="idl">
dictionary RTCAnswerOptions : RTCOfferAnswerOptions {
};</pre>
Expand Down Expand Up @@ -1623,7 +1624,7 @@ <h2>Methods</h2>
<dt><code>setLocalDescription</code></dt>
<dd>
<p>The <dfn id=
"dom-peerconnection-setlocaldescription"><code>setLocalDescription</code></dfn>
"dom-peerconnection-setlocaldescription"><code>setLocalDescription()</code></dfn>
method instructs the <code><a>RTCPeerConnection</a></code> to
apply the supplied
<code><a>RTCSessionDescriptionInit</a></code> as the local
Expand Down Expand Up @@ -2519,7 +2520,7 @@ <h2>Methods</h2>
</dd>
<dt><code>addIceCandidate</code></dt>
<dd>
<p>When the <code>addIceCandidate</code> method is called, the
<p>When the <dfn data-lt="addIceCandidate!overload-1" data-lt-nodefault>addIceCandidate</dfn> method is called, the
user agent MUST run the following steps:</p>
<ol>
<li>
Expand Down Expand Up @@ -5010,7 +5011,7 @@ <h2>Methods</h2>
"methods">
<dt><code>getCapabilities</code>, static</dt>
<dd>
<p>The <dfn><code>RTCRtpSender.getCapabilities</code></dfn>
<p>The <dfn>getCapabilities()</dfn>
method returns the most optimist view on the capabilities of the
system for sending media of the given kind. It does not reserve
any resources, ports, or other state but is meant to provide a
Expand Down Expand Up @@ -5132,7 +5133,7 @@ <h2>Methods</h2>
</dd>
<dt><code>getParameters</code></dt>
<dd>
<p>The <dfn><code>RTCRtpSender.getParameters</code></dfn> method
<p>The <dfn>getParameters()</dfn> method
returns the <code><a>RTCRtpSender</a></code> object's current
parameters for how <code>track</code> is encoded and transmitted
to a remote <code><a>RTCRtpReceiver</a></code>. It may used with
Expand Down Expand Up @@ -5883,7 +5884,7 @@ <h2>Methods</h2>
class="methods">
<dt><code>getCapabilities</code>, static</dt>
<dd>
<p>The <dfn><code>RTCRtpReceiver.getCapabilities</code></dfn>
<p>The <dfn>getCapabilities()</dfn>
method returns the most optimistic view of the capabilities of
the system for receiving media of the given kind. It does not
reserve any resources, ports, or other state but is meant to
Expand Down Expand Up @@ -5920,7 +5921,7 @@ <h2>Methods</h2>
</dd>
<dt><code>getParameters</code></dt>
<dd>
<p>The <dfn><code>RTCRtpReceiver.getParameters</code></dfn> method
<p>The <dfn>getParameters()</dfn> method
returns the <code>RTCRtpReceiver</code> object's current parameters
for how <code>track</code> is decoded.</p>
<div>
Expand Down Expand Up @@ -9750,7 +9751,7 @@ <h2><dfn>RTCIdentityProviderOptions</dfn> Members</h2>
attribute DOMString name;
};</pre>
<section>
<h2>Attributes</h2>
<h2><dfn>RTCIdentityAssertion</dfn> Attributes</h2>
<dl data-link-for="RTCIdentityAssertion" data-dfn-for=
"RTCIdentityAssertion" class="attributes">
<dt><dfn><code>idp</code></dfn> of type <span class=
Expand Down

0 comments on commit 898e5fc

Please sign in to comment.