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

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.259

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24