/[pub]/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.13 - (show annotations) (download) (as text)
Sun Jul 27 10:33:45 2008 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -0 lines
File MIME type: text/html
FILE REMOVED
++ ChangeLog	27 Jul 2008 10:33:38 -0000
2008-07-27  Wakaba  <wakaba@suika.fam.cx>

	* .htaccess: Files gone.

	* cc-interface.en.html, cc-todo.txt: Removed.

	* cc-about.en.html: New document.

	* cc.cgi: Insert document input section before anything.
	No check performed if no URL is specified and the
	input is empty.

	* error-description-source.xml (WebHACC:Heading): Link
	to cc-about in place of cc-interface.

++ html/WebHACC/Language/ChangeLog	27 Jul 2008 10:31:14 -0000
2008-07-27  Wakaba  <wakaba@suika.fam.cx>

	* CSS.pm (generate_structure_dump_section): Role name was wrong.

++ html/WebHACC/ChangeLog	27 Jul 2008 10:30:52 -0000
2008-07-27  Wakaba  <wakaba@suika.fam.cx>

	* Output.pm (new, input): |input| attribute should always have an input
	object, even though it might be an empty one.
	(add_source_to_parse_error_list): s/shift/shift ()/ to remove
	ambigiousness warning.
	(select): New method.
	(generate_input_section): New method.

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 <option><code>text/x-webidl</code></option>
31 </select></label></p>
32
33 <p><label><code>charset</code>
34 <select name="charset">
35 <option value="" selected>As specified</option>
36 <option><code>ISO-2022-JP</code></option>
37 <option><code>ISO-8859-1</code></option>
38 <option><code>Windows-1252</code></option>
39 <option><code>EUC-JP</code></option>
40 <option><code>Shift_JIS</code></option>
41 <option><code>Windows-31J</code></option>
42 <option><code>US-ASCII</code></option>
43 <option><code>TIS-620</code></option>
44 <option><code>ISO-8859-11</code></option>
45 <option><code>Windows-874</code></option>
46 <option><code>UTF-8</code></option>
47 <option><code>UTF-8n</code></option>
48 </select></label></p>
49
50 <p><label>Setting <input type="text" name="e" value=""><code>.innerHTML</code></label></p>
51
52 <p><label>URI: <input type="url" name="uri"></label>
53 (<label><input type="checkbox" name="error-page" value="1">
54 Check error page</label>)</p>
55
56 <p><label>Source<br><textarea name="s"></textarea></label></p>
57 <p><input type="submit"></p>
58 </form>
59
60 <p><a href="cc-todo">TODO</a>,
61 <a href="standards">Supported standards</a></p>
62
63 </body>
64 </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24