/[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.50 - (show annotations) (download)
Sat Jul 25 03:45:24 2009 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.49: +13 -1 lines
++ whatpm/t/dom-conformance/ChangeLog	25 Jul 2009 03:44:33 -0000
	* html-form-textarea.dat: Added tests on |textarea|'s
	|placeholder| attribute (cf. HTML5 revision 2921).

2009-07-25  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	25 Jul 2009 03:44:58 -0000
	* HTML.pm: Added support for |textarea| element's |placeholder|
	attribute (HTML5 revision 2921).

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24