/[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.107 by wakaba, Sat Sep 29 04:45:09 2007 UTC revision 1.135 by wakaba, Sun Feb 17 11:04:08 2008 UTC
# Line 1  Line 1 
1    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.pm (_get_children): (Incompleted) attempt to
4            imlement significant content checking for contents
5            with |del| elements.
6    
7    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
8    
9            * ContenteChecker.pm ($HTMLTransparentElements): More
10            elements are added.
11            (_get_children): HTML |object| elements are now semi-transparent.
12    
13            * NanoDOM.pm (manakai_html, manakai_head): New methods.
14    
15    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
16    
17            * CacheManifest.pm: HTML5 revision 1211 implemented.
18    
19            * CacheManifest.pod: Updated.
20    
21    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
22    
23            * ContentChecker.pm (check_document, check_element): Support
24            for second argument ($onsubdoc).
25            (_get_css_parser): Removed (now it is part of WDCC).
26    
27    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
28    
29            * ContentChecker.pm (_get_css_parser): New.
30    
31    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
32    
33            * ContentChecker.pm ($AnyChecker): Old way to add child elements
34            for checking had been used.
35    
36    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
37    
38            * ContentChecker.pm (check_element): New todo item type |descendant|.
39    
40    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
41    
42            * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
43            specced in RFC 2046 and RFC 4288.
44            (application/atom+xml): Definition added.
45    
46    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
47    
48            * URIChecker.pm: Make RFC 3986 should-level errors
49            warnings (rather than SHOULD-level errors).
50    
51    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
52    
53            * NanoDOM.pm (get_user_data, set_user_data): New methods.
54    
55            * HTML.pm.src: A flag for character references in attribute
56            values are added.  Set |manakai_has_reference| user data
57            to |charset| attribute.
58    
59    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
60    
61            * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
62            attributes.
63    
64            * ContentChecker.pm (check_document): Warn if charset requirements
65            cannot be tested.
66    
67    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
68    
69            * HTML.pm.src (parse_byte_string): Detect charset
70            by universalchardet if charset parameter is not specified.
71    
72            * Makefile (Charset-all, Charset-clean): New rules.
73    
74    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
75    
76            * ContentChecker.pm (check_document): Check the existence
77            of character encoding declaration and selection of encoding
78            for HTML document.
79    
80    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
81    
82            * ContentType.pm (get_sniffed_type): Return also the official
83            type in list context.
84    
85    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
86    
87            * ContentType.pm: Sniffing with leading white space
88            ignoring (HTML5 revisions 1013 and 1016).
89    
90    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
91    
92            * ContentType.pm: HTML5 revision 1013 changes, except for leading
93            white spaces, are implemented.
94    
95    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
96    
97            * HTML.pm.src (parse_char_string): Set |inner_encoding|
98            attribute if possible.
99    
100    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
101    
102            * HTML.pm.src (parse_byte_string): New method.
103            (parse_char_string): New alias for |parse_string|.
104            (main phase): Invoking "change the encoding" algorithm if desired.
105    
106            * HTML.pod: Updated.
107    
108    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
109    
110            * HTML.pod (get_inner_html): Removed.
111    
112            * Makefile (HTML-all, HTML-clean): New.
113    
114    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).
117    
118    2007-11-08  Wakaba  <wakaba@suika.fam.cx>
119    
120            * mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132).
121    
122    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
123    
124            * Makefile: |CacheManifest.html| is added.
125    
126            * CacheManifest.pod: New file.
127    
128    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
129    
130            * CacheManifest.pm: New module.
131    
132    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
133    
134            * HTML.pm.src: Support for application cache selection algorithm
135            callback.
136    
137    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
138    
139            * mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118).
140    
141    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
142    
143            * Makefile (clean): New rule.
144    
145            * NanoDOM.pm (public_id, system_id): New attributes.
146    
147    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
148    
149            * Makefile (CSS-all, CSS-clean, clean): New rules.
150    
151    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
152    
153            * ContentChecker.pm (check_document): Support for
154            new |is_xml_root| flag.
155            (check_element): Support for new |pluses| state.
156            (_add_pluses): New method.
157            (_remove_minuses): Support for new |minus| item.
158    
159  2007-09-24  Wakaba  <wakaba@suika.fam.cx>  2007-09-24  Wakaba  <wakaba@suika.fam.cx>
160    
161          * ContentChecker.pm: Raise specific error for invalid          * ContentChecker.pm: Raise specific error for invalid
162          root element.          root element.
163    
         * SelectorsParser.pm: Pass an empty string as a prefix  
         for lookup namespace prefix callback, for loose compatibility  
         with the |NSResolver| interface.  
   
164  2007-09-24  Wakaba  <wakaba@suika.fam.cx>  2007-09-24  Wakaba  <wakaba@suika.fam.cx>
165    
166          * ContentChecker.pm: Set level values for later uses.          * ContentChecker.pm: Set level values for later uses.

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.135

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24