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