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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24