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