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

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.104

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24