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

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.266

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24