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

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.98

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24