1 |
<!DOCTYPE html> |
2 |
<html lang="en"> |
3 |
<head> |
4 |
<title>Web Document Conformance Checker (BETA)</title> |
5 |
<style> |
6 |
input[type=text], input[type=url] { |
7 |
width: 33em; |
8 |
} |
9 |
textarea { |
10 |
width: 35em; |
11 |
height: 20em; |
12 |
} |
13 |
</style> |
14 |
</head> |
15 |
<body> |
16 |
<h1>Web Docunent Conformance Checker <em>(beta)</em></h1> |
17 |
|
18 |
<form action="cc/" method="post" accept-charset="utf-8"> |
19 |
<p><label><code>Content-Type</code> |
20 |
<select name="i"> |
21 |
<option value="" selected>As specified</option> |
22 |
<option><code>application/xhtml+xml</code></option> |
23 |
<option><code>application/xml</code></option> |
24 |
<option><code>text/html</code></option> |
25 |
<option><code>text/xml</code></option> |
26 |
</select></label></p> |
27 |
|
28 |
<p><label><code>charset</code> |
29 |
<select name="charset"> |
30 |
<option value="" selected">As specified</option> |
31 |
<option><code>ISO-2022-JP</code></option> |
32 |
<option><code>ISO-8859-1</code></option> |
33 |
<option><code>EUC-JP</code></option> |
34 |
<option><code>Shift_JIS</code></option> |
35 |
<option><code>US-ASCII</code></option> |
36 |
<option><code>UTF-8</code></option> |
37 |
</select></label></p> |
38 |
|
39 |
<p><label>Setting <input type="text" name="e" value=""><code>.innerHTML</code></label></p> |
40 |
|
41 |
<p><label>URI: <input type="url" name="uri"></label> |
42 |
(<label><input type="checkbox" name="error-page" value="1"> |
43 |
Check error page</label>)</p> |
44 |
|
45 |
<p><label>Source<br><textarea name="s"></textarea></label></p> |
46 |
<p><input type="submit"></p> |
47 |
</form> |
48 |
|
49 |
</body> |
50 |
</html> |