/[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.37 by wakaba, Sun Nov 11 04:18:27 2007 UTC revision 1.59 by wakaba, Mon Mar 17 13:45:35 2008 UTC
# Line 1  Line 1 
1    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
2    
3            * cc.cgi (get_error_label): Use the error location
4            of the parent node, if the node does not have one.
5    
6    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
7    
8            * cc-script.js: The ID of the list is now given as an argument.
9    
10            * cc.cgi: List of document errors now also expanded by source
11            code fragment generated by scripting.
12            (get_error_label): Use line/column information from the error
13            context node, if any.
14    
15    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
16    
17            * cc.cgi: Line break treatment was different from
18            that of HTML and CSS parsers.
19    
20    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
21    
22            * cc-script.js: Unquote U+hhhh escapes.
23    
24    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
25    
26            * cc.cgi (get_error_label): Use token's line and column
27            if available.
28    
29    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
30    
31            * cc-script.js: Character was not marked if the line
32            is less than 50 characters.
33    
34    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
35    
36            * cc.cgi: Link to the script added.
37    
38            * cc-style.css (mark): Added.
39    
40            * cc-script.js: New script.
41    
42    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
43    
44            * cc.cgi: |value| should be output in |dt| in Parse Errors
45            section.
46    
47    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
48    
49            * cc.cgi: Support for level-i (informational).
50    
51            * cc-style.css: New style rules for informational messages added.
52    
53            * error-description-source.xml (#information, #level-i): Added.
54    
55    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
56    
57            * cc.cgi: In CSS mode, add 'u' error for 'structure' category (until
58            it is actually implemented).  Support for '-moz-pre-wrap'.
59            Typo in 'collapse' value fixed.
60    
61    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
62    
63            * cc.cgi: |text/css| support.  |id_prefix| support was
64            partially broken.
65    
66    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
67    
68            * cc.cgi: Subdocument validation framework implemented.
69    
70    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
71    
72            * cc.cgi (print_listing_section): ID, class, and term
73            section functions are merged.
74    
75    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
76    
77            * table-interface.en.html: Typo fixed.
78    
79            * cc.cgi: Use |$input->{id_prefix}| as the prefix for the
80            identifiers in report sections.  Don't add headings
81            if the |$input->{nested}| flag is set.
82    
83            * table-script.js (tableToCanvas): Now it aceepts third
84            argument, |idPrefix|, for setting ID prefix.
85    
86            * table.cgi: Set the third argument to |tableToCanvas| as an
87            empty string.
88    
89    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
90    
91            * cc.cgi (check_and_print): Now this is a subroutine.
92    
93    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
94    
95            * cc-style.css: Rules for s/unsupported/u/'ed version added.
96    
97            * cc.cgi: Support for 'u' level.
98    
99            * error-description-source.en.xml: s/unsupported/u/;
100    
101            * standards.en.html: CSS added.
102    
103    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
104    
105            * standards.en.html: New document.
106    
107            * cc-interface.en.html: Linking to |standards.en.html|.
108    
109    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
110    
111            * error-description-source.xml: New error descriptions.
112    
113            * cc.cgi: |Accept-Encoding: *; q=0| is a request for server to send
114            a 406 page!  |identity| encoding is added.
115    
116    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
117    
118            * cc.cgi (#document-tree Document): Output |inputEncoding|,
119            |manakaiCharset|, and |manakaiHasBOM| attributes.
120    
121    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
122    
123            * cc-style.css: New rules for warnings.
124    
125            * cc-todo.en.txt: Updated.
126    
127            * cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1|
128            for |inner_html| with external source.  Set |manakai_charset|
129            attribute if possible.
130            (load_text_catalog): Interpret catalog file as UTF-8.
131    
132            * error-description-source.en.xml: New errors for character
133            encodings are added.
134    
135    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
136    
137            * error-description-source.xml: s/charset declaration/character
138            encoding declaration/g, since HTML5 spec says so.
139    
140    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
141    
142            * cc.cgi (get_input_document): Use sniffer to determine
143            media type of the entity.
144    
145    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
146    
147            * cc-style.css: Rules for "unsupported" parse errors.
148    
149            * cc.cgi (print_syntax_error_html_section): Use HTML
150            parser for byte string.
151            (print_result_unknown_type_section): Make output
152            more consistent with other media types.
153    
154  2007-11-11  Wakaba  <wakaba@suika.fam.cx>  2007-11-11  Wakaba  <wakaba@suika.fam.cx>
155    
156          * parser.cgi: Use |Whatpm::HTML::Serializer| to serialize          * parser.cgi: Use |Whatpm::HTML::Serializer| to serialize

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.59

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24