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