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

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.100

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24