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

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.99

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24