Skip to content

Commit

Permalink
Replace 'is not present' with 'MUST NOT be [= map/exist | present =]' (
Browse files Browse the repository at this point in the history
  • Loading branch information
henbos authored Jan 25, 2024
1 parent 338a988 commit 431b2ca
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -1024,8 +1024,9 @@ <h2>
<dd>
<p>
If the {{RTCRtpTransceiver}} owning this stream has a
{{RTCRtpTransceiver/mid}} value that is not null, this is that
value, otherwise this member is not present.
{{RTCRtpTransceiver/mid}} value that is not <code>null</code>,
this is that value, otherwise this member MUST NOT be
[= map/exist | present =].
</p>
</dd>
<dt>
Expand Down Expand Up @@ -1726,7 +1727,7 @@ <h2>
<p>
If RTX is negotiated for retransmissions on a separate <a>RTP stream</a>, this is the SSRC
of the RTX stream that is associated with this stream's {{RTCRtpStreamStats/ssrc}}.
If RTX is not negotiated, this value is not present.
If RTX is not negotiated, this value MUST NOT be [= map/exist | present =].
</p>
</dd>
<dt>
Expand All @@ -1737,7 +1738,8 @@ <h2>
<p>
If a FEC mechanism that uses a separate <a>RTP stream</a> is negotiated, this is the SSRC
of the FEC stream that is associated with this stream's {{RTCRtpStreamStats/ssrc}}.
If FEC is not negotiated or uses the same <a>RTP stream</a>, this value is not present.
If FEC is not negotiated or uses the same <a>RTP stream</a>, this value MUST NOT be
[= map/exist | present =].
</p>
</dd>
</dl>
Expand Down Expand Up @@ -1923,8 +1925,9 @@ <h2>
<dd>
<p>
If the {{RTCRtpTransceiver}} owning this stream has a
{{RTCRtpTransceiver/mid}} value that is not null, this is that
value, otherwise this member is [=map/exist | not present=].
{{RTCRtpTransceiver/mid}} value that is not <code>null</code>,
this is that value, otherwise this member MUST NOT be
[= map/exist | present =].
</p>
</dd>
<dt>
Expand Down Expand Up @@ -2004,7 +2007,7 @@ <h2>
<p>
If RTX is negotiated for retransmissions on a separate <a>RTP stream</a>, this is the SSRC
of the RTX stream that is associated with this stream's {{RTCRtpStreamStats/ssrc}}.
If RTX is not negotiated, this value is not present.
If RTX is not negotiated, this value MUST NOT be [= map/exist | present =].
</p>
</dd>
<dt>
Expand Down Expand Up @@ -3383,7 +3386,7 @@ <h2>
{{RTCPeerConnectionIceEvent}}.
</p>
<p>
For remote candidates, this property is not present.
For remote candidates, this property is MUST NOT be [= map/exist | present =].
</p>
</dd>
<dt>
Expand Down

0 comments on commit 431b2ca

Please sign in to comment.