Skip to content

Commit 6d19262

Browse files
committed
document amendment
1 parent 9948f72 commit 6d19262

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

amendments.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,15 @@
196196
"id": 16
197197
}
198198
],
199+
"rtcpeerconnectioniceevent-attributes": [
200+
{
201+
"description": "Add deprecation notice to RTCPeerConnectionIceEvent.url",
202+
"pr": 2773,
203+
"type": "correction",
204+
"status": "candidate",
205+
"id": 23
206+
}
207+
],
199208
"rtcicecandidate-attributes": [
200209
{
201210
"description": "Add RTCIceCandidate.relayProtocol",
@@ -204,6 +213,13 @@
204213
"type": "addition",
205214
"status": "candidate",
206215
"id": 16
216+
},
217+
{
218+
"description": "Add RTCIceCandidate.url",
219+
"pr": 2773,
220+
"type": "addition",
221+
"status": "candidate",
222+
"id": 23
207223
}
208224
],
209225
"rtcicecredentialtype-enum": [

base-rec.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7016,9 +7016,9 @@ <h5 id="constructors-2">
70167016
</dl>
70177017
</section>
70187018
<section>
7019-
<h5 id="attributes-5">
7019+
<h5 id="rtcpeerconnectioniceevent-attributes">
70207020
Attributes
7021-
<a class="self-link" aria-label="§" href="#attributes-5"></a></h5>
7021+
<a class="self-link" aria-label="§" href="#rtcpeerconnectioniceevent-attributes"></a></h5>
70227022
<dl data-link-for="RTCPeerConnectionIceEvent" data-dfn-for="RTCPeerConnectionIceEvent" class="attributes">
70237023
<dt data-tests="RTCPeerConnectionIceEvent-constructor.html" class="has-tests">
70247024
<dfn data-idl="attribute" data-export="" data-dfn-type="attribute" id="dom-rtcpeerconnectioniceevent-candidate" data-title="candidate" data-dfn-for="RTCPeerConnectionIceEvent" data-type="RTCIceCandidate" data-lt="candidate" data-local-lt="RTCPeerConnectionIceEvent.candidate"><code>candidate</code></dfn> of type <span class="idlAttrType"><a data-link-type="idl" href="#dom-rtcicecandidate" class="internalDFN" id="ref-for-dom-rtcicecandidate-15"><code><code>RTCIceCandidate</code></code></a></span>, readonly, nullable

webrtc.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6251,11 +6251,11 @@ <h2>
62516251
is only present for local relay candidates.
62526252
</p>
62536253
</dd>
6254-
<dt>
6254+
<dt class="add-to-rtcicecandidate-attributes">
62556255
<dfn>url</dfn> of type <span class=
62566256
"idlMemberType">DOMString</span>
62576257
</dt>
6258-
<dd>
6258+
<dd class="add-to-rtcicecandidate-attributes">
62596259
<p>
62606260
For local candidates of type {{RTCIceCandidateType/"srflx"}} or type
62616261
{{RTCIceCandidateType/"relay"}} this is the URL of the ICE server
@@ -6660,7 +6660,7 @@ <h4>
66606660
</ul>
66616661
</div>
66626662
<div>
6663-
<pre class="idl" data-tests="idlharness.https.window.js">[Exposed=Window]
6663+
<pre class="idl" data-tests="idlharness.https.window.js" id="webidl-rtcpeerconnectioniceevent">[Exposed=Window]
66646664
interface RTCPeerConnectionIceEvent : Event {
66656665
constructor(DOMString type, optional RTCPeerConnectionIceEventInit eventInitDict = {});
66666666
readonly attribute RTCIceCandidate? candidate;
@@ -6683,7 +6683,7 @@ <h2>
66836683
Attributes
66846684
</h2>
66856685
<dl data-link-for="RTCPeerConnectionIceEvent" data-dfn-for=
6686-
"RTCPeerConnectionIceEvent" class="attributes">
6686+
"RTCPeerConnectionIceEvent" id="rtcpeerconnectioniceevent-attributes" class="attributes">
66876687
<dt data-tests="RTCPeerConnectionIceEvent-constructor.html">
66886688
<dfn data-idl="">candidate</dfn> of type <span class=
66896689
"idlAttrType">{{RTCIceCandidate}}</span>, readonly, nullable
@@ -6714,7 +6714,7 @@ <h2>
67146714
TURN server, this parameter will be set to
67156715
<code>null</code>.
67166716
</p>
6717-
<p class="note">
6717+
<p class="note" class="add-to-rtcpeerconnectioniceevent-attributes">
67186718
This attribute is deprecated; it exists for legacy compatibility reasons only.
67196719
Prefer the candidate {{RTCIceCandidate/url}}.
67206720
</p>

0 commit comments

Comments
 (0)