/[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.7 - (hide annotations) (download) (as text)
Sun Nov 4 09:15:02 2007 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +1 -0 lines
File MIME type: text/html
++ ChangeLog	4 Nov 2007 09:14:24 -0000
2007-11-04  Wakaba  <wakaba@suika.fam.cx>

	* cc-interface.en.html (i): |text/cache-manifest| is added.

	* cc-style.css: New rules for manifest dump.

	* cc.cgi: Support for |text/cache-manifest|.

	* error-description-soruce.en.xml (#cache-manifest-errors): New
	section.

1 wakaba 1.1 <!DOCTYPE html>
2     <html lang="en">
3     <head>
4     <title>Web Document Conformance Checker (BETA)</title>
5 wakaba 1.4 <link rel="stylesheet" href="cc-style.css" type="text/css">
6 wakaba 1.1 <style>
7 wakaba 1.3 input[type=text], input[type=url] {
8     width: 33em;
9     }
10 wakaba 1.1 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 wakaba 1.6 <form action="cc/#result-summary" method="post" accept-charset="utf-8">
20 wakaba 1.2 <