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

Legend:
Removed from v.1.248  
changed lines
  Added in v.1.358

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24