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

Legend:
Removed from v.1.224  
changed lines
  Added in v.1.239

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24