/[suikacvs]/markup/html/whatpm/Whatpm/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24