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