This repository has been archived by the owner on Dec 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.html
59 lines (59 loc) · 2.81 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Is WebRTC ready yet?</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="WebRTC, Talky, WebAudio, SimpleWebRTC">
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/7773252/712764/css/fonts.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="content">
<section>
<h1>Is WebRTC ready yet?</h1>
<div id="support" class="card">
<table style="margin-left:auto; margin-right:auto">
<tr class="browsers">
<th><img src="images/canary.png" alt="Chrome Canary" title="Chrome Canary"></th>
<th><img src="images/chrome.png" alt="Chrome" title="Chrome"></th>
<th><img src="images/opera.png" alt="Opera" title="Opera"></th>
<th><img src="images/nightly.png" alt="Firefox Nightly" title="Firefox Nightly"></th>
<th><img src="images/firefox.png" alt="Firefox" title="Firefox"></th>
<th><img src="images/bowser.png" alt="Bowser" title="Bowser"></th>
<th><img src="images/edge.png" alt="Edge" title="Microsoft Edge"></th>
<th><img src="images/safari.png" alt="Safari" title="Safari"></th>
<th><img src="images/safari.png" alt="Safari iOS" title="Safari iOS"></th>
</tr>
<tr class="versions">
<th>Canary</th>
<th>Chrome</th>
<th>Opera</th>
<th>Nightly</th>
<th>Firefox</th>
<th>Bowser</th>
<th>Edge</th>
<th>Safari</th>
<th>Safari iOS</th>
</tr>
<tr>
<td class="yes"> </td>
<td class="yes"></td>
<td class="yes"></td>
<td class="yes"></td>
<td class="yes"></td>
<td class="yes"></td>
<td class="yes"></td>
<td class="inc"></td>
<td class="no"></td>
</tr>
</table>
<h4>There are lots of issues and bugs remaining of course. <a href="http://code.google.com/p/webrtc">Report</a> <a href="https://bugzilla.mozilla.org/">bugs</a> when that is not the case or use a shim like <a href="https://github.com/webrtc/adapter">adapter.js</a> until implementations match the specification.</h4>
<h4>If you have any questions, use the <a href="https://groups.google.com/d/forum/discuss-webrtc">discuss-webrtc mailing list</a>.</h4>
<h4>If you are looking for the scorecard that used to be on this site, you can find it <a href="legacy.html">here</a>.</h4>
</div>
</section>
</div>
</body>
</html>