Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions amendments.json
Original file line number Diff line number Diff line change
Expand Up @@ -664,5 +664,15 @@
"web-platform-tests/wpt#53887"
]
}
],
"optional-stats": [
{
"description": "Remove allowance for undocumented stats",
"type": "correction",
"status": "candidate",
"id": 56,
"pr": 3070,
"testUpdates": "not-testable"
}
]
}
2 changes: 1 addition & 1 deletion base-rec.html
Original file line number Diff line number Diff line change
Expand Up @@ -15948,7 +15948,7 @@ <h4 id="x6-2-4-closing-procedure"><bdi class="secno">6.2.4 </bdi>
</tr>
</tbody>
</table>
<p>
<p id="optional-stats">
An implementation <em class="rfc2119">MAY</em> support generating any other statistic defined
in [<cite><a class="bibref" data-link-type="biblio" href="#bib-webrtc-stats" title="Identifiers for WebRTC's Statistics API">WEBRTC-STATS</a></cite>], and <em class="rfc2119">MAY</em> generate statistics that are not
documented.
Expand Down
5 changes: 2 additions & 3 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -16459,10 +16459,9 @@ <h3>
</tr>
</tbody>
</table>
<p>
<p id="optional-stats">
An implementation MAY support generating any other statistic defined
in [[!WEBRTC-STATS]], and MAY generate statistics that are not
documented.
in [[!WEBRTC-STATS]].
</p>
</section>
<section>
Expand Down