/[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.237 by wakaba, Sun May 18 03:46:26 2008 UTC revision 1.346 by wakaba, Sat Oct 4 17:16:01 2008 UTC
# Line 1  Line 1 
1    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: An AAA bug fixed.
4    
5    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
6    
7            * HTML.pm.src: If another node is inserted by the parser, don't
8            reuse existing Text node to append a character (HTML5 revision
9            2124).
10    
11    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm.src: Support for <option> and <optgroup> in body (HTML5
14            revisions 1731 and 2128).
15    
16    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm.src: Make <foreignObject> scoping (HTML5 revision 1837).
19            Support for end tags of camelCase SVG elements were broken.  A
20            wrong error type text fixed.
21    
22    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
23    
24            * HTML.pm.src: Drop redundant code (HTML5 revision 1731).
25    
26    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
27    
28            * HTML.pm.src: Support for new definition of |param| and |source|
29            start tag parsing (HTML5 revision 1731).
30    
31    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731).
34    
35    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm.src: <li>, <dt>, and <dd> steps reimplemented (HTML5
38            revisions 1731 and 1831).
39    
40    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML.pm.src: Support for new flow (but not phrasing) elements (HTML5
43            revisions 1731 and 1778).  Support for the </sarcasm> end tag (HTML5
44            revision 1731).
45    
46    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
47    
48            * HTML.pm.src: Support for |command| and |eventsource| elements (HTML5
49            revision 1731).  End tags of |option| and |optgroup| elements are
50            now optional (HTML5 revision 1731).
51    
52    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML.pm.src: New "special" elements added to the list (HTML5
55            revision 1778).  "strile" -> "strike".
56    
57    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
58    
59            * ContentType.pm (get_sniffed_type): Support for the "better"
60            content sniffing (HTML5 revision 1927).  In a case the official
61            type was not returned when the method is invoked in the list
62            context.
63    
64    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
65    
66            * HTML.pm.src: Character references for non-space C0 characters,
67            including U+000B VT, DEL character, noncharacter code points, are
68            now converted to the U+FFFD character (cf. HTML5 revision 2138).
69    
70    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
71    
72            * ContentChecker.pm: |form=""| check support added.
73    
74    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
75    
76            * ContentChecker.pm: |contextmenu| validness is now checked using
77            |id| and |id_type| properties, and |menu| property is removed.
78    
79    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
80    
81            * ContentChecker.pm: Prepare for |form| |name| attribute's
82            duplication checking.
83    
84    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
85    
86            * HTML.pm.src (parse_byte_stream): Support (or non-support) for
87            unsupported charset="" parameter value (HTML5 revision 2131).
88    
89    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
90    
91            * HTML.pm.src: Reminding places where U+000B is allowed as a space
92            character is fixed (cf. HTML5 revision 1738).
93    
94            * ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of
95            space characters (HTML5 revision 1738).
96    
97    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm.src: The "anything else" case for the "after after body"
100            insertion mode was not updated to swtich to the "in body"
101            insertion mode.  U+000B is no longer a space character for the
102            purpose of tree construction phase (HTML5 revision 1738).
103    
104    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
105    
106            * HTML.pm.src: U+000B is no longer a space character (HTML5
107            revision 1738).
108    
109    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
110    
111            * ContentType.pm: 0x0B is no longer a space character (HTML5
112            revision 1738).
113    
114            * HTML.pm.src: U+000B is no longer a space character for the
115            algorithm for extracting an encoding from a Content-Type (HTML5
116            revision 1738).
117    
118    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
119    
120            * ContentChecker.pm ($IsInHTMLInteractiveContent): New.
121    
122    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
123    
124            * LangTag.pm: Add checks for remaining requirements from RFC 4646.
125    
126            * mklangreg.pl: Sort 'Prefix' values by their length, to ease
127            matching.
128    
129    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
130    
131            * LangTag.pm: Warn for private use language subtags.  Error level
132            typos fixed.  Support for Suppress-Script field.
133    
134            * mklangreg.pl: Support for dumping of nested structure.
135    
136    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
137    
138            * LangTag.pm (check_rfc4646_langtag): Check if a tag is in the
139            recommended case as per RFC 4646.
140    
141    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
142    
143            * LangTag.pm (check_rfc4646_langtag): New method.
144    
145    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
146    
147            * mklangreg.pl: New script.
148    
149            * Makefile: Updated for creation of the module for language subtag
150            registry.
151            
152    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
153    
154            * Makefile: WebIDL.html added.
155    
156            * WebIDL.pod: New documentation.
157    
158    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
159    
160            * WebIDL.pm: Checker's error types are redefined.
161    
162    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
163    
164            * WebIDL.pm: Parser's error types are redefined.  Some forward
165            compatible parsing bugs are fixed.  Some unreachable codes are
166            commented out.
167    
168    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
169    
170            * WebIDL.pm: Support for the reminding extended attributes are
171            added.  It does not satisfy the definition that a forward
172            interface declaration has an extended attribute.  It seems that
173            unless explicitly allowed multiple extended attributes with the
174            same name is not allowed, though it is not explicitly mentioned in
175            the spec.
176    
177    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
178    
179            * WebIDL.pm: Unescapes extended attribute names and extended
180            attribute identifiers.  Preserve whether an extended attribute has
181            an argument list of not.  Support for extended attributes:
182            Constructor, ExceptionConsts, IndexGetter, IndexSetter,
183            NameGetter, NameSetter, and Null.
184            (has_argument_list): New attribute.
185            (idl_text): Stringifies argument lists, if any, even if it is
186            empty.
187    
188    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
189    
190            * HTML.pm.src: New state |PCDATA_STATE|.  Use an empty string for
191            |{s_kwd}| in DATA_STATE as default.
192    
193    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
194    
195            * HTML.pm.src, mkhtmlparser.pl: Replace |{prev_char}|
196            by |{s_kwd}| in DATA_STATE.
197    
198    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
199    
200            * HTML.pm.src: Shorten keys.
201    
202    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
203    
204            * HTML.pm.src: Remove checking for control character, surrogate
205            pair, or noncharacter code points and non-Unicode code
206            points (they should be handled by Whatpm::Charset::UnicodeChecker).
207            (parse_char_stream): Support for the |$get_wrapper| argument and
208            character stream error handlers.
209    
210    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
211    
212            * ContentChecker.pm: Don't call |loda_ns_module|
213            for null-namespace elements/attributes.
214    
215            * HTML.pm.src: Fact out $disallowed_control_chars
216            as a hash.
217    
218    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
219    
220            * HTML.pm.src: Regexp typo fixed.  |{prev_char}|
221            and |{next_char}| initializations are moved to initialization
222            method.  |{read_until}| now supports buffering.  Sync |set_inner_html|
223            with |parse_char_stream|.
224    
225    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
226    
227            * HTML.pm.src (parse_char_stream): Make |set_next_char|
228            invoke |manakai_read_until|, not only |read|, where
229            possible, to decrease the number of |read| method calls.
230    
231            * mkhtmlparser.pl: Related changes to the aforementioned
232            modification.
233    
234    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
235    
236            * HTML.pm.src: Use |read| instead of |getc|.  |set_inner_html|
237            would report character error from now.
238    
239    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
240    
241            * HTML.pm.src: White-space-leaded non-white-space character
242            tokens in "before head insertion mode" was not
243            correctly handled.
244            (set_inner_html): Reimplemented using CharString decodehandle
245            class.  Support for $get_wrapper argument.  Support
246            for |{read_until}| feature.
247    
248    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
249    
250            * HTML.pm.src: Make a "bare ero" error for unknown
251            entities point the "&" character.
252    
253    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
254    
255            * HTML.pm.src: It turns out that U+FFFD don't have to
256            be added to the list of excluded characters.
257    
258    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
259    
260            * HTML.pm.src ($char_onerror): Have character decoder's |line|
261            and |column| a higher priority than the one set by the
262            tokenizer's input handler.
263            ($self->{read_until}): Exclude U+FFFD (but this might
264            not be necessary, since now we do line/column fixup in
265            the character decode handle).
266    
267    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
268    
269            * HTML.pm.src: Use |{read_until}| where possible.
270    
271    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
272    
273            * HTML.pm.src: Change |{getc_until}| to |{read_until}|
274            and |manakai_getc_until| to |manakai_read_until| to
275            reduce the number of string copies.
276    
277    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
278    
279            * HTML.pm.src (parse_char_string): Use newly created
280            |Whatpm::Charset::DecodeHandle::CharString| instead of Perl's
281            standard feature to |open| a string as a filehandle,
282            since Perl's string filehandle seems not supporting |ungetc|
283            method correctly.
284            (parse_char_stream): Define |{getc_until}| method.
285            (DATA_STATE): Experimental support for |getc_until| feature.
286    
287    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
288    
289            * HTML.pm.src: Check points added to newly added branches.
290    
291    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
292    
293            * HTML.pm.src: Remove |{char}|, which is no longer used.
294            Remove |{entity_in_attr}| and |{last_attribute_value_state}|
295            and replaced by |{prev_state}|.
296    
297            * mkhtmlparser.pl: Remove |{char}| feature.
298            Remove |!!!back-next-input-character;| macro.
299    
300    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
301    
302            * HTML.pm.src: Finally we get rid of all the inner loops.  Remove
303            entity related tokenizer states in favor of new states
304            implementing the consume character reference algorithm.
305    
306    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
307    
308            * HTML.pm.src: "Consume a character reference" algorithm is
309            now implemented as a tokenizer's state, rather than
310            a method, with minimum changes (more changes will
311            be made, in due course).  "Bogus comment state"'s inner
312            loop gets removed.
313    
314    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
315    
316            * HTML.pm.src: Make |PUBLIC| and |SYSTEM| keyword tokenizing
317            into their own tokenizer states.
318    
319    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
320    
321            * HTML.pm.src: |CDATA_SECTION_STATE| (formally |CDATA_BLOCK_STATE|
322            is split into three states.
323    
324    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
325    
326            * HTML.pm.src: |CLOSE_TAG_OPEN_STATE| is broken into
327            itself and new |CDATA_PCDATA_CLOSE_TAG_STATE| so that
328            no longer does the tokenizer have to push back next input
329            characters in those states.
330    
331    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
332    
333            * HTML.pm.src: |MARKUP_DECLARATION_OPEN_STATE| broken
334            into four states so that no longer does the tokenizer have to push
335            back next input characters in that state.
336    
337    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
338    
339            * HTML.pm.src: Methods now accept additional parameter, $get_wrapper,
340            which can be used to insert some wrapper between the character
341            stream handle and the tokenizer.  (It is currently not supported
342            for |set_inner_html| for |Element|s).
343    
344    2008-09-10  Wakaba  <wakaba@suika.fam.cx>
345    
346            * HTML.pm.src: Ignore punctuations in charset names.
347    
348    2008-09-10  Wakaba  <wakaba@suika.fam.cx>
349    
350            * ContentChecker.pm: Support for charset-layer error levels.
351    
352            * HTML.pm.src: Don't specify |text| argument for the
353            |chardecode:fallback| error, since it is not the encoding
354            being used alternatively.
355    
356    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
357    
358            * HTML.pm.src: Support for |XSLT-compat| (HTML5 revision 2141).
359    
360    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
361    
362            * CacheManifest.pm: Support for extensibility (HTML5 revision 2051).
363    
364    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
365    
366            * HTML.pm.src: Bug fix and sync with the spec with regard
367            to after after frameset insertion mode processing (HTML5
368            revision 1909).  Note that the implementation was wrong
369            per the old spec before the r1909 changes.
370    
371    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
372    
373            * HTMLTable.pm: scope=auto algorithm fix synced with the
374            spec (HTML5 revision 2093).
375            ($process_row): Algorithm step numbers synced with the
376            spec (HTML5 revision 2092).
377    
378    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
379    
380            * HTMLTable.pm: Zs is not what we want; we want White_Space! (HTML5
381            revision 2094).
382    
383    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
384    
385            * ContentType.pm: Support for image/svg+xml (HTML5 revision 2096).
386    
387    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
388    
389            * HTML.pm.src: '"' and "'" at the end of attribute
390            name (after another attribute) now raise parse error (HTML5
391            revision 2123).  Empty unquoted attribute values are no
392            longer allowed (HTML5 revision 2122).
393    
394    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
395    
396            * mkhtmlparser.pl: Support for MathML |definitionURL| attribute (HTML5
397            revision 2130).
398    
399    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
400    
401            * ContentChecker.pm: |xml:lang| attribute value must be same
402            as |lang| attribute value for HTML elements (HTML5 revision 2062
403            and so on).
404    
405    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
406    
407            * ContentChecker.pm: Error level definition for |xml_id_error|
408            was missing.
409    
410            * URIChecker.pm: The end of the URL should be marked as the
411            error location for an empty path error.  The position
412            between the userinfo and the port components should be
413            marked as the error location for an empty host error.
414    
415    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
416    
417            * URIChecker.pm: Set parameters representing where in the
418            value the error occurs for errors.  Report unknown
419            address format error in warning level, since address
420            formats are rarely added.  Path segments starting with "/.."
421            were misinterpreted as a dot-segment.
422    
423    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
424    
425            * URIChecker.pm (check_iri_reference): Requires
426            |Message::DOM::DOMImplementation|.
427    
428    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
429    
430            * IMTChecker.pm: Updated for the new error reporting architecture.
431    
432            * ContentChecker.pm: Error levels for IMTs are added.
433    
434    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
435    
436            * H2H.pm (_shift_token): Support for unquoted HTML attribute
437            values.
438    
439    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
440    
441            * CacheManifest.pm: Support for new style of error
442            reports.
443    
444            * HTML.pm.src: Set line=1, column=1 to the document node.
445    
446    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
447    
448            * ContentChecker.pm, RDFXML.pm: Pass {level} object to language tag
449            and URL checkers.  Support for more error levels for bogus
450            langauge tag and URL "standards".
451    
452            * LangTag.pm, URIChecker.pm: Support for new style error
453            level reporting.
454    
455    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
456    
457            * ContentChecker.pm: Support for RDF/XML error levels.
458    
459            * HTMLTable.pm, RDFXML.pm: Support for new style of error level
460            specifying.  Error types are revised.
461    
462    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
463    
464            * ContentChecker.pm: All error reporting method calls are
465            renewed.
466    
467    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
468    
469            * HTML.pm.src: All error type names and "text" parameters
470            are revised.  Use new style for "level" specification.
471    
472            * mkhtmlparser.pl: Use new style for "level" specification.
473    
474    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
475    
476            * WebIDL.pm (parse_char_string): Simplified error
477            reporting process for broken ignored valuetype definition.
478            (Valuetype idl_text): Support for special "DOMString" name.
479    
480    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
481    
482            * WebIDL.pm ($get_scoped_name): Append "::::" if the last
483            terminal of the ScopedName is "DOMString", such that whether
484            the last part of the scoped name is "DOMString" or "_DOMString"
485            later.  It is necessary to determine whether a |typedef|
486            definition should be ignored or not.
487            (parse_char_string): Unescape the identifier of
488            exception members.
489            ($resolve): Return undef for builtin types and sequence<T>
490            types (we might not have to do this, however...).
491            (check): Support checking for Exceptions, Valuetypes,
492            and Typedefs.
493            ($serialize_type): Support for "DOMString::::" syntax.
494            (Typedef idl_text): Output Type as "DOMString" if it
495            is really "DOMString" (i.e. its internal representation
496            is "::DOMString::").
497    
498    2008-08-03  Wakaba  <wakaba@suika.fam.cx>
499    
500            * WebIDL.pm ($resolve): New code, based on resolve code
501            for constant types in the |check| method.
502            (check): Support for checking of attributes, operations, and
503            arguments.
504            (Attribute/Operation idl_text): Exception names in getraises,
505            setraises, and raises clauses is serizlied by |$serialize_type|
506            code.
507    
508    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
509    
510            * WebIDL.pm ($integer): Order of selections are changed to match
511            hexadecimal numbers (the original pattern, taken from the spec,
512            was not work for hexadecimal numbers, because the "0" prefix
513            matches to the [0-7]* part (as an empty string) and therefore
514            it does not match with remaining "x..." part of a "0x..." integer
515            literal.
516            ($get_type): It now returns a string, not an array reference,
517            for regular types and |sequence| types (i.e. it in any case
518            returns a string).
519            ($get_next_token): The second item in the array that represents
520            a integer or float token is now a Perl number value, not the
521            original string representation of the number.
522            (check): Support for const value consistency checking.
523            No extended attribute is defined for constants.
524            (Node subclasses): Use simple strings rather than array references
525            for default data type values.
526            ($serialize_type): Type values are now simple strings.
527            (value): If the new attribute value is a false value, then
528            a FALSE value is set to the attribute.
529    
530    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
531    
532            * WebIDL.pm ($get_scoped_name): Now scoped names are stored
533            in its stringified format ("scoped name" as defined in the
534            spec).  Note that future version of this module should not use
535            array references for type values and the |type_text| attribute
536            should be made obsolete.
537            (parse_char_string): Unescape attribute names.
538            (check): Support for checking of whether inherited interfaces
539            are actually defined or not.  Support for checking of whether
540            interface member identifiers are duplicated or not.
541            ($serialize_type): Scoped names are returned as is.  A future
542            version of this code should escape identifiers other than "DOMString",
543            otherwise the idl_text would be non-conforming.
544    
545    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
546    
547            * WebIDL.pm (parse_char_string): Set line/column numbers
548            to generated nodes.  Unescape identifiers.  Extended attributes
549            for Definition's were ignored.
550            (append_child): Set |parent_node| attribute.
551            (parent_node): New attribute.
552            (check): Support interface/exception members.  Support
553            extended attributes.  Support definition identifier uniqueness
554            constraint.
555            (qualified_name): New attribute.
556            (Interface/Exception idl_text): Extended attributes were
557            not prepended to the returned text.
558    
559    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
560    
561            * WebIDL.pm (parse_char_string): Set line/column numbers
562            to interface object experimentally.  s/shift/pop/g, shift
563            would make things wrong.  Support for interface forward
564            declarations was missing.  Broken interface declarations
565            with no block were not ignored entirely.
566            (Whatpm::WebIDL::Node): New abstract class.  This class
567            makes things easier.
568            (child_nodes): New attribute.  Unlike DOM's attribute with
569            same name, this attribute returns a dead list of nodes for
570            simplicity.
571            (get_user_data, set_user_data): New methods.
572            (Module idl_text): A SPACE character should be inserted
573            before the |{| character.
574            (Interface idl_text): Support for interface forward declarations.
575            (is_forward_declaration): New attribute.
576    
577    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
578    
579            * WebIDL.pm (type_text): Better serializer.
580    
581    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
582    
583            * WebIDL.pm: Revise forward-compatible parsing so that
584            it now can handle broken extended attributes and as such.
585    
586    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
587    
588            * WebIDL.pm: Real support for extended attributes.
589            Support for extended attributes with arguments.
590    
591    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
592    
593            * WebIDL.pm: Support for |exception| syntax.
594            (Interface->idl_text): Tentative support for inheritances.
595    
596    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
597    
598            * WebIDL.pm: Hierarchical scoped name support was broken.
599            Support for raises, setraises, and getraises syntaxes.
600    
601    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
602    
603            * WebIDL.pm: Support for |idl_text| attribute, version 1 (no
604            proper support for types, extended attributes, and exceptions yet).
605            WebIDL parser, version 1 (no support for exceptions yet,
606            no proper support for extended attributes yet).
607    
608    2008-07-09  Wakaba  <wakaba@suika.fam.cx>
609    
610            * WebIDL.pm (parse_char_string): Support for basic attribute syntax.
611    
612    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
613    
614            * WebIDL.pm: Support for valuetype and const.
615    
616    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
617            
618            * WebIDL.pm: New module.
619    
620    2008-06-15  Wakaba  <wakaba@suika.fam.cx>
621    
622            * Makefile (Entities.html): URI changed.
623    
624    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
625    
626            * HTML.pm.src: Support for ruby parsing (HTML5 revision 1704).
627    
628    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
629    
630            * HTML.pm.src (_get_next_token): A parse error was missing.
631    
632    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
633    
634            * mklinktypelist.pl: rel=contact is no longer part of the HTML5
635            spec (commented out). (HTML5 revision 1711).
636    
637    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
638    
639            * ContentType.pm: Drop support for UTF-32 (HTML5 revision 1701).
640    
641            * HTML.pm.src: UTF-16BE and UTF-16LE should be considered
642            as UTF-16 (HTML5 revision 1701).
643    
644    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
645    
646            * HTML.pm.src: Support for <noframes> in <head> (HTML5 revision
647            1692).
648    
649    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
650    
651            * HTML.pm.src: The secondary insertion mode used when switching
652            to foreign content is the "in body" insertion mode (HTML5 revision
653            1696).
654    
655    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
656    
657            * HTML.pm.src: Don't raise parse error for <isindex/> (HTML5
658            revision 1697).
659    
660    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
661    
662            * HTML.pm.src: Support for end-of-file token in foreign content
663            insertion mode (HTML5 revision 1693).  Update SVG camelCase
664            attribute list (HTML5 revision 1700).  <textarea> closes
665            </select> (HTML5 revision 1699).  More start tags close in
666            foreign content insertion mode (HTML5 revision 1698).
667    
668    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
669    
670            * HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665).
671    
672    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
673    
674            * HTML.pm.src: More robust charset parameter detection (HTML5
675            revision 1674).
676    
677    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
678    
679            * ContentType.pm: Support for image/vnd.microsoft.icon (HTML5
680            revision 1676).
681    
682    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
683    
684            * HTML.pm.src: Ignore language part of public identifiers for
685            quriks mode detection (HTML5 revision 1679).
686    
687    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
688    
689            * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5
690            revision 1685).
691    
692    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
693    
694            * HTML.pm.src: Support for EOF in new states for tags (HTML5
695            revision 1684).
696    
697    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
698    
699            * HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML
700            work (HTML5 revision 1690).
701    
702    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
703    
704            * HTML.pm.src (_tree_construction_main): Change handling of
705            end tags in head insertion modes (HTML5 revision 1686).
706            (parse_char_string): Bug fix for non-utf8 character string handlings.
707            (parse_char_stream): |ungetc| does not work well for this context.
708    
709    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
710    
711            * HTML.pm.src (parse_byte_string): Redefined to invoke
712            |parse_byte_stream|.
713            (parse_byte_stream): New method.
714    
715  2008-05-18  Wakaba  <wakaba@suika.fam.cx>  2008-05-18  Wakaba  <wakaba@suika.fam.cx>
716    
717          * HTML.pm.src (parse_byte_string): Fix the column number reported          * HTML.pm.src (parse_byte_string): Fix the column number reported

Legend:
Removed from v.1.237  
changed lines
  Added in v.1.346

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24