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

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.134

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24