1 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentType.pm (SEE ALSO): Updated. |
4 |
|
|
5 |
|
* HTML.pm.src: Insertion modes are now represented in number. |
6 |
|
|
7 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* ContentType.pm: Sniffing for bitmap images (HTML5 revision |
10 |
|
999) is implemented. |
11 |
|
|
12 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* ContentType.pm: Sniffing for |<script| (HTML5 revision |
15 |
|
983) is implemented. |
16 |
|
|
17 |
|
2007-08-06 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* ContentChecker.pod: New documentation. |
20 |
|
|
21 |
|
* Makefile: A rule for |ContentChecker.html| is added. |
22 |
|
|
23 |
|
* ContentChecker.pm: A pod "LICENSE" section is added. |
24 |
|
|
25 |
|
* NanoDOM.pm ($VERSION): New variable. |
26 |
|
|
27 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* H2H.pm: |b|, |i|, and |sub| are added to the |
30 |
|
list of allowed HTML elements. |
31 |
|
|
32 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* H2H.pm: |samp| is added to the list of allowed |
35 |
|
HTML elements. |
36 |
|
|
37 |
|
* URIChecker.pm (check_iri): New. |
38 |
|
(check_iri_reference): Error type for IRI reference |
39 |
|
syntax error is changed. |
40 |
|
|
41 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom| |
44 |
|
is added. |
45 |
|
(check_document): Load appropriate module before validation. |
46 |
|
|
47 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* ContentChecker/: New directory. |
50 |
|
|
51 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* ContentChecker.pm: HTML |time| element is implemented. |
54 |
|
|
55 |
|
* HTMLTable.pm: Comments are updated as HTML5 is revised. |
56 |
|
|
57 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* ContentChecker.pm (check_document): Return value |
60 |
|
even if no document element is found. |
61 |
|
|
62 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm.src: |$in_body| is no longer a function. |
65 |
|
|
66 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm.src: The |$in_body| code has been moved down. |
69 |
|
|
70 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* HTML.pm.src: The "trailing end" insertion mode |
73 |
|
is split into "after html body" and "after html frameset" |
74 |
|
insertion modes. Their codes are merged with "after body" |
75 |
|
and "after frameset" codes. |$previous_insertion_mode| |
76 |
|
has been removed. "after frameset" code is |
77 |
|
merged with "in frameset" code. |
78 |
|
|
79 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm.src: The "before head" insertion mode is |
82 |
|
merged with the "in head" insertion mode. |
83 |
|
|
84 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* HTML.pm.src: Cases in "in head" insertion mode are |
87 |
|
reorganized. |
88 |
|
|
89 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* HTML.pm.src: Some cases in "in table" insertion mode |
92 |
|
are merged. |
93 |
|
|
94 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* HTML.pm.src: The "in row" insertion mode is merged |
97 |
|
with "in table" insertion mode. |
98 |
|
|
99 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* HTML.pm.src: The "in table" and "in table body" insertion |
102 |
|
modes are merged. |
103 |
|
|
104 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* HTML.pm.src: There is no "in table head" or "in table foot" |
107 |
|
insertion mode! |
108 |
|
|
109 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* HTML.pm.src: |<noframes>| "in frameset" and "in noframes" |
112 |
|
now directly invoke the handler. |
113 |
|
|
114 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* HTML.pm.src: Codes for "in cell" insertion mode |
117 |
|
is merged to the "in body" insertion mode code. |
118 |
|
|
119 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* HTML.pm.src: Codes for "in body" and "in caption" |
122 |
|
insertion modes are merged. |
123 |
|
|
124 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* HTML.pm.src: Two |!!!next-token|s were missing. |
127 |
|
|
128 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* HTML.pm.src: Use numeric constant for |{content_mode}| |
131 |
|
instead of string constant for |{content_model_flag}|. |
132 |
|
|
133 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* HTML.pm.src: Add the name of the attribute |
136 |
|
to the "duplicate attribute" error. |
137 |
|
|
138 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* ContentChecker.pm: Return the |class| node list. |
141 |
|
|
142 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* ContentChecker.pm: Return the |id| node list. |
145 |
|
|
146 |
|
* HTML.pm.src: A typo is fixed. |
147 |
|
|
148 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* ContentChecker.pm: Drop wrong |level => 'error'| specification |
151 |
|
from "in HTML:xml:lang" error. Character position |
152 |
|
is now the last part of the error type in the URI error |
153 |
|
description. Report "unsupported" status for language |
154 |
|
tags, media queries, script codes, and style sheets. |
155 |
|
|
156 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
* ContentChecker.pm: Report error if |xml:lang| |
159 |
|
in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset| |
160 |
|
in XML. |
161 |
|
|
162 |
|
* NanoDOM.pm (Attr.owner_document): New attribute. |
163 |
|
|
164 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* HTML.pm.src: The character immediately following |
167 |
|
a bare |hcro| was discarded. Fix handling of |
168 |
|
entity references in attribute values. |
169 |
|
|
170 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* HTML.pm.src (main and trailin end phases): Token |
173 |
|
types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are |
174 |
|
factored out. Error types |in html:#DOCTYPE| |
175 |
|
and |after html:#DOCTYPE| are merged |
176 |
|
into |DOCTYPE in the middle|. |</frameset>| |
177 |
|
in fragment parsing mode changed the |
178 |
|
insertion mode. |
179 |
|
|
180 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* HTML.pm.src: |$phase| has been removed; The |trailing end| |
183 |
|
phase is now an insertion mode. Treatments for white |
184 |
|
space character tokens were incorrect for some |
185 |
|
insertion modes. An old |meta| case was not removed. |
186 |
|
|
187 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
189 |
|
* HTML.pm.src: |meta| charset declaration extraction |
190 |
|
implemented (but changing the encoding is not yet:-). |
191 |
|
|
192 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* Charset/: New directory. |
195 |
|
|
196 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* H2H.pm: New Perl module (created from |
199 |
|
manakai's H2H.dis). |
200 |
|
|
201 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
202 |
|
|
203 |
|
* XMLSerializer.pm: New Perl module (created from |
204 |
|
manakai's SimpleLS.dis). |
205 |
|
|
206 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* HTML.pm.src: |<!---x-->| was not processed correctly. |
209 |
|
|
210 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
211 |
|
|
212 |
|
* HTML.pm.src: Report correct error message |
213 |
|
for |<body></div></body>|. |
214 |
|
|
215 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* HTMLTable.pm: An error description was incorrect. |
218 |
|
|
219 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
220 |
|
|
221 |
|
* ContentChecker.pm: Return |{term}| list. |
222 |
|
|
223 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
225 |
|
* HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>, |
226 |
|
nested <nobr>, implied </tbody>, </tfoot>, and </thead>, |
227 |
|
and <title> outside of head). |
228 |
|
|
229 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
230 |
|
|
231 |
|
* IMTChecker.pm: Report warning for unregistered |
232 |
|
and private types/subtypes. |
233 |
|
|
234 |
|
* ContentChecker.pm, HTML.pm.src, IMTChecker.pm, |
235 |
|
URIChecker.pm, HTMLTable.pm: Error messages are now |
236 |
|
consistent; they are all listed in |
237 |
|
<http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>. |
238 |
|
|
239 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
240 |
|
|
241 |
|
* ContentChecker.pm: |<img ismap>| not in |<a></a>| |
242 |
|
is now erred. |<datalist>| is implemented. |
243 |
|
Attribute checker for |<command>| and |<menu>| are |
244 |
|
added. Support for |contextmenu| global attribute |
245 |
|
is added. |
246 |
|
|
247 |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
248 |
|
|
249 |
* HTML.pm.src (_reset_insertion_mode): Interpretation |
* HTML.pm.src (_reset_insertion_mode): Interpretation |