/[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.218 by wakaba, Tue Apr 29 08:16:46 2008 UTC revision 1.260 by wakaba, Sat Jul 19 07:41:22 2008 UTC
# Line 1  Line 1 
1    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
2    
3            * WebIDL.pm: Support for |exception| syntax.
4            (Interface->idl_text): Tentative support for inheritances.
5    
6    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
7    
8            * WebIDL.pm: Hierarchical scoped name support was broken.
9            Support for raises, setraises, and getraises syntaxes.
10    
11    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
12    
13            * WebIDL.pm: Support for |idl_text| attribute, version 1 (no
14            proper support for types, extended attributes, and exceptions yet).
15            WebIDL parser, version 1 (no support for exceptions yet,
16            no proper support for extended attributes yet).
17    
18    2008-07-09  Wakaba  <wakaba@suika.fam.cx>
19    
20            * WebIDL.pm (parse_char_string): Support for basic attribute syntax.
21    
22    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
23    
24            * WebIDL.pm: Support for valuetype and const.
25    
26    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
27            
28            * WebIDL.pm: New module.
29    
30    2008-06-15  Wakaba  <wakaba@suika.fam.cx>
31    
32            * Makefile (Entities.html): URI changed.
33    
34    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
35    
36            * HTML.pm.src: Support for ruby parsing (HTML5 revision 1704).
37    
38    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
39    
40            * HTML.pm.src (_get_next_token): A parse error was missing.
41    
42    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
43    
44            * mklinktypelist.pl: rel=contact is no longer part of the HTML5
45            spec (commented out). (HTML5 revision 1711).
46    
47    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
48    
49            * ContentType.pm: Drop support for UTF-32 (HTML5 revision 1701).
50    
51            * HTML.pm.src: UTF-16BE and UTF-16LE should be considered
52            as UTF-16 (HTML5 revision 1701).
53    
54    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
55    
56            * HTML.pm.src: Support for <noframes> in <head> (HTML5 revision
57            1692).
58    
59    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
60    
61            * HTML.pm.src: The secondary insertion mode used when switching
62            to foreign content is the "in body" insertion mode (HTML5 revision
63            1696).
64    
65    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
66    
67            * HTML.pm.src: Don't raise parse error for <isindex/> (HTML5
68            revision 1697).
69    
70    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm.src: Support for end-of-file token in foreign content
73            insertion mode (HTML5 revision 1693).  Update SVG camelCase
74            attribute list (HTML5 revision 1700).  <textarea> closes
75            </select> (HTML5 revision 1699).  More start tags close in
76            foreign content insertion mode (HTML5 revision 1698).
77    
78    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665).
81    
82    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm.src: More robust charset parameter detection (HTML5
85            revision 1674).
86    
87    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
88    
89            * ContentType.pm: Support for image/vnd.microsoft.icon (HTML5
90            revision 1676).
91    
92    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
93    
94            * HTML.pm.src: Ignore language part of public identifiers for
95            quriks mode detection (HTML5 revision 1679).
96    
97    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5
100            revision 1685).
101    
102    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
103    
104            * HTML.pm.src: Support for EOF in new states for tags (HTML5
105            revision 1684).
106    
107    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
108    
109            * HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML
110            work (HTML5 revision 1690).
111    
112    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
113    
114            * HTML.pm.src (_tree_construction_main): Change handling of
115            end tags in head insertion modes (HTML5 revision 1686).
116            (parse_char_string): Bug fix for non-utf8 character string handlings.
117            (parse_char_stream): |ungetc| does not work well for this context.
118    
119    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm.src (parse_byte_string): Redefined to invoke
122            |parse_byte_stream|.
123            (parse_byte_stream): New method.
124    
125    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
126    
127            * HTML.pm.src (parse_byte_string): Fix the column number reported
128            by encoding layer error reporter.
129    
130    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
131    
132            * HTML.pm.src (parse_byte_string): Use streaming decoder
133            rather than converting the whole byte string and then parsing.
134            Propagate errors in character encoding layer.
135            (get_next_token): Precise error reporting for |bare stago| error.
136    
137    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm.src (parse_char_stream): New method.
140            (parse_char_string): This method is now defined as an invocation
141            of the |parse_char_stream| method.
142    
143    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
144    
145            * HTML.pm.src (parse_byte_string): Report various status
146            of the sniffing as info-level errors.  Support for new
147            decoding framework in parser resestting.
148            (new): Various default error levels were not set.
149    
150    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
151    
152            * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
153            algorithm, except for the actual sniffing, is implemented
154            with new framework with Message::Charset::Info.
155    
156    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
157    
158            * CacheManifest.pm (_parse): Drop fragment identifiers from
159            URIs in fallback section (HTML5 revision 1596).
160    
161    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
162    
163            * Makefile (Entities.html): URI has changed.
164    
165    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
166    
167            * CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision
168            1553).
169    
170    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
171    
172            * ContentChecker.pm: Noted that those returned in |table| are
173            no longer table elements, but table objects returned
174            by Whatpm::HTMLTable.
175    
176            * HTMLTable.pm (form_table): Return table element node
177            as |$table->{element}|.
178            (assign_header): Support for the |headers=""| attribute.
179    
180    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
181    
182            * HTMLTable.pm (assign_header): New function; first version
183            with no support for headers="".
184            (form_table): Include table width and height to the returned
185            table object for covenience.  Indexing in column assignement was wrong.
186            Set whether a data cell is empty or not for convenience.
187    
188    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
189    
190            * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
191    
192    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
193    
194            * HTMLTable.pm: How table model errors are detected is
195            changed (HTML5 revision 1387).
196    
197    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
198    
199            * HTMLTable.pm: The algorithm now moves |tfoot| elements
200            to the end of the table (HTML5 revision 1380).
201    
202    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
203    
204            * HTMLTable.pm: The algorithm is now 0-based indexing, instead
205            of 1-based (HTML5 revision 1376).
206    
207    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
208    
209            * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
210            and "Content-Encoding" no longer prevent sniffing (HTML5
211            revision 1288).
212    
213    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
214    
215            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
216            1282).
217    
218    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
219    
220            * ContentChecker.pm: Support for global attributes.
221            Status of XML specs are added.
222    
223    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
224    
225            * ContentChecker.pm (check_element): Support for |template=""|
226            and |ref=""| attribute (referent element type checking).
227    
228  2008-04-29  Wakaba  <wakaba@suika.fam.cx>  2008-04-29  Wakaba  <wakaba@suika.fam.cx>
229    
230          * CacheManifest.pm (_parse): New same origin definition          * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
231          is defined (except for IDNA part and URI-scheme-specific          1500) is implemented (except for IDNA part and URI-scheme-specific
232          knowledge).  Line number counting was wrong for LF-only          knowledge).  Line number counting was wrong for LF-only
233          documents.          documents.
234    

Legend:
Removed from v.1.218  
changed lines
  Added in v.1.260

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24