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

Diff of /test/html-webhacc/ChangeLog

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

revision 1.23 by wakaba, Mon Jul 16 10:55:11 2007 UTC revision 1.65 by wakaba, Tue Apr 29 10:59:25 2008 UTC
# Line 1  Line 1 
1    2008-04-29  Wakaba  <[email protected]>
2    
3            * cc-style.css: Duplicate terms are no longer disallowed (HTML5
4            revision 1467).
5    
6    2008-04-12  Wakaba  <[email protected]>
7    
8            * parser-manakai.cgi, parser-manakai-interface.en.html: The |innerHTML|
9            output mode is split into "|innerHTML| (HTML)" and "|innerHTML| (XML)"
10            output modes.
11    
12    2008-03-29  Wakaba  <[email protected]>
13    
14            * cc.cgi: New "URI" section is implemented.
15    
16    2008-03-21  Wakaba  <[email protected]>
17    
18            * cc.cgi (get_node_path): Use qualified name, not just
19            local name.
20    
21    2008-03-21  Wakaba  <[email protected]>
22    
23            * cc.cgi (get_rdf_resource_html): undef vs false bug fixed.
24    
25    2008-03-21  Wakaba  <[email protected]>
26    
27            * cc.cgi: Experimental support for application/rdf+xml type.
28            Generate section on RDF triples extracted from the document.
29            (print_rdf_section): New function.
30            (get_rdf_resource_html): New function.
31    
32    2008-03-17  Wakaba  <[email protected]>
33    
34            * cc.cgi (get_error_label): No-parent case was not considered.
35    
36    2008-03-17  Wakaba  <[email protected]>
37    
38            * cc.cgi (get_error_label): Use the error location
39            of the parent node, if the node does not have one.
40    
41    2008-03-17  Wakaba  <[email protected]>
42    
43            * cc-script.js: The ID of the list is now given as an argument.
44    
45            * cc.cgi: List of document errors now also expanded by source
46            code fragment generated by scripting.
47            (get_error_label): Use line/column information from the error
48            context node, if any.
49    
50    2008-03-16  Wakaba  <[email protected]>
51    
52            * cc.cgi: Line break treatment was different from
53            that of HTML and CSS parsers.
54    
55    2008-03-16  Wakaba  <[email protected]>
56    
57            * cc-script.js: Unquote U+hhhh escapes.
58    
59    2008-03-16  Wakaba  <[email protected]>
60    
61            * cc.cgi (get_error_label): Use token's line and column
62            if available.
63    
64    2008-03-16  Wakaba  <[email protected]>
65    
66            * cc-script.js: Character was not marked if the line
67            is less than 50 characters.
68    
69    2008-03-16  Wakaba  <[email protected]>
70    
71            * cc.cgi: Link to the script added.
72    
73            * cc-style.css (mark): Added.
74    
75            * cc-script.js: New script.
76    
77    2008-03-11  Wakaba  <[email protected]>
78    
79            * cc.cgi: |value| should be output in |dt| in Parse Errors
80            section.
81    
82    2008-02-24  Wakaba  <[email protected]>
83    
84            * cc.cgi: Support for level-i (informational).
85    
86            * cc-style.css: New style rules for informational messages added.
87    
88            * error-description-source.xml (#information, #level-i): Added.
89    
90    2008-02-10  Wakaba  <[email protected]>
91    
92            * cc.cgi: In CSS mode, add 'u' error for 'structure' category (until
93            it is actually implemented).  Support for '-moz-pre-wrap'.
94            Typo in 'collapse' value fixed.
95    
96    2008-02-10  Wakaba  <[email protected]>
97    
98            * cc.cgi: |text/css| support.  |id_prefix| support was
99            partially broken.
100    
101    2008-02-10  Wakaba  <[email protected]>
102    
103            * cc.cgi: Subdocument validation framework implemented.
104    
105    2008-02-10  Wakaba  <[email protected]>
106    
107            * cc.cgi (print_listing_section): ID, class, and term
108            section functions are merged.
109    
110    2008-02-10  Wakaba  <[email protected]>
111    
112            * table-interface.en.html: Typo fixed.
113    
114            * cc.cgi: Use |$input->{id_prefix}| as the prefix for the
115            identifiers in report sections.  Don't add headings
116            if the |$input->{nested}| flag is set.
117    
118            * table-script.js (tableToCanvas): Now it aceepts third
119            argument, |idPrefix|, for setting ID prefix.
120    
121            * table.cgi: Set the third argument to |tableToCanvas| as an
122            empty string.
123    
124    2008-02-10  Wakaba  <[email protected]>
125    
126            * cc.cgi (check_and_print): Now this is a subroutine.
127    
128    2008-02-09  Wakaba  <[email protected]>
129    
130            * cc-style.css: Rules for s/unsupported/u/'ed version added.
131    
132            * cc.cgi: Support for 'u' level.
133    
134            * error-description-source.en.xml: s/unsupported/u/;
135    
136            * standards.en.html: CSS added.
137    
138    2008-02-09  Wakaba  <[email protected]>
139    
140            * standards.en.html: New document.
141    
142            * cc-interface.en.html: Linking to |standards.en.html|.
143    
144    2007-11-23  Wakaba  <[email protected]>
145    
146            * error-description-source.xml: New error descriptions.
147    
148            * cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send
149            a 406 page!  |identity| encoding is added.
150    
151    2007-11-19  Wakaba  <[email protected]>
152    
153            * cc.cgi (#document-tree Document): Output |inputEncoding|,
154            |manakaiCharset|, and |manakaiHasBOM| attributes.
155    
156    2007-11-18  Wakaba  <[email protected]>
157    
158            * cc-style.css: New rules for warnings.
159    
160            * cc-todo.en.txt: Updated.
161    
162            * cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1|
163            for |inner_html| with external source.  Set |manakai_charset|
164            attribute if possible.
165            (load_text_catalog): Interpret catalog file as UTF-8.
166    
167            * error-description-source.en.xml: New errors for character
168            encodings are added.
169    
170    2007-11-18  Wakaba  <[email protected]>
171    
172            * error-description-source.xml: s/charset declaration/character
173            encoding declaration/g, since HTML5 spec says so.
174    
175    2007-11-18  Wakaba  <[email protected]>
176    
177            * cc.cgi (get_input_document): Use sniffer to determine
178            media type of the entity.
179    
180    2007-11-11  Wakaba  <[email protected]>
181    
182            * cc-style.css: Rules for "unsupported" parse errors.
183    
184            * cc.cgi (print_syntax_error_html_section): Use HTML
185            parser for byte string.
186            (print_result_unknown_type_section): Make output
187            more consistent with other media types.
188    
189    2007-11-11  Wakaba  <[email protected]>
190    
191            * parser.cgi: Use |Whatpm::HTML::Serializer| to serialize
192            an HTML DOM.
193    
194    2007-11-07  Wakaba  <[email protected]>
195    
196            * cc-style.css: Styling examples.
197    
198    2007-11-07  Wakaba  <[email protected]>
199    
200            * error-description-source.xml (enumerated:invalid:http-equiv:content-type):
201            New.
202    
203    2007-11-05  Wakaba  <[email protected]>
204    
205            * cc.cgi (get_error_level_label): New.
206    
207            * cc-style.css: New rules for error level descriptions.
208    
209            * error-description-source.xml: Description for error
210            levels is added.
211    
212    2007-11-04  Wakaba  <[email protected]>
213    
214            * cc-interface.en.html (i): |text/cache-manifest| is added.
215    
216            * cc-style.css: New rules for manifest dump.
217    
218            * cc.cgi: Support for |text/cache-manifest|.
219    
220            * error-description-soruce.en.xml (#cache-manifest-errors): New
221            section.
222    
223    2007-09-10  Wakaba  <[email protected]>
224    
225            * cc.cgi, cc-style.css: Scoring support.
226    
227    2007-09-03  Wakaba  <[email protected]>
228    
229            * error-description-source.xml: Updated.
230    
231    2007-09-02  Wakaba  <[email protected]>
232    
233            * cc.cgi: Report document sections are now output by
234            corresponding subroutines.
235    
236    2007-08-26  Wakaba  <[email protected]>
237    
238            * cc.cgi: New catalog macros |local-name| and |element-local-name|.
239    
240    2007-08-11  Wakaba  <[email protected]>
241    
242            * cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP|
243            instead of |SuikaWiki::Input::HTTP|.
244    
245    2007-08-05  Wakaba  <[email protected]>
246    
247            * cc-interface.en.html: IMT |application/atom+xml| is added.
248            Link to |cc-todo| is added.
249    
250    2007-07-24  Wakaba  <[email protected]>
251    
252            * error-description.xml: Description for "after body", "bare etago",
253            and "bogus end tag" are added.
254    
255    2007-07-21  Wakaba  <[email protected]>
256    
257            * cc-style.css: Don't remove bullet of the document node
258            in the document tree.  Don't collapse white space
259            in the |code| elements.
260    
261            * cc.cgi: Put identifiers and class names into |code|
262            element.
263            (get_text): Template for attribute values are supported.
264    
265            * error-descriotion-source.en.xml: More error descriptions
266            are included.  Use |{@}| attribute value insertion macro
267            for errors in which it should be useful.
268    
269    2007-07-17  Wakaba  <[email protected]>
270    
271            * cc.cgi: Output HTTP and HTML header before try to
272            fetch the specified resource for usability.  Add
273            tables, identifiers, and terms section to the TOC.
274            Generate classes list.
275    
276    2007-07-17  Wakaba  <[email protected]>
277    
278            * alert.png, error.png, info.png: New images.
279    
280            * LICENSE: New image file names are added.
281    
282            * cc-interface.en.html: Link to the style sheet is added.
283    
284            * cc-style.css: Duplicate identifiers and terms
285            are decorated by icon.
286    
287            * cc.cgi: |h1| links to the interface page.
288            (#identifiers): New section.
289    
290            * error-description-source.en.xml: More error types are
291            added.
292    
293    2007-07-16  Wakaba  <[email protected]>
294    
295            * cc.cgi: Set |STDOUT| encoding as |utf8|.
296            (htescape): Escape some more invisible characters.
297    
298            * error-description-source.en.xml: More error data.
299    
300  2007-07-16  Wakaba  <[email protected]>  2007-07-16  Wakaba  <[email protected]>
301    
302          * cc.cgi (table stuff): Set |is_header| property          * cc.cgi (table stuff): Set |is_header| property
# Line 6  Line 305 
305          (get_text): Return the reduced type name as well.  Use          (get_text): Return the reduced type name as well.  Use
306          it as fragment of detail document.          it as fragment of detail document.
307    
308          * error-description-source.xml: More error descriptions          * error-description-source.en.xml: More error descriptions
309          are added.          are added.
310    
311          * mkdescription.pl: Remove |catalog| element from          * mkdescription.pl: Remove |catalog| element from

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.65

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24