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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24