/[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.196 by wakaba, Thu Mar 20 08:04:58 2008 UTC revision 1.258 by wakaba, Fri Jul 18 14:46:11 2008 UTC
# Line 1  Line 1 
1    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
2    
3            * WebIDL.pm: Support for |idl_text| attribute, version 1 (no
4            proper support for types, extended attributes, and exceptions yet).
5            WebIDL parser, version 1 (no support for exceptions yet,
6            no proper support for extended attributes yet).
7    
8    2008-07-09  Wakaba  <wakaba@suika.fam.cx>
9    
10            * WebIDL.pm (parse_char_string): Support for basic attribute syntax.
11    
12    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
13    
14            * WebIDL.pm: Support for valuetype and const.
15    
16    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
17            
18            * WebIDL.pm: New module.
19    
20    2008-06-15  Wakaba  <wakaba@suika.fam.cx>
21    
22            * Makefile (Entities.html): URI changed.
23    
24    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
25    
26            * HTML.pm.src: Support for ruby parsing (HTML5 revision 1704).
27    
28    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
29    
30            * HTML.pm.src (_get_next_token): A parse error was missing.
31    
32    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
33    
34            * mklinktypelist.pl: rel=contact is no longer part of the HTML5
35            spec (commented out). (HTML5 revision 1711).
36    
37    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
38    
39            * ContentType.pm: Drop support for UTF-32 (HTML5 revision 1701).
40    
41            * HTML.pm.src: UTF-16BE and UTF-16LE should be considered
42            as UTF-16 (HTML5 revision 1701).
43    
44    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
45    
46            * HTML.pm.src: Support for <noframes> in <head> (HTML5 revision
47            1692).
48    
49    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
50    
51            * HTML.pm.src: The secondary insertion mode used when switching
52            to foreign content is the "in body" insertion mode (HTML5 revision
53            1696).
54    
55    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
56    
57            * HTML.pm.src: Don't raise parse error for <isindex/> (HTML5
58            revision 1697).
59    
60    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
61    
62            * HTML.pm.src: Support for end-of-file token in foreign content
63            insertion mode (HTML5 revision 1693).  Update SVG camelCase
64            attribute list (HTML5 revision 1700).  <textarea> closes
65            </select> (HTML5 revision 1699).  More start tags close in
66            foreign content insertion mode (HTML5 revision 1698).
67    
68    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
69    
70            * HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665).
71    
72    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
73    
74            * HTML.pm.src: More robust charset parameter detection (HTML5
75            revision 1674).
76    
77    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
78    
79            * ContentType.pm: Support for image/vnd.microsoft.icon (HTML5
80            revision 1676).
81    
82    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm.src: Ignore language part of public identifiers for
85            quriks mode detection (HTML5 revision 1679).
86    
87    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
88    
89            * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5
90            revision 1685).
91    
92    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
93    
94            * HTML.pm.src: Support for EOF in new states for tags (HTML5
95            revision 1684).
96    
97    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML
100            work (HTML5 revision 1690).
101    
102    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
103    
104            * HTML.pm.src (_tree_construction_main): Change handling of
105            end tags in head insertion modes (HTML5 revision 1686).
106            (parse_char_string): Bug fix for non-utf8 character string handlings.
107            (parse_char_stream): |ungetc| does not work well for this context.
108    
109    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
110    
111            * HTML.pm.src (parse_byte_string): Redefined to invoke
112            |parse_byte_stream|.
113            (parse_byte_stream): New method.
114    
115    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
116    
117            * HTML.pm.src (parse_byte_string): Fix the column number reported
118            by encoding layer error reporter.
119    
120    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
121    
122            * HTML.pm.src (parse_byte_string): Use streaming decoder
123            rather than converting the whole byte string and then parsing.
124            Propagate errors in character encoding layer.
125            (get_next_token): Precise error reporting for |bare stago| error.
126    
127    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
128    
129            * HTML.pm.src (parse_char_stream): New method.
130            (parse_char_string): This method is now defined as an invocation
131            of the |parse_char_stream| method.
132    
133    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
134    
135            * HTML.pm.src (parse_byte_string): Report various status
136            of the sniffing as info-level errors.  Support for new
137            decoding framework in parser resestting.
138            (new): Various default error levels were not set.
139    
140    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
141    
142            * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
143            algorithm, except for the actual sniffing, is implemented
144            with new framework with Message::Charset::Info.
145    
146    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
147    
148            * CacheManifest.pm (_parse): Drop fragment identifiers from
149            URIs in fallback section (HTML5 revision 1596).
150    
151    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
152    
153            * Makefile (Entities.html): URI has changed.
154    
155    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
156    
157            * CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision
158            1553).
159    
160    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
161    
162            * ContentChecker.pm: Noted that those returned in |table| are
163            no longer table elements, but table objects returned
164            by Whatpm::HTMLTable.
165    
166            * HTMLTable.pm (form_table): Return table element node
167            as |$table->{element}|.
168            (assign_header): Support for the |headers=""| attribute.
169    
170    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
171    
172            * HTMLTable.pm (assign_header): New function; first version
173            with no support for headers="".
174            (form_table): Include table width and height to the returned
175            table object for covenience.  Indexing in column assignement was wrong.
176            Set whether a data cell is empty or not for convenience.
177    
178    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
179    
180            * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
181    
182    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
183    
184            * HTMLTable.pm: How table model errors are detected is
185            changed (HTML5 revision 1387).
186    
187    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
188    
189            * HTMLTable.pm: The algorithm now moves |tfoot| elements
190            to the end of the table (HTML5 revision 1380).
191    
192    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
193    
194            * HTMLTable.pm: The algorithm is now 0-based indexing, instead
195            of 1-based (HTML5 revision 1376).
196    
197    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
198    
199            * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
200            and "Content-Encoding" no longer prevent sniffing (HTML5
201            revision 1288).
202    
203    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
204    
205            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
206            1282).
207    
208    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
209    
210            * ContentChecker.pm: Support for global attributes.
211            Status of XML specs are added.
212    
213    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
214    
215            * ContentChecker.pm (check_element): Support for |template=""|
216            and |ref=""| attribute (referent element type checking).
217    
218    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
219    
220            * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
221            1500) is implemented (except for IDNA part and URI-scheme-specific
222            knowledge).  Line number counting was wrong for LF-only
223            documents.
224    
225    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
226    
227            * HTML.pm.src: Raise an parse error for any disallowed
228            character (HTML5 revision 1263).
229    
230    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
231    
232            * mkentitylist.pl: Support for new HTML5 entity table format (the
233            definition for |AElig;| was missing).
234    
235    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
236    
237            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
238            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
239    
240    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
241    
242            * HTML.pm.src: List of element names that close foreign content
243            insertion mode is added (HTML5 revisions 1412 and 1418).
244    
245    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
246    
247            * HTML.pm.src: Support for |mglyph| and |malignmark|
248            elements (HTML5 revision 1410).
249    
250    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
251    
252            * HTML.pm.src: Support for new long MathML entities (HTML5
253            revision 1406).
254    
255    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
256    
257            * HTML.pm.src: CDATA section support for MathML and SVG
258            elements (HTML5 revision 1404 and 1420).
259    
260    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
261    
262            * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
263            elements (HTML5 revision 1404).  Unused !!!macro definitions
264            are removed.
265    
266    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
267    
268            * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
269            are raised is changed (HTML5 revision 1404).
270    
271    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
272    
273            * HTML.pm.src: Category sets that are no longer used are removed.
274    
275    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
276    
277            * HTML.pm.src: The ->[1] property of stack entries are now
278            replaced by constants representing element category.
279    
280    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
281    
282            * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
283            for error reporting.  (This is a preparation for using constant
284            value for ->[1].)
285    
286    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
287    
288            * RDFXML.pm: Typo fixed.
289    
290    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
291    
292            * ContentChecker.pm: |fact_level| is now treated
293            as same as |must_level|, i.e. level = |m|.
294            (check_element): Make list of URIs in the DOM.
295    
296    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
297    
298            * RDFXML.pm: Language accessor implemented.
299            Local (null-namespace) attribute support.
300    
301    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
302    
303            * RDFXML.pm: Factored out ID checking code.
304    
305    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
306    
307            * RDFXML.pm: TODO items noted.  Validation of ID
308            and URI attributes is implemented.  Warn if unknown
309            value is used in rdf:parseType="" attribute.
310    
311            * URIChecker.pm (check_rdf_uri_reference): New function.
312    
313    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
314    
315            * RDFXML.pm: bnodeid implemented.  Relative references
316            are now resolved.
317    
318    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
319    
320            * ContentChecker.pm: RDF reification implemented.
321    
322            * RDFXML.pm: undef vs false bug fixed.
323            Reification implemented.
324    
325    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
326    
327            * RDFXML.pm: s/id/ID/ for attribute name.
328            The |node| arguments are added for |ontriple| calls.
329            Too many "attribute not allowed" errors were raised.
330    
331            * ContentChecker.pm: Initial experimental support for rdf:RDF
332            element.
333    
334    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
335    
336            * RDFXML.pm: New module.
337    
338  2008-03-20  Wakaba  <wakaba@suika.fam.cx>  2008-03-20  Wakaba  <wakaba@suika.fam.cx>
339    
340          * HTML.pm.src (set_inner_html): Line/column number          * HTML.pm.src (set_inner_html): Line/column number

Legend:
Removed from v.1.196  
changed lines
  Added in v.1.258

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24