Parent Directory
|
Revision Log
++ 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 | < |