forked from compat-table/compat-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskeleton.html
81 lines (71 loc) · 2.6 KB
/
skeleton.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ECMAScript 5 compatibility table</title>
<link rel="stylesheet" href="master.css">
<script src="ready.js"></script>
<script src="master.js"></script>
</head>
<body>
<div id="header">
<h1>
<a href="http://kangax.github.com/es5-compat-table/">
<span title="ECMA-262 5th edition">ECMAScript 5</span> compatibility table
</a>
<p class="also-see">
Also see compatibility tables for
<a href="es6"><strong>ES6</strong></a> or
<a href="non-standard"><strong>non-standard</strong></a>
features
</p>
<span style="font-size:0.8em;float:right;font-weight:normal;">
<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://kangax.github.com/es5-compat-table/"></a>
<noscript>
<a href="http://flattr.com/thing/135115/ECMAScript-5-compatibility-table" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" />
</a>
</noscript>
<script>
(function() {
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
s.async = true;
s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
t.parentNode.insertBefore(s, t);
})();
</script>
<span style="position:relative;top:-6px">
by <a href="http://twitter.com/kangax/" style="color:#eee">kangax</a>
</span>
</span>
</h1>
</div>
<div id="body">
<p class="warning">Please note that <i>some of these tests</i> represent <strong>existence</strong>,
not functionality or full conformance. I hope to test conformance sometime in the future.</p>
<label for="show-obsolete">Show obsolete browsers?</label>
<input id="show-obsolete" type="checkbox" checked>
<table id="table-wrapper">
<colgroup>
<col>
<col class="this-browser-col">
</colgroup>
<thead>
<tr>
<th class="test-name"></th>
<script>
document.write('<th class="this-browser" title="' + navigator.userAgent + '">This browser</th><th></th>');
</script>
<!-- TABLE HEADERS -->
</tr>
</thead>
<tbody>
<!-- TABLE BODY -->
</tbody>
</table>
</div>
<div id="footnotes">
<!-- FOOTNOTES -->
</div>
</body>
</html>