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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24