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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Wed Jun 27 12:38:11 2007 UTC revision 1.7 by wakaba, Sun Nov 4 09:15:02 2007 UTC
# Line 2  Line 2 
2  <html lang="en">  <html lang="en">
3  <head>  <head>
4  <title>Web Document Conformance Checker (BETA)</title>  <title>Web Document Conformance Checker (BETA)</title>
5    <link rel="stylesheet" href="cc-style.css" type="text/css">
6  <style>  <style>
7    input[type=text], input[type=url] {
8      width: 33em;
9    }
10  textarea {  textarea {
11    width: 35em;    width: 35em;
12    height: 20em;    height: 20em;
# Line 12  textarea { Line 16  textarea {
16  <body>  <body>
17  <h1>Web Docunent Conformance Checker <em>(beta)</em></h1>  <h1>Web Docunent Conformance Checker <em>(beta)</em></h1>
18    
19  <form action="cc/" method="post" accept-charset="utf-8">  <form action="cc/#result-summary" method="post" accept-charset="utf-8">
20  <p><label><code>Content-Type</code> <input type="text" name="i" value="text/html"></p>  <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/cache-manifest</code></option>
29    </select></label></p>
30    
31    <p><label><code>charset</code>
32    <select name="charset">
33    <option value="" selected>As specified</option>
34    <option><code>ISO-2022-JP</code></option>
35    <option><code>ISO-8859-1</code></option>
36    <option><code>EUC-JP</code></option>
37    <option><code>Shift_JIS</code></option>
38    <option><code>US-ASCII</code></option>
39    <option><code>UTF-8</code></option>
40    </select></label></p>
41    
42  <p><label>Setting <input type="text" name="e" value=""><code>.innerHTML</code></label></p>  <p><label>Setting <input type="text" name="e" value=""><code>.innerHTML</code></label></p>
43    
44    <p><label>URI: <input type="url" name="uri"></label>
45    (<label><input type="checkbox" name="error-page" value="1">
46    Check error page</label>)</p>
47    
48  <p><label>Source<br><textarea name="s"></textarea></label></p>  <p><label>Source<br><textarea name="s"></textarea></label></p>
49  <p><input type="submit"></p>  <p><input type="submit"></p>
50  </form>  </form>
51    
52    <p><a href="cc-todo">TODO</a></p>
53    
54  </body>  </body>
55  </html>  </html>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.7

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24