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