Skip to content

Commit

Permalink
Assign id of changed markup more granularly
Browse files Browse the repository at this point in the history
Ensure generation of valid markup
  • Loading branch information
dontcallmedom committed Feb 26, 2024
1 parent 522b8c4 commit 2993069
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion base-rec.html
Expand Up @@ -11033,10 +11033,11 @@ <h4 id="methods-8">
</li>
</ol>
</dd>
<dt id="setcodecpreferences-receive" data-tests="RTCRtpTransceiver-setCodecPreferences.html" class="has-tests">
<dt data-tests="RTCRtpTransceiver-setCodecPreferences.html" class="has-tests">
<dfn data-idl="operation" data-export="" data-dfn-type="method" id="dom-rtcrtptransceiver-setcodecpreferences" data-title="setCodecPreferences" data-dfn-for="RTCRtpTransceiver" data-type="undefined" data-lt="setCodecPreferences()|setCodecPreferences(codecs)" data-local-lt="RTCRtpTransceiver.setCodecPreferences|RTCRtpTransceiver.setCodecPreferences()|setCodecPreferences"><code>setCodecPreferences</code></dfn>
</dt>
<dd>
<div id="setcodecpreferences-receive">
<p class="needs-tests">
The <a data-link-type="idl" href="#dom-rtcrtptransceiver-setcodecpreferences" class="internalDFN" id="ref-for-dom-rtcrtptransceiver-setcodecpreferences-4"><code><code>setCodecPreferences</code></code></a> method overrides the default
codec preferences used by the <a href="#dfn-user-agent" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-user-agent-9">user agent</a>. When
Expand Down Expand Up @@ -11101,6 +11102,7 @@ <h4 id="methods-8">
When <a data-link-type="idl" data-lt="setCodecPreferences()" href="#dom-rtcrtptransceiver-setcodecpreferences" class="internalDFN" id="ref-for-dom-rtcrtptransceiver-setcodecpreferences-6"><code><code>setCodecPreferences</code></code></a><code>()</code> in invoked, the <a href="#dfn-user-agent" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-user-agent-11">user
agent</a> <em class="rfc2119">MUST</em> run the following steps:
</p>
</div>
<ol id="setcodecparameters-algorithm">
<li class="no-test-needed">
<p>
Expand Down
4 changes: 3 additions & 1 deletion webrtc.html
Expand Up @@ -11175,10 +11175,11 @@ <h2>
</li>
</ol>
</dd>
<dt id="setcodecpreferences-receive" data-tests="RTCRtpTransceiver-setCodecPreferences.html">
<dt data-tests="RTCRtpTransceiver-setCodecPreferences.html">
<dfn data-idl="">setCodecPreferences</dfn>
</dt>
<dd>
<div id="setcodecpreferences-receive">
<p>
The {{setCodecPreferences}} method overrides the default
receive codec preferences used by the <a>user agent</a>. When
Expand Down Expand Up @@ -11306,6 +11307,7 @@ <h2>
</p>
</li>
</ol>
</div>
<div id="setcodecparameters-algorithm">
<p> The <dfn class="export">codec match</dfn> algorithm given two {{RTCRtpCodec}}
<var>first</var> and <var>second</var> is as follows:
Expand Down

0 comments on commit 2993069

Please sign in to comment.