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

Contents of /test/html-webhacc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.70 - (hide annotations) (download)
Sun May 18 03:47:56 2008 UTC (18 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.69: +13 -0 lines
++ ChangeLog	18 May 2008 03:47:40 -0000
2008-05-18  Wakaba  <wakaba@suika.fam.cx>

	* cc.cgi (print_source_string_section): Use new Message::Charset::Info
	interface to decode source code, otherwise the Perl native Encode
	module might decode the source code into different character
	string with the Info's.

2008-05-10  Wakaba  <wakaba@suika.fam.cx>

	* standards.en.html (requirements): Remove a requirement
	for an HTML element's allowed context (it is covered by HTML5
	spec since r1583).

1 wakaba 1.70 2008-05-18 Wakaba <[email protected]>
2    
3     * cc.cgi (print_source_string_section): Use new Message::Charset::Info
4     interface to decode source code, otherwise the Perl native Encode
5     module might decode the source code into different character
6     string with the Info's.
7    
8     2008-05-10 Wakaba <[email protected]>
9    
10     * standards.en.html (requirements): Remove a requirement
11     for an HTML element's allowed context (it is covered by HTML5
12     spec since r1583).
13    
14 wakaba 1.68 2008-05-06 Wakaba <[email protected]>
15    
16 wakaba 1.69 * cc.cgi: Use table object returned by the checker; don't
17     form a table by itself.
18    
19     * table-script.js: Use different coloring for empty data cells.