1 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* H2H.pm: New Perl module (created from |
4 |
|
manakai's H2H.dis). |
5 |
|
|
6 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* XMLSerializer.pm: New Perl module (created from |
9 |
|
manakai's SimpleLS.dis). |
10 |
|
|
11 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm.src: |<!---x-->| was not processed correctly. |
14 |
|
|
15 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm.src: Report correct error message |
18 |
|
for |<body></div></body>|. |
19 |
|
|
20 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTMLTable.pm: An error description was incorrect. |
23 |
|
|
24 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* ContentChecker.pm: Return |{term}| list. |
27 |
|
|
28 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>, |
31 |
|
nested <nobr>, implied </tbody>, </tfoot>, and </thead>, |
32 |
|
and <title> outside of head). |
33 |
|
|
34 |
|
2007-06-30 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* IMTChecker.pm: Report warning for unregistered |
37 |
|
and private types/subtypes. |
38 |
|
|
39 |
|
* ContentChecker.pm, HTML.pm.src, IMTChecker.pm, |
40 |
|
URIChecker.pm, HTMLTable.pm: Error messages are now |
41 |
|
consistent; they are all listed in |
42 |
|
<http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>. |
43 |
|
|
44 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* ContentChecker.pm: |<img ismap>| not in |<a></a>| |
47 |
|
is now erred. |<datalist>| is implemented. |
48 |
|
Attribute checker for |<command>| and |<menu>| are |
49 |
|
added. Support for |contextmenu| global attribute |
50 |
|
is added. |
51 |
|
|
52 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm.src (_reset_insertion_mode): Interpretation |
55 |
|
of Step 3 has been changed. |
56 |
|
|
57 |
|
2007-06-25 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm.src: Late |<html>| parse error is implemented. |
60 |
|
|
61 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* URIChecker.pm (check_iri_reference): A |decode| method name was |
64 |
|
incorrect. |
65 |
|
|
66 |
|
* ContentChecker.pm: Support for the |footer| element. |
67 |
|
Check URI syntax for space-separated URI attributes. |
68 |
|
Support for the |tabindex| attribute. Support |
69 |
|
for |datetime| attribute. |
70 |
|
|
71 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* HTML.pm.src: HTML5 revision 1.144 (
) and 1.145 (invalid |
74 |
|
character references). HTML5 revision 1.146 (white space |
75 |
|
characters before root start tag). HTML5 revision |
76 |
|
1.148 (named character references in attribute values). |
77 |
|
HTML5 revision 1.152 (<plaintext>.innerHTML get). |
78 |
|
|
79 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript> |
82 |
|
in <head>). |
83 |
|
|
84 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta> |
87 |
|
in body). |
88 |
|
|
89 |
|
* ContentChecker.pm: HTML5 revision 938 (scoped=""). |
90 |
|
|
91 |
|
2007-06-24 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA |
94 |
|
or RCDATA in fragment parsing mode). HTML5 revision |
95 |
|
924 (<!--> and <!--->). HTML5 revision 926 (hn in hn). |
96 |
|
|
97 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* HTML.pm.src (get_inner_html): HTML5 revision 922 (inner_html |
100 |
|
for <pre> and <textarea>). |
101 |
|
|
102 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* HTML.pm.src: HTML5 revision 920 (<isindex>). |
105 |
|
|
106 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>). |
109 |
|
|
110 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* HTML.pm.src: HTML5 revision 916 (</body>). |
113 |
|
HTML5 revision 917 (conforming bare &). |
114 |
|
|
115 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* NanoDOM.pm (manakai_is_html): Setting to false did not work. |
118 |
|
|
119 |
|
* HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA). |
120 |
|
HTML5 revision 915 (<nobr>). |
121 |
|
|
122 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* HTML.pm.src: HTML5 revisions 908, 909, 912, and 913 (quirks mode). |
125 |
|
|
126 |
|
* NanoDOM.pm (manakai_is_html, manakai_compat_mode, compat_mode): |
127 |
|
New attributes. |
128 |
|
|
129 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (< |
132 |
|
in tags). |
133 |
|
|
134 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* .cvsignore: |Entities.html| is added. |
137 |
|
|
138 |
|
* HTML.pm.src: |$entity_char| is removed and |
139 |
|
requires |Whatpm::_NamedEntityList| instead. |
140 |
|
HTML5 revision 898 (refc), except that lack of refc |
141 |
|
is parse error. |
142 |
|
|
143 |
|
* mkentitylist.pl: New script. |
144 |
|
|
145 |
|
* Makefile (all): |_NamedEntityList.pm| is added. |
146 |
|
(_NamedEntityList.pm, Entities.html): New rules. |
147 |
|
|
148 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* HTML.pm.src: Parse errors immediately after U+000D |
151 |
|
were ignored and U+000D immediately following another |
152 |
|
U+000D was not converted to U+000A. |
153 |
|
|
154 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt |
157 |
|
nodes before appended). Parser was not ready for NULL |
158 |
|
parse error and escape flag. |
159 |
|
|
160 |
|
* NanoDOM.pm (adopt_node): New. |
161 |
|
|
162 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* HTML.pm.src: HTML5 revision 886 (insane comment in |
165 |
|
CDATA and RCDATA). Note that current implementation |
166 |
|
is simply repeating what the spec says and it is maybe not |
167 |
|
a best way to do it. |
168 |
|
|
169 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* HTML.pm.src: HTML5 revision 884 (</form> don't close |
172 |
|
the form element if a descendant element without implied end tag has |
173 |
|
still been open). |
174 |
|
|
175 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with |
178 |
|
space characters non-conforming). |
179 |
|
|
180 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* HTML.pm.src: An error message was incorrect. |
183 |
|
HTML5 revision 869 (C1 character references). |
184 |
|
|
185 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
187 |
|
* HTML.pm.src: HTML5 revision 867 (a LF at the beginning of |
188 |
|
a |textarea| is removed). |
189 |
|
|
190 |
|
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* NanoDOM.pm (get_attribute_node_ns): New method. |
193 |
|
|
194 |
|
* ContentChecker.pm: |script| |async| and |defer| |
195 |
|
no longer require |src|. |async| MUST NOT be |
196 |
|
specified if |defer|. (HTML5 revision 858). |
197 |
|
|
198 |
|
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* HTML.pm.src: |<form><form>| went to inifinite loop. |
201 |
|
|
202 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* ContentChecker.pm (html): Set |is_root| (allowed |
205 |
|
as a document element) flag on. |
206 |
|
(new): Removed. |
207 |
|
(check_document): New method. |
208 |
|
|
209 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
211 |
|
* ContentChecker.pm (thead, tfoot): Checker specifications |
212 |
|
were incorrect. |
213 |
|
|
214 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
215 |
|
|
216 |
|
* ContentChecker.pm ($HTMLURIAttrChecker): Include |
217 |
|
error position in the |type| option of the error. |
218 |
|
|
219 |
|
* HTMLTable.pm (form_table): The |$onerror| parameter |
220 |
|
is now optional. Some bugs are fixed. |
221 |
|
|
222 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
223 |
|
|
224 |
|
* HTMLTable.pm: New module. |
225 |
|
|
226 |
|
* ContentChecker.pm (table): Invoke table model error checker. |
227 |
|
|
228 |
|
* NanoDOM.pm (first_child, get_attribute_ns): New. |
229 |
|
|
230 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
232 |
|
* ContentChecker.pm ($HTMLLinkTypesAttrChecker): New checker. |
233 |
|
(link/@rel, a/@rel, area/@rel): Use new checker. |
234 |
|
|
235 |
|
* Makefile (_LinkTypeList.pm, RelExtensions.html): New rules. |
236 |
|
|
237 |
|
* _LinkTypeList.pm: New file. |
238 |
|
|
239 |
|
* mklinktypelist.pl: New file. |
240 |
|
|
241 |
|
* .cvsignore: |RelExtensions.html| added. |
242 |
|
|
243 |
|
* NanoDOM.pm (child_nodes): Returns an empty array |
244 |
|
for non-child-containing node types. |
245 |
|
(text_content): New attribute. |
246 |
|
|
247 |
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
248 |
|
|
249 |
|
* IMTChecker.pm: New module. |
250 |
|
|
251 |
|
* ContentChecker.pm ($HTMLIMTAttrChecker): Call IMTChecker |
252 |
|
to test parameter value validity. |
253 |
|
|
254 |
|
* HTML.pm.src ($style_start_tag): Attributes were |
255 |
|
discarded. |
256 |
|
|
257 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
258 |
|
|
259 |
|
* ContentChecker.pm ($HTMLURIAttrChecker): Implemented. |
260 |
|
|
261 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
262 |
|
|
263 |
|
* URIChecker.pm: All recommendations from RFC 3986 |
264 |
|
and RFC 3987 are listed (not all testable items are checked yet). |
265 |
|
|
266 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
267 |
|
|
268 |
|
* URIChecker.pm: New module. |
269 |
|
|
270 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
271 |
|
|
272 |
|
* ContentChecker.pm: Now most attributes are implemented |
273 |
|
or associated to some placeholder. |
274 |
|
($ElementDefault): Warn unknown attributes |
275 |
|
for unknown elements as "attribute not supported". |
276 |
|
($HTMLLanguageTagAttrChecker, $HTMLMQAttrChecker): New placeholders. |
277 |
|
($HTMLUsemapAttrChecker, $HTMLTargetAttrChecker): New checkers. |
278 |
|
(|a| attribute checker): Reimplemented. |
279 |
|
|
280 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
281 |
|
|
282 |
|
* ContentChecker.pm ($HTMLEventHandlerAttrChecker): New placeholder. |
283 |
|
($HTMLAttrChecker): Event handler content attributes |
284 |
|
are added. |
285 |
|
(link, embed): Required attribute is now checked. |
286 |
|
(embed): Unknown local attributes are no longer warned. |
287 |
|
|
288 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
289 |
|
|
290 |
|
* ContentChecker.pm ($HTMLSpaceURIsAttrChecker): New placeholder. |
291 |
|
($HTMLIMTAttrChecker): New checker. |
292 |
|
(link@rel, link@href, link@type, style@type, |
293 |
|
a@href, a@ping, a@ping, a@type, embed@src, embed@type, |
294 |
|
object@data, object@type, source@src, source@type, area@alt, |
295 |
|
area@shape, area@coords, area@href, |
296 |
|
area@ping, area@rel, area@type, script@src, |
297 |
|
script@defer, script@async, script@type): Checkers added. |
298 |
|
|
299 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
300 |
|
|
301 |
|
* ContentChecker.pm: Descendant checking was incorrect. |
302 |
|
|
303 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
304 |
|
|
305 |
* ContentChecker.pm: Support |xml:*| and |xmlns:*| |
* ContentChecker.pm: Support |xml:*| and |xmlns:*| |