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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24