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

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.112

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24