/[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.62 by wakaba, Sun Jul 15 12:41:51 2007 UTC revision 1.106 by wakaba, Mon Sep 24 04:23:43 2007 UTC
# Line 1  Line 1 
1    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.pm: Set level values for later uses.
4    
5    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
6    
7            * ContentChecker.pm: Support for language tag validation.
8    
9    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
10    
11            * LangTag.pm (check_rfc3066_language_tag): New method.
12    
13    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
14    
15            * LangTag.pm: New module.
16    
17    2007-09-04  Wakaba  <wakaba@suika.fam.cx>
18    
19            * HTML.pm.src: Some error types were wrong.
20    
21    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
22    
23            * CSS/: New directory.
24    
25    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
26    
27            * ContentChecker.pm (_check_get_children): Support
28            for |noscript| in |head|.
29    
30    2007-08-12  Wakaba  <wakaba@suika.fam.cx>
31    
32            * URI/: New directory.
33    
34    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
35    
36            * HTML.pm.src: Tokenizer's states are now represented in
37            number.
38    
39    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
40    
41            * HTML.pm.src: |or|s for insertion modes are replaced
42            by |&|s.
43    
44    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
45    
46            * HTML.pm.src: Token types are now represented in number.
47    
48    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
49    
50            * ContentType.pm (SEE ALSO): Updated.
51    
52            * HTML.pm.src: Insertion modes are now represented in number.
53    
54    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
55    
56            * ContentType.pm: Sniffing for bitmap images (HTML5 revision
57            999) is implemented.
58    
59    2007-08-08  Wakaba  <wakaba@suika.fam.cx>
60    
61            * ContentType.pm: Sniffing for |<script| (HTML5 revision
62            983) is implemented.
63    
64    2007-08-06  Wakaba  <wakaba@suika.fam.cx>
65    
66            * ContentChecker.pod: New documentation.
67    
68            * Makefile: A rule for |ContentChecker.html| is added.
69    
70            * ContentChecker.pm: A pod "LICENSE" section is added.
71    
72            * NanoDOM.pm ($VERSION): New variable.
73    
74    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
75    
76            * H2H.pm: |b|, |i|, and |sub| are added to the
77            list of allowed HTML elements.
78    
79    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
80    
81            * H2H.pm: |samp| is added to the list of allowed
82            HTML elements.
83    
84            * URIChecker.pm (check_iri): New.
85            (check_iri_reference): Error type for IRI reference
86            syntax error is changed.
87    
88    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
89    
90            * ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom|
91            is added.
92            (check_document): Load appropriate module before validation.
93    
94    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
95    
96            * ContentChecker/: New directory.
97    
98    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
99    
100            * ContentChecker.pm: HTML |time| element is implemented.
101    
102            * HTMLTable.pm: Comments are updated as HTML5 is revised.
103    
104    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
105    
106            * ContentChecker.pm (check_document): Return value
107            even if no document element is found.
108    
109    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
110    
111            * HTML.pm.src: |$in_body| is no longer a function.
112    
113    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
114    
115            * HTML.pm.src: The |$in_body| code has been moved down.
116    
117    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
118    
119            * HTML.pm.src: The "trailing end" insertion mode
120            is split into "after html body" and "after html frameset"
121            insertion modes.  Their codes are merged with "after body"
122            and "after frameset" codes.  |$previous_insertion_mode|
123            has been removed.  "after frameset" code is
124            merged with "in frameset" code.
125    
126    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
127    
128            * HTML.pm.src: The "before head" insertion mode is
129            merged with the "in head" insertion mode.
130    
131    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
132    
133            * HTML.pm.src: Cases in "in head" insertion mode are
134            reorganized.
135    
136    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
137    
138            * HTML.pm.src: Some cases in "in table" insertion mode
139            are merged.
140    
141    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
142    
143            * HTML.pm.src: The "in row" insertion mode is merged
144            with "in table" insertion mode.
145    
146    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
147    
148            * HTML.pm.src: The "in table" and "in table body" insertion
149            modes are merged.
150    
151    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
152    
153            * HTML.pm.src: There is no "in table head" or "in table foot"
154            insertion mode!
155    
156    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
157    
158            * HTML.pm.src: |<noframes>| "in frameset" and "in noframes"
159            now directly invoke the handler.
160    
161    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
162    
163            * HTML.pm.src: Codes for "in cell" insertion mode
164            is merged to the "in body" insertion mode code.
165    
166    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
167    
168            * HTML.pm.src: Codes for "in body" and "in caption"
169            insertion modes are merged.
170    
171    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
172    
173            * HTML.pm.src: Two |!!!next-token|s were missing.
174    
175    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
176    
177            * HTML.pm.src: Use numeric constant for |{content_mode}|
178            instead of string constant for |{content_model_flag}|.
179    
180    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
181    
182            * HTML.pm.src: Add the name of the attribute
183            to the "duplicate attribute" error.
184    
185    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
186    
187            * ContentChecker.pm: Return the |class| node list.
188    
189    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
190    
191            * ContentChecker.pm: Return the |id| node list.
192    
193            * HTML.pm.src: A typo is fixed.
194    
195    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
196    
197            * ContentChecker.pm: Drop wrong |level => 'error'| specification
198            from "in HTML:xml:lang" error.  Character position
199            is now the last part of the error type in the URI error
200            description.  Report "unsupported" status for language
201            tags, media queries, script codes, and style sheets.
202    
203    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
204    
205            * ContentChecker.pm: Report error if |xml:lang|
206            in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset|
207            in XML.
208    
209            * NanoDOM.pm (Attr.owner_document): New attribute.
210    
211    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
212    
213            * HTML.pm.src: The character immediately following
214            a bare |hcro| was discarded.  Fix handling of
215            entity references in attribute values.
216    
217    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
218    
219            * HTML.pm.src (main and trailin end phases): Token
220            types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are
221            factored out.  Error types |in html:#DOCTYPE|
222            and |after html:#DOCTYPE| are merged
223            into |DOCTYPE in the middle|.  |</frameset>|
224            in fragment parsing mode changed the
225            insertion mode.
226    
227    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
228    
229            * HTML.pm.src: |$phase| has been removed; The |trailing end|
230            phase is now an insertion mode.  Treatments for white
231            space character tokens were incorrect for some
232            insertion modes.  An old |meta| case was not removed.
233    
234    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
235    
236            * HTML.pm.src: |meta| charset declaration extraction
237            implemented (but changing the encoding is not yet:-).
238    
239  2007-07-15  Wakaba  <wakaba@suika.fam.cx>  2007-07-15  Wakaba  <wakaba@suika.fam.cx>
240    
241          * Charset/: New directory.          * Charset/: New directory.

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.106

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24