/[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.48 by wakaba, Sat Jun 23 16:42:43 2007 UTC revision 1.115 by wakaba, Sun Nov 4 11:49:44 2007 UTC
# Line 1  Line 1 
1    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Makefile: |CacheManifest.html| is added.
4    
5            * CacheManifest.pod: New file.
6    
7    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
8    
9            * CacheManifest.pm: New module.
10    
11    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm.src: Support for application cache selection algorithm
14            callback.
15    
16    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
17    
18            * mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118).
19    
20    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
21    
22            * Makefile (clean): New rule.
23    
24            * NanoDOM.pm (public_id, system_id): New attributes.
25    
26    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
27    
28            * Makefile (CSS-all, CSS-clean, clean): New rules.
29    
30    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
31    
32            * ContentChecker.pm (check_document): Support for
33            new |is_xml_root| flag.
34            (check_element): Support for new |pluses| state.
35            (_add_pluses): New method.
36            (_remove_minuses): Support for new |minus| item.
37    
38    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
39    
40            * ContentChecker.pm: Raise specific error for invalid
41            root element.
42    
43    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
44    
45            * ContentChecker.pm: Set level values for later uses.
46    
47    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
48    
49            * ContentChecker.pm: Support for language tag validation.
50    
51    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
52    
53            * LangTag.pm (check_rfc3066_language_tag): New method.
54    
55    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
56    
57            * LangTag.pm: New module.
58    
59    2007-09-04  Wakaba  <wakaba@suika.fam.cx>
60    
61            * HTML.pm.src: Some error types were wrong.
62    
63    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
64    
65            * CSS/: New directory.
66    
67    2007-08-17  Wakaba  <wakaba@suika.fam.cx>
68    
69            * ContentChecker.pm (_check_get_children): Support
70            for |noscript| in |head|.
71    
72    2007-08-12  Wakaba  <wakaba@suika.fam.cx>
73    
74            * URI/: New directory.
75    
76    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
77    
78            * HTML.pm.src: Tokenizer's states are now represented in
79            number.
80    
81    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
82    
83            * HTML.pm.src: |or|s for insertion modes are replaced
84            by |&|s.
85    
86    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
87    
88            * HTML.pm.src: Token types are now represented in number.
89    
90    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
91    
92            * ContentType.pm (SEE ALSO): Updated.
93    
94            * HTML.pm.src: Insertion modes are now represented in number.
95    
96    2007-08-11  Wakaba  <wakaba@suika.fam.cx>
97    
98            * ContentType.pm: Sniffing for bitmap images (HTML5 revision
99            999) is implemented.
100    
101    2007-08-08  Wakaba  <wakaba@suika.fam.cx>
102    
103            * ContentType.pm: Sniffing for |<script| (HTML5 revision
104            983) is implemented.
105    
106    2007-08-06  Wakaba  <wakaba@suika.fam.cx>
107    
108            * ContentChecker.pod: New documentation.
109    
110            * Makefile: A rule for |ContentChecker.html| is added.
111    
112            * ContentChecker.pm: A pod "LICENSE" section is added.
113    
114            * NanoDOM.pm ($VERSION): New variable.
115    
116    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
117    
118            * H2H.pm: |b|, |i|, and |sub| are added to the
119            list of allowed HTML elements.
120    
121    2007-08-05  Wakaba  <wakaba@suika.fam.cx>
122    
123            * H2H.pm: |samp| is added to the list of allowed
124            HTML elements.
125    
126            * URIChecker.pm (check_iri): New.
127            (check_iri_reference): Error type for IRI reference
128            syntax error is changed.
129    
130    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
131    
132            * ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom|
133            is added.
134            (check_document): Load appropriate module before validation.
135    
136    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
137    
138            * ContentChecker/: New directory.
139    
140    2007-08-04  Wakaba  <wakaba@suika.fam.cx>
141    
142            * ContentChecker.pm: HTML |time| element is implemented.
143    
144            * HTMLTable.pm: Comments are updated as HTML5 is revised.
145    
146    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
147    
148            * ContentChecker.pm (check_document): Return value
149            even if no document element is found.
150    
151    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
152    
153            * HTML.pm.src: |$in_body| is no longer a function.
154    
155    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
156    
157            * HTML.pm.src: The |$in_body| code has been moved down.
158    
159    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
160    
161            * HTML.pm.src: The "trailing end" insertion mode
162            is split into "after html body" and "after html frameset"
163            insertion modes.  Their codes are merged with "after body"
164            and "after frameset" codes.  |$previous_insertion_mode|
165            has been removed.  "after frameset" code is
166            merged with "in frameset" code.
167    
168    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
169    
170            * HTML.pm.src: The "before head" insertion mode is
171            merged with the "in head" insertion mode.
172    
173    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
174    
175            * HTML.pm.src: Cases in "in head" insertion mode are
176            reorganized.
177    
178    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
179    
180            * HTML.pm.src: Some cases in "in table" insertion mode
181            are merged.
182    
183    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
184    
185            * HTML.pm.src: The "in row" insertion mode is merged
186            with "in table" insertion mode.
187    
188    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
189    
190            * HTML.pm.src: The "in table" and "in table body" insertion
191            modes are merged.
192    
193    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
194    
195            * HTML.pm.src: There is no "in table head" or "in table foot"
196            insertion mode!
197    
198    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
199    
200            * HTML.pm.src: |<noframes>| "in frameset" and "in noframes"
201            now directly invoke the handler.
202    
203    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
204    
205            * HTML.pm.src: Codes for "in cell" insertion mode
206            is merged to the "in body" insertion mode code.
207    
208    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
209    
210            * HTML.pm.src: Codes for "in body" and "in caption"
211            insertion modes are merged.
212    
213    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
214    
215            * HTML.pm.src: Two |!!!next-token|s were missing.
216    
217    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
218    
219            * HTML.pm.src: Use numeric constant for |{content_mode}|
220            instead of string constant for |{content_model_flag}|.
221    
222    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
223    
224            * HTML.pm.src: Add the name of the attribute
225            to the "duplicate attribute" error.
226    
227    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
228    
229            * ContentChecker.pm: Return the |class| node list.
230    
231    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
232    
233            * ContentChecker.pm: Return the |id| node list.
234    
235            * HTML.pm.src: A typo is fixed.
236    
237    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
238    
239            * ContentChecker.pm: Drop wrong |level => 'error'| specification
240            from "in HTML:xml:lang" error.  Character position
241            is now the last part of the error type in the URI error
242            description.  Report "unsupported" status for language
243            tags, media queries, script codes, and style sheets.
244    
245    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
246    
247            * ContentChecker.pm: Report error if |xml:lang|
248            in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset|
249            in XML.
250    
251            * NanoDOM.pm (Attr.owner_document): New attribute.
252    
253    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
254    
255            * HTML.pm.src: The character immediately following
256            a bare |hcro| was discarded.  Fix handling of
257            entity references in attribute values.
258    
259    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
260    
261            * HTML.pm.src (main and trailin end phases): Token
262            types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are
263            factored out.  Error types |in html:#DOCTYPE|
264            and |after html:#DOCTYPE| are merged
265            into |DOCTYPE in the middle|.  |</frameset>|
266            in fragment parsing mode changed the
267            insertion mode.
268    
269    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
270    
271            * HTML.pm.src: |$phase| has been removed; The |trailing end|
272            phase is now an insertion mode.  Treatments for white
273            space character tokens were incorrect for some
274            insertion modes.  An old |meta| case was not removed.
275    
276    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
277    
278            * HTML.pm.src: |meta| charset declaration extraction
279            implemented (but changing the encoding is not yet:-).
280    
281    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
282    
283            * Charset/: New directory.
284    
285    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
286    
287            * H2H.pm: New Perl module (created from
288            manakai's H2H.dis).
289    
290    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
291    
292            * XMLSerializer.pm: New Perl module (created from
293            manakai's SimpleLS.dis).
294    
295    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
296    
297            * HTML.pm.src: |<!---x-->| was not processed correctly.
298    
299    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
300    
301            * HTML.pm.src: Report correct error message
302            for |<body></div></body>|.
303    
304    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
305    
306            * HTMLTable.pm: An error description was incorrect.
307    
308    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
309    
310            * ContentChecker.pm: Return |{term}| list.
311    
312    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
313    
314            * HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>,
315            nested <nobr>, implied </tbody>, </tfoot>, and </thead>,
316            and <title> outside of head).
317    
318    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
319    
320            * IMTChecker.pm: Report warning for unregistered
321            and private types/subtypes.
322    
323            * ContentChecker.pm, HTML.pm.src, IMTChecker.pm,
324            URIChecker.pm, HTMLTable.pm: Error messages are now
325            consistent; they are all listed in
326            <http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>.
327    
328    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
329    
330            * ContentChecker.pm: |<img ismap>| not in |<a></a>|
331            is now erred.  |<datalist>| is implemented.
332            Attribute checker for |<command>| and |<menu>| are
333            added.  Support for |contextmenu| global attribute
334            is added.
335    
336    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
337    
338            * HTML.pm.src (_reset_insertion_mode): Interpretation
339            of Step 3 has been changed.
340    
341    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
342    
343            * HTML.pm.src: Late |<html>| parse error is implemented.
344    
345    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
346    
347            * URIChecker.pm (check_iri_reference): A |decode| method name was
348            incorrect.
349    
350            * ContentChecker.pm: Support for the |footer| element.
351            Check URI syntax for space-separated URI attributes.
352            Support for the |tabindex| attribute.  Support
353            for |datetime| attribute.
354    
355    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
356    
357            * HTML.pm.src: HTML5 revision 1.144 (&#x0D;) and 1.145 (invalid
358            character references).  HTML5 revision 1.146 (white space
359            characters before root start tag).  HTML5 revision
360            1.148 (named character references in attribute values).
361            HTML5 revision 1.152 (<plaintext>.innerHTML get).
362    
363    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
364    
365            * HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript>
366            in <head>).
367    
368  2007-06-24  Wakaba  <wakaba@suika.fam.cx>  2007-06-24  Wakaba  <wakaba@suika.fam.cx>
369    
370          * HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta>          * HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta>

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.115

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24