/[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.78 by wakaba, Sat Jul 21 08:52:59 2007 UTC revision 1.266 by wakaba, Sat Aug 2 12:51:52 2008 UTC
# Line 1  Line 1 
1    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
2    
3            * WebIDL.pm ($get_scoped_name): Now scoped names are stored
4            in its stringified format ("scoped name" as defined in the
5            spec).  Note that future version of this module should not use
6            array references for type values and the |type_text| attribute
7            should be made obsolete.
8            (parse_char_string): Unescape attribute names.
9            (check): Support for checking of whether inherited interfaces
10            are actually defined or not.  Support for checking of whether
11            interface member identifiers are duplicated or not.
12            ($serialize_type): Scoped names are returned as is.  A future
13            version of this code should escape identifiers other than "DOMString",
14            otherwise the idl_text would be non-conforming.
15    
16    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
17    
18            * WebIDL.pm (parse_char_string): Set line/column numbers
19            to generated nodes.  Unescape identifiers.  Extended attributes
20            for Definition's were ignored.
21            (append_child): Set |parent_node| attribute.
22            (parent_node): New attribute.
23            (check): Support interface/exception members.  Support
24            extended attributes.  Support definition identifier uniqueness
25            constraint.
26            (qualified_name): New attribute.
27            (Interface/Exception idl_text): Extended attributes were
28            not prepended to the returned text.
29    
30    2008-08-02  Wakaba  <wakaba@suika.fam.cx>
31    
32            * WebIDL.pm (parse_char_string): Set line/column numbers
33            to interface object experimentally.  s/shift/pop/g, shift
34            would make things wrong.  Support for interface forward
35            declarations was missing.  Broken interface declarations
36            with no block were not ignored entirely.
37            (Whatpm::WebIDL::Node): New abstract class.  This class
38            makes things easier.
39            (child_nodes): New attribute.  Unlike DOM's attribute with
40            same name, this attribute returns a dead list of nodes for
41            simplicity.
42            (get_user_data, set_user_data): New methods.
43            (Module idl_text): A SPACE character should be inserted
44            before the |{| character.
45            (Interface idl_text): Support for interface forward declarations.
46            (is_forward_declaration): New attribute.
47    
48    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
49    
50            * WebIDL.pm (type_text): Better serializer.
51    
52    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
53    
54            * WebIDL.pm: Revise forward-compatible parsing so that
55            it now can handle broken extended attributes and as such.
56    
57    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
58    
59            * WebIDL.pm: Real support for extended attributes.
60            Support for extended attributes with arguments.
61    
62    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
63    
64            * WebIDL.pm: Support for |exception| syntax.
65            (Interface->idl_text): Tentative support for inheritances.
66    
67    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
68    
69            * WebIDL.pm: Hierarchical scoped name support was broken.
70            Support for raises, setraises, and getraises syntaxes.
71    
72    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
73    
74            * WebIDL.pm: Support for |idl_text| attribute, version 1 (no
75            proper support for types, extended attributes, and exceptions yet).
76            WebIDL parser, version 1 (no support for exceptions yet,
77            no proper support for extended attributes yet).
78    
79    2008-07-09  Wakaba  <wakaba@suika.fam.cx>
80    
81            * WebIDL.pm (parse_char_string): Support for basic attribute syntax.
82    
83    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
84    
85            * WebIDL.pm: Support for valuetype and const.
86    
87    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
88            
89            * WebIDL.pm: New module.
90    
91    2008-06-15  Wakaba  <wakaba@suika.fam.cx>
92    
93            * Makefile (Entities.html): URI changed.
94    
95    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
96    
97            * HTML.pm.src: Support for ruby parsing (HTML5 revision 1704).
98    
99    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
100    
101            * HTML.pm.src (_get_next_token): A parse error was missing.
102    
103    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
104    
105            * mklinktypelist.pl: rel=contact is no longer part of the HTML5
106            spec (commented out). (HTML5 revision 1711).
107    
108    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
109    
110            * ContentType.pm: Drop support for UTF-32 (HTML5 revision 1701).
111    
112            * HTML.pm.src: UTF-16BE and UTF-16LE should be considered
113            as UTF-16 (HTML5 revision 1701).
114    
115    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
116    
117            * HTML.pm.src: Support for <noframes> in <head> (HTML5 revision
118            1692).
119    
120    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
121    
122            * HTML.pm.src: The secondary insertion mode used when switching
123            to foreign content is the "in body" insertion mode (HTML5 revision
124            1696).
125    
126    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
127    
128            * HTML.pm.src: Don't raise parse error for <isindex/> (HTML5
129            revision 1697).
130    
131    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
132    
133            * HTML.pm.src: Support for end-of-file token in foreign content
134            insertion mode (HTML5 revision 1693).  Update SVG camelCase
135            attribute list (HTML5 revision 1700).  <textarea> closes
136            </select> (HTML5 revision 1699).  More start tags close in
137            foreign content insertion mode (HTML5 revision 1698).
138    
139    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
140    
141            * HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665).
142    
143    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
144    
145            * HTML.pm.src: More robust charset parameter detection (HTML5
146            revision 1674).
147    
148    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
149    
150            * ContentType.pm: Support for image/vnd.microsoft.icon (HTML5
151            revision 1676).
152    
153    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
154    
155            * HTML.pm.src: Ignore language part of public identifiers for
156            quriks mode detection (HTML5 revision 1679).
157    
158    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
159    
160            * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5
161            revision 1685).
162    
163    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
164    
165            * HTML.pm.src: Support for EOF in new states for tags (HTML5
166            revision 1684).
167    
168    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
169    
170            * HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML
171            work (HTML5 revision 1690).
172    
173    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
174    
175            * HTML.pm.src (_tree_construction_main): Change handling of
176            end tags in head insertion modes (HTML5 revision 1686).
177            (parse_char_string): Bug fix for non-utf8 character string handlings.
178            (parse_char_stream): |ungetc| does not work well for this context.
179    
180    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
181    
182            * HTML.pm.src (parse_byte_string): Redefined to invoke
183            |parse_byte_stream|.
184            (parse_byte_stream): New method.
185    
186    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
187    
188            * HTML.pm.src (parse_byte_string): Fix the column number reported
189            by encoding layer error reporter.
190    
191    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
192    
193            * HTML.pm.src (parse_byte_string): Use streaming decoder
194            rather than converting the whole byte string and then parsing.
195            Propagate errors in character encoding layer.
196            (get_next_token): Precise error reporting for |bare stago| error.
197    
198    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
199    
200            * HTML.pm.src (parse_char_stream): New method.
201            (parse_char_string): This method is now defined as an invocation
202            of the |parse_char_stream| method.
203    
204    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
205    
206            * HTML.pm.src (parse_byte_string): Report various status
207            of the sniffing as info-level errors.  Support for new
208            decoding framework in parser resestting.
209            (new): Various default error levels were not set.
210    
211    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
212    
213            * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
214            algorithm, except for the actual sniffing, is implemented
215            with new framework with Message::Charset::Info.
216    
217    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
218    
219            * CacheManifest.pm (_parse): Drop fragment identifiers from
220            URIs in fallback section (HTML5 revision 1596).
221    
222    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
223    
224            * Makefile (Entities.html): URI has changed.
225    
226    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
227    
228            * CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision
229            1553).
230    
231    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
232    
233            * ContentChecker.pm: Noted that those returned in |table| are
234            no longer table elements, but table objects returned
235            by Whatpm::HTMLTable.
236    
237            * HTMLTable.pm (form_table): Return table element node
238            as |$table->{element}|.
239            (assign_header): Support for the |headers=""| attribute.
240    
241    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
242    
243            * HTMLTable.pm (assign_header): New function; first version
244            with no support for headers="".
245            (form_table): Include table width and height to the returned
246            table object for covenience.  Indexing in column assignement was wrong.
247            Set whether a data cell is empty or not for convenience.
248    
249    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
250    
251            * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
252    
253    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
254    
255            * HTMLTable.pm: How table model errors are detected is
256            changed (HTML5 revision 1387).
257    
258    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
259    
260            * HTMLTable.pm: The algorithm now moves |tfoot| elements
261            to the end of the table (HTML5 revision 1380).
262    
263    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
264    
265            * HTMLTable.pm: The algorithm is now 0-based indexing, instead
266            of 1-based (HTML5 revision 1376).
267    
268    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
269    
270            * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
271            and "Content-Encoding" no longer prevent sniffing (HTML5
272            revision 1288).
273    
274    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
275    
276            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
277            1282).
278    
279    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
280    
281            * ContentChecker.pm: Support for global attributes.
282            Status of XML specs are added.
283    
284    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
285    
286            * ContentChecker.pm (check_element): Support for |template=""|
287            and |ref=""| attribute (referent element type checking).
288    
289    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
290    
291            * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
292            1500) is implemented (except for IDNA part and URI-scheme-specific
293            knowledge).  Line number counting was wrong for LF-only
294            documents.
295    
296    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
297    
298            * HTML.pm.src: Raise an parse error for any disallowed
299            character (HTML5 revision 1263).
300    
301    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
302    
303            * mkentitylist.pl: Support for new HTML5 entity table format (the
304            definition for |AElig;| was missing).
305    
306    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
307    
308            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
309            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
310    
311    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
312    
313            * HTML.pm.src: List of element names that close foreign content
314            insertion mode is added (HTML5 revisions 1412 and 1418).
315    
316    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
317    
318            * HTML.pm.src: Support for |mglyph| and |malignmark|
319            elements (HTML5 revision 1410).
320    
321    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
322    
323            * HTML.pm.src: Support for new long MathML entities (HTML5
324            revision 1406).
325    
326    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
327    
328            * HTML.pm.src: CDATA section support for MathML and SVG
329            elements (HTML5 revision 1404 and 1420).
330    
331    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
332    
333            * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
334            elements (HTML5 revision 1404).  Unused !!!macro definitions
335            are removed.
336    
337    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
338    
339            * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
340            are raised is changed (HTML5 revision 1404).
341    
342    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
343    
344            * HTML.pm.src: Category sets that are no longer used are removed.
345    
346    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
347    
348            * HTML.pm.src: The ->[1] property of stack entries are now
349            replaced by constants representing element category.
350    
351    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
352    
353            * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
354            for error reporting.  (This is a preparation for using constant
355            value for ->[1].)
356    
357    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
358    
359            * RDFXML.pm: Typo fixed.
360    
361    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
362    
363            * ContentChecker.pm: |fact_level| is now treated
364            as same as |must_level|, i.e. level = |m|.
365            (check_element): Make list of URIs in the DOM.
366    
367    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
368    
369            * RDFXML.pm: Language accessor implemented.
370            Local (null-namespace) attribute support.
371    
372    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
373    
374            * RDFXML.pm: Factored out ID checking code.
375    
376    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
377    
378            * RDFXML.pm: TODO items noted.  Validation of ID
379            and URI attributes is implemented.  Warn if unknown
380            value is used in rdf:parseType="" attribute.
381    
382            * URIChecker.pm (check_rdf_uri_reference): New function.
383    
384    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
385    
386            * RDFXML.pm: bnodeid implemented.  Relative references
387            are now resolved.
388    
389    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
390    
391            * ContentChecker.pm: RDF reification implemented.
392    
393            * RDFXML.pm: undef vs false bug fixed.
394            Reification implemented.
395    
396    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
397    
398            * RDFXML.pm: s/id/ID/ for attribute name.
399            The |node| arguments are added for |ontriple| calls.
400            Too many "attribute not allowed" errors were raised.
401    
402            * ContentChecker.pm: Initial experimental support for rdf:RDF
403            element.
404    
405    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
406    
407            * RDFXML.pm: New module.
408    
409    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
410    
411            * HTML.pm.src (set_inner_html): Line/column number
412            code was old one yet.
413    
414    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
415    
416            * HTML.pm.src: Better line/column reporting for "duplicate attribute"
417            errors.  Line/column markings for DOCTYPE, comment, and
418            character tokens are reintroduced; otherwise,
419            error location for "not HTML5" error and errors
420            for implied elements are not attached.
421    
422    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
423    
424            * HTML.pm.src: Set line/column numbers to attributes.
425    
426            * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added.
427            (value): Setter implemented.
428    
429            * mkhtmlparser.pl: Set line/column numbers to Attr nodes.
430    
431    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
432    
433            * HTML.pm.src: Unused line/column markings are removed.
434    
435    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
436    
437            * HTML.pm.src (_get_next_token): Remove |first_start_tag|
438            flag, which is no longer used.
439    
440    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
441    
442            * HTML.pm.src: Set line/column information to element nodes.
443    
444            * mkhtmlparser.pl (!!!create-element, !!!insert-element,
445            and !!!insert-element-t): Set line/column information to
446            element nodes.
447    
448    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
449    
450            * HTML.pm.src (_get_next_token): The first "<" character
451            in "<?", "<>", or "</>" should be the error point.
452    
453    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
454    
455            * HTML.pm.src: Some more fixes on error position reporting.
456    
457    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
458    
459            * HTML.pm.src: Token-level precious error reporting.
460    
461    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
462    
463            * HTML.pm.src: Preparation for more precious error point
464            reporting.
465    
466    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
467    
468            * HTML.pm.src: Error type revised.
469    
470    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
471    
472            * HTML.pm.src: Similar codes are merged together, again.
473    
474    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
475    
476            * HTML.pm.src: Similar codes are merged together.
477    
478    2008-03-10  Wakaba  <wakaba@suika.fam.cx>
479    
480            * mkhtmlparser.pl: Set "level" parameter to parse errors.
481    
482            * HTML.pm.src: Code refined.
483    
484    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
485    
486            * HTML.pm.src: |</body>| treatement has been changed (HTML5
487            revision 1348).  Note that I really don't know this makes
488            any difference in the black-box behavior of the parser.
489    
490    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
491    
492            * HTML.pm.src: New end-of-file token implementation (HTML5
493            revision 1348).
494    
495    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
496    
497            * HTML.pm.src: |applet| support (HTML5 revision 1347).
498    
499    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
500    
501            * HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343).
502    
503    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
504    
505            * HTML.pm.src: Support for |<input>| in the "in select" insertion
506            mode and support for the "in select in table" insertion mode (HTML5
507            revision 1342).
508    
509    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
510    
511            * HTML.pm.src: No foster parenting for <script> and <script>
512            in non-tainted <table>s (HTML5 revision 1336).
513    
514    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
515    
516            * HTML.pm.src: Ignore white space characters between <html>
517            and <head> (HTML5 revision 1332).
518    
519    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
520    
521            * HTML.pm.src: Treat <input type=hidden> as if it were a
522            white space (HTML5 revision 1331).
523    
524    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
525    
526            * HTML.pm.src: Ignore U+000A at the beginning of a |listing|
527            element (HTML5 revision 1330).
528    
529    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
530    
531            * HTML.pm.src: <title> is always appended to the current
532            element (HTML5 revision 1328).
533    
534    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
535    
536            * HTML.pm.src: White space in tainted tables are moved
537            into foster parents (HTML5 revision 1326).
538    
539    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
540    
541            * HTML.pm.src: Reduce errors from foster parenting cases (HTML5
542            revision 1321).
543    
544    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
545    
546            * HTML.pm.src: |</h/n/>| case code rearranged to align with
547            the spec (HTML5 revision 1320).  Note that we finally complete
548            all of HTML5 revision 1320 changes.
549    
550    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
551    
552            * HTML.pm.src: |</form>| now works similar to |</div>| for unclosed
553            tags (HTML5 revision 1320).
554    
555    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
556    
557            * HTML.pm.src: |</p>| case rearranged with no actual change in fact.
558    
559    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
560    
561            * HTML.pm.src: A "generate implied end tags" code (t409.1)
562            could not be reached so that it is now removed (HTML5 revision
563            1320).
564    
565    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
566    
567            * HTML.pm.src: Code for the case of |</div>| and so on are revised
568            to align with new spec text (HTML5 revision 1320).
569    
570    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
571    
572            * HTML.pm.src: Remove strange |if| condition; however, it should
573            have had no harm in theory.
574    
575    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
576    
577            * HTML.pm.src (_tree_construction_main): '</p>' in body
578            case is split from other end tags for the preparation
579            of implementing HTML revision 1320.
580    
581    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
582    
583            * HTML.pm.src: Simplified "generate implied end tag" (HTML5
584            revision 1320).
585    
586    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
587    
588            * HTML.pm.src (_tree_construction_main): Merge rules for "h1"
589            and "div" (HTML5 revision 1318).  Add comments to where
590            |form| pointer association codes should be inserted (HTML5 revision
591            1319).
592    
593    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
594    
595            * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
596    
597    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
598    
599            * HTML.pm.src: Since the case t268 should never be reached (no
600            other token type, there are), it is replaced by a |die| statement.
601    
602    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
603    
604            * HTML.pm.src: Typo fixed.
605    
606    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
607    
608            * HTML.pm.src (_tree_construction_initial): Some limited quirks
609            doctypes were not uppercased for comparison.
610    
611    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
612    
613            * HTML.pm.src (tree construction and set_inner_html): Checkpoints
614            are added.
615    
616    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
617    
618            * HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints
619            are set.  Cases that are unlikely reached are noted as so.
620    
621    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
622    
623            * HTML.pm.src: Checkpoints for debugging are added.
624    
625            * mkhtmlparser.pl: Support for |!!!cp| syntax.
626    
627    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
628    
629            * HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g
630            for simplicity.
631    
632    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
633    
634            * HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5
635            revision 1307).
636    
637    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
638    
639            * HTML.pm.src (_get_next_token): Where the /incorrect/ flag
640            is set are changed (HTML5 revision 1305).
641    
642    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
643    
644            * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision
645            1292).  Entities are not parsed in comment-like part in RCDATA
646            elements (HTML5 revision 1294).  Allow bare & at the end
647            of attribute value literals (HTML5 revision 1296).  More
648            quirks mode doctypes (HTML5 revision 1302).  Requires spaces
649            between attributes and ban attribute names or unquoted
650            attribute values containing single or double quotes (HTML5
651            revision 1303).
652    
653    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
654    
655            * ContentChecker.pm: Typo fixed.  Don't raise "character encoding"
656            and related errors unless it is an HTML document (though the spec
657            is unclear on whether it is applied to XHTML document).
658    
659            * HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
660            are added.
661    
662    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
663    
664            * HTML.pm.src: s/local_name/manakai_local_name/g.
665    
666    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
667    
668            * _NamedEntityList.pm: Updated (HTML5 revision 1286).
669    
670            * HTML.pm.src: |charset| in |content| attribute is
671            case-insensitive (HTML5 revision 1270).
672    
673    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
674    
675            * ContentChecker.pm: New status constants are added.
676            ($ElementDefault): |status| added.
677            (check_element): Err for non-standard or deprecated elements.
678            (_attr_status_info): For non-standard or deprecated attributes.
679    
680    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
681    
682            * ContentChecker.pm (_attr_status_info): New internal method.
683    
684    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
685    
686            * ContentChecker.pm (check_element): Element standardized
687            status information is now dispatched.
688    
689    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
690    
691            * ContentChecker.pm (check_element): Fix |del|-and-significant
692            problem by adding some more arguments.
693    
694    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
695    
696            * ContentChecker.pm (check_element): Use context of
697            container-for-the-purpose-of-content-model element (not transparent
698            element) for |check_child_element| calling and significant
699            text flag marking.  This reintroduces |<del>|-and-significant
700            problem again.
701    
702    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
703    
704            * ContentChecker.pm (check_element): Make semi-transparent
705            elements ignored for the purpose of phase changes in
706            content model checking.
707    
708    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
709    
710            * ContentChecker.pm (check_element): In-element state
711            was not properly managed for transparent cases.
712    
713    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
714    
715            * ContentChecker.pm (check_element): Support for |video|
716            and |audio| as semi-transparent elements.
717    
718    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
719    
720            * ContentChecker.pm ($HTMLSemiTransparentElements): New.
721            (check_element): s/minuses/minus_elements/, s/pluses/plus_elements/.
722            Support for |html:object| as a semi-transparent element.
723    
724    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
725    
726            * ContentChecker.pm (check_element): The way to traverse
727            the tree is entirely revised to make it easier to track
728            the state of ancestors/descendants.  As a result of this
729            revision (which rewrites almost all of Whatpm::ContentChecker::HTML),
730            support for content model checking for HTML elements |figure|,
731            |object|, |video|, and |audio| and checking for XML elements (and
732            some XMLNS checkings) are dropped for now.  They will be
733            reimplemented in due cource.
734    
735    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
736    
737            * HTML.pm.src: |>| in public or system literal closes the DOCTYPE
738            token (HTML5 revision 1225).
739    
740    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
741    
742            * ContentChecker.pm ({unsupported_level}): New value.
743    
744            * HTML.pm.src: Save whether |meta| |content| attribute
745            contains character references or not.
746    
747    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
748    
749            * ContentChecker.pm (_get_children): (Incompleted) attempt to
750            imlement significant content checking for contents
751            with |del| elements.
752    
753    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
754    
755            * ContenteChecker.pm ($HTMLTransparentElements): More
756            elements are added.
757            (_get_children): HTML |object| elements are now semi-transparent.
758    
759            * NanoDOM.pm (manakai_html, manakai_head): New methods.
760    
761    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
762    
763            * CacheManifest.pm: HTML5 revision 1211 implemented.
764    
765            * CacheManifest.pod: Updated.
766    
767    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
768    
769            * ContentChecker.pm (check_document, check_element): Support
770            for second argument ($onsubdoc).
771            (_get_css_parser): Removed (now it is part of WDCC).
772    
773    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
774    
775            * ContentChecker.pm (_get_css_parser): New.
776    
777    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
778    
779            * ContentChecker.pm ($AnyChecker): Old way to add child elements
780            for checking had been used.
781    
782    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
783    
784            * ContentChecker.pm (check_element): New todo item type |descendant|.
785    
786    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
787    
788            * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
789            specced in RFC 2046 and RFC 4288.
790            (application/atom+xml): Definition added.
791    
792    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
793    
794            * URIChecker.pm: Make RFC 3986 should-level errors
795            warnings (rather than SHOULD-level errors).
796    
797    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
798    
799            * NanoDOM.pm (get_user_data, set_user_data): New methods.
800    
801            * HTML.pm.src: A flag for character references in attribute
802            values are added.  Set |manakai_has_reference| user data
803            to |charset| attribute.
804    
805    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
806    
807            * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
808            attributes.
809    
810            * ContentChecker.pm (check_document): Warn if charset requirements
811            cannot be tested.
812    
813    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
814    
815            * HTML.pm.src (parse_byte_string): Detect charset
816            by universalchardet if charset parameter is not specified.
817    
818            * Makefile (Charset-all, Charset-clean): New rules.
819    
820    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
821    
822            * ContentChecker.pm (check_document): Check the existence
823            of character encoding declaration and selection of encoding
824            for HTML document.
825    
826    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
827    
828            * ContentType.pm (get_sniffed_type): Return also the official
829            type in list context.
830    
831    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
832    
833            * ContentType.pm: Sniffing with leading white space
834            ignoring (HTML5 revisions 1013 and 1016).
835    
836    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
837    
838            * ContentType.pm: HTML5 revision 1013 changes, except for leading
839            white spaces, are implemented.
840    
841    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
842    
843            * HTML.pm.src (parse_char_string): Set |inner_encoding|
844            attribute if possible.
845    
846    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
847    
848            * HTML.pm.src (parse_byte_string): New method.
849            (parse_char_string): New alias for |parse_string|.
850            (main phase): Invoking "change the encoding" algorithm if desired.
851    
852            * HTML.pod: Updated.
853    
854    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
855    
856            * HTML.pod (get_inner_html): Removed.
857    
858            * Makefile (HTML-all, HTML-clean): New.
859    
860    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
861    
862            * HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).
863    
864    2007-11-08  Wakaba  <wakaba@suika.fam.cx>
865    
866            * mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132).
867    
868    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
869    
870            * Makefile: |CacheManifest.html| is added.
871    
872            * CacheManifest.pod: New file.
873    
874    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
875    
876            * CacheManifest.pm: New module.
877    
878    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
879    
880            * HTML.pm.src: Support for application cache selection algorithm
881            callback.
882    
883    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
884    
885            * mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118).
886    
887    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
888    
889            * Makefile (clean): New rule.
890    
891            * NanoDOM.pm (public_id, system_id): New attributes.
892    
893    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
894    
895            * Makefile (CSS-all, CSS-clean, clean): New rules.
896    
897    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
898    
899            * ContentChecker.pm (check_document): Support for
900            new |is_xml_root| flag.
901            (check_element): Support for new |pluses| state.
902            (_add_pluses): New method.
903            (_remove_minuses): Support for new |minus| item.
904    
905    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
906    
907            * ContentChecker.pm: Raise specific error for invalid
908            root element.
909    
910    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
911    
912            * ContentChecker.pm: Set level values for later uses.
913    
914    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
915    
916            * ContentChecker.pm: Support for language tag validation.
917    
918    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
919    
920            * LangTag.pm (check_rfc3066_language_tag): New method.
921    
922    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
923    
924            * LangTag.pm: New module.
925    
926    2007-09-04  Wakaba  <wakaba@suika.fam.cx>
927    
928            * HTML.pm.src: Some error types were wrong.
929    
930    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
931    
932            * CSS/: New directory.
933    
934    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
935    
936            * ContentChecker.pm (_check_get_children): Support
937            for |noscript| in |head|.
938    
939    2007-08-12  Wakaba  <wakaba@suika.fam.cx>
940    
941            * URI/: New directory.
942    
943    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
944    
945            * HTML.pm.src: Tokenizer's states are now represented in
946            number.
947    
948    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
949    
950            * HTML.pm.src: |or|s for insertion modes are replaced
951            by |&|s.
952    
953    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
954    
955            * HTML.pm.src: Token types are now represented in number.
956    
957    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
958    
959            * ContentType.pm (SEE ALSO): Updated.
960    
961            * HTML.pm.src: Insertion modes are now represented in number.
962    
963    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
964    
965            * ContentType.pm: Sniffing for bitmap images (HTML5 revision
966            999) is implemented.
967    
968    2007-08-08  Wakaba  <wakaba@suika.fam.cx>
969    
970            * ContentType.pm: Sniffing for |<script| (HTML5 revision
971            983) is implemented.
972    
973    2007-08-06  Wakaba  <wakaba@suika.fam.cx>
974    
975            * ContentChecker.pod: New documentation.
976    
977            * Makefile: A rule for |ContentChecker.html| is added.
978    
979            * ContentChecker.pm: A pod "LICENSE" section is added.
980    
981            * NanoDOM.pm ($VERSION): New variable.
982    
983    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
984    
985            * H2H.pm: |b|, |i|, and |sub| are added to the
986            list of allowed HTML elements.
987    
988    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
989    
990            * H2H.pm: |samp| is added to the list of allowed
991            HTML elements.
992    
993            * URIChecker.pm (check_iri): New.
994            (check_iri_reference): Error type for IRI reference
995            syntax error is changed.
996    
997    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
998    
999            * ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom|
1000            is added.
1001            (check_document): Load appropriate module before validation.
1002    
1003    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
1004    
1005            * ContentChecker/: New directory.
1006    
1007    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
1008    
1009            * ContentChecker.pm: HTML |time| element is implemented.
1010    
1011            * HTMLTable.pm: Comments are updated as HTML5 is revised.
1012    
1013    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
1014    
1015            * ContentChecker.pm (check_document): Return value
1016            even if no document element is found.
1017    
1018    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
1019    
1020            * HTML.pm.src: |$in_body| is no longer a function.
1021    
1022    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
1023    
1024            * HTML.pm.src: The |$in_body| code has been moved down.
1025    
1026    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
1027    
1028            * HTML.pm.src: The "trailing end" insertion mode
1029            is split into "after html body" and "after html frameset"
1030            insertion modes.  Their codes are merged with "after body"
1031            and "after frameset" codes.  |$previous_insertion_mode|
1032            has been removed.  "after frameset" code is
1033            merged with "in frameset" code.
1034    
1035    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
1036    
1037            * HTML.pm.src: The "before head" insertion mode is
1038            merged with the "in head" insertion mode.
1039    
1040    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
1041    
1042            * HTML.pm.src: Cases in "in head" insertion mode are
1043            reorganized.
1044    
1045    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
1046    
1047            * HTML.pm.src: Some cases in "in table" insertion mode
1048            are merged.
1049    
1050    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
1051    
1052            * HTML.pm.src: The "in row" insertion mode is merged
1053            with "in table" insertion mode.
1054    
1055  2007-07-21  Wakaba  <wakaba@suika.fam.cx>  2007-07-21  Wakaba  <wakaba@suika.fam.cx>
1056    
1057          * HTML.pm.src: The "in table" and "in table body" insertion          * HTML.pm.src: The "in table" and "in table body" insertion

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.266

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24