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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24