/[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.38 - (show annotations) (download)
Thu Jul 2 22:11:51 2009 UTC (17 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.37: +7 -1 lines
++ whatpm/Whatpm/ChangeLog	2 Jul 2009 22:11:35 -0000
	* HTML.pm.src: Don't change encoding to UTF-8 if the input
	encoding is UTF-16 (HTML5 revision 3204).

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24