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

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.102

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24