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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24