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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24