/[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.1 by wakaba, Tue May 1 10:36:06 2007 UTC revision 1.8 by wakaba, Sun May 13 08:45:47 2007 UTC
# Line 1  Line 1 
1    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.pm (html:li checker): Implemented.
4    
5    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
6    
7            * ContentChecker.pm ($HTMLInlineOrStriclyInlineChecker): New
8            checker.
9            (html:dd checker): New checker.
10            (html:q, html:em, html:strong, html:small,
11            html:m, html:dfn, html:code, html:samp, html:span): New checkers.
12    
13    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
14    
15            * ContentChecker.pm ($AnyChecker): Renamed
16            from |$ElementDefault->{checker}|.
17            ($ElementDefault->{checker}): Throw an error that
18            the element type is not supported by the checker.
19            ($HTMLMetadataElement): |html:base| was missing.
20            ($HTMLEmptyChecker): Don't throw an error
21            for inter-element whitespace nodes.
22            (html:html checker): Errors were not
23            thrown even if |html:head| and/or |html:body|
24            children were missing.
25            (html:head checker): An error was not
26            thrown if <meta charset> appered after other
27            elements.
28    
29    2007-05-05  Wakaba  <wakaba@suika.fam.cx>
30    
31            * ContentChecker.pm: |footer|, |video|, |audio|, |script|,
32            and |noscript| elements are implemented.
33            (new): New method.
34    
35    2007-05-04  Wakaba  <wakaba@suika.fam.cx>
36    
37            * ContentChecker.pm: New module.
38    
39    2007-05-04  Wakaba  <wakaba@suika.fam.cx>
40    
41            * NanoDOM.pm (manakai_parent_element,
42            document_element, manakai_local_name,
43            manakai_element_type_match): New method.
44    
45    2007-05-03  Wakaba  <wakaba@suika.fam.cx>
46    
47            * HTML.pm.src: Replace decimal and hexadecimal numeric
48            entities in C1 range using Windows-1252 mapping.  Bare LF
49            did not count as new line for error reporting.
50    
51    2007-05-02  Wakaba  <wakaba@suika.fam.cx>
52    
53            * NanoDOM.pm (DOMImplementation): New class.
54            (append_child): Weaken the |parent_node| reference.
55            (create_element_ns, Element new): Set the |owner_document|
56            reference.
57            (implementation): New attribute.
58            (owner_document, local_name, namespace_uri): New attributes.
59    
60            * HTML.pm.src (parse_string): Line and column numbers
61            are now provided to error handler.
62            (!!!parse-error): Short descriptions are added.
63            (_construct_tree): Split into three methods; support
64            for innerHTML mode.
65            (set_inner_html): New method.
66    
67  2007-05-01  Wakaba  <wakaba@suika.fam.cx>  2007-05-01  Wakaba  <wakaba@suika.fam.cx>
68    
69          * NanoDOM.html: Documentation is added.          * NanoDOM.html: Documentation is added.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.8

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24