Skip to content

Commit

Permalink
Merge pull request #2994 from w3c/fix-amendment-36
Browse files Browse the repository at this point in the history
Improve description of amendment 36
  • Loading branch information
dontcallmedom committed Aug 30, 2024
2 parents 792a982 + 4c2de12 commit e8ac445
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
7 changes: 4 additions & 3 deletions amendments.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dictionary-rtcconfiguration-members": [
"rtcconfiguration-dictionary": [
{
"description": "Set default values of the <code>RTCConfiguration</code> dictionary, aligning it with current implementations",
"pr": 2691,
Expand Down Expand Up @@ -698,7 +698,7 @@
"id": 29
}
],
"webidl-381402896": [
"webidl-rtcrtpheaderextensioncapability": [
{
"description": "Make RTCRtpHeaderExtensionCapability.uri required",
"pr": 2841,
Expand Down Expand Up @@ -791,12 +791,13 @@
"id": 35
}
],
"setparameter-options": [
"rtcrtpheaderextensioncapability": [
{
"description": "Add empty setParameterOptions as second argument to setParameters for extensibility",
"pr": 2885,
"testUpdates": "not-testable",
"type": "addition",
"difftype": "append",
"status": "candidate",
"id": 36
}
Expand Down
3 changes: 1 addition & 2 deletions base-rec.html
Original file line number Diff line number Diff line change
Expand Up @@ -10081,7 +10081,7 @@ <h4 id="x5-2-12-rtcrtpheaderextensioncapability-dictionary"><bdi class="secno">5
<dfn data-export="" data-dfn-type="dictionary" id="dom-rtcrtpheaderextensioncapability" data-idl="dictionary" data-title="RTCRtpHeaderExtensionCapability" data-dfn-for=""><code>RTCRtpHeaderExtensionCapability</code></dfn> Dictionary
<a class="self-link" aria-label="§" href="#rtcrtpheaderextensioncapability"></a></h4>
<div>
<pre class="idl def" id="webidl-381402896"><span class="idlHeader"><a class="self-link" href="#webidl-381402896">WebIDL</a></span><span data-idl="" class="idlDictionary" id="idl-def-rtcrtpheaderextensioncapability" data-title="RTCRtpHeaderExtensionCapability">dictionary <a class="internalDFN idlID" data-link-type="dictionary" href="#dom-rtcrtpheaderextensioncapability" id="ref-for-dom-rtcrtpheaderextensioncapability-3"><code>RTCRtpHeaderExtensionCapability</code></a> {<span data-idl="" class="idlMember" id="idl-def-rtcrtpheaderextensioncapability-uri" data-title="uri" data-dfn-for="RTCRtpHeaderExtensionCapability"><span class="idlType">
<pre class="idl def" id="webidl-rtcrtpheaderextensioncapability"><span class="idlHeader"><a class="self-link" href="#webidl-381402896">WebIDL</a></span><span data-idl="" class="idlDictionary" id="idl-def-rtcrtpheaderextensioncapability" data-title="RTCRtpHeaderExtensionCapability">dictionary <a class="internalDFN idlID" data-link-type="dictionary" href="#dom-rtcrtpheaderextensioncapability" id="ref-for-dom-rtcrtpheaderextensioncapability-3"><code>RTCRtpHeaderExtensionCapability</code></a> {<span data-idl="" class="idlMember" id="idl-def-rtcrtpheaderextensioncapability-uri" data-title="uri" data-dfn-for="RTCRtpHeaderExtensionCapability"><span class="idlType">
<a data-type="interface" href="https://heycam.github.io/webidl/#idl-DOMString">DOMString</a></span> <a class="internalDFN idlName" data-link-type="dict-member" href="#dom-rtcrtpheaderextensioncapability-uri" id="ref-for-dom-rtcrtpheaderextensioncapability-uri-1"><code>uri</code></a>;</span>
};</span></pre>
<section>
Expand All @@ -10102,7 +10102,6 @@ <h5 id="dictionary-rtcrtpheaderextensioncapability-members">
</section>
</div>
</section>
<div id="setparameter-options"></div>
</section>
<section id="rtcrtpreceiver-interface">
<h3 id="x5-3-rtcrtpreceiver-interface"><bdi class="secno">5.3 </bdi>
Expand Down
7 changes: 3 additions & 4 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ <h3>
<h3>
Configuration
</h3>
<section>
<section id="rtcconfiguration-dictionary">
<h4>
<dfn>RTCConfiguration</dfn> Dictionary
</h4>
Expand Down Expand Up @@ -10135,7 +10135,7 @@ <h3>
<dfn>RTCRtpHeaderExtensionCapability</dfn> Dictionary
</h3>
<div>
<pre class="idl" id="webidl-381402896">dictionary RTCRtpHeaderExtensionCapability {
<pre class="idl" id="webidl-rtcrtpheaderextensioncapability">dictionary RTCRtpHeaderExtensionCapability {
required DOMString uri;
};</pre>
<section>
Expand All @@ -10158,8 +10158,7 @@ <h2>
</section>
</div>
</section>
<div id="setparameter-options"><!-- kept for candidate amendments management purposes --></div>
<section id="setparameter-options">
<section class="add-to-rtcrtpheaderextensioncapability">
<h3>
<dfn>RTCSetParameterOptions</dfn> Dictionary
</h3>
Expand Down

0 comments on commit e8ac445

Please sign in to comment.