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

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.105

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24