Parent Directory
|
Revision Log
++ ChangeLog 11 Dec 2008 05:09:03 -0000 * cc-about.en.html: Added links to Regexp modules. * cc-script.js: Adds a class name to |iframe| element used instead of XHR such that non-Ajax |iframe| element can be distinguished by style sheets. * cc-style.css: Displays non-Ajax |iframe| element. * error-description-source.en.xml: Added catalog entries for regexp graph sections. * standards.en.html: s/WDCC/WebHACC/g. Added a subsection on regular expressions. 2008-12-11 Wakaba <wakaba@suika.fam.cx> ++ html/WebHACC/Language/ChangeLog 11 Dec 2008 05:11:06 -0000 * Table.pm: Bug fix: Subsections are no longer associated with tabs. * RegExpJS.pm: Implemented graphization of regular expressions. 2008-12-11 Wakaba <wakaba@suika.fam.cx> ++ html/WebHACC/ChangeLog 11 Dec 2008 05:10:00 -0000 * Output.pm (start_section): Don't output |script| element for tab control if not desired. 2008-12-11 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.1 | <!DOCTYPE html><html id="error-description" lang="ja" xmlns:d="http://suika.fam.cx/~wakaba/archive/2007/wdcc-desc/" xmlns="http://www.w3.org/1999/xhtml"> |
| 2 | <head> | ||
| 3 | <base href="cc/"> | ||
| 4 | |||
| 5 | wakaba | 1.2 | |
| 6 | wakaba | 1.1 | <link href="../cc-style" rel="stylesheet"> |
| 7 | <link href="#license" rel="license"> | ||
| 8 | wakaba | 1.2 | <title xml:lang="ja">誤りの説明 — WebHACC (β)</title></head> |
| 9 | wakaba | 1.1 | <body> |
| 10 | <header> | ||
| 11 | <h1><a href="../cc-about"><abbr title="Web Hypertext Application Conformance Checker (β)"><img alt="WebHACC" src="../icons/title"></abbr></a></h1> | ||
| 12 | <h2>Description of Errors</h2> | ||
| 13 | </header> | ||
| 14 | |||
| 15 | |||