/[suikacvs]/markup/html/whatpm/Whatpm/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/ChangeLog

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

revision 1.225 by wakaba, Mon May 5 06:57:07 2008 UTC revision 1.244 by wakaba, Sat May 24 10:56:31 2008 UTC
# Line 1  Line 1 
1    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentType.pm: Support for image/vnd.microsoft.icon (HTML5
4            revision 1676).
5    
6    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm.src: Ignore language part of public identifiers for
9            quriks mode detection (HTML5 revision 1679).
10    
11    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5
14            revision 1685).
15    
16    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm.src: Support for EOF in new states for tags (HTML5
19            revision 1684).
20    
21    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML
24            work (HTML5 revision 1690).
25    
26    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
27    
28            * HTML.pm.src (_tree_construction_main): Change handling of
29            end tags in head insertion modes (HTML5 revision 1686).
30            (parse_char_string): Bug fix for non-utf8 character string handlings.
31            (parse_char_stream): |ungetc| does not work well for this context.
32    
33    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
34    
35            * HTML.pm.src (parse_byte_string): Redefined to invoke
36            |parse_byte_stream|.
37            (parse_byte_stream): New method.
38    
39    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
40    
41            * HTML.pm.src (parse_byte_string): Fix the column number reported
42            by encoding layer error reporter.
43    
44    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
45    
46            * HTML.pm.src (parse_byte_string): Use streaming decoder
47            rather than converting the whole byte string and then parsing.
48            Propagate errors in character encoding layer.
49            (get_next_token): Precise error reporting for |bare stago| error.
50    
51    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
52    
53            * HTML.pm.src (parse_char_stream): New method.
54            (parse_char_string): This method is now defined as an invocation
55            of the |parse_char_stream| method.
56    
57    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
58    
59            * HTML.pm.src (parse_byte_string): Report various status
60            of the sniffing as info-level errors.  Support for new
61            decoding framework in parser resestting.
62            (new): Various default error levels were not set.
63    
64    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
65    
66            * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
67            algorithm, except for the actual sniffing, is implemented
68            with new framework with Message::Charset::Info.
69    
70    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
71    
72            * CacheManifest.pm (_parse): Drop fragment identifiers from
73            URIs in fallback section (HTML5 revision 1596).
74    
75    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
76    
77            * Makefile (Entities.html): URI has changed.
78    
79    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
80    
81            * CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision
82            1553).
83    
84    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
85    
86            * ContentChecker.pm: Noted that those returned in |table| are
87            no longer table elements, but table objects returned
88            by Whatpm::HTMLTable.
89    
90            * HTMLTable.pm (form_table): Return table element node
91            as |$table->{element}|.
92            (assign_header): Support for the |headers=""| attribute.
93    
94    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
95    
96            * HTMLTable.pm (assign_header): New function; first version
97            with no support for headers="".
98            (form_table): Include table width and height to the returned
99            table object for covenience.  Indexing in column assignement was wrong.
100            Set whether a data cell is empty or not for convenience.
101    
102    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
103    
104            * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
105    
106    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
107    
108            * HTMLTable.pm: How table model errors are detected is
109            changed (HTML5 revision 1387).
110    
111  2008-05-05  Wakaba  <wakaba@suika.fam.cx>  2008-05-05  Wakaba  <wakaba@suika.fam.cx>
112    
113          * HTMLTable.pm: The algorithm now moves |tfoot| elements          * HTMLTable.pm: The algorithm now moves |tfoot| elements

Legend:
Removed from v.1.225  
changed lines
  Added in v.1.244

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24