/[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.64 by wakaba, Mon Jul 16 03:21:04 2007 UTC revision 1.104 by wakaba, Sun Sep 9 07:19:38 2007 UTC
# Line 1  Line 1 
1    2007-09-09  Wakaba  <[email protected]>
2    
3            * LangTag.pm (check_rfc3066_language_tag): New method.
4    
5    2007-09-09  Wakaba  <[email protected]>
6    
7            * LangTag.pm: New module.
8    
9    2007-09-04  Wakaba  <[email protected]>
10    
11            * HTML.pm.src: Some error types were wrong.
12    
13    2007-08-17  Wakaba  <[email protected]>
14    
15            * CSS/: New directory.
16    
17    2007-08-17  Wakaba  <[email protected]>
18    
19            * ContentChecker.pm (_check_get_children): Support
20            for |noscript| in |head|.
21    
22    2007-08-12  Wakaba  <[email protected]>
23    
24            * URI/: New directory.
25    
26    2007-08-11  Wakaba  <[email protected]>
27    
28            * HTML.pm.src: Tokenizer's states are now represented in
29            number.
30    
31    2007-08-11  Wakaba  <[email protected]>
32    
33            * HTML.pm.src: |or|s for insertion modes are replaced
34            by |&|s.
35    
36    2007-08-11  Wakaba  <[email protected]>
37    
38            * HTML.pm.src: Token types are now represented in number.
39    
40    2007-08-11  Wakaba  <[email protected]>
41    
42            * ContentType.pm (SEE ALSO): Updated.
43    
44            * HTML.pm.src: Insertion modes are now represented in number.
45    
46    2007-08-11  Wakaba  <[email protected]>
47    
48            * ContentType.pm: Sniffing for bitmap images (HTML5 revision
49            999) is implemented.
50    
51    2007-08-08  Wakaba  <[email protected]>
52    
53            * ContentType.pm: Sniffing for |<script| (HTML5 revision
54            983) is implemented.
55    
56    2007-08-06  Wakaba  <[email protected]>
57    
58            * ContentChecker.pod: New documentation.
59    
60            * Makefile: A rule for |ContentChecker.html| is added.
61    
62            * ContentChecker.pm: A pod "LICENSE" section is added.
63    
64            * NanoDOM.pm ($VERSION): New variable.
65    
66    2007-08-05  Wakaba  <[email protected]>
67    
68            * H2H.pm: |b|, |i|, and |sub| are added to the
69            list of allowed HTML elements.
70    
71    2007-08-05  Wakaba  <[email protected]>
72    
73            * H2H.pm: |samp| is added to the list of allowed
74            HTML elements.
75    
76            * URIChecker.pm (check_iri): New.
77            (check_iri_reference): Error type for IRI reference
78            syntax error is changed.
79    
80    2007-08-04  Wakaba  <[email protected]>
81    
82            * ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom|
83            is added.
84            (check_document): Load appropriate module before validation.
85    
86    2007-08-04  Wakaba  <[email protected]>
87    
88            * ContentChecker/: New directory.
89    
90    2007-08-04  Wakaba  <[email protected]>
91    
92            * ContentChecker.pm: HTML |time| element is implemented.
93    
94            * HTMLTable.pm: Comments are updated as HTML5 is revised.
95    
96    2007-07-21  Wakaba  <[email protected]>
97    
98            * ContentChecker.pm (check_document): Return value
99            even if no document element is found.
100    
101    2007-07-21  Wakaba  <[email protected]>
102    
103            * HTML.pm.src: |$in_body| is no longer a function.
104    
105    2007-07-21  Wakaba  <[email protected]>
106    
107            * HTML.pm.src: The |$in_body| code has been moved down.
108    
109    2007-07-21  Wakaba  <[email protected]>
110    
111            * HTML.pm.src: The "trailing end" insertion mode
112            is split into "after html body" and "after html frameset"
113            insertion modes.  Their codes are merged with "after body"
114            and "after frameset" codes.  |$previous_insertion_mode|
115            has been removed.  "after frameset" code is
116            merged with "in frameset" code.
117    
118    2007-07-21  Wakaba  <[email protected]>
119    
120            * HTML.pm.src: The "before head" insertion mode is
121            merged with the "in head" insertion mode.
122    
123    2007-07-21  Wakaba  <[email protected]>
124    
125            * HTML.pm.src: Cases in "in head" insertion mode are
126            reorganized.
127    
128    2007-07-21  Wakaba  <[email protected]>
129    
130            * HTML.pm.src: Some cases in "in table" insertion mode
131            are merged.
132    
133    2007-07-21  Wakaba  <[email protected]>
134    
135            * HTML.pm.src: The "in row" insertion mode is merged
136            with "in table" insertion mode.
137    
138    2007-07-21  Wakaba  <[email protected]>
139    
140            * HTML.pm.src: The "in table" and "in table body" insertion
141            modes are merged.
142    
143    2007-07-21  Wakaba  <[email protected]>
144    
145            * HTML.pm.src: There is no "in table head" or "in table foot"
146            insertion mode!
147    
148    2007-07-21  Wakaba  <[email protected]>
149    
150            * HTML.pm.src: |<noframes>| "in frameset" and "in noframes"
151            now directly invoke the handler.
152    
153    2007-07-21  Wakaba  <[email protected]>
154    
155            * HTML.pm.src: Codes for "in cell" insertion mode
156            is merged to the "in body" insertion mode code.
157    
158    2007-07-21  Wakaba  <[email protected]>
159    
160            * HTML.pm.src: Codes for "in body" and "in caption"
161            insertion modes are merged.
162    
163    2007-07-21  Wakaba  <[email protected]>
164    
165            * HTML.pm.src: Two |!!!next-token|s were missing.
166    
167    2007-07-21  Wakaba  <[email protected]>
168    
169            * HTML.pm.src: Use numeric constant for |{content_mode}|
170            instead of string constant for |{content_model_flag}|.
171    
172    2007-07-21  Wakaba  <[email protected]>
173    
174            * HTML.pm.src: Add the name of the attribute
175            to the "duplicate attribute" error.
176    
177    2007-07-17  Wakaba  <[email protected]>
178    
179            * ContentChecker.pm: Return the |class| node list.
180    
181    2007-07-17  Wakaba  <[email protected]>
182    
183            * ContentChecker.pm: Return the |id| node list.
184    
185            * HTML.pm.src: A typo is fixed.
186    
187    2007-07-16  Wakaba  <[email protected]>
188    
189            * ContentChecker.pm: Drop wrong |level => 'error'| specification
190            from "in HTML:xml:lang" error.  Character position
191            is now the last part of the error type in the URI error
192            description.  Report "unsupported" status for language
193            tags, media queries, script codes, and style sheets.
194    
195    2007-07-16  Wakaba  <[email protected]>
196    
197            * ContentChecker.pm: Report error if |xml:lang|
198            in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset|
199            in XML.
200    
201            * NanoDOM.pm (Attr.owner_document): New attribute.
202    
203    2007-07-16  Wakaba  <[email protected]>
204    
205            * HTML.pm.src: The character immediately following
206            a bare |hcro| was discarded.  Fix handling of
207            entity references in attribute values.
208    
209    2007-07-16  Wakaba  <[email protected]>
210    
211            * HTML.pm.src (main and trailin end phases): Token
212            types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are
213            factored out.  Error types |in html:#DOCTYPE|
214            and |after html:#DOCTYPE| are merged
215            into |DOCTYPE in the middle|.  |</frameset>|
216            in fragment parsing mode changed the
217            insertion mode.
218    
219  2007-07-16  Wakaba  <[email protected]>  2007-07-16  Wakaba  <[email protected]>
220    
221          * HTML.pm.src: |$phase| has been removed; The |trailing end|          * HTML.pm.src: |$phase| has been removed; The |trailing end|

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.104

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24