/[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.87 by wakaba, Sat Aug 4 13:23:36 2007 UTC revision 1.126 by wakaba, Fri Nov 23 07:35:02 2007 UTC
# Line 1  Line 1 
1    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
2    
3            * NanoDOM.pm (get_user_data, set_user_data): New methods.
4    
5            * HTML.pm.src: A flag for character references in attribute
6            values are added.  Set |manakai_has_reference| user data
7            to |charset| attribute.
8    
9    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
10    
11            * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
12            attributes.
13    
14            * ContentChecker.pm (check_document): Warn if charset requirements
15            cannot be tested.
16    
17    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
18    
19            * HTML.pm.src (parse_byte_string): Detect charset
20            by universalchardet if charset parameter is not specified.
21    
22            * Makefile (Charset-all, Charset-clean): New rules.
23    
24    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
25    
26            * ContentChecker.pm (check_document): Check the existence
27            of character encoding declaration and selection of encoding
28            for HTML document.
29    
30    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
31    
32            * ContentType.pm (get_sniffed_type): Return also the official
33            type in list context.
34    
35    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
36    
37            * ContentType.pm: Sniffing with leading white space
38            ignoring (HTML5 revisions 1013 and 1016).
39    
40    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
41    
42            * ContentType.pm: HTML5 revision 1013 changes, except for leading
43            white spaces, are implemented.
44    
45    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
46    
47            * HTML.pm.src (parse_char_string): Set |inner_encoding|
48            attribute if possible.
49    
50    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm.src (parse_byte_string): New method.
53            (parse_char_string): New alias for |parse_string|.
54            (main phase): Invoking "change the encoding" algorithm if desired.
55    
56            * HTML.pod: Updated.
57    
58    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML.pod (get_inner_html): Removed.
61    
62            * Makefile (HTML-all, HTML-clean): New.
63    
64    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
65    
66            * HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).
67    
68    2007-11-08  Wakaba  <wakaba@suika.fam.cx>
69    
70            * mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132).
71    
72    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
73    
74            * Makefile: |CacheManifest.html| is added.
75    
76            * CacheManifest.pod: New file.
77    
78    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
79    
80            * CacheManifest.pm: New module.
81    
82    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm.src: Support for application cache selection algorithm
85            callback.
86    
87    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
88    
89            * mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118).
90    
91    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
92    
93            * Makefile (clean): New rule.
94    
95            * NanoDOM.pm (public_id, system_id): New attributes.
96    
97    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
98    
99            * Makefile (CSS-all, CSS-clean, clean): New rules.
100    
101    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
102    
103            * ContentChecker.pm (check_document): Support for
104            new |is_xml_root| flag.
105            (check_element): Support for new |pluses| state.
106            (_add_pluses): New method.
107            (_remove_minuses): Support for new |minus| item.
108    
109    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
110    
111            * ContentChecker.pm: Raise specific error for invalid
112            root element.
113    
114    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
115    
116            * ContentChecker.pm: Set level values for later uses.
117    
118    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
119    
120            * ContentChecker.pm: Support for language tag validation.
121    
122    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
123    
124            * LangTag.pm (check_rfc3066_language_tag): New method.
125    
126    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
127    
128            * LangTag.pm: New module.
129    
130    2007-09-04  Wakaba  <wakaba@suika.fam.cx>
131    
132            * HTML.pm.src: Some error types were wrong.
133    
134    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
135    
136            * CSS/: New directory.
137    
138    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
139    
140            * ContentChecker.pm (_check_get_children): Support
141            for |noscript| in |head|.
142    
143    2007-08-12  Wakaba  <wakaba@suika.fam.cx>
144    
145            * URI/: New directory.
146    
147    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
148    
149            * HTML.pm.src: Tokenizer's states are now represented in
150            number.
151    
152    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
153    
154            * HTML.pm.src: |or|s for insertion modes are replaced
155            by |&|s.
156    
157    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
158    
159            * HTML.pm.src: Token types are now represented in number.
160    
161    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
162    
163            * ContentType.pm (SEE ALSO): Updated.
164    
165            * HTML.pm.src: Insertion modes are now represented in number.
166    
167    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
168    
169            * ContentType.pm: Sniffing for bitmap images (HTML5 revision
170            999) is implemented.
171    
172    2007-08-08  Wakaba  <wakaba@suika.fam.cx>
173    
174            * ContentType.pm: Sniffing for |<script| (HTML5 revision
175            983) is implemented.
176    
177    2007-08-06  Wakaba  <wakaba@suika.fam.cx>
178    
179            * ContentChecker.pod: New documentation.
180    
181            * Makefile: A rule for |ContentChecker.html| is added.
182    
183            * ContentChecker.pm: A pod "LICENSE" section is added.
184    
185            * NanoDOM.pm ($VERSION): New variable.
186    
187    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
188    
189            * H2H.pm: |b|, |i|, and |sub| are added to the
190            list of allowed HTML elements.
191    
192    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
193    
194            * H2H.pm: |samp| is added to the list of allowed
195            HTML elements.
196    
197            * URIChecker.pm (check_iri): New.
198            (check_iri_reference): Error type for IRI reference
199            syntax error is changed.
200    
201    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
202    
203            * ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom|
204            is added.
205            (check_document): Load appropriate module before validation.
206    
207    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
208    
209            * ContentChecker/: New directory.
210    
211  2007-08-04  Wakaba  <wakaba@suika.fam.cx>  2007-08-04  Wakaba  <wakaba@suika.fam.cx>
212    
213          * ContentChecker.pm: HTML |time| element is implemented.          * ContentChecker.pm: HTML |time| element is implemented.

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.126

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24