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