Skip to content

Commit cb84455

Browse files
Hixiedomenic
authored andcommitted
Update to be source material for the build
1 parent 80ff742 commit cb84455

22 files changed

+197
-173353
lines changed

.htaccess

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
AddDefaultCharset utf-8
2+
ForceType text/html
3+
DirectoryIndex index
4+
5+
<files *.png>
6+
ForceType image/png
7+
</files>
8+
9+
<files *.json>
10+
ForceType application/json
11+
</files>
12+
13+
<files *.js>
14+
ForceType application/javascript
15+
</files>

.multipage-404

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<script src="fragment-links.js"></script>
3+
<title>Broken link</title>
4+
<style>
5+
body.loading div.failed, body.failed div.loading, div.failed { display: none; }
6+
body.loading div.loading, body.failed div.failed, div.loading { display: block; }
7+
</style>
8+
<body onload="document.body.className = 'failed'">
9+
<script>document.body.className = 'loading'</script>
10+
<div class="loading">
11+
<p>Loading...</p>
12+
</div>
13+
<div class="failed">
14+
<p>The page you are looking for is no longer available at this URL.</p>
15+
<p>Links to the multipage version of the specification are
16+
unfortunately likely to break over time. You might be able to find
17+
what you want from <a href="./">the contents page</a>.</p>
18+
<p>If you have found a broken link on the WHATWG site itself, please
19+
e-mail <a href="mailto:[email protected]">Ian Hickson</a>. If you found a
20+
broken link from another site pointing to the WHATWG site, please
21+
let that site know of the problem instead. Thanks!</p>
22+
</div>

complete.html

Lines changed: 0 additions & 85614 deletions
This file was deleted.

entities-unicode.inc

Lines changed: 0 additions & 2125 deletions
This file was deleted.

fonts/.htaccess

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ForceType application/octet-stream
2+
3+
ExpiresActive on
4+
ExpiresDefault A6048000
5+
Header set Cache-Control "public"

fonts/Essays1743-Bold.ttf

97.4 KB
Binary file not shown.

fonts/Essays1743-BoldItalic.ttf

103 KB
Binary file not shown.

fonts/Essays1743-Italic.ttf

103 KB
Binary file not shown.

fonts/Essays1743.ttf

98.3 KB
Binary file not shown.

images/.htaccess

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<files *.svg>
2+
ForceType image/svg+xml
3+
</files>
4+
5+
<files *.png>
6+
ForceType image/png
7+
</files>
8+
9+
<files *.jpeg>
10+
ForceType image/jpeg
11+
</files>
12+
13+
ExpiresActive on
14+
ExpiresDefault A604800
15+
Header set Cache-Control "public"

0 commit comments

Comments
 (0)