/[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.275 by wakaba, Sat Aug 16 07:35:22 2008 UTC revision 1.381 by wakaba, Sun Aug 16 04:59:53 2009 UTC
# Line 1  Line 1 
1    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: <font> in SVG land is handled as an SVG element as
4            long as it did not have HTML attributes (HTML5 revision 2590).
5    
6    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm.src (_tree_construction_main): Improved error reporting
9            on "select" start tag in "in select" and "in select in table"
10            parsing modes (c.f. HTML5 revision 3604).
11    
12    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
13    
14            * mkhtmlclass.pl: Made xmlns:xlink with wrong namespace URL
15            invalid (HTML5 revision 2701).
16    
17    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
18    
19            * HTML.pm.src: </rt>, </rp>, </option>, </optgroup> become
20            optional before </body> (HTML5 revision 2806).
21    
22    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
23    
24            * HTML.pm.src: Marked where SVG |script| execution should be
25            implemented (HTML5 revision 2904).
26    
27    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
28    
29            * HTML.pm.src (set_inner_html): The fragment parsing algorithm
30            inherits the document quirksness flag of the main document (HTML5
31            revision 2935).
32    
33    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
34    
35            * HTML.pm.src (_tree_construction_main): Put |table| in |p| in
36            quirks mode (The Hixie Quirk, HTML5 revision 3132).
37    
38    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
39    
40            * HTML.pm.src: <kegten> breaks out of <select> (HTML5 revision
41            3163).
42    
43    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
44    
45            * HTML.pm.src: Don't change encoding to UTF-8 if the input
46            encoding is UTF-16 (HTML5 revision 3204).
47    
48    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTML.pm.src (parse_byte_stream): Don't change to another
51            encoding if the input is UTF-16 (HTML5 revision 3205).
52    
53    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
54    
55            * HTML.pm.src: |isindex| should no longer generate |p| element
56            node (HTML5 revision 3236).
57    
58    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
59    
60            * ContentChecker.pm: Introduced new flag |has_autofocus|.  Added
61            support for new |id_type| value of |any|, which means any kind of
62            element is allowed as a referenced element.
63    
64    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
65    
66            * ContentChecker.pm: Introduced |check_attrs2| method for the ease
67            of defining codes for checking required attribute and as such.
68    
69    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
70    
71            * IMTChecker.pm: Added more definitions for subtypes.
72    
73    2008-12-11  Wakaba  <wakaba@suika.fam.cx>
74    
75            * URIChecker.pm: Some of |pos_end| values were wrong.
76    
77    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
78    
79            * ContentChecker.pm (check_element): Added support for "no
80            referenced datalist" error.
81    
82    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
83    
84            * URIChecker.pm: Bug fix: It did not work unless
85            Message::DOM::DOMImplementation has been |require|d.
86    
87    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
88    
89            * NanoDOM.pm (document_uri): New attribute.
90    
91            * ContentChecker.pm: Don't use methods not implemented by NanoDOM.
92    
93    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
94    
95            * NanoDOM.pm (text_content): Don't create a Text node if the new
96            value is empty.
97    
98    2008-11-06  Wakaba  <wakaba@suika.fam.cx>
99    
100            * SWML/: New directory.
101    
102    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
103    
104            * NanoDOM.pm (specified, all_declarations_processed,
105            manakai_attribute_type): New attributes.
106    
107    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
108    
109            * NanoDOM.pm (Entity->new): Initialize ->child_nodes as an empty
110            array.
111    
112    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
113    
114            * NanoDOM.pm (notation_name): New attribute.
115    
116    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
117    
118            * NanoDOM.pm (public_id, system_id): New attributes.a
119    
120    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
121    
122            * NanoDOM.pm (text_content): Moved to Node from Element.  Setter
123            implemented.
124            (allowed_tokens, default_type, declared_type): Implemented.
125    
126    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
127    
128            * NanoDOM.pm (node_name): New attribute.
129            (ELEMENT_TYPE_DEFINITION_NODE, ATTRIBUTE_DEFINITION_NODE): New
130            constants.
131            (create_element_type_definition_node, create_attribute_definition,
132            create_notation, create_general_entity,
133            get_element_type_definition_node,
134            set_element_type_definition_node, get_general_entity_node,
135            set_general_entity_node, get_notation_node, set_notation_node,
136            get_attribute_definition_node, set_attribute_definition_node): New
137            methods.
138            (element_types, entities, notations, attribute_definitions): New
139            attributes.
140            (DocumentType): Support for child nodes, entities, notations, and
141            element types.
142            (Entity, Notation, ElementTypeDefinition, AttributeDefinition):
143            New classes.
144    
145            * Dumper.pm: Support for general entities, notations, element type
146            definitions, and attribute definitions.
147    
148    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
149    
150            * NanoDOM.pm (create_processing_instruction): New method.
151            (xml_version, xml_encoding, xml_standalone): New attributes.
152            (ProcessingInstruction): New class.
153    
154    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
155    
156            * HTML.pm.src: Handling of end tags in the foreign content
157            insertion mode was partially wrong, because of wrong bit
158            operations.
159    
160    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
161    
162            * NanoDOM.pm (dom_config): New attribute (do nothing), for
163            Whatpm::XML::Parser support.
164    
165    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
166    
167            * Makefile: New rule to make HTML/Tokenizer.pm is added.
168    
169            * HTML.pm.src: Tokenizer part moved to another file.
170    
171    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
172    
173            * HTML.pm.src: Merge |DT_EL| and |DD_EL| as |DTDD_EL|.
174    
175    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
176    
177            * HTML.pm.src: Element category constants redefined.
178            
179    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
180    
181            * HTML.pm.src: Steps for CDATA/RCDATA elements in tree
182            construction stage synced with the spec (HTML5 revisions 2139 and
183            2302).
184    
185    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
186    
187            * ContentChecker.pm: New error level "html5_fact" added, which
188            should be tentatively used until all of requirements are properly
189            specced as RFC 2119 "MUST" in HTML5.
190    
191    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
192    
193            * ContentChecker.pod: Note on internal flags is added.
194    
195    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
196    
197            * HTML.pm.src: An AAA bug fixed.
198    
199    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
200    
201            * HTML.pm.src: If another node is inserted by the parser, don't
202            reuse existing Text node to append a character (HTML5 revision
203            2124).
204    
205    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
206    
207            * HTML.pm.src: Support for <option> and <optgroup> in body (HTML5
208            revisions 1731 and 2128).
209    
210    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
211    
212            * HTML.pm.src: Make <foreignObject> scoping (HTML5 revision 1837).
213            Support for end tags of camelCase SVG elements were broken.  A
214            wrong error type text fixed.
215    
216    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
217    
218            * HTML.pm.src: Drop redundant code (HTML5 revision 1731).
219    
220    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
221    
222            * HTML.pm.src: Support for new definition of |param| and |source|
223            start tag parsing (HTML5 revision 1731).
224    
225    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
226    
227            * HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731).
228    
229    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
230    
231            * HTML.pm.src: <li>, <dt>, and <dd> steps reimplemented (HTML5
232            revisions 1731 and 1831).
233    
234    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
235    
236            * HTML.pm.src: Support for new flow (but not phrasing) elements (HTML5
237            revisions 1731 and 1778).  Support for the </sarcasm> end tag (HTML5
238            revision 1731).
239    
240    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
241    
242            * HTML.pm.src: Support for |command| and |eventsource| elements (HTML5
243            revision 1731).  End tags of |option| and |optgroup| elements are
244            now optional (HTML5 revision 1731).
245    
246    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
247    
248            * HTML.pm.src: New "special" elements added to the list (HTML5
249            revision 1778).  "strile" -> "strike".
250    
251    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
252    
253            * ContentType.pm (get_sniffed_type): Support for the "better"
254            content sniffing (HTML5 revision 1927).  In a case the official
255            type was not returned when the method is invoked in the list
256            context.
257    
258    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
259    
260            * HTML.pm.src: Character references for non-space C0 characters,
261            including U+000B VT, DEL character, noncharacter code points, are
262            now converted to the U+FFFD character (cf. HTML5 revision 2138).
263    
264    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
265    
266            * ContentChecker.pm: |form=""| check support added.
267    
268    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
269    
270            * ContentChecker.pm: |contextmenu| validness is now checked using
271            |id| and |id_type| properties, and |menu| property is removed.
272    
273    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
274    
275            * ContentChecker.pm: Prepare for |form| |name| attribute's
276            duplication checking.
277    
278    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
279    
280            * HTML.pm.src (parse_byte_stream): Support (or non-support) for
281            unsupported charset="" parameter value (HTML5 revision 2131).
282    
283    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
284    
285            * HTML.pm.src: Reminding places where U+000B is allowed as a space
286            character is fixed (cf. HTML5 revision 1738).
287    
288            * ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of
289            space characters (HTML5 revision 1738).
290    
291    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
292    
293            * HTML.pm.src: The "anything else" case for the "after after body"
294            insertion mode was not updated to swtich to the "in body"
295            insertion mode.  U+000B is no longer a space character for the
296            purpose of tree construction phase (HTML5 revision 1738).
297    
298    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
299    
300            * HTML.pm.src: U+000B is no longer a space character (HTML5
301            revision 1738).
302    
303    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
304    
305            * ContentType.pm: 0x0B is no longer a space character (HTML5
306            revision 1738).
307    
308            * HTML.pm.src: U+000B is no longer a space character for the
309            algorithm for extracting an encoding from a Content-Type (HTML5
310            revision 1738).
311    
312    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
313    
314            * ContentChecker.pm ($IsInHTMLInteractiveContent): New.
315    
316    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
317    
318            * LangTag.pm: Add checks for remaining requirements from RFC 4646.
319    
320            * mklangreg.pl: Sort 'Prefix' values by their length, to ease
321            matching.
322    
323    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
324    
325            * LangTag.pm: Warn for private use language subtags.  Error level
326            typos fixed.  Support for Suppress-Script field.
327    
328            * mklangreg.pl: Support for dumping of nested structure.
329    
330    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
331    
332            * LangTag.pm (check_rfc4646_langtag): Check if a tag is in the
333            recommended case as per RFC 4646.
334    
335    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
336    
337            * LangTag.pm (check_rfc4646_langtag): New method.
338    
339    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
340    
341            * mklangreg.pl: New script.
342    
343            * Makefile: Updated for creation of the module for language subtag
344            registry.
345            
346    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
347    
348            * Makefile: WebIDL.html added.
349    
350            * WebIDL.pod: New documentation.
351    
352    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
353    
354            * WebIDL.pm: Checker's error types are redefined.
355    
356    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
357    
358            * WebIDL.pm: Parser's error types are redefined.  Some forward
359            compatible parsing bugs are fixed.  Some unreachable codes are
360            commented out.
361    
362    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
363    
364            * WebIDL.pm: Support for the reminding extended attributes are
365            added.  It does not satisfy the definition that a forward
366            interface declaration has an extended attribute.  It seems that
367            unless explicitly allowed multiple extended attributes with the
368            same name is not allowed, though it is not explicitly mentioned in
369            the spec.
370    
371    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
372    
373            * WebIDL.pm: Unescapes extended attribute names and extended
374            attribute identifiers.  Preserve whether an extended attribute has
375            an argument list of not.  Support for extended attributes:
376            Constructor, ExceptionConsts, IndexGetter, IndexSetter,
377            NameGetter, NameSetter, and Null.
378            (has_argument_list): New attribute.
379            (idl_text): Stringifies argument lists, if any, even if it is
380            empty.
381    
382    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
383    
384            * HTML.pm.src: New state |PCDATA_STATE|.  Use an empty string for
385            |{s_kwd}| in DATA_STATE as default.
386    
387    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
388    
389            * HTML.pm.src, mkhtmlparser.pl: Replace |{prev_char}|
390            by |{s_kwd}| in DATA_STATE.
391    
392    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
393    
394            * HTML.pm.src: Shorten keys.
395    
396    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
397    
398            * HTML.pm.src: Remove checking for control character, surrogate
399            pair, or noncharacter code points and non-Unicode code
400            points (they should be handled by Whatpm::Charset::UnicodeChecker).
401            (parse_char_stream): Support for the |$get_wrapper| argument and
402            character stream error handlers.
403    
404    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
405    
406            * ContentChecker.pm: Don't call |loda_ns_module|
407            for null-namespace elements/attributes.
408    
409            * HTML.pm.src: Fact out $disallowed_control_chars
410            as a hash.
411    
412    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
413    
414            * HTML.pm.src: Regexp typo fixed.  |{prev_char}|
415            and |{next_char}| initializations are moved to initialization
416            method.  |{read_until}| now supports buffering.  Sync |set_inner_html|
417            with |parse_char_stream|.
418    
419    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
420    
421            * HTML.pm.src (parse_char_stream): Make |set_next_char|
422            invoke |manakai_read_until|, not only |read|, where
423            possible, to decrease the number of |read| method calls.
424    
425            * mkhtmlparser.pl: Related changes to the aforementioned
426            modification.
427    
428    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
429    
430            * HTML.pm.src: Use |read| instead of |getc|.  |set_inner_html|
431            would report character error from now.
432    
433    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
434    
435            * HTML.pm.src: White-space-leaded non-white-space character
436            tokens in "before head insertion mode" was not
437            correctly handled.
438            (set_inner_html): Reimplemented using CharString decodehandle
439            class.  Support for $get_wrapper argument.  Support
440            for |{read_until}| feature.
441    
442    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
443    
444            * HTML.pm.src: Make a "bare ero" error for unknown
445            entities point the "&" character.
446    
447    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
448    
449            * HTML.pm.src: It turns out that U+FFFD don't have to
450            be added to the list of excluded characters.
451    
452    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
453    
454            * HTML.pm.src ($char_onerror): Have character decoder's |line|
455            and |column| a higher priority than the one set by the
456            tokenizer's input handler.
457            ($self->{read_until}): Exclude U+FFFD (but this might
458            not be necessary, since now we do line/column fixup in
459            the character decode handle).
460    
461    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
462    
463            * HTML.pm.src: Use |{read_until}| where possible.
464    
465    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
466    
467            * HTML.pm.src: Change |{getc_until}| to |{read_until}|
468            and |manakai_getc_until| to |manakai_read_until| to
469            reduce the number of string copies.
470    
471    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
472    
473            * HTML.pm.src (parse_char_string): Use newly created
474            |Whatpm::Charset::DecodeHandle::CharString| instead of Perl's
475            standard feature to |open| a string as a filehandle,
476            since Perl's string filehandle seems not supporting |ungetc|
477            method correctly.
478            (parse_char_stream): Define |{getc_until}| method.
479            (DATA_STATE): Experimental support for |getc_until| feature.
480    
481    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
482    
483            * HTML.pm.src: Check points added to newly added branches.
484    
485    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
486    
487            * HTML.pm.src: Remove |{char}|, which is no longer used.
488            Remove |{entity_in_attr}| and |{last_attribute_value_state}|
489            and replaced by |{prev_state}|.
490    
491            * mkhtmlparser.pl: Remove |{char}| feature.
492            Remove |!!!back-next-input-character;| macro.
493    
494    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
495    
496            * HTML.pm.src: Finally we get rid of all the inner loops.  Remove
497            entity related tokenizer states in favor of new states
498            implementing the consume character reference algorithm.
499    
500    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
501    
502            * HTML.pm.src: "Consume a character reference" algorithm is
503            now implemented as a tokenizer's state, rather than
504            a method, with minimum changes (more changes will
505            be made, in due course).  "Bogus comment state"'s inner
506            loop gets removed.
507    
508    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
509    
510            * HTML.pm.src: Make |PUBLIC| and |SYSTEM| keyword tokenizing
511            into their own tokenizer states.
512    
513    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
514    
515            * HTML.pm.src: |CDATA_SECTION_STATE| (formally |CDATA_BLOCK_STATE|
516            is split into three states.
517    
518    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
519    
520            * HTML.pm.src: |CLOSE_TAG_OPEN_STATE| is broken into
521            itself and new |CDATA_PCDATA_CLOSE_TAG_STATE| so that
522            no longer does the tokenizer have to push back next input
523            characters in those states.
524    
525    2008-09-13  Wakaba  <wakaba@suika.fam.cx>
526    
527            * HTML.pm.src: |MARKUP_DECLARATION_OPEN_STATE| broken
528            into four states so that no longer does the tokenizer have to push
529            back next input characters in that state.
530    
531    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
532    
533            * HTML.pm.src: Methods now accept additional parameter, $get_wrapper,
534            which can be used to insert some wrapper between the character
535            stream handle and the tokenizer.  (It is currently not supported
536            for |set_inner_html| for |Element|s).
537    
538    2008-09-10  Wakaba  <wakaba@suika.fam.cx>
539    
540            * HTML.pm.src: Ignore punctuations in charset names.
541    
542    2008-09-10  Wakaba  <wakaba@suika.fam.cx>
543    
544            * ContentChecker.pm: Support for charset-layer error levels.
545    
546            * HTML.pm.src: Don't specify |text| argument for the
547            |chardecode:fallback| error, since it is not the encoding
548            being used alternatively.
549    
550    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
551    
552            * HTML.pm.src: Support for |XSLT-compat| (HTML5 revision 2141).
553    
554    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
555    
556            * CacheManifest.pm: Support for extensibility (HTML5 revision 2051).
557    
558    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
559    
560            * HTML.pm.src: Bug fix and sync with the spec with regard
561            to after after frameset insertion mode processing (HTML5
562            revision 1909).  Note that the implementation was wrong
563            per the old spec before the r1909 changes.
564    
565    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
566    
567            * HTMLTable.pm: scope=auto algorithm fix synced with the
568            spec (HTML5 revision 2093).
569            ($process_row): Algorithm step numbers synced with the
570            spec (HTML5 revision 2092).
571    
572    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
573    
574            * HTMLTable.pm: Zs is not what we want; we want White_Space! (HTML5
575            revision 2094).
576    
577    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
578    
579            * ContentType.pm: Support for image/svg+xml (HTML5 revision 2096).
580    
581    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
582    
583            * HTML.pm.src: '"' and "'" at the end of attribute
584            name (after another attribute) now raise parse error (HTML5
585            revision 2123).  Empty unquoted attribute values are no
586            longer allowed (HTML5 revision 2122).
587    
588    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
589    
590            * mkhtmlparser.pl: Support for MathML |definitionURL| attribute (HTML5
591            revision 2130).
592    
593    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
594    
595            * ContentChecker.pm: |xml:lang| attribute value must be same
596            as |lang| attribute value for HTML elements (HTML5 revision 2062
597            and so on).
598    
599    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
600    
601            * ContentChecker.pm: Error level definition for |xml_id_error|
602            was missing.
603    
604            * URIChecker.pm: The end of the URL should be marked as the
605            error location for an empty path error.  The position
606            between the userinfo and the port components should be
607            marked as the error location for an empty host error.
608    
609    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
610    
611            * URIChecker.pm: Set parameters representing where in the
612            value the error occurs for errors.  Report unknown
613            address format error in warning level, since address
614            formats are rarely added.  Path segments starting with "/.."
615            were misinterpreted as a dot-segment.
616    
617    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
618    
619            * URIChecker.pm (check_iri_reference): Requires
620            |Message::DOM::DOMImplementation|.
621    
622    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
623    
624            * IMTChecker.pm: Updated for the new error reporting architecture.
625    
626            * ContentChecker.pm: Error levels for IMTs are added.
627    
628    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
629    
630            * H2H.pm (_shift_token): Support for unquoted HTML attribute
631            values.
632    
633  2008-08-16  Wakaba  <wakaba@suika.fam.cx>  2008-08-16  Wakaba  <wakaba@suika.fam.cx>
634    
635          * CacheManifest.pm: Support for new style of error          * CacheManifest.pm: Support for new style of error

Legend:
Removed from v.1.275  
changed lines
  Added in v.1.381

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24