Skip to content

Commit

Permalink
Adapt to updated amendment management system
Browse files Browse the repository at this point in the history
see #2995
  • Loading branch information
dontcallmedom committed Sep 12, 2024
1 parent 3c0350f commit bfa8768
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 12 deletions.
22 changes: 19 additions & 3 deletions amendments.json
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@
]
}
],
"rtcdatachannel-slots-init": [
"rtcdatachannel-istransferable-init-1": [
{
"description": "Make RTCDataChannel transferable to DedicatedWorker",
"pr": 2988,
Expand All @@ -1049,7 +1049,7 @@
]
}
],
"rtcdatachannel-send-1": [
"rtcdatachannel-istransferable-init-2": [
{
"description": "Make RTCDataChannel transferable to DedicatedWorker",
"pr": 2988,
Expand All @@ -1065,7 +1065,23 @@
]
}
],
"announcing-a-data-channel-as-closed": [
"rtcdatachannel-send-istransferable": [
{
"description": "Make RTCDataChannel transferable to DedicatedWorker",
"pr": 2988,
"type": "addition",
"status": "candidate",
"difftype": "append",
"id": 48,
"tests": [
"webrtc/transfer-datachannel.html"
],
"testUpdates": [
"web-platform-tests/wpt#47707"
]
}
],
"transfering-a-data-channel": [
{
"description": "Make RTCDataChannel transferable to DedicatedWorker",
"pr": 2988,
Expand Down
4 changes: 2 additions & 2 deletions base-rec.html
Original file line number Diff line number Diff line change
Expand Up @@ -13525,7 +13525,7 @@ <h4 id="x6-2-1-creating-a-data-channel"><bdi class="secno">6.2.1 </bdi>
internal slot initialized to <code>0</code>.
</p>
</li>
<li class="no-test-needed" id="rtcdatachannel-slots-init">
<li class="no-test-needed">
<p>
Let <var>channel</var> have internal slots named
<dfn data-dfn-type="idl" id="dfn-datachannellabel">[[DataChannelLabel]]</dfn>, <dfn data-dfn-type="idl" id="dfn-ordered">[[Ordered]]</dfn>,
Expand Down Expand Up @@ -14231,7 +14231,7 @@ <h4 id="methods-12">
steps</dfn>:
</p>
<ol>
<li class="no-test-needed" id="rtcdatachannel-send-1">
<li class="no-test-needed">
<p>
Let <var>channel</var> be the <a data-link-type="idl" href="#dom-rtcdatachannel" class="internalDFN" id="ref-for-dom-rtcdatachannel-56"><code><code>RTCDataChannel</code></code></a> object on
which data is to be sent.
Expand Down
14 changes: 7 additions & 7 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -14032,7 +14032,7 @@ <h4>
internal slot initialized to <code>0</code>.
</p>
</li>
<li class="no-test-needed" id="rtcdatachannel-slots-init">
<li class="no-test-needed">
<p>
Let <var>channel</var> have internal slots named
<dfn data-dfn-for="RTCDataChannel">[[\DataChannelLabel]]</dfn>, <dfn data-dfn-for="RTCDataChannel">[[\Ordered]]</dfn>,
Expand All @@ -14042,8 +14042,8 @@ <h4>
<dfn data-dfn-for="RTCDataChannel">[[\Negotiated]]</dfn>, and <dfn data-dfn-for="RTCDataChannel">[[\DataChannelId]]</dfn>.
</p>
</li>
<li class="add-to-rtcdatachannel-slots-init">Let <var>channel</var> have a <dfn data-dfn-for="RTCDataChannel">[[\IsTransferable]]</dfn> internal slot initialized to <code>true</code>.</li>
<li class="add-to-rtcdatachannel-slots-init">[=Queue a task=] to run the following step:<ol>
<li id="rtcdatachannel-istransferable-init-1">Let <var>channel</var> have a <dfn data-dfn-for="RTCDataChannel">[[\IsTransferable]]</dfn> internal slot initialized to <code>true</code>.</li>
<li id="rtcdatachannel-istransferable-init-2">[=Queue a task=] to run the following step:<ol>
<li>Set <var>channel</var>.{{RTCDataChannel/[[IsTransferable]]}} to <code>false</code>.
</li>
</ol>
Expand Down Expand Up @@ -14262,7 +14262,7 @@ <h4>
</li>
</ol>
</section>
<section id="announcing-a-data-channel-as-closed">
<section>
<h4>
<dfn class="abstract-op">Announcing a data channel as closed</dfn>
</h4>
Expand Down Expand Up @@ -14310,7 +14310,7 @@ <h4>
</li>
</ol>
</section>
<section class="add-to-announcing-a-data-channel-as-closed">
<section id="transfering-a-data-channel">
<h4>Transfering data channel</h4>
<p>The {{RTCDataChannel}} [=transfer steps=], given <var>value</var> and <var>dataHolder</var>, are:</p>
<ol>
Expand Down Expand Up @@ -14832,13 +14832,13 @@ <h2>
steps</dfn>:
</p>
<ol class=algorithm>
<li class="no-test-needed" id="rtcdatachannel-send-1">
<li class="no-test-needed">
<p>
Let <var>channel</var> be the {{RTCDataChannel}} object on
which data is to be sent.
</p>
</li>
<li class="add-to-rtcdatachannel-send-1"><p>Set <var>channel</var>.{{RTCDataChannel/[[IsTransferable]]}} to <code>false</code>.</p></li>
<li id="rtcdatachannel-send-istransferable"><p>Set <var>channel</var>.{{RTCDataChannel/[[IsTransferable]]}} to <code>false</code>.</p></li>

<li data-tests="RTCDataChannel-send.html">
<p>
Expand Down

0 comments on commit bfa8768

Please sign in to comment.