Skip to content

Commit

Permalink
fix respec woes
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Jul 27, 2023
1 parent cbae391 commit c44a836
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ <h2>Terminology</h2>
<p>
The following terms are defined in
<a href="https://webrtc.org/experiments/rtp-hdrext/abs-capture-time"><dfn>RTP Header Extension for Absolute Capture Time</dfn></a>:
<ul>
<li><a href="https://webrtc.org/experiments/rtp-hdrext/abs-capture-time#absolute-capture-timestamp"><dfn>absolute capture timestamp</dfn></a>
<li><a href="https://webrtc.org/experiments/rtp-hdrext/abs-capture-time#timestamp-interpolation"><dfn>timestamp interpolation</dfn></a>
<li><a href="https://webrtc.org/experiments/rtp-hdrext/abs-capture-time#estimated-capture-clock-offset"><dfn>estimated capture clock offset</dfn></a>
</ul>
</p>
<ul>
<li><a href="https://webrtc.org/experiments/rtp-hdrext/abs-capture-time#absolute-capture-timestamp"><dfn>absolute capture timestamp</dfn></a>
<li><a href="https://webrtc.org/experiments/rtp-hdrext/abs-capture-time#timestamp-interpolation"><dfn>timestamp interpolation</dfn></a>
<li><a href="https://webrtc.org/experiments/rtp-hdrext/abs-capture-time#estimated-capture-clock-offset"><dfn>estimated capture clock offset</dfn></a>
</ul>
<p>The process of <dfn>chaining</dfn> an operation to an <dfn>operations chain</dfn> is defined in [[WEBRTC]] Section 4.4.1.2.</p>
</section>
<section id="ice-csp">
Expand Down Expand Up @@ -824,7 +824,6 @@ <h2>Dictionary {{RTCRtpContributingSource}} Members</h2>
{{RTCRtpContributingSource.timestamp}} -
<var>receiverCaptureTimestamp</var>.
</p>
</p>
</dd>
</dl>
</section>
Expand All @@ -838,7 +837,7 @@ <h3>
Transferable Data Channels
</h3>
<p>This section extends {{RTCDataChannel}} by making it <a data-cite="!HTML/#transferable-objects">transferable</a>.</p>
This allows sending and receiving messages outside the context the connection was created, for instance in workers or third-party iframes.</p>
<p>This allows sending and receiving messages outside the context the connection was created, for instance in workers or third-party iframes.</p>
<div>
<p>The WebIDL changes are the following:
<pre class="idl">
Expand Down Expand Up @@ -959,23 +958,22 @@ <h3>
the transceiver is sending enrypted RTP header extensions as defined in
[[CRYPTEX]].
</p>
<div>
<pre class="idl">
partial interface RTCRtpTransceiver {
readonly attribute boolean rtpHeaderEncryptionNegotiated;
};</pre>
<pre class="idl">
partial interface RTCRtpTransceiver {
readonly attribute boolean rtpHeaderEncryptionNegotiated;
};</pre>
<section>
<h2>
Attributes
</h2>
<dl data-link-for="RTCRtpTransceiver" data-dfn-for=
"RTCRtpTransceiver" class="attributes">
<dt>
<dfn id="dom-rtptransceiver-rtpHeaderEncryptionNegotiated">rtpHeaderEncryptionNegotiated</dfn> of type <span class=
<dt>
<dfn id="dom-rtptransceiver-rtpHeaderEncryptionNegotiated">rtpHeaderEncryptionNegotiated</dfn> of type <span class=
"idlAttrType">Boolean</span>, readonly, nullable
</dt>
<dd>
<p>
<p>
The {{rtpHeaderEncryptionNegotiated}} attribute indicates whether [[CRYPTEX]] has been
negotiated. On getting, the attribute MUST
return the value of the {{RTCRtpTransceiver/[[RtpHeaderEncryptionNegotiated]]}} slot.
Expand Down

0 comments on commit c44a836

Please sign in to comment.