1 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* Makefile: New. |
4 |
|
5 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
6 |
|
7 |
* cc.cgi: Return 404 if |PATH_INFO| is different from |/|. |
8 |
Link to |error-description|. |
9 |
|
10 |
* error-description-source.xml: New. |
11 |
|
12 |
* mkdescription.pl: New. |
13 |
|
14 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
15 |
|
16 |
* cc-style.css: New rules for empty error lists, |
17 |
error levels, and |code|. |
18 |
|
19 |
* cc.cgi: Support for error message catalog. |
20 |
Support for empty (zero-length) document. |
21 |
(print_source_string): Support for empty document. |
22 |
(print_document_tree): Element |has_child_nodes| test |
23 |
was incorrect. Output compat mode and is html flag |
24 |
for |Document| node. |
25 |
(load_text_catalog, get_text): New functions. |
26 |
|
27 |
* LICENSE, large-alert.png, large-info.png, large-stop.png: |
28 |
New files. |
29 |
|
30 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
31 |
|
32 |
* cc.cgi: "Terms" section. "Tree" was sometimes |
33 |
non-conforming to HTML5. |
34 |
(get_node_link): New function. |
35 |
|
36 |
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
37 |
|
38 |
* cc-style.css (img): New rule not to make border |
39 |
for img[usemap]. |
40 |
|
41 |
* cc.cgi: |table.cgi|-feature merged. Doctype |
42 |
token was serialized incorrectly. |
43 |
|
44 |
* table-script.js (tableToCanvas): Has second |
45 |
argument to specify the parent. Use image map |
46 |
to identify cells. |
47 |
|
48 |
* table.cgi: Minor fix to sync with the aforementioned |
49 |
change. |
50 |
|
51 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
52 |
|
53 |
* parser-manakai.cgi, parser-manakai-interface.en.html: Fragment |
54 |
parse mode is implemented. |
55 |
|
56 |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
57 |
|
58 |
* parser-interface.en.html: |checked"| -> |checked| (it did |
59 |
work for Firefox 1.5 but not for WinIE6). |
60 |
|
61 |
2007-06-21 Wakaba <wakaba@suika.fam.cx> |
62 |
|
63 |
* parser-manakai.cgi: New. |
64 |
|
65 |
* parser-manakai-interface.en.html: New. |
66 |
|
67 |
* time-manakai.plt: New. |
68 |
|
69 |
2007-05-28 Wakaba <wakaba@suika.fam.cx> |
70 |
|
71 |
* parser.cgi: Log elapsed time to external files. |
72 |
|
73 |
* time.plt: New file. |
74 |
|
75 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
76 |
|
77 |
* parser.cgi: Output how long each process takes. |
78 |
Document element testing is moved to the |Whatpm::ContentChecker| |
79 |
module. |
80 |
|
81 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
82 |
|
83 |
* excanvas.js: New (from <http://sourceforge.net/project/showfiles.php?group_id=163391&package_id=184688&release_id=505959>). |
84 |
|
85 |
* table.cgi: Remove |$table->{caption}->{element}| |
86 |
for table with caption processed correctly. |
87 |
Support for WinIE via ExplorerCanvas; note that |
88 |
it does not draw path with fill and stroke correctly (stroke |
89 |
is hidden?). |
90 |
|
91 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
92 |
|
93 |
* table.cgi, table-interface.en.html. table-script.js: New files. |
94 |
|
95 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
96 |
|
97 |
* parser.cgi: Use CGI::Carp. |
98 |
|
99 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
100 |
|
101 |
* parser-interface.en.html: A checkbox to |
102 |
enable DOM5 HTML conformance checking is added. |
103 |
|
104 |
* parser.cgi: Check DOM5 HTML conformance |
105 |
if |dom5| parameter is specified. |
106 |
|
107 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
108 |
|
109 |
* parser.cgi: Module names are updated. |
110 |
|
111 |
* parser-interface.en.html: Link to Whatpm introduction |
112 |
is added. |
113 |
|
114 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
115 |
|
116 |
* parser-interface.en.html: New document. |
117 |
|
118 |
* parser.cgi: Test-result-format mode is added. |
119 |
|
120 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
121 |
|
122 |
* parser.cgi: New file. |
123 |
|
124 |
* .htaccess: New file. |
125 |
|
126 |
* ChangeLog: New file. |