forked from w3c/dom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader-maker.html
44 lines (44 loc) · 1.52 KB
/
header-maker.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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>W3C DOM4</title>
<script src='http://www.w3.org/Tools/respec/respec-w3c-common' async class='remove'></script>
<script class='remove'>
window.onload = function () {
respecEvents.sub("start-all", function () {
$.fn.allTextNodes = function () {
return [];
}
});
respecEvents.sub("end-all", function () {
window.callPhantom({
head: $("head").html()
, divHead: $("div.head").html()
, sotd: $("#sotd").html()
});
});
};
</script>
<script class='remove'>
var respecConfig = ###CONFIG###;
</script>
<link rel='stylesheet' href='style.css'>
</head>
<body>
<section id='abstract'></section>
<section id='sotd'>
<p>
This document is published as a snapshot of the
<a href='http://dom.spec.whatwg.org/'>DOM Living Standard</a>.
</p>
<p class='warning'>
Readers are advised that the DOM is a relatively fast-improving area in implementations.
Therefore, while care has been taken to ensure that this specifications meets high standards
of quality, there are nevertheless some areas in which changes can be expected in the
future. The more prominent such areas are flagged in the body of this specification using
the same style as this paragraph.
</p>
</section>
</body>
</html>