/[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.86 by wakaba, Thu Aug 14 15:50:42 2008 UTC revision 1.115 by wakaba, Thu Jul 2 22:34:12 2009 UTC
# Line 1  Line 1 
1    2009-07-03  Wakaba  <[email protected]>
2    
3            * standards.en.html: Removed tentative definitions that are now
4            convered by the HTML5 specification (HTML5 revision 3183).
5    
6    2008-12-11  Wakaba  <[email protected]>
7    
8            * cc-about.en.html: Added links to Regexp modules.
9    
10            * cc-script.js: Adds a class name to |iframe| element used instead
11            of XHR such that non-Ajax |iframe| element can be distinguished by
12            style sheets.
13    
14            * cc-style.css: Displays non-Ajax |iframe| element.
15    
16            * error-description-source.en.xml: Added catalog entries for
17            regexp graph sections.
18    
19            * standards.en.html: s/WDCC/WebHACC/g.  Added a subsection on
20            regular expressions.
21    
22    2008-12-11  Wakaba  <[email protected]>
23    
24            * error-description-source.en.xml: Added descriptions for errors
25            from Regexp::Parser and Regexp::Parser::JavaScript modules.
26    
27            * cc.cgi: Added support for JavaScript regular expressions.
28    
29    2008-09-21  Wakaba  <[email protected]>
30    
31            * cc-about.en.html: Bookmarklet added.
32    
33    2008-09-21  Wakaba  <[email protected]>
34    
35            * error-description-source.xml: An error for non-supported
36            charset="" parameter is added.
37    
38    2008-09-20  Wakaba  <[email protected]>
39    
40            * error-description-source.xml: New error for accept-charset="".
41            New errors for RFC 4646 errors.
42    
43    2008-09-17  Wakaba  <[email protected]>
44    
45            * cc.cgi: Support for |text/x-css-inline| type is added.
46    
47    2008-09-17  Wakaba  <[email protected]>
48    
49            * standards.en.html: Updated.
50    
51    2008-09-16  Wakaba  <[email protected]>
52    
53            * error-description-source.xml: WebIDL checker errors are added.
54    
55    2008-09-16  Wakaba  <[email protected]>
56    
57            * error-description-source.xml: WebIDL parser errors are added.
58    
59    2008-09-15  Wakaba  <[email protected]>
60    
61            * error-description-source.xml: "control char" errors are now
62            handled by UnicodeChecker module.  New "non unicode" error added.
63    
64    2008-09-11  Wakaba  <[email protected]>
65    
66            * error-description-source.xml: Unicode checker
67            errors are added.
68    
69    2008-09-10  Wakaba  <[email protected]>
70    
71            * error-description-source.xml: Encoding layer errors added.
72    
73    2008-08-31  Wakaba  <[email protected]>
74    
75            * error-description-source.xml: More error descriptions.
76    
77    2008-08-30  Wakaba  <[email protected]>
78    
79            * error-description-source.xml: Descriptions for new error
80            types are added.
81    
82    2008-08-30  Wakaba  <[email protected]>
83    
84            * cc-style.css: Rule for empty |mark| elements is added.
85    
86            * error-description-source.xml: Error message for
87            unknown address type error is updated.
88    
89    2008-08-29  Wakaba  <[email protected]>
90    
91            * error-description-source.xml: Error types added for IMTChecker.
92    
93    2008-08-22  Wakaba  <[email protected]>
94    
95            * error-description-source.xml: More l10n.
96    
97            * mkdescription.pl: Fallback <html:title> to xml:lang=en's one.
98    
99    2008-08-22  Wakaba  <[email protected]>
100    
101            * error-description-source.xml: Localize "no more information"
102            message.
103    
104    2008-08-17  Wakaba  <[email protected]>
105    
106            * cc-about.en.html: Author section added.
107    
108            * cc.cgi: |text/x-h2h| added.
109    
110    2008-08-16  Wakaba  <[email protected]>
111    
112            * Makefile: Generate Japanese version of error description document.
113    
114            * cc-script.js, cc-style.css: Support for help popup.
115    
116            * error-description-source.xml: Descriptions are added
117            to the description of WebHACC itself and descriptions
118            of error levels.  Old error level table is removed.
119    
120            * mkdescription.pl: Assume the second argument is
121            the language.  Support for d:cat/d:desc.
122    
123    2008-08-16  Wakaba  <[email protected]>
124    
125            * error-description-source.xml: Error for CSS cursor: hand
126            is added.
127    
128    2008-08-16  Wakaba  <[email protected]>
129    
130            * cc-script.js: Support for #index- fragment identifiers.
131    
132            * cc-style.css: Prety styling for reformatted sources.
133            Support for new version of manifest dump sections.
134    
135            * error-description-source.xml: Support for Whatpm::CacheManifest,
136            Whatpm::CSS::SelectorsParser, Whatpm::CSS::MediaQueryParser,
137            and Whatpm::CSS::Parser errors.  Support for l10n of cache
138            manifest dump sections.
139    
140    2008-08-16  Wakaba  <[email protected]>
141    
142            * cc-style.css: Set min/max width/height such that tab content
143            is accessible even when stupid size of window is used.
144    
145    2008-08-16  Wakaba  <[email protected]>
146    
147            * cc-script.js (_showTab): Show the tab button of the selected
148            tab.
149    
150            * cc-script.css (nav): Show scrollbar if there are too many
151            tabs.
152    
153            * cc.cgi: Reset |$output->input| even if |$input->{s}| is undef (i.e.
154            imlementation error case).
155    
156    2008-08-16  Wakaba  <[email protected]>
157    
158            * error-description-source.xml: Error entries for
159            Whatpm::URIChecker and Whatpm::LangTag error types
160            are added.
161    
162    2008-08-15  Wakaba  <[email protected]>
163    
164            * error-description-source.xml: Error entries
165            for Whatpm::RDFXML errors are addded.  Missing entries
166            for Whatpm::HTMLTable errors are added.
167    
168    2008-08-15  Wakaba  <[email protected]>
169    
170            * error-description-source.xml: Missing entries for
171            Whatpm::ContentChecker::Atom errors are added.
172    
173    2008-08-15  Wakaba  <[email protected]>
174    
175            * error-description-source.xml: Missing entries for
176            Whatpm::ContentChecker and Whatpm::ContentChecker::HTML
177            error types are added.  Error entries used by these
178            modules are marked as such.
179    
180    2008-08-15  Wakaba  <[email protected]>
181    
182            * error-description-source.xml: Missing entries for Whatpm::HTML
183            error types are added.  Error entries used by Whatpm::HTML
184            are marked as "HTML::Parser".
185    
186    2008-08-15  Wakaba  <[email protected]>
187    
188            * cc-style.css: Add icons to links and headings of error sections.
189            Use standard "uncertain" color for level-u errors.  "No error found"
190            messages are now handled by catalog, not by CSS presentation.
191            The result paragraph saying that the conformance is unknown
192            should be bordered as uncertain error messages are.
193    
194            * error-description-source.xml: New message entries
195            for not-translated-yet messages.  Distinguish result table's
196            layer names from other similar texts.
197    
198  2008-08-14  Wakaba  <[email protected]>  2008-08-14  Wakaba  <[email protected]>
199    
200          * cc.cgi: Generate result summary sections for          * cc.cgi: Generate result summary sections for

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.115

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24