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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24