/[suikacvs]/test/html-webhacc/cc-interface.en.html
Suika

Contents of /test/html-webhacc/cc-interface.en.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (show annotations) (download) (as text)
Sun May 18 03:47:56 2008 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.9: +2 -0 lines
File MIME type: text/html
++ ChangeLog	18 May 2008 03:47:40 -0000
2008-05-18  Wakaba  <wakaba@suika.fam.cx>

	* cc.cgi (print_source_string_section): Use new Message::Charset::Info
	interface to decode source code, otherwise the Perl native Encode
	module might decode the source code into different character
	string with the Info's.

2008-05-10  Wakaba  <wakaba@suika.fam.cx>

	* standards.en.html (requirements): Remove a requirement
	for an HTML element's allowed context (it is covered by HTML5
	spec since r1583).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24