/[suikacvs]/markup/html/whatpm/whatpm-commit.en.atom.u8
Suika

Contents of /markup/html/whatpm/whatpm-commit.en.atom.u8

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.68 - (show annotations) (download)
Sun Aug 16 05:57:24 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.67: +7 -1 lines
++ whatpm/Whatpm/ChangeLog	16 Aug 2009 05:57:12 -0000
	* HTML.pm.src: An <hn> start tag in an <hn> element should close
	the earlier element (HTML5 revision 2501).

2009-08-16  Wakaba  <wakaba@suika.fam.cx>

1 <Atom:feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom" xmlns:Atom="http://www.w3.org/2005/Atom"><Atom:id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit</Atom:id><Atom:title>Whatpm ChangeLog diffs</Atom:title><Atom:updated>2009-08-16T05:57:15Z</Atom:updated><Atom:link href="http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit" hreflang="en" rel="self" type="application/atom+xml"></Atom:link><Atom:link href="http://suika.fam.cx/www/markup/html/whatpm/readme" rel="related"></Atom:link><Atom:link href="http://suika.fam.cx/www/markup/html/whatpm/readme#license" rel="license"></Atom:link><Atom:rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</Atom:rights><entry xml:id="entry-1250402243"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250402243</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T05:57:15Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog 16 Aug 2009 05:57:12 -0000
2 * HTML.pm.src: An &lt;hn&gt; start tag in an &lt;hn&gt; element should close
3 the earlier element (HTML5 revision 2501).
4
5 2009-08-16 Wakaba &lt;[email protected]&gt;
6
7 </content></entry><entry xml:id="entry-1250400286"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250400286</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T05:24:42Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 16 Aug 2009 05:21:53 -0000
8 * tokenizer-test-1.test: &quot;&lt;&quot; in attribute names are now parse
9 errors (HTML5 revision 3354).
10
11 2009-08-16 Wakaba &lt;[email protected]&gt;
12
13 ++ whatpm/Whatpm/HTML/ChangeLog 16 Aug 2009 05:23:17 -0000
14 * Tokenizer.pm.src: Any &quot;&lt;&quot; character in attribute names become
15 parse error (HTML5 revision 3354).
16
17 2009-08-16 Wakaba &lt;[email protected]&gt;
18
19 </content></entry><entry xml:id="entry-1250399708"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250399708</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T05:14:59Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 16 Aug 2009 05:12:20 -0000
20 * tree-test-1.dat: Changed test results for &lt;/br&gt; in the after
21 head parsing mode (HTML5 revision 2586).
22
23 2009-08-16 Wakaba &lt;[email protected]&gt;
24
25 ++ whatpm/Whatpm/ChangeLog 16 Aug 2009 05:13:22 -0000
26 * HTML.pm.src: The &lt;/br&gt; end tags before the &lt;body&gt; start tag
27 should equally survive as the first br element child of the body
28 element (HTML5 revision 2586).
29
30 2009-08-16 Wakaba &lt;[email protected]&gt;
31
32 </content></entry><entry xml:id="entry-1250398792"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250398792</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T04:59:48Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 16 Aug 2009 04:59:46 -0000
33 * tree-test-foreign.dat: Added tests for &lt;font&gt; in SVG (cf. HTML5
34 revision 2590).
35
36 2009-08-16 Wakaba &lt;[email protected]&gt;
37
38 ++ whatpm/Whatpm/ChangeLog 16 Aug 2009 04:59:14 -0000
39 * HTML.pm.src: &lt;font&gt; in SVG land is handled as an SVG element as
40 long as it did not have HTML attributes (HTML5 revision 2590).
41
42 2009-08-16 Wakaba &lt;[email protected]&gt;
43
44 </content></entry><entry xml:id="entry-1250395593"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250395593</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T04:06:29Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 16 Aug 2009 04:05:04 -0000
45 * tree-test-1.dat, tree-test-3.dat, tree-test-flow.dat,
46 tree-test-foreign.dat, tree-test-form.dat, tree-test-phrasing.dat,
47 tokenizer-test-1.test, tokenizer-test-2.dat, tokenizer-test-3.dat:
48 DOCTYPE names are now normalized to its lowercased form (HTML5
49 revision 2502).
50
51 2009-08-16 Wakaba &lt;[email protected]&gt;
52
53 ++ whatpm/Whatpm/HTML/ChangeLog 16 Aug 2009 04:06:26 -0000
54 2009-08-16 Wakaba &lt;[email protected]&gt;
55
56 * Tokenizer.pm.src: Lowercase-fold doctype names (HTML5 revision
57 2501, cf. HTML5 revision 3571).
58
59 </content></entry><entry xml:id="entry-1250394112"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250394112</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T03:41:44Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 16 Aug 2009 03:41:40 -0000
60 2009-08-16 Wakaba &lt;[email protected]&gt;
61
62 * tree-test-form.dat: Added test cases for &lt;select&gt; in &quot;in select&quot;
63 parsing modes.
64
65 ++ whatpm/Whatpm/ChangeLog 16 Aug 2009 03:41:19 -0000
66 2009-08-16 Wakaba &lt;[email protected]&gt;
67
68 * HTML.pm.src (_tree_construction_main): Improved error reporting
69 on &quot;select&quot; start tag in &quot;in select&quot; and &quot;in select in table&quot;
70 parsing modes (c.f. HTML5 revision 3604).
71
72 </content></entry><entry xml:id="entry-1249091944"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1249091944</id><title>2009-08-01 Wakaba</title><updated>2009-08-01T01:58:57Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 1 Aug 2009 01:56:34 -0000
73 2009-08-01 Wakaba &lt;[email protected]&gt;
74
75 * html-scripting-1.dat: Added test cases for |body| and |frameset|
76 event handler content attributes (cf. HTML5 revision 2685).
77
78 * html-global-1.dat: Moved event handler content attribute tests
79 to |html-scripting-1.dat|.
80
81 ++ whatpm/Whatpm/ContentChecker/ChangeLog 1 Aug 2009 01:45:06 -0000
82 2009-08-01 Wakaba &lt;[email protected]&gt;
83
84 * HTML.pm: Implemented |body| and |frameset| event handler content
85 attributes (cf. HTML5 revision 2685).
86
87 </content></entry><entry xml:id="entry-1248617458"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248617458</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T14:10:50Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ContentChecker/ChangeLog 26 Jul 2009 14:10:47 -0000
88 * HTML.pm: Updated element and attribute status.
89
90 2009-07-26 Wakaba &lt;[email protected]&gt;
91
92 </content></entry><entry xml:id="entry-1248606947"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248606947</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T11:15:36Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 26 Jul 2009 11:13:49 -0000
93 * html-scripting-1.dat: Added test cases for onpopstate=&quot;&quot;
94 attribute (cf. HTML5 revision 2686).
95
96 2009-07-26 Wakaba &lt;[email protected]&gt;
97
98 ++ whatpm/Whatpm/ContentChecker/ChangeLog 26 Jul 2009 11:14:43 -0000
99 * HTML.pm: Added onpopstate=&quot;&quot; attribute to body element (HTML5
100 revision 2686).
101
102 2009-07-26 Wakaba &lt;[email protected]&gt;
103
104 </content></entry><entry xml:id="entry-1248605782"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248605782</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T10:56:19Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 26 Jul 2009 10:52:36 -0000
105 * tree-test-foreign.dat: Added xmlns:xlink test cases (cf. HTML5
106 revision 2701).
107
108 2009-07-26 Wakaba &lt;[email protected]&gt;
109
110 ++ whatpm/Whatpm/ChangeLog 26 Jul 2009 10:53:56 -0000
111 * mkhtmlclass.pl: Made xmlns:xlink with wrong namespace URL
112 invalid (HTML5 revision 2701).
113
114 2009-07-26 Wakaba &lt;[email protected]&gt;
115
116 </content></entry><entry xml:id="entry-1248602170"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248602170</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T09:56:07Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 26 Jul 2009 09:54:48 -0000
117 * html-forms-1.dat: Added test cases for autocomplete=&quot;&quot; on the
118 |form| elements (cf. HTML5 revision 2798).
119
120 2009-07-26 Wakaba &lt;[email protected]&gt;
121
122 ++ whatpm/Whatpm/ContentChecker/ChangeLog 26 Jul 2009 09:55:42 -0000
123 * HTML.pm: Added autocomplete=&quot;&quot; attribute to form element (HTML5
124 revision 2798).
125
126 2009-07-26 Wakaba &lt;[email protected]&gt;
127
128 </content></entry><entry xml:id="entry-1248600756"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248600756</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T09:32:31Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 26 Jul 2009 09:32:24 -0000
129 * html-global-1.dat: Added test cases for spellcheck=&quot;&quot; global
130 attribute (cf. HTML5 revision 2801).
131
132 2009-07-26 Wakaba &lt;[email protected]&gt;
133
134 ++ whatpm/Whatpm/ContentChecker/ChangeLog 26 Jul 2009 09:31:50 -0000
135 * HTML.pm: Added spellcheck=&quot;&quot; attribute (HTML5 revision 2801).
136
137 2009-07-26 Wakaba &lt;[email protected]&gt;
138
139 </content></entry><entry xml:id="entry-1248599477"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248599477</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T09:11:08Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 26 Jul 2009 09:11:02 -0000
140 2009-07-26 Wakaba &lt;[email protected]&gt;
141
142 * tree-test-2.dat: Fixed some wrong test results.
143
144 * tree-test-form.dat, tree-test-phrasing.dat: Tests on &lt;/body&gt;
145 after start tags of end-tag-optional element (cf. HTML5 revision
146 2806).
147
148 ++ whatpm/Whatpm/ChangeLog 26 Jul 2009 09:09:56 -0000
149 2009-07-26 Wakaba &lt;[email protected]&gt;
150
151 * HTML.pm.src: &lt;/rt&gt;, &lt;/rp&gt;, &lt;/option&gt;, &lt;/optgroup&gt; become
152 optional before &lt;/body&gt; (HTML5 revision 2806).
153
154 </content></entry><entry xml:id="entry-1248593215"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248593215</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T07:26:49Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 26 Jul 2009 07:26:16 -0000
155 * html-objects-1.dat: Added test cases for transparent child of
156 |figure| elements (cf. HTML5 revision 2863).
157
158 2009-07-26 Wakaba &lt;[email protected]&gt;
159
160 </content></entry><entry xml:id="entry-1248592214"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248592214</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T07:10:05Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 26 Jul 2009 07:07:33 -0000
161 * html-objects-1.dat: Added test cases for the autobuffer=&quot;&quot;
162 attribute (cf. HTML5 revision 2855).
163
164 2009-07-26 Wakaba &lt;[email protected]&gt;
165
166 ++ whatpm/Whatpm/ContentChecker/ChangeLog 26 Jul 2009 07:07:50 -0000
167 * HTML.pm: Added autobuffer=&quot;&quot; attribute (HTML5 revision 2855).
168
169 2009-07-26 Wakaba &lt;[email protected]&gt;
170
171 </content></entry><entry xml:id="entry-1248591225"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248591225</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T06:53:35Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 26 Jul 2009 06:52:58 -0000
172 * html-metadata-1.dat: Added test cases for &lt;meta charset=utf-8&gt;
173 in XML documents (cf. HTML5 revision 2859).
174
175 2009-07-26 Wakaba &lt;[email protected]&gt;
176
177 ++ whatpm/Whatpm/ContentChecker/ChangeLog 26 Jul 2009 06:53:26 -0000
178 * HTML.pm: Allow &lt;meta charset=utf-8&gt; in XML documents (HTML5
179 revision 2859).
180
181 2009-07-26 Wakaba &lt;[email protected]&gt;
182
183 </content></entry><entry xml:id="entry-1248589932"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248589932</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T06:32:09Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 26 Jul 2009 06:31:12 -0000
184 2009-07-26 Wakaba &lt;[email protected]&gt;
185
186 * html-objects-1.dat: Added test cases for interaction of |figure|
187 element and |caption| descendant (cf. HTML5 revision 2863).
188
189 ++ whatpm/Whatpm/ContentChecker/ChangeLog 26 Jul 2009 06:32:03 -0000
190 2009-07-26 Wakaba &lt;[email protected]&gt;
191
192 * HTML.pm: Disallow |figure|-grandchild |caption| element when
193 |table| is the only child of |figure| element (HTML5 revision
194 2863).
195
196 </content></entry><entry xml:id="entry-1248494741"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248494741</id><title>2009-07-25 Wakaba</title><updated>2009-07-25T04:05:38Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 25 Jul 2009 04:03:26 -0000
197 * html-interactive-1.dat, html-scripting-1.dat,
198 html-metadata-1.dat: The |eventsource| element and the |onmessage|
199 attribute have been dropped (HTML5 revision 2870).
200
201 2009-07-25 Wakaba &lt;[email protected]&gt;
202
203 ++ whatpm/Whatpm/ChangeLog 25 Jul 2009 03:55:06 -0000
204 * HTML.pm.src: Marked where SVG |script| execution should be
205 implemented (HTML5 revision 2904).
206
207 2009-07-25 Wakaba &lt;[email protected]&gt;
208
209 ++ whatpm/Whatpm/ContentChecker/ChangeLog 25 Jul 2009 04:04:24 -0000
210 * HTML.pm: The |eventsource| element and the |onmessage| attribute
211 have been dropped (HTML5 revision 2870).
212
213 2009-07-25 Wakaba &lt;[email protected]&gt;
214
215 </content></entry><entry xml:id="entry-1248493524"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248493524</id><title>2009-07-25 Wakaba</title><updated>2009-07-25T03:45:21Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 25 Jul 2009 03:44:33 -0000
216 * html-form-textarea.dat: Added tests on |textarea|'s
217 |placeholder| attribute (cf. HTML5 revision 2921).
218
219 2009-07-25 Wakaba &lt;[email protected]&gt;
220
221 ++ whatpm/Whatpm/ContentChecker/ChangeLog 25 Jul 2009 03:44:58 -0000
222 * HTML.pm: Added support for |textarea| element's |placeholder|
223 attribute (HTML5 revision 2921).
224
225 2009-07-25 Wakaba &lt;[email protected]&gt;
226
227 </content></entry><entry xml:id="entry-1248493121"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248493121</id><title>2009-07-25 Wakaba</title><updated>2009-07-25T03:38:34Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog 25 Jul 2009 03:38:29 -0000
228 2009-07-25 Wakaba &lt;[email protected]&gt;
229
230 * HTML.pm.src (set_inner_html): The fragment parsing algorithm
231 inherits the document quirksness flag of the main document (HTML5
232 revision 2935).
233
234 </content></entry><entry xml:id="entry-1248492073"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248492073</id><title>2009-07-25 Wakaba</title><updated>2009-07-25T03:21:09Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 25 Jul 2009 03:21:05 -0000
235 2009-07-25 Wakaba &lt;[email protected]&gt;
236
237 * html-form-input-1.dat, html-objects-1.dat: Added tests on
238 dimension attributes (cf. HTML5 revision 2943).
239
240 ++ whatpm/Whatpm/ContentChecker/ChangeLog 25 Jul 2009 03:20:07 -0000
241 2009-07-25 Wakaba &lt;[email protected]&gt;
242
243 * HTML.pm: Implemented dimenstion attributes (|width| and
244 |height|; cf. HTML5 revision 2943).
245
246 </content></entry><entry xml:id="entry-1246836930"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246836930</id><title>2009-07-05 Wakaba</title><updated>2009-07-05T23:35:23Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 5 Jul 2009 23:31:57 -0000
247 2009-07-06 Wakaba &lt;[email protected]&gt;
248
249 * html-flows-1.dat: |header| in |footer| or |address| is no longer
250 allowed (HTML5 revision 3051).
251
252 ++ whatpm/Whatpm/ContentChecker/ChangeLog 5 Jul 2009 23:34:46 -0000
253 2009-07-06 Wakaba &lt;[email protected]&gt;
254
255 * HTML.pm: Disallow |header| in |footer| or |address| (HTML5
256 revision 3051).
257
258 </content></entry><entry xml:id="entry-1246776375"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246776375</id><title>2009-07-05 Wakaba</title><updated>2009-07-05T06:46:10Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 5 Jul 2009 06:46:07 -0000
259 * html-global-1.dat, html-form-input-1.dat: Now that |accesskey|
260 attribute is allowed as a global attribute with new syntax
261 definition, related test reults are revised and some new tests are
262 added (HTML5 revision 3065).
263
264 2009-07-05 Wakaba &lt;[email protected]&gt;
265
266 ++ whatpm/Whatpm/ContentChecker/ChangeLog 5 Jul 2009 06:45:08 -0000
267 * HTML.pm: Allow |accesskey| on all elements (HTML5 revision
268 3065).
269
270 2009-07-05 Wakaba &lt;[email protected]&gt;
271
272 </content></entry><entry xml:id="entry-1246774294"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246774294</id><title>2009-07-05 Wakaba</title><updated>2009-07-05T06:11:27Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 5 Jul 2009 06:09:10 -0000
273 * html-interactive-1.dat: The |default| attribute of the |command|
274 element is tentatively disallowed (HTML5 revision 3067).
275
276 2009-07-05 Wakaba &lt;[email protected]&gt;
277
278 ++ whatpm/Whatpm/ContentChecker/ChangeLog 5 Jul 2009 06:09:40 -0000
279 * HTML.pm: Disallow |default| attribute of the |command| element
280 for now (HTML5 revision 3067).
281
282 2009-07-05 Wakaba &lt;[email protected]&gt;
283
284 </content></entry><entry xml:id="entry-1246774016"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246774016</id><title>2009-07-05 Wakaba</title><updated>2009-07-05T06:06:49Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 5 Jul 2009 06:03:27 -0000
285 2009-07-05 Wakaba &lt;[email protected]&gt;
286
287 * html-flows-1.dat: Tests for |article| element and its |pubdate|
288 attribute are added (c.f. HTML5 revision 3116).
289
290 ++ whatpm/Whatpm/ContentChecker/ChangeLog 5 Jul 2009 06:04:53 -0000
291 2009-07-05 Wakaba &lt;[email protected]&gt;
292
293 * HTML.pm: Implemented |pubdate| attribute on the |article|
294 element (HTML5 revision 3116).
295
296 </content></entry><entry xml:id="entry-1246770792"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246770792</id><title>2009-07-05 Wakaba</title><updated>2009-07-05T05:13:07Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 5 Jul 2009 05:12:28 -0000
297 * tree-test-1.dat: Added tests for &lt;table&gt; in &lt;p&gt; (c.f. HTML5
298 revision 3132).
299
300 2009-07-05 Wakaba &lt;[email protected]&gt;
301
302 ++ whatpm/Whatpm/ChangeLog 5 Jul 2009 05:13:02 -0000
303 2009-07-05 Wakaba &lt;[email protected]&gt;
304
305 * HTML.pm.src (_tree_construction_main): Put |table| in |p| in
306 quirks mode (The Hixie Quirk, HTML5 revision 3132).
307
308 </content></entry><entry xml:id="entry-1246768725"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246768725</id><title>2009-07-05 Wakaba</title><updated>2009-07-05T04:38:37Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 5 Jul 2009 04:38:11 -0000
309 2009-07-05 Wakaba &lt;[email protected]&gt;
310
311 * tokenizer-test-1.test: Updated the result (c.f. HTML5 revision
312 3121).
313
314 ++ whatpm/Whatpm/HTML/ChangeLog 5 Jul 2009 04:38:33 -0000
315 2009-07-05 Wakaba &lt;[email protected]&gt;
316
317 * Tokenizer.pm.src: Reduced the number of parse errors on broken
318 DOCTYPE (HTML5 revision 3121).
319
320 </content></entry><entry xml:id="entry-1246576536"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246576536</id><title>2009-07-02 Wakaba</title><updated>2009-07-02T23:15:31Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 2 Jul 2009 23:15:00 -0000
321
322 * tree-test-1.dat: Added test on &lt;keygen&gt; in &lt;select&gt; (c.f. HTML5
323 revision 3163).
324
325 2009-07-03 Wakaba &lt;[email protected]&gt;
326 ++ whatpm/Whatpm/ChangeLog 2 Jul 2009 23:15:28 -0000
327 * HTML.pm.src: &lt;kegten&gt; breaks out of &lt;select&gt; (HTML5 revision
328 3163).
329
330 2009-07-03 Wakaba &lt;[email protected]&gt;
331
332 </content></entry><entry xml:id="entry-1246575327"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246575327</id><title>2009-07-02 Wakaba</title><updated>2009-07-02T22:55:24Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 2 Jul 2009 22:55:00 -0000
333 2009-07-03 Wakaba &lt;[email protected]&gt;
334
335 * html-interactive-1.dat, html-links-1.dat, html-datatemplate.dat,
336 html-form-label.dat: Test results related to |datagrid| content
337 model are updated (c.f. HTML5 revision 3164).
338
339 ++ whatpm/Whatpm/ContentChecker/ChangeLog 2 Jul 2009 22:55:21 -0000
340 2009-07-03 Wakaba &lt;[email protected]&gt;
341
342 * HTML.pm: |datagrid| now allows any flow content (HTML5 revision
343 3164).
344
345 </content></entry><entry xml:id="entry-1246573468"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246573468</id><title>2009-07-02 Wakaba</title><updated>2009-07-02T22:24:25Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/HTML/ChangeLog 2 Jul 2009 22:24:21 -0000
346 * Tokenizer.pm.src: Reduced a parse error (HTML5 revision 3194).
347
348 2009-07-03 Wakaba &lt;[email protected]&gt;
349
350 </content></entry><entry xml:id="entry-1246572711"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246572711</id><title>2009-07-02 Wakaba</title><updated>2009-07-02T22:11:44Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog 2 Jul 2009 22:11:35 -0000
351 * HTML.pm.src: Don't change encoding to UTF-8 if the input
352 encoding is UTF-16 (HTML5 revision 3204).
353
354 2009-07-03 Wakaba &lt;[email protected]&gt;
355
356 </content></entry><entry xml:id="entry-1246572516"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246572516</id><title>2009-07-02 Wakaba</title><updated>2009-07-02T22:08:34Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog 2 Jul 2009 22:08:24 -0000
357 2009-07-03 Wakaba &lt;[email protected]&gt;
358
359 * HTML.pm.src (parse_byte_stream): Don't change to another
360 encoding if the input is UTF-16 (HTML5 revision 3205).
361
362 </content></entry><entry xml:id="entry-1246570962"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246570962</id><title>2009-07-02 Wakaba</title><updated>2009-07-02T21:42:39Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 2 Jul 2009 21:41:03 -0000
363 2009-07-03 Wakaba &lt;[email protected]&gt;
364
365 * tokenizer-test-1.test: &lt; in unquoted attribute value is no
366 longer allowed (HTML5 revision 3206).
367
368 ++ whatpm/Whatpm/HTML/ChangeLog 2 Jul 2009 21:42:34 -0000
369 2009-07-03 Wakaba &lt;[email protected]&gt;
370
371 * Tokenizer.pm.src: &quot;&lt;&quot; in unquoted attribute values is now
372 treated as parse error (HTML5 revision 3206).
373
374 </content></entry><entry xml:id="entry-1246188467"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246188467</id><title>2009-06-28 Wakaba</title><updated>2009-06-28T11:27:44Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 28 Jun 2009 11:26:40 -0000
375 * html-texts-1.dat, html-datatemplate.dat: Updated |rp| test
376 results (c.f. HTML5 revision 3217).
377
378 2009-06-28 Wakaba &lt;[email protected]&gt;
379
380 ++ whatpm/Whatpm/ContentChecker/ChangeLog 28 Jun 2009 11:27:37 -0000
381 * HTML.pm: |rp| now takes normali phrasing content (HTML5 revision
382 3217).
383
384 2009-06-28 Wakaba &lt;[email protected]&gt;
385
386 </content></entry><entry xml:id="entry-1246186985"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246186985</id><title>2009-06-28 Wakaba</title><updated>2009-06-28T11:03:02Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 28 Jun 2009 11:02:32 -0000
387 * tree-test-1.dat, tree-test-flow.dat: Updated test results on
388 isindex (c.f. HTML5 revision 3236).
389
390 2009-06-28 Wakaba &lt;[email protected]&gt;
391
392 ++ whatpm/Whatpm/ChangeLog 28 Jun 2009 11:02:59 -0000
393 2009-06-28 Wakaba &lt;[email protected]&gt;
394
395 * HTML.pm.src: |isindex| should no longer generate |p| element
396 node (HTML5 revision 3236).
397
398 </content></entry><entry xml:id="entry-1246186109"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246186109</id><title>2009-06-28 Wakaba</title><updated>2009-06-28T10:48:27Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 28 Jun 2009 10:48:13 -0000
399 2009-06-28 Wakaba &lt;[email protected]&gt;
400
401 * ContentChecker.t: Added new test data file.
402
403 ++ whatpm/t/dom-conformance/ChangeLog 28 Jun 2009 10:47:52 -0000
404 2009-06-28 Wakaba &lt;[email protected]&gt;
405
406 * html-scripting-1.dat: New file.
407
408 2009-06-28 Wakaba &lt;[email protected]&gt;
409
410 * html-flows-1.dat, html-tables-1.dat: Test data for flow content
411 in |legend| and |caption| are added (c.f. HTML5 revision 3252).
412
413 ++ whatpm/Whatpm/ContentChecker/ChangeLog 28 Jun 2009 10:46:58 -0000
414 2009-06-28 Wakaba &lt;[email protected]&gt;
415
416 * HTML.pm: |ondataunavailable| has been removed (HTML5 revision
417 3252).
418
419 2009-06-28 Wakaba &lt;[email protected]&gt;
420
421 * HTML.pm: Block-level contents in |figure|'s |legend| and
422 |caption| are now allowed (HTML5 revision 3329).
423
424 </content></entry><entry xml:id="entry-1229323280"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229323280</id><title>2008-12-15 Wakaba</title><updated>2008-12-15T06:41:15Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 15 Dec 2008 06:41:13 -0000
425 2008-12-15 Wakaba &lt;[email protected]&gt;
426
427 * html-flows-1.dat: Updated test results and added some new tests.
428
429 * html-form-input-1.dat: Added some new tests.
430
431 ++ whatpm/Whatpm/ContentChecker/ChangeLog 15 Dec 2008 06:40:20 -0000
432 2008-12-15 Wakaba &lt;[email protected]&gt;
433
434 * HTML.pm ($HTMLDatetimeAttrChecker): Removed.
435 ($GetDateTimeAttrChecker): Added.
436 ($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for
437 later use.
438 (ins/@datetime, del/@datetime): Changed to use newer definitin of
439 &quot;global date and time string&quot;.
440 (input's date- and time-related, and type=number and type=range
441 control types): Implemented value=&quot;&quot;, min=&quot;&quot;, and max=&quot;&quot;.
442
443 </content></entry><entry xml:id="entry-1229143743"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229143743</id><title>2008-12-13 Wakaba</title><updated>2008-12-13T04:49:00Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 13 Dec 2008 04:48:14 -0000
444 2008-12-13 Wakaba &lt;[email protected]&gt;
445
446 * content-model-7.dat: Added an example from HTML5 spec.
447
448 ++ whatpm/t/dom-conformance/ChangeLog 13 Dec 2008 04:48:48 -0000
449 * html-form-label.dat, html-forms-1.dat: Added test data for
450 form=&quot;&quot;.
451
452 2008-12-13 Wakaba &lt;[email protected]&gt;
453
454 ++ whatpm/Whatpm/ContentChecker/ChangeLog 13 Dec 2008 04:47:22 -0000
455 * HTML.pm: Implemented &lt;object form&gt; and &lt;legend form&gt;.
456
457 2008-12-13 Wakaba &lt;[email protected]&gt;
458
459 </content></entry><entry xml:id="entry-1229136877"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229136877</id><title>2008-12-13 Wakaba</title><updated>2008-12-13T02:54:34Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 13 Dec 2008 02:54:24 -0000
460 2008-12-13 Wakaba &lt;[email protected]&gt;
461
462 * html-form-input-1.dat, html-form-button.dat, html-forms-1.dat:
463 Added test data for form submission attributes.
464
465 ++ whatpm/Whatpm/ContentChecker/ChangeLog 13 Dec 2008 02:53:45 -0000
466 2008-12-13 Wakaba &lt;[email protected]&gt;
467
468 * HTML.pm: Updated definitions for attributes for form submission
469 on |form| and submit buttons (action=&quot;&quot;, method=&quot;&quot;, enctype=&quot;&quot;,
470 target=&quot;&quot;, and novalidate=&quot;&quot;).
471
472 </content></entry><entry xml:id="entry-1229086757"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229086757</id><title>2008-12-12 Wakaba</title><updated>2008-12-12T12:59:13Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 12:59:07 -0000
473 * html-form-input.dat: Added test data for &lt;input disabled&gt; and
474 &lt;input autofocus&gt;.
475
476 * html-forms-1.dat: Added test data for &lt;fieldset disabled&gt;,
477 &lt;output for&gt;, and &lt;{formcontrol} name&gt;. Added test data for
478 &lt;{formcontrol} autofocus=&quot;&quot;&gt;'s uniqueness.
479
480 2008-12-12 Wakaba &lt;[email protected]&gt;
481
482 ++ whatpm/Whatpm/ChangeLog 12 Dec 2008 12:54:19 -0000
483 * ContentChecker.pm: Introduced new flag |has_autofocus|. Added
484 support for new |id_type| value of |any|, which means any kind of
485 element is allowed as a referenced element.
486
487 2008-12-12 Wakaba &lt;[email protected]&gt;
488
489 ++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 12:56:56 -0000
490 * HTML.pm: Added checking for the uniqueness of |autofocus=&quot;&quot;|
491 attribute. Implemented |name=&quot;&quot;| attribute for form controls.
492 Added U+000C into character class of space characters (it should
493 have been, but was not in some of regular expressions). Updated
494 definitions for |output| elements.
495
496 2008-12-12 Wakaba &lt;[email protected]&gt;
497
498 </content></entry><entry xml:id="entry-1229082646"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229082646</id><title>2008-12-12 Wakaba</title><updated>2008-12-12T11:50:44Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 11:50:40 -0000
499 * html-datatemplate.dat, html-form-datalist.dat: Updated test
500 results related to |optgroup| elements.
501
502 * html-form-textarea.dat: Added new test data.
503
504 * html-forms-1.dat: Moved some test data to
505 |html-form-textarea.dat|. Updated test results related to
506 |optgroup| elements.
507
508 2008-12-12 Wakaba &lt;[email protected]&gt;
509
510 ++ whatpm/Whatpm/ChangeLog 12 Dec 2008 11:48:16 -0000
511 * ContentChecker.pm: Introduced |check_attrs2| method for the ease
512 of defining codes for checking required attribute and as such.
513
514 2008-12-12 Wakaba &lt;[email protected]&gt;
515
516 ++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 11:48:45 -0000
517 * HTML.pm: Updated definitions for |datalist|, |optgroup|,
518 |option|, and |textarea| elements.
519
520 2008-12-12 Wakaba &lt;[email protected]&gt;
521
522 </content></entry><entry xml:id="entry-1229067124"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229067124</id><title>2008-12-12 Wakaba</title><updated>2008-12-12T07:31:58Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 12 Dec 2008 07:29:57 -0000
523 2008-12-12 Wakaba &lt;[email protected]&gt;
524
525 * ContentChecker.t: Added new test data file.
526
527 ++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 07:31:40 -0000
528 * html-form-datalist.dat: Moved some test data from
529 |html-forms-1.dat|.
530
531 * html-forms-1.dat: Moved some test data to
532 |html-form-datalist.dat| and |html-form-select.dat|.
533
534 * html-form-select.dat: New test data file.
535
536 2008-12-12 Wakaba &lt;[email protected]&gt;
537
538 ++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 07:29:20 -0000
539 * HTML.pm: Updated definitions for |select|.
540
541 2008-12-12 Wakaba &lt;[email protected]&gt;
542
543 </content></entry><entry xml:id="entry-1229061100"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229061100</id><title>2008-12-12 Wakaba</title><updated>2008-12-12T05:51:36Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 12 Dec 2008 05:45:01 -0000
544 2008-12-12 Wakaba &lt;[email protected]&gt;
545
546 * ContentChecker.t: Added new test data file.
547
548 ++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 05:49:40 -0000
549 * html-repetitions.dat: Moved some test data to
550 |html-form-button.dat|. Updated a test result.
551
552 * html-forms-1.dat: Bug fix on a test result.
553
554 * html-form-button.dat: New test data file.
555
556 * html-forms-1.dat: Moved some test data to |html-form-button.dat|.
557
558 2008-12-12 Wakaba &lt;[email protected]&gt;
559
560 ++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 05:45:46 -0000
561 * HTML.pm: Updated definitions for |button|.
562
563 2008-12-12 Wakaba &lt;[email protected]&gt;
564
565 </content></entry><entry xml:id="entry-1229058316"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229058316</id><title>2008-12-12 Wakaba</title><updated>2008-12-12T05:05:06Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 12 Dec 2008 05:03:53 -0000
566 2008-12-12 Wakaba &lt;[email protected]&gt;
567
568 * ContentChecker.t: Added new test data file.
569
570 ++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 05:04:54 -0000
571 2008-12-12 Wakaba &lt;[email protected]&gt;
572
573 * html-form-input-1.dat, html-forms-1.dat: Added test data for
574 @accept and @pattern.
575
576 * html-form-textarea.dat: New test data file.
577
578 ++ whatpm/Whatpm/ChangeLog 12 Dec 2008 05:00:26 -0000
579 2008-12-12 Wakaba &lt;[email protected]&gt;
580
581 * IMTChecker.pm: Added more definitions for subtypes.
582
583 ++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 05:03:26 -0000
584 2008-12-12 Wakaba &lt;[email protected]&gt;
585
586 * HTML.pm: Implemented &lt;input accept&gt; and &lt;form accept&gt;. Raise a
587 SHOULD-level error if @pattern but no @title.
588
589 </content></entry><entry xml:id="entry-1228965497"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228965497</id><title>2008-12-11 Wakaba</title><updated>2008-12-11T03:18:14Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog 11 Dec 2008 03:17:21 -0000
590 2008-12-11 Wakaba &lt;[email protected]&gt;
591
592 * URIChecker.pm: Some of |pos_end| values were wrong.
593
594 ++ whatpm/Whatpm/ContentChecker/ChangeLog 11 Dec 2008 03:18:04 -0000
595 2008-12-11 Wakaba &lt;[email protected]&gt;
596
597 * HTML.pm: Added support for |pattern| attributes.
598
599 </content></entry><entry xml:id="entry-1228566838"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228566838</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T12:33:56Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 6 Dec 2008 12:33:50 -0000
600 * html-form-input-1.dat: Added test data for &lt;input multiple&gt; and
601 &lt;input placeholder&gt;.
602
603 2008-12-06 Wakaba &lt;[email protected]&gt;
604
605 ++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 12:33:04 -0000
606 * HTML.pm: Implemented &lt;input type=file multiple&gt; and &lt;input
607 placeholder&gt;.
608
609 2008-12-06 Wakaba &lt;[email protected]&gt;
610
611 </content></entry><entry xml:id="entry-1228566007"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228566007</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T12:20:02Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 6 Dec 2008 12:19:49 -0000
612 * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
613
614 2008-12-06 Wakaba &lt;[email protected]&gt;
615
616 ++ whatpm/t/dom-conformance/ChangeLog 6 Dec 2008 12:19:28 -0000
617 * html-form-datalist.dat: New test data file.
618
619 2008-12-06 Wakaba &lt;[email protected]&gt;
620
621 ++ whatpm/Whatpm/ChangeLog 6 Dec 2008 12:18:34 -0000
622 * ContentChecker.pm (check_element): Added support for &quot;no
623 referenced datalist&quot; error.
624
625 2008-12-06 Wakaba &lt;[email protected]&gt;
626
627 ++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 12:18:53 -0000
628 * HTML.pm: Implemented &lt;input list&gt;.
629
630 2008-12-06 Wakaba &lt;[email protected]&gt;
631
632 </content></entry><entry xml:id="entry-1228564447"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228564447</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T11:54:04Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 6 Dec 2008 11:53:44 -0000
633 * html-form-input-1.dat: Added test data for &lt;input type=color&gt;.
634
635 2008-12-06 Wakaba &lt;[email protected]&gt;
636
637 ++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 11:53:06 -0000
638 * HTML.pm: Implemented &lt;input type=color&gt;.
639
640 2008-12-06 Wakaba &lt;[email protected]&gt;
641
642 </content></entry><entry xml:id="entry-1228563094"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228563094</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T11:31:32Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 6 Dec 2008 11:31:29 -0000
643 2008-12-06 Wakaba &lt;[email protected]&gt;
644
645 * html-form-input-1.dat: Added test data for &lt;input type=search&gt;
646 and &lt;input type=text|password|url|email value&gt;.
647
648 * html-interactive-1.dat: Fixed a typo error.
649
650 ++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 11:29:26 -0000
651 * HTML.pm: Implemented &lt;input multiple&gt;, &lt;input type=search&gt;.
652 Implemented &lt;input value&gt; validation for |type|s |text|, |search|,
653 |email|, |url|, and |password|.
654
655 2008-12-06 Wakaba &lt;[email protected]&gt;
656
657 </content></entry><entry xml:id="entry-1228557923"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228557923</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T10:05:19Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog 6 Dec 2008 10:05:14 -0000
658 * URIChecker.pm: Bug fix: It did not work unless
659 Message::DOM::DOMImplementation has been |require|d.
660
661 2008-12-06 Wakaba &lt;[email protected]&gt;
662
663 </content></entry><entry xml:id="entry-1228557652"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228557652</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T10:00:48Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 6 Dec 2008 10:00:34 -0000
664 2008-12-06 Wakaba &lt;[email protected]&gt;
665
666 * content-checker.pl: Use new XML parser for parsing test data.
667 Use NanoDOM instead of manakai DOM implementation.
668
669 ++ whatpm/Whatpm/ChangeLog 6 Dec 2008 09:58:56 -0000
670 2008-12-06 Wakaba &lt;[email protected]&gt;
671
672 * NanoDOM.pm (document_uri): New attribute.
673
674 * ContentChecker.pm: Don't use methods not implemented by NanoDOM.
675
676 ++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 09:59:53 -0000
677 2008-12-06 Wakaba &lt;[email protected]&gt;
678
679 * HTML.pm: Use |Message::URL| for relative URL resolution. Don't
680 use attributes not supported by NanoDOM.
681
682 </content></entry><entry xml:id="entry-1227510735"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1227510735</id><title>2008-11-24 Wakaba</title><updated>2008-11-24T07:12:13Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ ChangeLog 24 Nov 2008 07:12:09 -0000
683 * readme.en.html: Added a link to application list in manakai-core
684 page.
685
686 2008-11-24 Wakaba &lt;[email protected]&gt;
687
688 </content></entry><entry xml:id="entry-1227510281"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1227510281</id><title>2008-11-24 Wakaba</title><updated>2008-11-24T07:04:38Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ ChangeLog 24 Nov 2008 07:04:30 -0000
689 2008-11-24 Wakaba &lt;[email protected]&gt;
690
691 * cvscommit.sh: Use |mkcommitfeed| comand instead of
692 |mkcommitfeed.pl| in the same directory.
693
694 * mkcommitfeed.pl: Removed. (See
695 &lt;http://suika.fam.cx/commitfeed/readme&gt;.)
696
697 </content></entry><Atom:entry xml:id="entry-1224566303"><Atom:id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1224566303</Atom:id><Atom:title>2008-10-21 Wakaba</Atom:title><Atom:updated>2008-10-21T00:00:00Z</Atom:updated><Atom:author><Atom:name>Wakaba</Atom:name><Atom:email>[email protected]</Atom:email></Atom:author><Atom:content type="text">++ ChangeLog 21 Oct 2008 05:18:19 -0000
698 * mkcommitfeed.pl: Typo fixed.
699
700 2008-10-21 Wakaba &lt;[email protected]&gt;
701
702 </Atom:content></Atom:entry><Atom:entry xml:id="entry-1224569412"><Atom:id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1224569412</Atom:id><Atom:title>2008-10-21 Wakaba</Atom:title><Atom:updated>2008-10-21T00:00:00Z</Atom:updated><Atom:author><Atom:name>Wakaba</Atom:name><Atom:email>[email protected]</Atom:email></Atom:author><Atom:content type="text">++ ChangeLog 21 Oct 2008 06:09:47 -0000
703 * readme.en.html: Link to the feed. &quot;What's new&quot; section and &quot;how
704 to use the modules&quot; section added. |Whatpm::XML::Parser| added to
705 the list of modules.
706
707 2008-10-21 Wakaba &lt;[email protected]&gt;
708
709 </Atom:content></Atom:entry><entry xml:id="entry-1224569946"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1224569946</id><title>2008-10-21 Wakaba</title><updated>2008-10-21T06:19:00Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ ChangeLog 21 Oct 2008 06:18:54 -0000
710 * mkcommitfeed.pl: Oops, namespace URI was missing; namespaces is
711 always annoying :-&lt;
712
713 2008-10-21 Wakaba &lt;[email protected]&gt;
714
715 </content></entry><entry xml:id="entry-1225086295"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1225086295</id><title>2008-10-27 Wakaba</title><updated>2008-10-27T05:44:49Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ContentChecker/ChangeLog 27 Oct 2008 05:44:23 -0000
716 2008-10-27 Wakaba &lt;[email protected]&gt;
717
718 * HTML.pm: HTML5 spec status updated, except for
719 datatemplate-related features.
720
721 </content></entry><entry xml:id="entry-1225088199"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1225088199</id><title>2008-10-27 Wakaba</title><updated>2008-10-27T06:16:35Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ContentChecker/ChangeLog 27 Oct 2008 06:16:25 -0000
722 datatemplate-related features, once again. Status for RDFa and
723 XHTML Basic 1.1 updated.
724
725 2008-10-27 Wakaba &lt;[email protected]&gt;
726
727 * HTML.pm: HTML5 spec status updated, except for
728 </content></entry><entry xml:id="entry-1225954629"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1225954629</id><title>2008-11-06 Wakaba</title><updated>2008-11-06T06:57:03Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog 6 Nov 2008 04:01:55 -0000
729 2008-11-06 Wakaba &lt;[email protected]&gt;
730
731 * SWML/: New directory.
732
733 ++ whatpm/Whatpm/SWML/ChangeLog 6 Nov 2008 06:56:18 -0000
734 2008-11-06 Wakaba &lt;[email protected]&gt;
735
736 * Parser.pm: New file. Tokenizer impelmented, but it does not
737 work yet.
738
739 * ChangeLog: New file.
740
741
742 </content></entry><entry xml:id="entry-1225954751"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1225954751</id><title>2008-11-06 Wakaba</title><updated>2008-11-06T06:59:06Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ ChangeLog 6 Nov 2008 06:58:59 -0000
743 2008-11-06 Wakaba &lt;[email protected]&gt;
744
745 * cvscommit.sh: Commit the updated Atom feed at the time of commit
746 of the other files.
747
748 </content></entry><entry xml:id="entry-1225974742"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1225974742</id><title>2008-11-06 Wakaba</title><updated>2008-11-06T12:32:19Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/SWML/ChangeLog 6 Nov 2008 12:31:56 -0000
749 * Parser.pm: Tree construction implemented and remove compile
750 errors. Still unclear whether it works or not.
751
752 2008-11-06 Wakaba &lt;[email protected]&gt;
753
754 </content></entry><entry xml:id="entry-1225978153"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1225978153</id><title>2008-11-06 Wakaba</title><updated>2008-11-06T13:29:10Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/SWML/ChangeLog 6 Nov 2008 13:28:54 -0000
755 * Parser.pm: Multiple |rt| elements in a |ruby| element was not
756 allowed. Don't use \s where SWML's definition of white space is
757 required. &quot;The head element&quot; definition was wrong. Typo fixed.
758 List algorithm bug fixed.
759
760 2008-11-06 Wakaba &lt;[email protected]&gt;
761
762 </content></entry><entry xml:id="entry-1226030595"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1226030595</id><title>2008-11-07 Wakaba</title><updated>2008-11-07T04:03:12Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 7 Nov 2008 04:02:56 -0000
763 2008-11-07 Wakaba &lt;[email protected]&gt;
764
765 * Makefile: A rule for SWML testing is added.
766
767 * SWML-Parser.t: New file.
768
769 * swml/: New directory.
770
771 ++ whatpm/t/swml/ChangeLog 7 Nov 2008 04:01:29 -0000
772 2008-11-07 Wakaba &lt;[email protected]&gt;
773
774 * structs-1.dat: New file.
775
776 * ChangeLog: New file.
777
778
779 ++ whatpm/Whatpm/SWML/ChangeLog 7 Nov 2008 04:02:27 -0000
780 2008-11-07 Wakaba &lt;[email protected]&gt;
781
782 * Parser.pm (parse_char_string): Don't use attributes and methods
783 not supported by NanoDOM.
784
785 </content></entry><entry xml:id="entry-1226047526"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1226047526</id><title>2008-11-07 Wakaba</title><updated>2008-11-07T08:45:19Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 7 Nov 2008 08:45:01 -0000
786 * SWML-Parser.t: Test file |swml/blocks-1.dat| added.
787
788 2008-11-07 Wakaba &lt;[email protected]&gt;
789
790 ++ whatpm/t/swml/ChangeLog 7 Nov 2008 08:45:13 -0000
791 * structs-1.dat: More test data added.
792
793 * blocks-1.dat: New file.
794
795 2008-11-07 Wakaba &lt;[email protected]&gt;
796
797 ++ whatpm/Whatpm/ChangeLog 7 Nov 2008 08:43:32 -0000
798 2008-11-07 Wakaba &lt;[email protected]&gt;
799
800 * NanoDOM.pm (text_content): Don't create a Text node if the new
801 value is empty.
802
803 ++ whatpm/Whatpm/HTML/ChangeLog 7 Nov 2008 08:43:49 -0000
804 2008-11-07 Wakaba &lt;[email protected]&gt;
805
806 * Dumper.pm (dumptree): Support for namespace abbreviation for
807 SWML namespaces.
808
809 ++ whatpm/Whatpm/SWML/ChangeLog 7 Nov 2008 08:44:20 -0000
810 * Parser.pm: Bug fixes - both parser implementation bugs and spec
811 bugs.
812
813 2008-11-07 Wakaba &lt;[email protected]&gt;
814
815 </content></entry><entry xml:id="entry-1226061338"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1226061338</id><title>2008-11-07 Wakaba</title><updated>2008-11-07T12:35:32Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 7 Nov 2008 12:35:08 -0000
816 * SWML-Parser.t: New test data files added.
817
818 2008-11-07 Wakaba &lt;[email protected]&gt;
819
820 ++ whatpm/t/swml/ChangeLog 7 Nov 2008 12:35:27 -0000
821 * blocks-1.dat: Test result updated.
822
823 * inlines-1.dat, forms-specific.dat-1, forms-generic-1.dat,
824 tables-1.dat: New files.
825
826 2008-11-07 Wakaba &lt;[email protected]&gt;
827
828 ++ whatpm/Whatpm/SWML/ChangeLog 7 Nov 2008 12:34:42 -0000
829 * Parser.pm: More bug fixes, both impl bugs and spec bugs, again.
830
831 2008-11-07 Wakaba &lt;[email protected]&gt;
832
833 </content></entry><entry xml:id="entry-1226072435"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1226072435</id><title>2008-11-07 Wakaba</title><updated>2008-11-07T15:40:29Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/swml/ChangeLog 7 Nov 2008 15:40:23 -0000
834 * blocks-1.dat: A test data added.
835
836 2008-11-07 Wakaba &lt;[email protected]&gt;
837
838 </content></entry><entry xml:id="entry-1226136429"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1226136429</id><title>2008-11-08 Wakaba</title><updated>2008-11-08T09:27:03Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/swml/ChangeLog 8 Nov 2008 09:26:51 -0000
839 2008-11-08 Wakaba &lt;[email protected]&gt;
840
841 * inlines-1.dat: A test case added.
842
843 ++ whatpm/Whatpm/SWML/ChangeLog 8 Nov 2008 09:26:37 -0000
844 2008-11-08 Wakaba &lt;[email protected]&gt;
845
846 * Parser.pm (parse_char_string): Namespace URL for &quot;rubyb&quot; element
847 was wrong.
848
849 </content></entry><entry xml:id="entry-1226225145"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1226225145</id><title>2008-11-09 Wakaba</title><updated>2008-11-09T10:05:40Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/swml/ChangeLog 9 Nov 2008 10:05:35 -0000
850 2008-11-09 Wakaba &lt;[email protected]&gt;
851
852 * structs-1.dat: A test case added.
853
854 ++ whatpm/Whatpm/SWML/ChangeLog 9 Nov 2008 10:05:18 -0000
855 2008-11-09 Wakaba &lt;[email protected]&gt;
856
857 * Parser.pm (parse_char_string): &quot;__IMAGE__&quot; was inserted to
858 |sw:image| element.
859
860 </content></entry><entry xml:id="entry-1226649856"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1226649856</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T08:04:12Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/swml/ChangeLog 14 Nov 2008 08:02:58 -0000
861 2008-11-14 Wakaba &lt;[email protected]&gt;
862
863 * blocks-1.dat: Test cases added.
864
865 * structs-1.dat: A test result was wrong.
866
867 * tables-1.dat: A test case added.
868
869 ++ whatpm/Whatpm/SWML/ChangeLog 14 Nov 2008 08:04:04 -0000
870 2008-11-14 Wakaba &lt;[email protected]&gt;
871
872 * Parser.pm (parse_char_string): A quoted &quot;\&quot; character was not
873 put into the DOM.
874
875 </content></entry><entry xml:id="entry-1226755085"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1226755085</id><title>2008-11-15 Wakaba</title><updated>2008-11-15T13:17:58Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/swml/ChangeLog 15 Nov 2008 13:17:15 -0000
876 2008-11-15 Wakaba &lt;[email protected]&gt;
877
878 * tables-1.dat: Added a test case.
879
880 ++ whatpm/Whatpm/SWML/ChangeLog 15 Nov 2008 13:17:52 -0000
881 2008-11-15 Wakaba &lt;[email protected]&gt;
882
883 * Parser.pm (parse_char_string): Not all quoted-pairs in table
884 cells were unescaped.
885
886 </content></entry></Atom:feed>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24