-
Notifications
You must be signed in to change notification settings - Fork 115
/
errata.html
63 lines (59 loc) · 2.91 KB
/
errata.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<!--
The data-githubrepo attribute provides the owner/repo name on github. For W3C repositories most of those are of the
form 'w3c/XXX', although there are groups that have their own owner for their repository.
-->
<head data-githubrepo="w3c/webrtc-pc">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Open Errata for the WebRTC 1.0 Specification Published by the Web Real-Time Communications Working Group</title>
<link rel="stylesheet" type="text/css" href="errata.css"/>
<script src="https://w3c.github.io/display_errata/assets/errata.js" type="text/javascript"></script>
<script src="https://w3c.github.io/display_errata/assets/toc.js" type="text/javascript"></script>
<style type="text/css">
.todo {
background-color: yellow
}
</style>
</head>
<body>
<header>
<p class="banner"><a accesskey="W" href="https://www.w3.org/"><img width="72" height="48" alt="W3C" src="https://www.w3.org/Icons/w3c_home" /></a> </p>
<br />
<h1 class="title" class="todo">Open Errata for the <cite>WebRTC 1.0</cite> Specification</h1>
<dl>
<dt>Latest errata update:</dt>
<dd><span id="date">n/&</span></dd>
<dt>Number of recorded errata:</dt>
<dd><span id="number">0</span></dd>
<dt>Link to all errata:</dt>
<dd><span id="errata_link">https://github.com/w3c/webrtc-pc/issues?q=label%3AErrata</span></dd>
</dl>
</header>
<!-- <div class="toc" id="toc"></div>
-->
<main>
<section data-nolabel>
<h1>Open Errata on the <cite>WebRTC 1.0</cite> Recommendation</h1>
<dl>
<dt>Latest Published Version:</dt>
<dd><a href="https://www.w3.org/TR/webrtc/">https://www.w3.org/TR/webrtc/</a></dd>
<dt>Editor’s draft:</dt>
<dd><a href="https://w3c.github.io/webrtc-pc/">https://w3c.github.io/webrtc-pc/</a></dd>
<dt>Latest Publication Date:</dt>
<dd>26 January, 2021</dd>
</dl>
<section>
<h2>Substantial Issues</h2>
</section>
<section>
<h2>Editorial Issues</h2>
</section>
</section>
</main>
<footer>
<address>Dominique Hazael-Massieux</a>, <<a href="mailto:[email protected]" class=''>[email protected]</a>>, (W3C)</address>
<p class="copyright"><a href="/Consortium/Legal/ipr-notice#Copyright" rel="Copyright">Copyright</a> © <span>2021</span> <a href="/"><acronym title="World Wide Web Consortium">W3C</acronym></a> <sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved.</p>
</footer>
</body>
</html>