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

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.119

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24