/[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.65 by wakaba, Mon Jul 16 04:51:21 2007 UTC revision 1.222 by wakaba, Mon May 5 04:21:20 2008 UTC
# Line 1  Line 1 
1    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
4            1282).
5    
6    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
7    
8            * ContentChecker.pm: Support for global attributes.
9            Status of XML specs are added.
10    
11    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
12    
13            * ContentChecker.pm (check_element): Support for |template=""|
14            and |ref=""| attribute (referent element type checking).
15    
16    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
17    
18            * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
19            1500) is implemented (except for IDNA part and URI-scheme-specific
20            knowledge).  Line number counting was wrong for LF-only
21            documents.
22    
23    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
24    
25            * HTML.pm.src: Raise an parse error for any disallowed
26            character (HTML5 revision 1263).
27    
28    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
29    
30            * mkentitylist.pl: Support for new HTML5 entity table format (the
31            definition for |AElig;| was missing).
32    
33    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
34    
35            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
36            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
37    
38    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
39    
40            * HTML.pm.src: List of element names that close foreign content
41            insertion mode is added (HTML5 revisions 1412 and 1418).
42    
43    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
44    
45            * HTML.pm.src: Support for |mglyph| and |malignmark|
46            elements (HTML5 revision 1410).
47    
48    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTML.pm.src: Support for new long MathML entities (HTML5
51            revision 1406).
52    
53    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
54    
55            * HTML.pm.src: CDATA section support for MathML and SVG
56            elements (HTML5 revision 1404 and 1420).
57    
58    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
61            elements (HTML5 revision 1404).  Unused !!!macro definitions
62            are removed.
63    
64    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
65    
66            * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
67            are raised is changed (HTML5 revision 1404).
68    
69    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
70    
71            * HTML.pm.src: Category sets that are no longer used are removed.
72    
73    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
74    
75            * HTML.pm.src: The ->[1] property of stack entries are now
76            replaced by constants representing element category.
77    
78    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
81            for error reporting.  (This is a preparation for using constant
82            value for ->[1].)
83    
84    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
85    
86            * RDFXML.pm: Typo fixed.
87    
88    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
89    
90            * ContentChecker.pm: |fact_level| is now treated
91            as same as |must_level|, i.e. level = |m|.
92            (check_element): Make list of URIs in the DOM.
93    
94    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
95    
96            * RDFXML.pm: Language accessor implemented.
97            Local (null-namespace) attribute support.
98    
99    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
100    
101            * RDFXML.pm: Factored out ID checking code.
102    
103    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
104    
105            * RDFXML.pm: TODO items noted.  Validation of ID
106            and URI attributes is implemented.  Warn if unknown
107            value is used in rdf:parseType="" attribute.
108    
109            * URIChecker.pm (check_rdf_uri_reference): New function.
110    
111    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
112    
113            * RDFXML.pm: bnodeid implemented.  Relative references
114            are now resolved.
115    
116    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
117    
118            * ContentChecker.pm: RDF reification implemented.
119    
120            * RDFXML.pm: undef vs false bug fixed.
121            Reification implemented.
122    
123    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
124    
125            * RDFXML.pm: s/id/ID/ for attribute name.
126            The |node| arguments are added for |ontriple| calls.
127            Too many "attribute not allowed" errors were raised.
128    
129            * ContentChecker.pm: Initial experimental support for rdf:RDF
130            element.
131    
132    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
133    
134            * RDFXML.pm: New module.
135    
136    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
137    
138            * HTML.pm.src (set_inner_html): Line/column number
139            code was old one yet.
140    
141    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
142    
143            * HTML.pm.src: Better line/column reporting for "duplicate attribute"
144            errors.  Line/column markings for DOCTYPE, comment, and
145            character tokens are reintroduced; otherwise,
146            error location for "not HTML5" error and errors
147            for implied elements are not attached.
148    
149    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
150    
151            * HTML.pm.src: Set line/column numbers to attributes.
152    
153            * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added.
154            (value): Setter implemented.
155    
156            * mkhtmlparser.pl: Set line/column numbers to Attr nodes.
157    
158    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
159    
160            * HTML.pm.src: Unused line/column markings are removed.
161    
162    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
163    
164            * HTML.pm.src (_get_next_token): Remove |first_start_tag|
165            flag, which is no longer used.
166    
167    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
168    
169            * HTML.pm.src: Set line/column information to element nodes.
170    
171            * mkhtmlparser.pl (!!!create-element, !!!insert-element,
172            and !!!insert-element-t): Set line/column information to
173            element nodes.
174    
175    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
176    
177            * HTML.pm.src (_get_next_token): The first "<" character
178            in "<?", "<>", or "</>" should be the error point.
179    
180    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
181    
182            * HTML.pm.src: Some more fixes on error position reporting.
183    
184    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
185    
186            * HTML.pm.src: Token-level precious error reporting.
187    
188    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
189    
190            * HTML.pm.src: Preparation for more precious error point
191            reporting.
192    
193    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
194    
195            * HTML.pm.src: Error type revised.
196    
197    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
198    
199            * HTML.pm.src: Similar codes are merged together, again.
200    
201    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
202    
203            * HTML.pm.src: Similar codes are merged together.
204    
205    2008-03-10  Wakaba  <wakaba@suika.fam.cx>
206    
207            * mkhtmlparser.pl: Set "level" parameter to parse errors.
208    
209            * HTML.pm.src: Code refined.
210    
211    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
212    
213            * HTML.pm.src: |</body>| treatement has been changed (HTML5
214            revision 1348).  Note that I really don't know this makes
215            any difference in the black-box behavior of the parser.
216    
217    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
218    
219            * HTML.pm.src: New end-of-file token implementation (HTML5
220            revision 1348).
221    
222    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
223    
224            * HTML.pm.src: |applet| support (HTML5 revision 1347).
225    
226    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
227    
228            * HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343).
229    
230    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
231    
232            * HTML.pm.src: Support for |<input>| in the "in select" insertion
233            mode and support for the "in select in table" insertion mode (HTML5
234            revision 1342).
235    
236    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
237    
238            * HTML.pm.src: No foster parenting for <script> and <script>
239            in non-tainted <table>s (HTML5 revision 1336).
240    
241    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
242    
243            * HTML.pm.src: Ignore white space characters between <html>
244            and <head> (HTML5 revision 1332).
245    
246    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
247    
248            * HTML.pm.src: Treat <input type=hidden> as if it were a
249            white space (HTML5 revision 1331).
250    
251    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
252    
253            * HTML.pm.src: Ignore U+000A at the beginning of a |listing|
254            element (HTML5 revision 1330).
255    
256    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
257    
258            * HTML.pm.src: <title> is always appended to the current
259            element (HTML5 revision 1328).
260    
261    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
262    
263            * HTML.pm.src: White space in tainted tables are moved
264            into foster parents (HTML5 revision 1326).
265    
266    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
267    
268            * HTML.pm.src: Reduce errors from foster parenting cases (HTML5
269            revision 1321).
270    
271    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
272    
273            * HTML.pm.src: |</h/n/>| case code rearranged to align with
274            the spec (HTML5 revision 1320).  Note that we finally complete
275            all of HTML5 revision 1320 changes.
276    
277    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
278    
279            * HTML.pm.src: |</form>| now works similar to |</div>| for unclosed
280            tags (HTML5 revision 1320).
281    
282    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
283    
284            * HTML.pm.src: |</p>| case rearranged with no actual change in fact.
285    
286    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
287    
288            * HTML.pm.src: A "generate implied end tags" code (t409.1)
289            could not be reached so that it is now removed (HTML5 revision
290            1320).
291    
292    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
293    
294            * HTML.pm.src: Code for the case of |</div>| and so on are revised
295            to align with new spec text (HTML5 revision 1320).
296    
297    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
298    
299            * HTML.pm.src: Remove strange |if| condition; however, it should
300            have had no harm in theory.
301    
302    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
303    
304            * HTML.pm.src (_tree_construction_main): '</p>' in body
305            case is split from other end tags for the preparation
306            of implementing HTML revision 1320.
307    
308    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
309    
310            * HTML.pm.src: Simplified "generate implied end tag" (HTML5
311            revision 1320).
312    
313    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
314    
315            * HTML.pm.src (_tree_construction_main): Merge rules for "h1"
316            and "div" (HTML5 revision 1318).  Add comments to where
317            |form| pointer association codes should be inserted (HTML5 revision
318            1319).
319    
320    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
321    
322            * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
323    
324    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
325    
326            * HTML.pm.src: Since the case t268 should never be reached (no
327            other token type, there are), it is replaced by a |die| statement.
328    
329    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
330    
331            * HTML.pm.src: Typo fixed.
332    
333    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
334    
335            * HTML.pm.src (_tree_construction_initial): Some limited quirks
336            doctypes were not uppercased for comparison.
337    
338    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
339    
340            * HTML.pm.src (tree construction and set_inner_html): Checkpoints
341            are added.
342    
343    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
344    
345            * HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints
346            are set.  Cases that are unlikely reached are noted as so.
347    
348    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
349    
350            * HTML.pm.src: Checkpoints for debugging are added.
351    
352            * mkhtmlparser.pl: Support for |!!!cp| syntax.
353    
354    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
355    
356            * HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g
357            for simplicity.
358    
359    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
360    
361            * HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5
362            revision 1307).
363    
364    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
365    
366            * HTML.pm.src (_get_next_token): Where the /incorrect/ flag
367            is set are changed (HTML5 revision 1305).
368    
369    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
370    
371            * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision
372            1292).  Entities are not parsed in comment-like part in RCDATA
373            elements (HTML5 revision 1294).  Allow bare & at the end
374            of attribute value literals (HTML5 revision 1296).  More
375            quirks mode doctypes (HTML5 revision 1302).  Requires spaces
376            between attributes and ban attribute names or unquoted
377            attribute values containing single or double quotes (HTML5
378            revision 1303).
379    
380    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
381    
382            * ContentChecker.pm: Typo fixed.  Don't raise "character encoding"
383            and related errors unless it is an HTML document (though the spec
384            is unclear on whether it is applied to XHTML document).
385    
386            * HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
387            are added.
388    
389    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
390    
391            * HTML.pm.src: s/local_name/manakai_local_name/g.
392    
393    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
394    
395            * _NamedEntityList.pm: Updated (HTML5 revision 1286).
396    
397            * HTML.pm.src: |charset| in |content| attribute is
398            case-insensitive (HTML5 revision 1270).
399    
400    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
401    
402            * ContentChecker.pm: New status constants are added.
403            ($ElementDefault): |status| added.
404            (check_element): Err for non-standard or deprecated elements.
405            (_attr_status_info): For non-standard or deprecated attributes.
406    
407    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
408    
409            * ContentChecker.pm (_attr_status_info): New internal method.
410    
411    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
412    
413            * ContentChecker.pm (check_element): Element standardized
414            status information is now dispatched.
415    
416    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
417    
418            * ContentChecker.pm (check_element): Fix |del|-and-significant
419            problem by adding some more arguments.
420    
421    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
422    
423            * ContentChecker.pm (check_element): Use context of
424            container-for-the-purpose-of-content-model element (not transparent
425            element) for |check_child_element| calling and significant
426            text flag marking.  This reintroduces |<del>|-and-significant
427            problem again.
428    
429    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
430    
431            * ContentChecker.pm (check_element): Make semi-transparent
432            elements ignored for the purpose of phase changes in
433            content model checking.
434    
435    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
436    
437            * ContentChecker.pm (check_element): In-element state
438            was not properly managed for transparent cases.
439    
440    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
441    
442            * ContentChecker.pm (check_element): Support for |video|
443            and |audio| as semi-transparent elements.
444    
445    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
446    
447            * ContentChecker.pm ($HTMLSemiTransparentElements): New.
448            (check_element): s/minuses/minus_elements/, s/pluses/plus_elements/.
449            Support for |html:object| as a semi-transparent element.
450    
451    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
452    
453            * ContentChecker.pm (check_element): The way to traverse
454            the tree is entirely revised to make it easier to track
455            the state of ancestors/descendants.  As a result of this
456            revision (which rewrites almost all of Whatpm::ContentChecker::HTML),
457            support for content model checking for HTML elements |figure|,
458            |object|, |video|, and |audio| and checking for XML elements (and
459            some XMLNS checkings) are dropped for now.  They will be
460            reimplemented in due cource.
461    
462    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
463    
464            * HTML.pm.src: |>| in public or system literal closes the DOCTYPE
465            token (HTML5 revision 1225).
466    
467    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
468    
469            * ContentChecker.pm ({unsupported_level}): New value.
470    
471            * HTML.pm.src: Save whether |meta| |content| attribute
472            contains character references or not.
473    
474    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
475    
476            * ContentChecker.pm (_get_children): (Incompleted) attempt to
477            imlement significant content checking for contents
478            with |del| elements.
479    
480    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
481    
482            * ContenteChecker.pm ($HTMLTransparentElements): More
483            elements are added.
484            (_get_children): HTML |object| elements are now semi-transparent.
485    
486            * NanoDOM.pm (manakai_html, manakai_head): New methods.
487    
488    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
489    
490            * CacheManifest.pm: HTML5 revision 1211 implemented.
491    
492            * CacheManifest.pod: Updated.
493    
494    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
495    
496            * ContentChecker.pm (check_document, check_element): Support
497            for second argument ($onsubdoc).
498            (_get_css_parser): Removed (now it is part of WDCC).
499    
500    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
501    
502            * ContentChecker.pm (_get_css_parser): New.
503    
504    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
505    
506            * ContentChecker.pm ($AnyChecker): Old way to add child elements
507            for checking had been used.
508    
509    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
510    
511            * ContentChecker.pm (check_element): New todo item type |descendant|.
512    
513    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
514    
515            * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
516            specced in RFC 2046 and RFC 4288.
517            (application/atom+xml): Definition added.
518    
519    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
520    
521            * URIChecker.pm: Make RFC 3986 should-level errors
522            warnings (rather than SHOULD-level errors).
523    
524    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
525    
526            * NanoDOM.pm (get_user_data, set_user_data): New methods.
527    
528            * HTML.pm.src: A flag for character references in attribute
529            values are added.  Set |manakai_has_reference| user data
530            to |charset| attribute.
531    
532    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
533    
534            * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
535            attributes.
536    
537            * ContentChecker.pm (check_document): Warn if charset requirements
538            cannot be tested.
539    
540    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
541    
542            * HTML.pm.src (parse_byte_string): Detect charset
543            by universalchardet if charset parameter is not specified.
544    
545            * Makefile (Charset-all, Charset-clean): New rules.
546    
547    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
548    
549            * ContentChecker.pm (check_document): Check the existence
550            of character encoding declaration and selection of encoding
551            for HTML document.
552    
553    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
554    
555            * ContentType.pm (get_sniffed_type): Return also the official
556            type in list context.
557    
558    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
559    
560            * ContentType.pm: Sniffing with leading white space
561            ignoring (HTML5 revisions 1013 and 1016).
562    
563    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
564    
565            * ContentType.pm: HTML5 revision 1013 changes, except for leading
566            white spaces, are implemented.
567    
568    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
569    
570            * HTML.pm.src (parse_char_string): Set |inner_encoding|
571            attribute if possible.
572    
573    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
574    
575            * HTML.pm.src (parse_byte_string): New method.
576            (parse_char_string): New alias for |parse_string|.
577            (main phase): Invoking "change the encoding" algorithm if desired.
578    
579            * HTML.pod: Updated.
580    
581    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
582    
583            * HTML.pod (get_inner_html): Removed.
584    
585            * Makefile (HTML-all, HTML-clean): New.
586    
587    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
588    
589            * HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).
590    
591    2007-11-08  Wakaba  <wakaba@suika.fam.cx>
592    
593            * mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132).
594    
595    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
596    
597            * Makefile: |CacheManifest.html| is added.
598    
599            * CacheManifest.pod: New file.
600    
601    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
602    
603            * CacheManifest.pm: New module.
604    
605    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
606    
607            * HTML.pm.src: Support for application cache selection algorithm
608            callback.
609    
610    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
611    
612            * mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118).
613    
614    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
615    
616            * Makefile (clean): New rule.
617    
618            * NanoDOM.pm (public_id, system_id): New attributes.
619    
620    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
621    
622            * Makefile (CSS-all, CSS-clean, clean): New rules.
623    
624    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
625    
626            * ContentChecker.pm (check_document): Support for
627            new |is_xml_root| flag.
628            (check_element): Support for new |pluses| state.
629            (_add_pluses): New method.
630            (_remove_minuses): Support for new |minus| item.
631    
632    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
633    
634            * ContentChecker.pm: Raise specific error for invalid
635            root element.
636    
637    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
638    
639            * ContentChecker.pm: Set level values for later uses.
640    
641    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
642    
643            * ContentChecker.pm: Support for language tag validation.
644    
645    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
646    
647            * LangTag.pm (check_rfc3066_language_tag): New method.
648    
649    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
650    
651            * LangTag.pm: New module.
652    
653    2007-09-04  Wakaba  <wakaba@suika.fam.cx>
654    
655            * HTML.pm.src: Some error types were wrong.
656    
657    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
658    
659            * CSS/: New directory.
660    
661    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
662    
663            * ContentChecker.pm (_check_get_children): Support
664            for |noscript| in |head|.
665    
666    2007-08-12  Wakaba  <wakaba@suika.fam.cx>
667    
668            * URI/: New directory.
669    
670    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
671    
672            * HTML.pm.src: Tokenizer's states are now represented in
673            number.
674    
675    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
676    
677            * HTML.pm.src: |or|s for insertion modes are replaced
678            by |&|s.
679    
680    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
681    
682            * HTML.pm.src: Token types are now represented in number.
683    
684    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
685    
686            * ContentType.pm (SEE ALSO): Updated.
687    
688            * HTML.pm.src: Insertion modes are now represented in number.
689    
690    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
691    
692            * ContentType.pm: Sniffing for bitmap images (HTML5 revision
693            999) is implemented.
694    
695    2007-08-08  Wakaba  <wakaba@suika.fam.cx>
696    
697            * ContentType.pm: Sniffing for |<script| (HTML5 revision
698            983) is implemented.
699    
700    2007-08-06  Wakaba  <wakaba@suika.fam.cx>
701    
702            * ContentChecker.pod: New documentation.
703    
704            * Makefile: A rule for |ContentChecker.html| is added.
705    
706            * ContentChecker.pm: A pod "LICENSE" section is added.
707    
708            * NanoDOM.pm ($VERSION): New variable.
709    
710    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
711    
712            * H2H.pm: |b|, |i|, and |sub| are added to the
713            list of allowed HTML elements.
714    
715    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
716    
717            * H2H.pm: |samp| is added to the list of allowed
718            HTML elements.
719    
720            * URIChecker.pm (check_iri): New.
721            (check_iri_reference): Error type for IRI reference
722            syntax error is changed.
723    
724    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
725    
726            * ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom|
727            is added.
728            (check_document): Load appropriate module before validation.
729    
730    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
731    
732            * ContentChecker/: New directory.
733    
734    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
735    
736            * ContentChecker.pm: HTML |time| element is implemented.
737    
738            * HTMLTable.pm: Comments are updated as HTML5 is revised.
739    
740    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
741    
742            * ContentChecker.pm (check_document): Return value
743            even if no document element is found.
744    
745    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
746    
747            * HTML.pm.src: |$in_body| is no longer a function.
748    
749    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
750    
751            * HTML.pm.src: The |$in_body| code has been moved down.
752    
753    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
754    
755            * HTML.pm.src: The "trailing end" insertion mode
756            is split into "after html body" and "after html frameset"
757            insertion modes.  Their codes are merged with "after body"
758            and "after frameset" codes.  |$previous_insertion_mode|
759            has been removed.  "after frameset" code is
760            merged with "in frameset" code.
761    
762    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
763    
764            * HTML.pm.src: The "before head" insertion mode is
765            merged with the "in head" insertion mode.
766    
767    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
768    
769            * HTML.pm.src: Cases in "in head" insertion mode are
770            reorganized.
771    
772    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
773    
774            * HTML.pm.src: Some cases in "in table" insertion mode
775            are merged.
776    
777    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
778    
779            * HTML.pm.src: The "in row" insertion mode is merged
780            with "in table" insertion mode.
781    
782    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
783    
784            * HTML.pm.src: The "in table" and "in table body" insertion
785            modes are merged.
786    
787    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
788    
789            * HTML.pm.src: There is no "in table head" or "in table foot"
790            insertion mode!
791    
792    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
793    
794            * HTML.pm.src: |<noframes>| "in frameset" and "in noframes"
795            now directly invoke the handler.
796    
797    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
798    
799            * HTML.pm.src: Codes for "in cell" insertion mode
800            is merged to the "in body" insertion mode code.
801    
802    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
803    
804            * HTML.pm.src: Codes for "in body" and "in caption"
805            insertion modes are merged.
806    
807    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
808    
809            * HTML.pm.src: Two |!!!next-token|s were missing.
810    
811    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
812    
813            * HTML.pm.src: Use numeric constant for |{content_mode}|
814            instead of string constant for |{content_model_flag}|.
815    
816    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
817    
818            * HTML.pm.src: Add the name of the attribute
819            to the "duplicate attribute" error.
820    
821    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
822    
823            * ContentChecker.pm: Return the |class| node list.
824    
825    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
826    
827            * ContentChecker.pm: Return the |id| node list.
828    
829            * HTML.pm.src: A typo is fixed.
830    
831    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
832    
833            * ContentChecker.pm: Drop wrong |level => 'error'| specification
834            from "in HTML:xml:lang" error.  Character position
835            is now the last part of the error type in the URI error
836            description.  Report "unsupported" status for language
837            tags, media queries, script codes, and style sheets.
838    
839    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
840    
841            * ContentChecker.pm: Report error if |xml:lang|
842            in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset|
843            in XML.
844    
845            * NanoDOM.pm (Attr.owner_document): New attribute.
846    
847    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
848    
849            * HTML.pm.src: The character immediately following
850            a bare |hcro| was discarded.  Fix handling of
851            entity references in attribute values.
852    
853  2007-07-16  Wakaba  <wakaba@suika.fam.cx>  2007-07-16  Wakaba  <wakaba@suika.fam.cx>
854    
855          * HTML.pm.src (main and trailin end phases): Token          * HTML.pm.src (main and trailin end phases): Token

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.222

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24