/[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.189 by wakaba, Sun Mar 16 11:40:19 2008 UTC revision 1.335 by wakaba, Thu Oct 2 10:59:04 2008 UTC
# Line 1  Line 1 
1    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentType.pm (get_sniffed_type): Support for the "better"
4            content sniffing (HTML5 revision 1927).  In a case the official
5            type was not returned when the method is invoked in the list
6            context.
7    
8    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
9    
10            * HTML.pm.src: Character references for non-space C0 characters,
11            including U+000B VT, DEL character, noncharacter code points, are
12            now converted to the U+FFFD character (cf. HTML5 revision 2138).
13    
14    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
15    
16            * ContentChecker.pm: |form=""| check support added.
17    
18    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
19    
20            * ContentChecker.pm: |contextmenu| validness is now checked using
21            |id| and |id_type| properties, and |menu| property is removed.
22    
23    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
24    
25            * ContentChecker.pm: Prepare for |form| |name| attribute's
26            duplication checking.
27    
28    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
29    
30            * HTML.pm.src (parse_byte_stream): Support (or non-support) for
31            unsupported charset="" parameter value (HTML5 revision 2131).
32    
33    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
34    
35            * HTML.pm.src: Reminding places where U+000B is allowed as a space
36            character is fixed (cf. HTML5 revision 1738).
37    
38            * ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of
39            space characters (HTML5 revision 1738).
40    
41    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
42    
43            * HTML.pm.src: The "anything else" case for the "after after body"
44            insertion mode was not updated to swtich to the "in body"
45            insertion mode.  U+000B is no longer a space character for the
46            purpose of tree construction phase (HTML5 revision 1738).
47    
48    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTML.pm.src: U+000B is no longer a space character (HTML5
51            revision 1738).
52    
53    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
54    
55            * ContentType.pm: 0x0B is no longer a space character (HTML5
56            revision 1738).
57    
58            * HTML.pm.src: U+000B is no longer a space character for the
59            algorithm for extracting an encoding from a Content-Type (HTML5
60            revision 1738).
61    
62    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
63    
64            * ContentChecker.pm ($IsInHTMLInteractiveContent): New.
65    
66    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
67    
68            * LangTag.pm: Add checks for remaining requirements from RFC 4646.
69    
70            * mklangreg.pl: Sort 'Prefix' values by their length, to ease
71            matching.
72    
73    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
74    
75            * LangTag.pm: Warn for private use language subtags.  Error level
76            typos fixed.  Support for Suppress-Script field.
77    
78            * mklangreg.pl: Support for dumping of nested structure.
79    
80    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
81    
82            * LangTag.pm (check_rfc4646_langtag): Check if a tag is in the
83            recommended case as per RFC 4646.
84    
85    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
86    
87            * LangTag.pm (check_rfc4646_langtag): New method.
88    
89    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
90    
91            * mklangreg.pl: New script.
92    
93            * Makefile: Updated for creation of the module for language subtag
94            registry.
95            
96    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
97    
98            * Makefile: WebIDL.html added.
99    
100            * WebIDL.pod: New documentation.
101    
102    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
103    
104            * WebIDL.pm: Checker's error types are redefined.
105    
106    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
107    
108            * WebIDL.pm: Parser's error types are redefined.  Some forward
109            compatible parsing bugs are fixed.  Some unreachable codes are
110            commented out.
111    
112    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
113    
114            * WebIDL.pm: Support for the reminding extended attributes are
115            added.  It does not satisfy the definition that a forward
116            interface declaration has an extended attribute.  It seems that
117            unless explicitly allowed multiple extended attributes with the
118            same name is not allowed, though it is not explicitly mentioned in
119            the spec.
120    
121    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
122    
123            * WebIDL.pm: Unescapes extended attribute names and extended
124            attribute identifiers.  Preserve whether an extended attribute has
125            an argument list of not.  Support for extended attributes:
126            Constructor, ExceptionConsts, IndexGetter, IndexSetter,
127            NameGetter, NameSetter, and Null.
128            (has_argument_list): New attribute.
129            (idl_text): Stringifies argument lists, if any, even if it is
130            empty.
131    
132    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
133    
134            * HTML.pm.src: New state |PCDATA_STATE|.  Use an empty string for
135            |{s_kwd}| in DATA_STATE as default.
136    
137    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm.src, mkhtmlparser.pl: Replace |{prev_char}|
140            by |{s_kwd}| in DATA_STATE.
141    
142    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML.pm.src: Shorten keys.
145    
146    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
147    
148            * HTML.pm.src: Remove checking for control character, surrogate
149            pair, or noncharacter code points and non-Unicode code
150            points (they should be handled by Whatpm::Charset::UnicodeChecker).
151            (parse_char_stream): Support for the |$get_wrapper| argument and
152            character stream error handlers.
153    
154    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
155    
156            * ContentChecker.pm: Don't call |loda_ns_module|
157            for null-namespace elements/attributes.
158    
159            * HTML.pm.src: Fact out $disallowed_control_chars
160            as a hash.
161    
162    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
163    
164            * HTML.pm.src: Regexp typo fixed.  |{prev_char}|
165            and |{next_char}| initializations are moved to initialization
166            method.  |{read_until}| now supports buffering.  Sync |set_inner_html|
167            with |parse_char_stream|.
168    
169    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
170    
171            * HTML.pm.src (parse_char_stream): Make |set_next_char|
172            invoke |manakai_read_until|, not only |read|, where
173            possible, to decrease the number of |read| method calls.
174    
175            * mkhtmlparser.pl: Related changes to the aforementioned
176            modification.
177    
178    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
179    
180            * HTML.pm.src: Use |read| instead of |getc|.  |set_inner_html|
181            would report character error from now.
182    
183    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
184    
185            * HTML.pm.src: White-space-leaded non-white-space character
186            tokens in "before head insertion mode" was not
187            correctly handled.
188            (set_inner_html): Reimplemented using CharString decodehandle
189            class.  Support for $get_wrapper argument.  Support
190            for |{read_until}| feature.
191    
192    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
193    
194            * HTML.pm.src: Make a "bare ero" error for unknown
195            entities point the "&" character.
196    
197    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
198    
199            * HTML.pm.src: It turns out that U+FFFD don't have to
200            be added to the list of excluded characters.
201    
202    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
203    
204            * HTML.pm.src ($char_onerror): Have character decoder's |line|
205            and |column| a higher priority than the one set by the
206            tokenizer's input handler.
207            ($self->{read_until}): Exclude U+FFFD (but this might
208            not be necessary, since now we do line/column fixup in
209            the character decode handle).
210    
211    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
212    
213            * HTML.pm.src: Use |{read_until}| where possible.
214    
215    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
216    
217            * HTML.pm.src: Change |{getc_until}| to |{read_until}|
218            and |manakai_getc_until| to |manakai_read_until| to
219            reduce the number of string copies.
220    
221    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
222    
223            * HTML.pm.src (parse_char_string): Use newly created
224            |Whatpm::Charset::DecodeHandle::CharString| instead of Perl's
225            standard feature to |open| a string as a filehandle,
226            since Perl's string filehandle seems not supporting |ungetc|
227            method correctly.
228            (parse_char_stream): Define |{getc_until}| method.
229            (DATA_STATE): Experimental support for |getc_until| feature.
230    
231    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
232    
233            * HTML.pm.src: Check points added to newly added branches.
234    
235    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
236    
237            * HTML.pm.src: Remove |{char}|, which is no longer used.
238            Remove |{entity_in_attr}| and |{last_attribute_value_state}|
239            and replaced by |{prev_state}|.
240    
241            * mkhtmlparser.pl: Remove |{char}| feature.
242            Remove |!!!back-next-input-character;| macro.
243    
244    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
245    
246            * HTML.pm.src: Finally we get rid of all the inner loops.  Remove
247            entity related tokenizer states in favor of new states
248            implementing the consume character reference algorithm.
249    
250    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
251    
252            * HTML.pm.src: "Consume a character reference" algorithm is
253            now implemented as a tokenizer's state, rather than
254            a method, with minimum changes (more changes will
255            be made, in due course).  "Bogus comment state"'s inner
256            loop gets removed.
257    
258    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
259    
260            * HTML.pm.src: Make |PUBLIC| and |SYSTEM| keyword tokenizing
261            into their own tokenizer states.
262    
263    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
264    
265            * HTML.pm.src: |CDATA_SECTION_STATE| (formally |CDATA_BLOCK_STATE|
266            is split into three states.
267    
268    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
269    
270            * HTML.pm.src: |CLOSE_TAG_OPEN_STATE| is broken into
271            itself and new |CDATA_PCDATA_CLOSE_TAG_STATE| so that
272            no longer does the tokenizer have to push back next input
273            characters in those states.
274    
275    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
276    
277            * HTML.pm.src: |MARKUP_DECLARATION_OPEN_STATE| broken
278            into four states so that no longer does the tokenizer have to push
279            back next input characters in that state.
280    
281    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
282    
283            * HTML.pm.src: Methods now accept additional parameter, $get_wrapper,
284            which can be used to insert some wrapper between the character
285            stream handle and the tokenizer.  (It is currently not supported
286            for |set_inner_html| for |Element|s).
287    
288    2008-09-10  Wakaba  <wakaba@suika.fam.cx>
289    
290            * HTML.pm.src: Ignore punctuations in charset names.
291    
292    2008-09-10  Wakaba  <wakaba@suika.fam.cx>
293    
294            * ContentChecker.pm: Support for charset-layer error levels.
295    
296            * HTML.pm.src: Don't specify |text| argument for the
297            |chardecode:fallback| error, since it is not the encoding
298            being used alternatively.
299    
300    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
301    
302            * HTML.pm.src: Support for |XSLT-compat| (HTML5 revision 2141).
303    
304    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
305    
306            * CacheManifest.pm: Support for extensibility (HTML5 revision 2051).
307    
308    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
309    
310            * HTML.pm.src: Bug fix and sync with the spec with regard
311            to after after frameset insertion mode processing (HTML5
312            revision 1909).  Note that the implementation was wrong
313            per the old spec before the r1909 changes.
314    
315    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
316    
317            * HTMLTable.pm: scope=auto algorithm fix synced with the
318            spec (HTML5 revision 2093).
319            ($process_row): Algorithm step numbers synced with the
320            spec (HTML5 revision 2092).
321    
322    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
323    
324            * HTMLTable.pm: Zs is not what we want; we want White_Space! (HTML5
325            revision 2094).
326    
327    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
328    
329            * ContentType.pm: Support for image/svg+xml (HTML5 revision 2096).
330    
331    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
332    
333            * HTML.pm.src: '"' and "'" at the end of attribute
334            name (after another attribute) now raise parse error (HTML5
335            revision 2123).  Empty unquoted attribute values are no
336            longer allowed (HTML5 revision 2122).
337    
338    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
339    
340            * mkhtmlparser.pl: Support for MathML |definitionURL| attribute (HTML5
341            revision 2130).
342    
343    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
344    
345            * ContentChecker.pm: |xml:lang| attribute value must be same
346            as |lang| attribute value for HTML elements (HTML5 revision 2062
347            and so on).
348    
349    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
350    
351            * ContentChecker.pm: Error level definition for |xml_id_error|
352            was missing.
353    
354            * URIChecker.pm: The end of the URL should be marked as the
355            error location for an empty path error.  The position
356            between the userinfo and the port components should be
357            marked as the error location for an empty host error.
358    
359    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
360    
361            * URIChecker.pm: Set parameters representing where in the
362            value the error occurs for errors.  Report unknown
363            address format error in warning level, since address
364            formats are rarely added.  Path segments starting with "/.."
365            were misinterpreted as a dot-segment.
366    
367    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
368    
369            * URIChecker.pm (check_iri_reference): Requires
370            |Message::DOM::DOMImplementation|.
371    
372    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
373    
374            * IMTChecker.pm: Updated for the new error reporting architecture.
375    
376            * ContentChecker.pm: Error levels for IMTs are added.
377    
378    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
379    
380            * H2H.pm (_shift_token): Support for unquoted HTML attribute
381            values.
382    
383    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
384    
385            * CacheManifest.pm: Support for new style of error
386            reports.
387    
388            * HTML.pm.src: Set line=1, column=1 to the document node.
389    
390    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
391    
392            * ContentChecker.pm, RDFXML.pm: Pass {level} object to language tag
393            and URL checkers.  Support for more error levels for bogus
394            langauge tag and URL "standards".
395    
396            * LangTag.pm, URIChecker.pm: Support for new style error
397            level reporting.
398    
399    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
400    
401            * ContentChecker.pm: Support for RDF/XML error levels.
402    
403            * HTMLTable.pm, RDFXML.pm: Support for new style of error level
404            specifying.  Error types are revised.
405    
406    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
407    
408            * ContentChecker.pm: All error reporting method calls are
409            renewed.
410    
411    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
412    
413            * HTML.pm.src: All error type names and "text" parameters
414            are revised.  Use new style for "level" specification.
415    
416            * mkhtmlparser.pl: Use new style for "level" specification.
417    
418    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
419    
420            * WebIDL.pm (parse_char_string): Simplified error
421            reporting process for broken ignored valuetype definition.
422            (Valuetype idl_text): Support for special "DOMString" name.
423    
424    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
425    
426            * WebIDL.pm ($get_scoped_name): Append "::::" if the last
427            terminal of the ScopedName is "DOMString", such that whether
428            the last part of the scoped name is "DOMString" or "_DOMString"
429            later.  It is necessary to determine whether a |typedef|
430            definition should be ignored or not.
431            (parse_char_string): Unescape the identifier of
432            exception members.
433            ($resolve): Return undef for builtin types and sequence<T>
434            types (we might not have to do this, however...).
435            (check): Support checking for Exceptions, Valuetypes,
436            and Typedefs.
437            ($serialize_type): Support for "DOMString::::" syntax.
438            (Typedef idl_text): Output Type as "DOMString" if it
439            is really "DOMString" (i.e. its internal representation
440            is "::DOMString::").
441    
442    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
443    
444            * WebIDL.pm ($resolve): New code, based on resolve code
445            for constant types in the |check| method.
446            (check): Support for checking of attributes, operations, and
447            arguments.
448            (Attribute/Operation idl_text): Exception names in getraises,
449            setraises, and raises clauses is serizlied by |$serialize_type|
450            code.
451    
452    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
453    
454            * WebIDL.pm ($integer): Order of selections are changed to match
455            hexadecimal numbers (the original pattern, taken from the spec,
456            was not work for hexadecimal numbers, because the "0" prefix
457            matches to the [0-7]* part (as an empty string) and therefore
458            it does not match with remaining "x..." part of a "0x..." integer
459            literal.
460            ($get_type): It now returns a string, not an array reference,
461            for regular types and |sequence| types (i.e. it in any case
462            returns a string).
463            ($get_next_token): The second item in the array that represents
464            a integer or float token is now a Perl number value, not the
465            original string representation of the number.
466            (check): Support for const value consistency checking.
467            No extended attribute is defined for constants.
468            (Node subclasses): Use simple strings rather than array references
469            for default data type values.
470            ($serialize_type): Type values are now simple strings.
471            (value): If the new attribute value is a false value, then
472            a FALSE value is set to the attribute.
473    
474    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
475    
476            * WebIDL.pm ($get_scoped_name): Now scoped names are stored
477            in its stringified format ("scoped name" as defined in the
478            spec).  Note that future version of this module should not use
479            array references for type values and the |type_text| attribute
480            should be made obsolete.
481            (parse_char_string): Unescape attribute names.
482            (check): Support for checking of whether inherited interfaces
483            are actually defined or not.  Support for checking of whether
484            interface member identifiers are duplicated or not.
485            ($serialize_type): Scoped names are returned as is.  A future
486            version of this code should escape identifiers other than "DOMString",
487            otherwise the idl_text would be non-conforming.
488    
489    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
490    
491            * WebIDL.pm (parse_char_string): Set line/column numbers
492            to generated nodes.  Unescape identifiers.  Extended attributes
493            for Definition's were ignored.
494            (append_child): Set |parent_node| attribute.
495            (parent_node): New attribute.
496            (check): Support interface/exception members.  Support
497            extended attributes.  Support definition identifier uniqueness
498            constraint.
499            (qualified_name): New attribute.
500            (Interface/Exception idl_text): Extended attributes were
501            not prepended to the returned text.
502    
503    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
504    
505            * WebIDL.pm (parse_char_string): Set line/column numbers
506            to interface object experimentally.  s/shift/pop/g, shift
507            would make things wrong.  Support for interface forward
508            declarations was missing.  Broken interface declarations
509            with no block were not ignored entirely.
510            (Whatpm::WebIDL::Node): New abstract class.  This class
511            makes things easier.
512            (child_nodes): New attribute.  Unlike DOM's attribute with
513            same name, this attribute returns a dead list of nodes for
514            simplicity.
515            (get_user_data, set_user_data): New methods.
516            (Module idl_text): A SPACE character should be inserted
517            before the |{| character.
518            (Interface idl_text): Support for interface forward declarations.
519            (is_forward_declaration): New attribute.
520    
521    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
522    
523            * WebIDL.pm (type_text): Better serializer.
524    
525    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
526    
527            * WebIDL.pm: Revise forward-compatible parsing so that
528            it now can handle broken extended attributes and as such.
529    
530    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
531    
532            * WebIDL.pm: Real support for extended attributes.
533            Support for extended attributes with arguments.
534    
535    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
536    
537            * WebIDL.pm: Support for |exception| syntax.
538            (Interface->idl_text): Tentative support for inheritances.
539    
540    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
541    
542            * WebIDL.pm: Hierarchical scoped name support was broken.
543            Support for raises, setraises, and getraises syntaxes.
544    
545    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
546    
547            * WebIDL.pm: Support for |idl_text| attribute, version 1 (no
548            proper support for types, extended attributes, and exceptions yet).
549            WebIDL parser, version 1 (no support for exceptions yet,
550            no proper support for extended attributes yet).
551    
552    2008-07-09  Wakaba  <wakaba@suika.fam.cx>
553    
554            * WebIDL.pm (parse_char_string): Support for basic attribute syntax.
555    
556    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
557    
558            * WebIDL.pm: Support for valuetype and const.
559    
560    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
561            
562            * WebIDL.pm: New module.
563    
564    2008-06-15  Wakaba  <wakaba@suika.fam.cx>
565    
566            * Makefile (Entities.html): URI changed.
567    
568    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
569    
570            * HTML.pm.src: Support for ruby parsing (HTML5 revision 1704).
571    
572    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
573    
574            * HTML.pm.src (_get_next_token): A parse error was missing.
575    
576    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
577    
578            * mklinktypelist.pl: rel=contact is no longer part of the HTML5
579            spec (commented out). (HTML5 revision 1711).
580    
581    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
582    
583            * ContentType.pm: Drop support for UTF-32 (HTML5 revision 1701).
584    
585            * HTML.pm.src: UTF-16BE and UTF-16LE should be considered
586            as UTF-16 (HTML5 revision 1701).
587    
588    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
589    
590            * HTML.pm.src: Support for <noframes> in <head> (HTML5 revision
591            1692).
592    
593    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
594    
595            * HTML.pm.src: The secondary insertion mode used when switching
596            to foreign content is the "in body" insertion mode (HTML5 revision
597            1696).
598    
599    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
600    
601            * HTML.pm.src: Don't raise parse error for <isindex/> (HTML5
602            revision 1697).
603    
604    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
605    
606            * HTML.pm.src: Support for end-of-file token in foreign content
607            insertion mode (HTML5 revision 1693).  Update SVG camelCase
608            attribute list (HTML5 revision 1700).  <textarea> closes
609            </select> (HTML5 revision 1699).  More start tags close in
610            foreign content insertion mode (HTML5 revision 1698).
611    
612    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
613    
614            * HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665).
615    
616    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
617    
618            * HTML.pm.src: More robust charset parameter detection (HTML5
619            revision 1674).
620    
621    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
622    
623            * ContentType.pm: Support for image/vnd.microsoft.icon (HTML5
624            revision 1676).
625    
626    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
627    
628            * HTML.pm.src: Ignore language part of public identifiers for
629            quriks mode detection (HTML5 revision 1679).
630    
631    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
632    
633            * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5
634            revision 1685).
635    
636    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
637    
638            * HTML.pm.src: Support for EOF in new states for tags (HTML5
639            revision 1684).
640    
641    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
642    
643            * HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML
644            work (HTML5 revision 1690).
645    
646    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
647    
648            * HTML.pm.src (_tree_construction_main): Change handling of
649            end tags in head insertion modes (HTML5 revision 1686).
650            (parse_char_string): Bug fix for non-utf8 character string handlings.
651            (parse_char_stream): |ungetc| does not work well for this context.
652    
653    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
654    
655            * HTML.pm.src (parse_byte_string): Redefined to invoke
656            |parse_byte_stream|.
657            (parse_byte_stream): New method.
658    
659    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
660    
661            * HTML.pm.src (parse_byte_string): Fix the column number reported
662            by encoding layer error reporter.
663    
664    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
665    
666            * HTML.pm.src (parse_byte_string): Use streaming decoder
667            rather than converting the whole byte string and then parsing.
668            Propagate errors in character encoding layer.
669            (get_next_token): Precise error reporting for |bare stago| error.
670    
671    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
672    
673            * HTML.pm.src (parse_char_stream): New method.
674            (parse_char_string): This method is now defined as an invocation
675            of the |parse_char_stream| method.
676    
677    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
678    
679            * HTML.pm.src (parse_byte_string): Report various status
680            of the sniffing as info-level errors.  Support for new
681            decoding framework in parser resestting.
682            (new): Various default error levels were not set.
683    
684    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
685    
686            * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
687            algorithm, except for the actual sniffing, is implemented
688            with new framework with Message::Charset::Info.
689    
690    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
691    
692            * CacheManifest.pm (_parse): Drop fragment identifiers from
693            URIs in fallback section (HTML5 revision 1596).
694    
695    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
696    
697            * Makefile (Entities.html): URI has changed.
698    
699    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
700    
701            * CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision
702            1553).
703    
704    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
705    
706            * ContentChecker.pm: Noted that those returned in |table| are
707            no longer table elements, but table objects returned
708            by Whatpm::HTMLTable.
709    
710            * HTMLTable.pm (form_table): Return table element node
711            as |$table->{element}|.
712            (assign_header): Support for the |headers=""| attribute.
713    
714    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
715    
716            * HTMLTable.pm (assign_header): New function; first version
717            with no support for headers="".
718            (form_table): Include table width and height to the returned
719            table object for covenience.  Indexing in column assignement was wrong.
720            Set whether a data cell is empty or not for convenience.
721    
722    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
723    
724            * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
725    
726    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
727    
728            * HTMLTable.pm: How table model errors are detected is
729            changed (HTML5 revision 1387).
730    
731    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
732    
733            * HTMLTable.pm: The algorithm now moves |tfoot| elements
734            to the end of the table (HTML5 revision 1380).
735    
736    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
737    
738            * HTMLTable.pm: The algorithm is now 0-based indexing, instead
739            of 1-based (HTML5 revision 1376).
740    
741    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
742    
743            * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
744            and "Content-Encoding" no longer prevent sniffing (HTML5
745            revision 1288).
746    
747    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
748    
749            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
750            1282).
751    
752    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
753    
754            * ContentChecker.pm: Support for global attributes.
755            Status of XML specs are added.
756    
757    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
758    
759            * ContentChecker.pm (check_element): Support for |template=""|
760            and |ref=""| attribute (referent element type checking).
761    
762    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
763    
764            * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
765            1500) is implemented (except for IDNA part and URI-scheme-specific
766            knowledge).  Line number counting was wrong for LF-only
767            documents.
768    
769    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
770    
771            * HTML.pm.src: Raise an parse error for any disallowed
772            character (HTML5 revision 1263).
773    
774    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
775    
776            * mkentitylist.pl: Support for new HTML5 entity table format (the
777            definition for |AElig;| was missing).
778    
779    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
780    
781            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
782            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
783    
784    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
785    
786            * HTML.pm.src: List of element names that close foreign content
787            insertion mode is added (HTML5 revisions 1412 and 1418).
788    
789    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
790    
791            * HTML.pm.src: Support for |mglyph| and |malignmark|
792            elements (HTML5 revision 1410).
793    
794    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
795    
796            * HTML.pm.src: Support for new long MathML entities (HTML5
797            revision 1406).
798    
799    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
800    
801            * HTML.pm.src: CDATA section support for MathML and SVG
802            elements (HTML5 revision 1404 and 1420).
803    
804    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
805    
806            * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
807            elements (HTML5 revision 1404).  Unused !!!macro definitions
808            are removed.
809    
810    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
811    
812            * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
813            are raised is changed (HTML5 revision 1404).
814    
815    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
816    
817            * HTML.pm.src: Category sets that are no longer used are removed.
818    
819    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
820    
821            * HTML.pm.src: The ->[1] property of stack entries are now
822            replaced by constants representing element category.
823    
824    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
825    
826            * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
827            for error reporting.  (This is a preparation for using constant
828            value for ->[1].)
829    
830    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
831    
832            * RDFXML.pm: Typo fixed.
833    
834    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
835    
836            * ContentChecker.pm: |fact_level| is now treated
837            as same as |must_level|, i.e. level = |m|.
838            (check_element): Make list of URIs in the DOM.
839    
840    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
841    
842            * RDFXML.pm: Language accessor implemented.
843            Local (null-namespace) attribute support.
844    
845    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
846    
847            * RDFXML.pm: Factored out ID checking code.
848    
849    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
850    
851            * RDFXML.pm: TODO items noted.  Validation of ID
852            and URI attributes is implemented.  Warn if unknown
853            value is used in rdf:parseType="" attribute.
854    
855            * URIChecker.pm (check_rdf_uri_reference): New function.
856    
857    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
858    
859            * RDFXML.pm: bnodeid implemented.  Relative references
860            are now resolved.
861    
862    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
863    
864            * ContentChecker.pm: RDF reification implemented.
865    
866            * RDFXML.pm: undef vs false bug fixed.
867            Reification implemented.
868    
869    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
870    
871            * RDFXML.pm: s/id/ID/ for attribute name.
872            The |node| arguments are added for |ontriple| calls.
873            Too many "attribute not allowed" errors were raised.
874    
875            * ContentChecker.pm: Initial experimental support for rdf:RDF
876            element.
877    
878    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
879    
880            * RDFXML.pm: New module.
881    
882    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
883    
884            * HTML.pm.src (set_inner_html): Line/column number
885            code was old one yet.
886    
887    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
888    
889            * HTML.pm.src: Better line/column reporting for "duplicate attribute"
890            errors.  Line/column markings for DOCTYPE, comment, and
891            character tokens are reintroduced; otherwise,
892            error location for "not HTML5" error and errors
893            for implied elements are not attached.
894    
895    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
896    
897            * HTML.pm.src: Set line/column numbers to attributes.
898    
899            * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added.
900            (value): Setter implemented.
901    
902            * mkhtmlparser.pl: Set line/column numbers to Attr nodes.
903    
904    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
905    
906            * HTML.pm.src: Unused line/column markings are removed.
907    
908    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
909    
910            * HTML.pm.src (_get_next_token): Remove |first_start_tag|
911            flag, which is no longer used.
912    
913    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
914    
915            * HTML.pm.src: Set line/column information to element nodes.
916    
917            * mkhtmlparser.pl (!!!create-element, !!!insert-element,
918            and !!!insert-element-t): Set line/column information to
919            element nodes.
920    
921    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
922    
923            * HTML.pm.src (_get_next_token): The first "<" character
924            in "<?", "<>", or "</>" should be the error point.
925    
926  2008-03-16  Wakaba  <wakaba@suika.fam.cx>  2008-03-16  Wakaba  <wakaba@suika.fam.cx>
927    
928          * HTML.pm.src: Some more fixes on error position reporting.          * HTML.pm.src: Some more fixes on error position reporting.

Legend:
Removed from v.1.189  
changed lines
  Added in v.1.335

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24