/[suikacvs]/test/html-webhacc/ChangeLog
Suika

Diff of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.47 by wakaba, Sun Feb 10 02:42:01 2008 UTC revision 1.78 by wakaba, Mon Jul 21 09:40:59 2008 UTC
# Line 1  Line 1 
1    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
2    
3            * cc.cgi: Code clean-up.
4    
5    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
6    
7            * cc.cgi: Old commented out code for additional
8            information sections are removed.  They are now
9            implemented as part of |generate_add_info_sections| method.
10    
11    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
12    
13            * cc.cgi (print_table_section): Removed (now part of
14            WebHACC::Language::DOM).
15    
16    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
17    
18            * cc.cgi: Information sections are now handled by WebHACC::Input
19            module.  Input objects for subdocuments now owns their
20            own subclass.
21    
22    2008-07-21  Wakaba  <wakaba@suika.fam.cx>
23    
24            * cc.cgi: Errors and results are now handled by WebHACC::Result.
25            Decode |uri| parameter as UTF-8.  HTTP header dump and
26            input error are now handled by WebHACC::Input.
27    
28    2008-07-20  Wakaba  <wakaba@suika.fam.cx>
29    
30            * cc.cgi: Modularized.
31    
32            * WebHACC/: New directory.
33    
34    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
35    
36            * cc.cgi (print_structure_dump_webidl_section): Use ->idl_text
37            for dummping (Data::Dumper::Dumper no longer used).
38    
39    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
40    
41            * LICENSE: Note on icons/*.png are added.
42    
43            * icons/: New directory.
44    
45            * cc-style.css: Rules for background images on error category
46            are added.
47    
48    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
49    
50            * cc.cgi (print_source_string_section): Use new Message::Charset::Info
51            interface to decode source code, otherwise the Perl native Encode
52            module might decode the source code into different character
53            string with the Info's.
54    
55    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
56    
57            * standards.en.html (requirements): Remove a requirement
58            for an HTML element's allowed context (it is covered by HTML5
59            spec since r1583).
60    
61    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
62    
63            * cc.cgi: Use table object returned by the checker; don't
64            form a table by itself.
65    
66            * table-script.js: Use different coloring for empty data cells.
67    
68            * cc.cgi, table.cgi: Remove table reference for JSON convertion.
69    
70    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
71    
72            * table-script.js: Support for header cell highlighting.
73    
74            * table.cgi: Set |id| to cells; it enables the cell highlighting
75            feature.
76    
77    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
78    
79            * table-script.js: Table header/footer fill started at a
80            wrong point.
81    
82    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
83    
84            * table-script.js: It is now 0-indexed stead
85            of 1-indexed (HTML5 revision 1376).
86    
87    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
88    
89            * cc-style.css: Duplicate terms are no longer disallowed (HTML5
90            revision 1467).
91    
92    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
93    
94            * parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML|
95            output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)"
96            output modes.
97    
98    2008-03-29  Wakaba  <wakaba@suika.fam.cx>
99    
100            * cc.cgi: New "URI" section is implemented.
101    
102    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
103    
104            * cc.cgi (get_node_path): Use qualified name, not just
105            local name.
106    
107    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
108    
109            * cc.cgi (get_rdf_resource_html): undef vs false bug fixed.
110    
111    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
112    
113            * cc.cgi: Experimental support for application/rdf+xml type.
114            Generate section on RDF triples extracted from the document.
115            (print_rdf_section): New function.
116            (get_rdf_resource_html): New function.
117    
118    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
119    
120            * cc.cgi (get_error_label): No-parent case was not considered.
121    
122    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
123    
124            * cc.cgi (get_error_label): Use the error location
125            of the parent node, if the node does not have one.
126    
127    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
128    
129            * cc-script.js: The ID of the list is now given as an argument.
130    
131            * cc.cgi: List of document errors now also expanded by source
132            code fragment generated by scripting.
133            (get_error_label): Use line/column information from the error
134            context node, if any.
135    
136    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
137    
138            * cc.cgi: Line break treatment was different from
139            that of HTML and CSS parsers.
140    
141    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
142    
143            * cc-script.js: Unquote U+hhhh escapes.
144    
145    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
146    
147            * cc.cgi (get_error_label): Use token's line and column
148            if available.
149    
150    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
151    
152            * cc-script.js: Character was not marked if the line
153            is less than 50 characters.
154    
155    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
156    
157            * cc.cgi: Link to the script added.
158    
159            * cc-style.css (mark): Added.
160    
161            * cc-script.js: New script.
162    
163    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
164    
165            * cc.cgi: |value| should be output in |dt| in Parse Errors
166            section.
167    
168    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
169    
170            * cc.cgi: Support for level-i (informational).
171    
172            * cc-style.css: New style rules for informational messages added.
173    
174            * error-description-source.xml (#information, #level-i): Added.
175    
176    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
177    
178            * cc.cgi: In CSS mode, add 'u' error for 'structure' category (until
179            it is actually implemented).  Support for '-moz-pre-wrap'.
180            Typo in 'collapse' value fixed.
181    
182    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
183    
184            * cc.cgi: |text/css| support.  |id_prefix| support was
185            partially broken.
186    
187    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
188    
189            * cc.cgi: Subdocument validation framework implemented.
190    
191  2008-02-10  Wakaba  <wakaba@suika.fam.cx>  2008-02-10  Wakaba  <wakaba@suika.fam.cx>
192    
193          * cc.cgi (print_listing_section): ID, class, and term          * cc.cgi (print_listing_section): ID, class, and term

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.78

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24