/[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.298 by wakaba, Sat Sep 13 11:31:08 2008 UTC
# Line 1  Line 1 
1    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Remove |{char}|, which is no longer used.
4            Remove |{entity_in_attr}| and |{last_attribute_value_state}|
5            and replaced by |{prev_state}|.
6    
7            * mkhtmlparser.pl: Remove |{char}| feature.
8            Remove |!!!back-next-input-character;| macro.
9    
10    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
11    
12            * HTML.pm.src: Finally we get rid of all the inner loops.  Remove
13            entity related tokenizer states in favor of new states
14            implementing the consume character reference algorithm.
15    
16    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm.src: "Consume a character reference" algorithm is
19            now implemented as a tokenizer's state, rather than
20            a method, with minimum changes (more changes will
21            be made, in due course).  "Bogus comment state"'s inner
22            loop gets removed.
23    
24    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
25    
26            * HTML.pm.src: Make |PUBLIC| and |SYSTEM| keyword tokenizing
27            into their own tokenizer states.
28    
29    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
30    
31            * HTML.pm.src: |CDATA_SECTION_STATE| (formally |CDATA_BLOCK_STATE|
32            is split into three states.
33    
34    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
35    
36            * HTML.pm.src: |CLOSE_TAG_OPEN_STATE| is broken into
37            itself and new |CDATA_PCDATA_CLOSE_TAG_STATE| so that
38            no longer does the tokenizer have to push back next input
39            characters in those states.
40    
41    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
42    
43            * HTML.pm.src: |MARKUP_DECLARATION_OPEN_STATE| broken
44            into four states so that no longer does the tokenizer have to push
45            back next input characters in that state.
46    
47    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
48    
49            * HTML.pm.src: Methods now accept additional parameter, $get_wrapper,
50            which can be used to insert some wrapper between the character
51            stream handle and the tokenizer.  (It is currently not supported
52            for |set_inner_html| for |Element|s).
53    
54    2008-09-10  Wakaba  <wakaba@suika.fam.cx>
55    
56            * HTML.pm.src: Ignore punctuations in charset names.
57    
58    2008-09-10  Wakaba  <wakaba@suika.fam.cx>
59    
60            * ContentChecker.pm: Support for charset-layer error levels.
61    
62            * HTML.pm.src: Don't specify |text| argument for the
63            |chardecode:fallback| error, since it is not the encoding
64            being used alternatively.
65    
66    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
67    
68            * HTML.pm.src: Support for |XSLT-compat| (HTML5 revision 2141).
69    
70    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
71    
72            * CacheManifest.pm: Support for extensibility (HTML5 revision 2051).
73    
74    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
75    
76            * HTML.pm.src: Bug fix and sync with the spec with regard
77            to after after frameset insertion mode processing (HTML5
78            revision 1909).  Note that the implementation was wrong
79            per the old spec before the r1909 changes.
80    
81    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
82    
83            * HTMLTable.pm: scope=auto algorithm fix synced with the
84            spec (HTML5 revision 2093).
85            ($process_row): Algorithm step numbers synced with the
86            spec (HTML5 revision 2092).
87    
88    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
89    
90            * HTMLTable.pm: Zs is not what we want; we want White_Space! (HTML5
91            revision 2094).
92    
93    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
94    
95            * ContentType.pm: Support for image/svg+xml (HTML5 revision 2096).
96    
97    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm.src: '"' and "'" at the end of attribute
100            name (after another attribute) now raise parse error (HTML5
101            revision 2123).  Empty unquoted attribute values are no
102            longer allowed (HTML5 revision 2122).
103    
104    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
105    
106            * mkhtmlparser.pl: Support for MathML |definitionURL| attribute (HTML5
107            revision 2130).
108    
109    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
110    
111            * ContentChecker.pm: |xml:lang| attribute value must be same
112            as |lang| attribute value for HTML elements (HTML5 revision 2062
113            and so on).
114    
115    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
116    
117            * ContentChecker.pm: Error level definition for |xml_id_error|
118            was missing.
119    
120            * URIChecker.pm: The end of the URL should be marked as the
121            error location for an empty path error.  The position
122            between the userinfo and the port components should be
123            marked as the error location for an empty host error.
124    
125    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
126    
127            * URIChecker.pm: Set parameters representing where in the
128            value the error occurs for errors.  Report unknown
129            address format error in warning level, since address
130            formats are rarely added.  Path segments starting with "/.."
131            were misinterpreted as a dot-segment.
132    
133    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
134    
135            * URIChecker.pm (check_iri_reference): Requires
136            |Message::DOM::DOMImplementation|.
137    
138    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
139    
140            * IMTChecker.pm: Updated for the new error reporting architecture.
141    
142            * ContentChecker.pm: Error levels for IMTs are added.
143    
144    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
145    
146            * H2H.pm (_shift_token): Support for unquoted HTML attribute
147            values.
148    
149    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
150    
151            * CacheManifest.pm: Support for new style of error
152            reports.
153    
154            * HTML.pm.src: Set line=1, column=1 to the document node.
155    
156    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
157    
158            * ContentChecker.pm, RDFXML.pm: Pass {level} object to language tag
159            and URL checkers.  Support for more error levels for bogus
160            langauge tag and URL "standards".
161    
162            * LangTag.pm, URIChecker.pm: Support for new style error
163            level reporting.
164    
165    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
166    
167            * ContentChecker.pm: Support for RDF/XML error levels.
168    
169            * HTMLTable.pm, RDFXML.pm: Support for new style of error level
170            specifying.  Error types are revised.
171    
172    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
173    
174            * ContentChecker.pm: All error reporting method calls are
175            renewed.
176    
177    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
178    
179            * HTML.pm.src: All error type names and "text" parameters
180            are revised.  Use new style for "level" specification.
181    
182            * mkhtmlparser.pl: Use new style for "level" specification.
183    
184    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
185    
186            * WebIDL.pm (parse_char_string): Simplified error
187            reporting process for broken ignored valuetype definition.
188            (Valuetype idl_text): Support for special "DOMString" name.
189    
190    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
191    
192            * WebIDL.pm ($get_scoped_name): Append "::::" if the last
193            terminal of the ScopedName is "DOMString", such that whether
194            the last part of the scoped name is "DOMString" or "_DOMString"
195            later.  It is necessary to determine whether a |typedef|
196            definition should be ignored or not.
197            (parse_char_string): Unescape the identifier of
198            exception members.
199            ($resolve): Return undef for builtin types and sequence<T>
200            types (we might not have to do this, however...).
201            (check): Support checking for Exceptions, Valuetypes,
202            and Typedefs.
203            ($serialize_type): Support for "DOMString::::" syntax.
204            (Typedef idl_text): Output Type as "DOMString" if it
205            is really "DOMString" (i.e. its internal representation
206            is "::DOMString::").
207    
208    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
209    
210            * WebIDL.pm ($resolve): New code, based on resolve code
211            for constant types in the |check| method.
212            (check): Support for checking of attributes, operations, and
213            arguments.
214            (Attribute/Operation idl_text): Exception names in getraises,
215            setraises, and raises clauses is serizlied by |$serialize_type|
216            code.
217    
218    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
219    
220            * WebIDL.pm ($integer): Order of selections are changed to match
221            hexadecimal numbers (the original pattern, taken from the spec,
222            was not work for hexadecimal numbers, because the "0" prefix
223            matches to the [0-7]* part (as an empty string) and therefore
224            it does not match with remaining "x..." part of a "0x..." integer
225            literal.
226            ($get_type): It now returns a string, not an array reference,
227            for regular types and |sequence| types (i.e. it in any case
228            returns a string).
229            ($get_next_token): The second item in the array that represents
230            a integer or float token is now a Perl number value, not the
231            original string representation of the number.
232            (check): Support for const value consistency checking.
233            No extended attribute is defined for constants.
234            (Node subclasses): Use simple strings rather than array references
235            for default data type values.
236            ($serialize_type): Type values are now simple strings.
237            (value): If the new attribute value is a false value, then
238            a FALSE value is set to the attribute.
239    
240    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
241    
242            * WebIDL.pm ($get_scoped_name): Now scoped names are stored
243            in its stringified format ("scoped name" as defined in the
244            spec).  Note that future version of this module should not use
245            array references for type values and the |type_text| attribute
246            should be made obsolete.
247            (parse_char_string): Unescape attribute names.
248            (check): Support for checking of whether inherited interfaces
249            are actually defined or not.  Support for checking of whether
250            interface member identifiers are duplicated or not.
251            ($serialize_type): Scoped names are returned as is.  A future
252            version of this code should escape identifiers other than "DOMString",
253            otherwise the idl_text would be non-conforming.
254    
255    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
256    
257            * WebIDL.pm (parse_char_string): Set line/column numbers
258            to generated nodes.  Unescape identifiers.  Extended attributes
259            for Definition's were ignored.
260            (append_child): Set |parent_node| attribute.
261            (parent_node): New attribute.
262            (check): Support interface/exception members.  Support
263            extended attributes.  Support definition identifier uniqueness
264            constraint.
265            (qualified_name): New attribute.
266            (Interface/Exception idl_text): Extended attributes were
267            not prepended to the returned text.
268    
269    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
270    
271            * WebIDL.pm (parse_char_string): Set line/column numbers
272            to interface object experimentally.  s/shift/pop/g, shift
273            would make things wrong.  Support for interface forward
274            declarations was missing.  Broken interface declarations
275            with no block were not ignored entirely.
276            (Whatpm::WebIDL::Node): New abstract class.  This class
277            makes things easier.
278            (child_nodes): New attribute.  Unlike DOM's attribute with
279            same name, this attribute returns a dead list of nodes for
280            simplicity.
281            (get_user_data, set_user_data): New methods.
282            (Module idl_text): A SPACE character should be inserted
283            before the |{| character.
284            (Interface idl_text): Support for interface forward declarations.
285            (is_forward_declaration): New attribute.
286    
287    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
288    
289            * WebIDL.pm (type_text): Better serializer.
290    
291    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
292    
293            * WebIDL.pm: Revise forward-compatible parsing so that
294            it now can handle broken extended attributes and as such.
295    
296    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
297    
298            * WebIDL.pm: Real support for extended attributes.
299            Support for extended attributes with arguments.
300    
301    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
302    
303            * WebIDL.pm: Support for |exception| syntax.
304            (Interface->idl_text): Tentative support for inheritances.
305    
306    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
307    
308            * WebIDL.pm: Hierarchical scoped name support was broken.
309            Support for raises, setraises, and getraises syntaxes.
310    
311    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
312    
313            * WebIDL.pm: Support for |idl_text| attribute, version 1 (no
314            proper support for types, extended attributes, and exceptions yet).
315            WebIDL parser, version 1 (no support for exceptions yet,
316            no proper support for extended attributes yet).
317    
318    2008-07-09  Wakaba  <wakaba@suika.fam.cx>
319    
320            * WebIDL.pm (parse_char_string): Support for basic attribute syntax.
321    
322    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
323    
324            * WebIDL.pm: Support for valuetype and const.
325    
326    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
327            
328            * WebIDL.pm: New module.
329    
330    2008-06-15  Wakaba  <wakaba@suika.fam.cx>
331    
332            * Makefile (Entities.html): URI changed.
333    
334    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
335    
336            * HTML.pm.src: Support for ruby parsing (HTML5 revision 1704).
337    
338    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
339    
340            * HTML.pm.src (_get_next_token): A parse error was missing.
341    
342    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
343    
344            * mklinktypelist.pl: rel=contact is no longer part of the HTML5
345            spec (commented out). (HTML5 revision 1711).
346    
347    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
348    
349            * ContentType.pm: Drop support for UTF-32 (HTML5 revision 1701).
350    
351            * HTML.pm.src: UTF-16BE and UTF-16LE should be considered
352            as UTF-16 (HTML5 revision 1701).
353    
354    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
355    
356            * HTML.pm.src: Support for <noframes> in <head> (HTML5 revision
357            1692).
358    
359    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
360    
361            * HTML.pm.src: The secondary insertion mode used when switching
362            to foreign content is the "in body" insertion mode (HTML5 revision
363            1696).
364    
365    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
366    
367            * HTML.pm.src: Don't raise parse error for <isindex/> (HTML5
368            revision 1697).
369    
370    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
371    
372            * HTML.pm.src: Support for end-of-file token in foreign content
373            insertion mode (HTML5 revision 1693).  Update SVG camelCase
374            attribute list (HTML5 revision 1700).  <textarea> closes
375            </select> (HTML5 revision 1699).  More start tags close in
376            foreign content insertion mode (HTML5 revision 1698).
377    
378    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
379    
380            * HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665).
381    
382    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
383    
384            * HTML.pm.src: More robust charset parameter detection (HTML5
385            revision 1674).
386    
387    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
388    
389            * ContentType.pm: Support for image/vnd.microsoft.icon (HTML5
390            revision 1676).
391    
392    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
393    
394            * HTML.pm.src: Ignore language part of public identifiers for
395            quriks mode detection (HTML5 revision 1679).
396    
397    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
398    
399            * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5
400            revision 1685).
401    
402    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
403    
404            * HTML.pm.src: Support for EOF in new states for tags (HTML5
405            revision 1684).
406    
407    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
408    
409            * HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML
410            work (HTML5 revision 1690).
411    
412    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
413    
414            * HTML.pm.src (_tree_construction_main): Change handling of
415            end tags in head insertion modes (HTML5 revision 1686).
416            (parse_char_string): Bug fix for non-utf8 character string handlings.
417            (parse_char_stream): |ungetc| does not work well for this context.
418    
419    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
420    
421            * HTML.pm.src (parse_byte_string): Redefined to invoke
422            |parse_byte_stream|.
423            (parse_byte_stream): New method.
424    
425    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
426    
427            * HTML.pm.src (parse_byte_string): Fix the column number reported
428            by encoding layer error reporter.
429    
430    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
431    
432            * HTML.pm.src (parse_byte_string): Use streaming decoder
433            rather than converting the whole byte string and then parsing.
434            Propagate errors in character encoding layer.
435            (get_next_token): Precise error reporting for |bare stago| error.
436    
437    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
438    
439            * HTML.pm.src (parse_char_stream): New method.
440            (parse_char_string): This method is now defined as an invocation
441            of the |parse_char_stream| method.
442    
443    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
444    
445            * HTML.pm.src (parse_byte_string): Report various status
446            of the sniffing as info-level errors.  Support for new
447            decoding framework in parser resestting.
448            (new): Various default error levels were not set.
449    
450    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
451    
452            * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
453            algorithm, except for the actual sniffing, is implemented
454            with new framework with Message::Charset::Info.
455    
456    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
457    
458            * CacheManifest.pm (_parse): Drop fragment identifiers from
459            URIs in fallback section (HTML5 revision 1596).
460    
461    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
462    
463            * Makefile (Entities.html): URI has changed.
464    
465    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
466    
467            * CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision
468            1553).
469    
470    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
471    
472            * ContentChecker.pm: Noted that those returned in |table| are
473            no longer table elements, but table objects returned
474            by Whatpm::HTMLTable.
475    
476            * HTMLTable.pm (form_table): Return table element node
477            as |$table->{element}|.
478            (assign_header): Support for the |headers=""| attribute.
479    
480    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
481    
482            * HTMLTable.pm (assign_header): New function; first version
483            with no support for headers="".
484            (form_table): Include table width and height to the returned
485            table object for covenience.  Indexing in column assignement was wrong.
486            Set whether a data cell is empty or not for convenience.
487    
488    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
489    
490            * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
491    
492    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
493    
494            * HTMLTable.pm: How table model errors are detected is
495            changed (HTML5 revision 1387).
496    
497    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
498    
499            * HTMLTable.pm: The algorithm now moves |tfoot| elements
500            to the end of the table (HTML5 revision 1380).
501    
502    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
503    
504            * HTMLTable.pm: The algorithm is now 0-based indexing, instead
505            of 1-based (HTML5 revision 1376).
506    
507    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
508    
509            * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
510            and "Content-Encoding" no longer prevent sniffing (HTML5
511            revision 1288).
512    
513    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
514    
515            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
516            1282).
517    
518    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
519    
520            * ContentChecker.pm: Support for global attributes.
521            Status of XML specs are added.
522    
523    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
524    
525            * ContentChecker.pm (check_element): Support for |template=""|
526            and |ref=""| attribute (referent element type checking).
527    
528    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
529    
530            * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
531            1500) is implemented (except for IDNA part and URI-scheme-specific
532            knowledge).  Line number counting was wrong for LF-only
533            documents.
534    
535    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
536    
537            * HTML.pm.src: Raise an parse error for any disallowed
538            character (HTML5 revision 1263).
539    
540    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
541    
542            * mkentitylist.pl: Support for new HTML5 entity table format (the
543            definition for |AElig;| was missing).
544    
545    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
546    
547            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
548            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
549    
550    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
551    
552            * HTML.pm.src: List of element names that close foreign content
553            insertion mode is added (HTML5 revisions 1412 and 1418).
554    
555    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
556    
557            * HTML.pm.src: Support for |mglyph| and |malignmark|
558            elements (HTML5 revision 1410).
559    
560    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
561    
562            * HTML.pm.src: Support for new long MathML entities (HTML5
563            revision 1406).
564    
565    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
566    
567            * HTML.pm.src: CDATA section support for MathML and SVG
568            elements (HTML5 revision 1404 and 1420).
569    
570    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
571    
572            * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
573            elements (HTML5 revision 1404).  Unused !!!macro definitions
574            are removed.
575    
576    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
577    
578            * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
579            are raised is changed (HTML5 revision 1404).
580    
581    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
582    
583            * HTML.pm.src: Category sets that are no longer used are removed.
584    
585    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
586    
587            * HTML.pm.src: The ->[1] property of stack entries are now
588            replaced by constants representing element category.
589    
590    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
591    
592            * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
593            for error reporting.  (This is a preparation for using constant
594            value for ->[1].)
595    
596    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
597    
598            * RDFXML.pm: Typo fixed.
599    
600    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
601    
602            * ContentChecker.pm: |fact_level| is now treated
603            as same as |must_level|, i.e. level = |m|.
604            (check_element): Make list of URIs in the DOM.
605    
606    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
607    
608            * RDFXML.pm: Language accessor implemented.
609            Local (null-namespace) attribute support.
610    
611    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
612    
613            * RDFXML.pm: Factored out ID checking code.
614    
615    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
616    
617            * RDFXML.pm: TODO items noted.  Validation of ID
618            and URI attributes is implemented.  Warn if unknown
619            value is used in rdf:parseType="" attribute.
620    
621            * URIChecker.pm (check_rdf_uri_reference): New function.
622    
623    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
624    
625            * RDFXML.pm: bnodeid implemented.  Relative references
626            are now resolved.
627    
628    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
629    
630            * ContentChecker.pm: RDF reification implemented.
631    
632            * RDFXML.pm: undef vs false bug fixed.
633            Reification implemented.
634    
635    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
636    
637            * RDFXML.pm: s/id/ID/ for attribute name.
638            The |node| arguments are added for |ontriple| calls.
639            Too many "attribute not allowed" errors were raised.
640    
641            * ContentChecker.pm: Initial experimental support for rdf:RDF
642            element.
643    
644    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
645    
646            * RDFXML.pm: New module.
647    
648    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
649    
650            * HTML.pm.src (set_inner_html): Line/column number
651            code was old one yet.
652    
653    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
654    
655            * HTML.pm.src: Better line/column reporting for "duplicate attribute"
656            errors.  Line/column markings for DOCTYPE, comment, and
657            character tokens are reintroduced; otherwise,
658            error location for "not HTML5" error and errors
659            for implied elements are not attached.
660    
661    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
662    
663            * HTML.pm.src: Set line/column numbers to attributes.
664    
665            * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added.
666            (value): Setter implemented.
667    
668            * mkhtmlparser.pl: Set line/column numbers to Attr nodes.
669    
670    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
671    
672            * HTML.pm.src: Unused line/column markings are removed.
673    
674    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
675    
676            * HTML.pm.src (_get_next_token): Remove |first_start_tag|
677            flag, which is no longer used.
678    
679    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
680    
681            * HTML.pm.src: Set line/column information to element nodes.
682    
683            * mkhtmlparser.pl (!!!create-element, !!!insert-element,
684            and !!!insert-element-t): Set line/column information to
685            element nodes.
686    
687    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
688    
689            * HTML.pm.src (_get_next_token): The first "<" character
690            in "<?", "<>", or "</>" should be the error point.
691    
692    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
693    
694            * HTML.pm.src: Some more fixes on error position reporting.
695    
696    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
697    
698            * HTML.pm.src: Token-level precious error reporting.
699    
700    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
701    
702            * HTML.pm.src: Preparation for more precious error point
703            reporting.
704    
705    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
706    
707            * HTML.pm.src: Error type revised.
708    
709    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
710    
711            * HTML.pm.src: Similar codes are merged together, again.
712    
713    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
714    
715            * HTML.pm.src: Similar codes are merged together.
716    
717    2008-03-10  Wakaba  <wakaba@suika.fam.cx>
718    
719            * mkhtmlparser.pl: Set "level" parameter to parse errors.
720    
721            * HTML.pm.src: Code refined.
722    
723    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
724    
725            * HTML.pm.src: |</body>| treatement has been changed (HTML5
726            revision 1348).  Note that I really don't know this makes
727            any difference in the black-box behavior of the parser.
728    
729    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
730    
731            * HTML.pm.src: New end-of-file token implementation (HTML5
732            revision 1348).
733    
734    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
735    
736            * HTML.pm.src: |applet| support (HTML5 revision 1347).
737    
738    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
739    
740            * HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343).
741    
742  2008-03-09  Wakaba  <wakaba@suika.fam.cx>  2008-03-09  Wakaba  <wakaba@suika.fam.cx>
743    
744          * 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.298

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24