/[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.64 - (show annotations) (download)
Sun Aug 16 04:06:34 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.63: +16 -1 lines
++ whatpm/t/ChangeLog	16 Aug 2009 04:05:04 -0000
	* tree-test-1.dat, tree-test-3.dat, tree-test-flow.dat,
	tree-test-foreign.dat, tree-test-form.dat, tree-test-phrasing.dat,
	tokenizer-test-1.test, tokenizer-test-2.dat, tokenizer-test-3.dat:
	DOCTYPE names are now normalized to its lowercased form (HTML5
	revision 2502).

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

++ whatpm/Whatpm/HTML/ChangeLog	16 Aug 2009 04:06:26 -0000
2009-08-16  Wakaba  <wakaba@suika.fam.cx>

	* Tokenizer.pm.src: Lowercase-fold doctype names (HTML5 revision
	2501, cf. HTML5 revision 3571).

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24