/[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.155 by wakaba, Mon Mar 3 10:20:19 2008 UTC revision 1.261 by wakaba, Sat Jul 19 11:48:23 2008 UTC
# Line 1  Line 1 
1    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
2    
3            * WebIDL.pm: Real support for extended attributes.
4            Support for extended attributes with arguments.
5    
6    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
7    
8            * WebIDL.pm: Support for |exception| syntax.
9            (Interface->idl_text): Tentative support for inheritances.
10    
11    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
12    
13            * WebIDL.pm: Hierarchical scoped name support was broken.
14            Support for raises, setraises, and getraises syntaxes.
15    
16    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
17    
18            * WebIDL.pm: Support for |idl_text| attribute, version 1 (no
19            proper support for types, extended attributes, and exceptions yet).
20            WebIDL parser, version 1 (no support for exceptions yet,
21            no proper support for extended attributes yet).
22    
23    2008-07-09  Wakaba  <wakaba@suika.fam.cx>
24    
25            * WebIDL.pm (parse_char_string): Support for basic attribute syntax.
26    
27    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
28    
29            * WebIDL.pm: Support for valuetype and const.
30    
31    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
32            
33            * WebIDL.pm: New module.
34    
35    2008-06-15  Wakaba  <wakaba@suika.fam.cx>
36    
37            * Makefile (Entities.html): URI changed.
38    
39    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
40    
41            * HTML.pm.src: Support for ruby parsing (HTML5 revision 1704).
42    
43    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
44    
45            * HTML.pm.src (_get_next_token): A parse error was missing.
46    
47    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
48    
49            * mklinktypelist.pl: rel=contact is no longer part of the HTML5
50            spec (commented out). (HTML5 revision 1711).
51    
52    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
53    
54            * ContentType.pm: Drop support for UTF-32 (HTML5 revision 1701).
55    
56            * HTML.pm.src: UTF-16BE and UTF-16LE should be considered
57            as UTF-16 (HTML5 revision 1701).
58    
59    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
60    
61            * HTML.pm.src: Support for <noframes> in <head> (HTML5 revision
62            1692).
63    
64    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
65    
66            * HTML.pm.src: The secondary insertion mode used when switching
67            to foreign content is the "in body" insertion mode (HTML5 revision
68            1696).
69    
70    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm.src: Don't raise parse error for <isindex/> (HTML5
73            revision 1697).
74    
75    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm.src: Support for end-of-file token in foreign content
78            insertion mode (HTML5 revision 1693).  Update SVG camelCase
79            attribute list (HTML5 revision 1700).  <textarea> closes
80            </select> (HTML5 revision 1699).  More start tags close in
81            foreign content insertion mode (HTML5 revision 1698).
82    
83    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
84    
85            * HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665).
86    
87    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
88    
89            * HTML.pm.src: More robust charset parameter detection (HTML5
90            revision 1674).
91    
92    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
93    
94            * ContentType.pm: Support for image/vnd.microsoft.icon (HTML5
95            revision 1676).
96    
97    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm.src: Ignore language part of public identifiers for
100            quriks mode detection (HTML5 revision 1679).
101    
102    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
103    
104            * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5
105            revision 1685).
106    
107    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
108    
109            * HTML.pm.src: Support for EOF in new states for tags (HTML5
110            revision 1684).
111    
112    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
113    
114            * HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML
115            work (HTML5 revision 1690).
116    
117    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
118    
119            * HTML.pm.src (_tree_construction_main): Change handling of
120            end tags in head insertion modes (HTML5 revision 1686).
121            (parse_char_string): Bug fix for non-utf8 character string handlings.
122            (parse_char_stream): |ungetc| does not work well for this context.
123    
124    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
125    
126            * HTML.pm.src (parse_byte_string): Redefined to invoke
127            |parse_byte_stream|.
128            (parse_byte_stream): New method.
129    
130    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
131    
132            * HTML.pm.src (parse_byte_string): Fix the column number reported
133            by encoding layer error reporter.
134    
135    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
136    
137            * HTML.pm.src (parse_byte_string): Use streaming decoder
138            rather than converting the whole byte string and then parsing.
139            Propagate errors in character encoding layer.
140            (get_next_token): Precise error reporting for |bare stago| error.
141    
142    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML.pm.src (parse_char_stream): New method.
145            (parse_char_string): This method is now defined as an invocation
146            of the |parse_char_stream| method.
147    
148    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
149    
150            * HTML.pm.src (parse_byte_string): Report various status
151            of the sniffing as info-level errors.  Support for new
152            decoding framework in parser resestting.
153            (new): Various default error levels were not set.
154    
155    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
156    
157            * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
158            algorithm, except for the actual sniffing, is implemented
159            with new framework with Message::Charset::Info.
160    
161    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
162    
163            * CacheManifest.pm (_parse): Drop fragment identifiers from
164            URIs in fallback section (HTML5 revision 1596).
165    
166    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
167    
168            * Makefile (Entities.html): URI has changed.
169    
170    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
171    
172            * CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision
173            1553).
174    
175    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
176    
177            * ContentChecker.pm: Noted that those returned in |table| are
178            no longer table elements, but table objects returned
179            by Whatpm::HTMLTable.
180    
181            * HTMLTable.pm (form_table): Return table element node
182            as |$table->{element}|.
183            (assign_header): Support for the |headers=""| attribute.
184    
185    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
186    
187            * HTMLTable.pm (assign_header): New function; first version
188            with no support for headers="".
189            (form_table): Include table width and height to the returned
190            table object for covenience.  Indexing in column assignement was wrong.
191            Set whether a data cell is empty or not for convenience.
192    
193    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
194    
195            * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
196    
197    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
198    
199            * HTMLTable.pm: How table model errors are detected is
200            changed (HTML5 revision 1387).
201    
202    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
203    
204            * HTMLTable.pm: The algorithm now moves |tfoot| elements
205            to the end of the table (HTML5 revision 1380).
206    
207    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
208    
209            * HTMLTable.pm: The algorithm is now 0-based indexing, instead
210            of 1-based (HTML5 revision 1376).
211    
212    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
213    
214            * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
215            and "Content-Encoding" no longer prevent sniffing (HTML5
216            revision 1288).
217    
218    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
219    
220            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
221            1282).
222    
223    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
224    
225            * ContentChecker.pm: Support for global attributes.
226            Status of XML specs are added.
227    
228    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
229    
230            * ContentChecker.pm (check_element): Support for |template=""|
231            and |ref=""| attribute (referent element type checking).
232    
233    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
234    
235            * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
236            1500) is implemented (except for IDNA part and URI-scheme-specific
237            knowledge).  Line number counting was wrong for LF-only
238            documents.
239    
240    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
241    
242            * HTML.pm.src: Raise an parse error for any disallowed
243            character (HTML5 revision 1263).
244    
245    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
246    
247            * mkentitylist.pl: Support for new HTML5 entity table format (the
248            definition for |AElig;| was missing).
249    
250    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
251    
252            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
253            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
254    
255    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
256    
257            * HTML.pm.src: List of element names that close foreign content
258            insertion mode is added (HTML5 revisions 1412 and 1418).
259    
260    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
261    
262            * HTML.pm.src: Support for |mglyph| and |malignmark|
263            elements (HTML5 revision 1410).
264    
265    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
266    
267            * HTML.pm.src: Support for new long MathML entities (HTML5
268            revision 1406).
269    
270    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
271    
272            * HTML.pm.src: CDATA section support for MathML and SVG
273            elements (HTML5 revision 1404 and 1420).
274    
275    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
276    
277            * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
278            elements (HTML5 revision 1404).  Unused !!!macro definitions
279            are removed.
280    
281    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
282    
283            * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
284            are raised is changed (HTML5 revision 1404).
285    
286    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
287    
288            * HTML.pm.src: Category sets that are no longer used are removed.
289    
290    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
291    
292            * HTML.pm.src: The ->[1] property of stack entries are now
293            replaced by constants representing element category.
294    
295    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
296    
297            * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
298            for error reporting.  (This is a preparation for using constant
299            value for ->[1].)
300    
301    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
302    
303            * RDFXML.pm: Typo fixed.
304    
305    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
306    
307            * ContentChecker.pm: |fact_level| is now treated
308            as same as |must_level|, i.e. level = |m|.
309            (check_element): Make list of URIs in the DOM.
310    
311    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
312    
313            * RDFXML.pm: Language accessor implemented.
314            Local (null-namespace) attribute support.
315    
316    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
317    
318            * RDFXML.pm: Factored out ID checking code.
319    
320    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
321    
322            * RDFXML.pm: TODO items noted.  Validation of ID
323            and URI attributes is implemented.  Warn if unknown
324            value is used in rdf:parseType="" attribute.
325    
326            * URIChecker.pm (check_rdf_uri_reference): New function.
327    
328    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
329    
330            * RDFXML.pm: bnodeid implemented.  Relative references
331            are now resolved.
332    
333    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
334    
335            * ContentChecker.pm: RDF reification implemented.
336    
337            * RDFXML.pm: undef vs false bug fixed.
338            Reification implemented.
339    
340    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
341    
342            * RDFXML.pm: s/id/ID/ for attribute name.
343            The |node| arguments are added for |ontriple| calls.
344            Too many "attribute not allowed" errors were raised.
345    
346            * ContentChecker.pm: Initial experimental support for rdf:RDF
347            element.
348    
349    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
350    
351            * RDFXML.pm: New module.
352    
353    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
354    
355            * HTML.pm.src (set_inner_html): Line/column number
356            code was old one yet.
357    
358    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
359    
360            * HTML.pm.src: Better line/column reporting for "duplicate attribute"
361            errors.  Line/column markings for DOCTYPE, comment, and
362            character tokens are reintroduced; otherwise,
363            error location for "not HTML5" error and errors
364            for implied elements are not attached.
365    
366    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
367    
368            * HTML.pm.src: Set line/column numbers to attributes.
369    
370            * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added.
371            (value): Setter implemented.
372    
373            * mkhtmlparser.pl: Set line/column numbers to Attr nodes.
374    
375    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
376    
377            * HTML.pm.src: Unused line/column markings are removed.
378    
379    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
380    
381            * HTML.pm.src (_get_next_token): Remove |first_start_tag|
382            flag, which is no longer used.
383    
384    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
385    
386            * HTML.pm.src: Set line/column information to element nodes.
387    
388            * mkhtmlparser.pl (!!!create-element, !!!insert-element,
389            and !!!insert-element-t): Set line/column information to
390            element nodes.
391    
392    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
393    
394            * HTML.pm.src (_get_next_token): The first "<" character
395            in "<?", "<>", or "</>" should be the error point.
396    
397    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
398    
399            * HTML.pm.src: Some more fixes on error position reporting.
400    
401    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
402    
403            * HTML.pm.src: Token-level precious error reporting.
404    
405    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
406    
407            * HTML.pm.src: Preparation for more precious error point
408            reporting.
409    
410    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
411    
412            * HTML.pm.src: Error type revised.
413    
414    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
415    
416            * HTML.pm.src: Similar codes are merged together, again.
417    
418    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
419    
420            * HTML.pm.src: Similar codes are merged together.
421    
422    2008-03-10  Wakaba  <wakaba@suika.fam.cx>
423    
424            * mkhtmlparser.pl: Set "level" parameter to parse errors.
425    
426            * HTML.pm.src: Code refined.
427    
428    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
429    
430            * HTML.pm.src: |</body>| treatement has been changed (HTML5
431            revision 1348).  Note that I really don't know this makes
432            any difference in the black-box behavior of the parser.
433    
434    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
435    
436            * HTML.pm.src: New end-of-file token implementation (HTML5
437            revision 1348).
438    
439    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
440    
441            * HTML.pm.src: |applet| support (HTML5 revision 1347).
442    
443    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
444    
445            * HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343).
446    
447    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
448    
449            * HTML.pm.src: Support for |<input>| in the "in select" insertion
450            mode and support for the "in select in table" insertion mode (HTML5
451            revision 1342).
452    
453    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
454    
455            * HTML.pm.src: No foster parenting for <script> and <script>
456            in non-tainted <table>s (HTML5 revision 1336).
457    
458    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
459    
460            * HTML.pm.src: Ignore white space characters between <html>
461            and <head> (HTML5 revision 1332).
462    
463    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
464    
465            * HTML.pm.src: Treat <input type=hidden> as if it were a
466            white space (HTML5 revision 1331).
467    
468    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
469    
470            * HTML.pm.src: Ignore U+000A at the beginning of a |listing|
471            element (HTML5 revision 1330).
472    
473    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
474    
475            * HTML.pm.src: <title> is always appended to the current
476            element (HTML5 revision 1328).
477    
478    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
479    
480            * HTML.pm.src: White space in tainted tables are moved
481            into foster parents (HTML5 revision 1326).
482    
483    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
484    
485            * HTML.pm.src: Reduce errors from foster parenting cases (HTML5
486            revision 1321).
487    
488    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
489    
490            * HTML.pm.src: |</h/n/>| case code rearranged to align with
491            the spec (HTML5 revision 1320).  Note that we finally complete
492            all of HTML5 revision 1320 changes.
493    
494    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
495    
496            * HTML.pm.src: |</form>| now works similar to |</div>| for unclosed
497            tags (HTML5 revision 1320).
498    
499    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
500    
501            * HTML.pm.src: |</p>| case rearranged with no actual change in fact.
502    
503    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
504    
505            * HTML.pm.src: A "generate implied end tags" code (t409.1)
506            could not be reached so that it is now removed (HTML5 revision
507            1320).
508    
509    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
510    
511            * HTML.pm.src: Code for the case of |</div>| and so on are revised
512            to align with new spec text (HTML5 revision 1320).
513    
514    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
515    
516            * HTML.pm.src: Remove strange |if| condition; however, it should
517            have had no harm in theory.
518    
519    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
520    
521            * HTML.pm.src (_tree_construction_main): '</p>' in body
522            case is split from other end tags for the preparation
523            of implementing HTML revision 1320.
524    
525    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
526    
527            * HTML.pm.src: Simplified "generate implied end tag" (HTML5
528            revision 1320).
529    
530    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
531    
532            * HTML.pm.src (_tree_construction_main): Merge rules for "h1"
533            and "div" (HTML5 revision 1318).  Add comments to where
534            |form| pointer association codes should be inserted (HTML5 revision
535            1319).
536    
537    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
538    
539            * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
540    
541    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
542    
543            * HTML.pm.src: Since the case t268 should never be reached (no
544            other token type, there are), it is replaced by a |die| statement.
545    
546    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
547    
548            * HTML.pm.src: Typo fixed.
549    
550    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
551    
552            * HTML.pm.src (_tree_construction_initial): Some limited quirks
553            doctypes were not uppercased for comparison.
554    
555    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
556    
557            * HTML.pm.src (tree construction and set_inner_html): Checkpoints
558            are added.
559    
560    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
561    
562            * HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints
563            are set.  Cases that are unlikely reached are noted as so.
564    
565  2008-03-03  Wakaba  <wakaba@suika.fam.cx>  2008-03-03  Wakaba  <wakaba@suika.fam.cx>
566    
567          * HTML.pm.src: Checkpoints for debugging are added.          * HTML.pm.src: Checkpoints for debugging are added.

Legend:
Removed from v.1.155  
changed lines
  Added in v.1.261

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24