1 |
wakaba |
1.29 |
<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>2008-12-12T12:59:13Z</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-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 |
2 |
|
|
* html-form-input.dat: Added test data for <input disabled> and |
3 |
|
|
<input autofocus>. |
4 |
|
|
|
5 |
|
|
* html-forms-1.dat: Added test data for <fieldset disabled>, |
6 |
|
|
<output for>, and <{formcontrol} name>. Added test data for |
7 |
|
|
<{formcontrol} autofocus="">'s uniqueness. |
8 |
|
|
|
9 |
|
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
|
11 |
|
|
++ whatpm/Whatpm/ChangeLog 12 Dec 2008 12:54:19 -0000 |
12 |
|
|
* ContentChecker.pm: Introduced new flag |has_autofocus|. Added |
13 |
|
|
support for new |id_type| value of |any|, which means any kind of |
14 |
|
|
element is allowed as a referenced element. |
15 |
|
|
|
16 |
|
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
|
18 |
|
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 12:56:56 -0000 |
19 |
|
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
20 |
|
|
attribute. Implemented |name=""| attribute for form controls. |
21 |
|
|
Added U+000C into character class of space characters (it should |
22 |
|
|
have been, but was not in some of regular expressions). Updated |
23 |
|
|
definitions for |output| elements. |
24 |
|
|
|
25 |
|
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
|
27 |
|
|
</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 |
28 |
wakaba |
1.28 |
* html-datatemplate.dat, html-form-datalist.dat: Updated test |
29 |
|
|
results related to |optgroup| elements. |
30 |
|
|
|
31 |
|
|
* html-form-textarea.dat: Added new test data. |
32 |
|
|
|
33 |
|
|
* html-forms-1.dat: Moved some test data to |
34 |
|
|
|html-form-textarea.dat|. Updated test results related to |
35 |
|
|
|optgroup| elements. |
36 |
|
|
|
37 |
|
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
|
39 |
|
|
++ whatpm/Whatpm/ChangeLog 12 Dec 2008 11:48:16 -0000 |
40 |
|
|
* ContentChecker.pm: Introduced |check_attrs2| method for the ease |
41 |
|
|
of defining codes for checking required attribute and as such. |
42 |
|
|
|
43 |
|
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
|
45 |
|
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 11:48:45 -0000 |
46 |
|
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
47 |
|
|
|option|, and |textarea| elements. |
48 |
|
|
|
49 |
|
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
|
51 |
|
|
</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 |
52 |
wakaba |
1.27 |
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
|
54 |
|
|
* ContentChecker.t: Added new test data file. |
55 |
|
|
|
56 |
|
|
++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 07:31:40 -0000 |
57 |
|
|
* html-form-datalist.dat: Moved some test data from |
58 |
|
|
|html-forms-1.dat|. |
59 |
|
|
|
60 |
|
|
* html-forms-1.dat: Moved some test data to |
61 |
|
|
|html-form-datalist.dat| and |html-form-select.dat|. |
62 |
|
|
|
63 |
|
|
* html-form-select.dat: New test data file. |
64 |
|
|
|
65 |
|
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
|
67 |
|
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 07:29:20 -0000 |
68 |
|
|
* HTML.pm: Updated definitions for |select|. |
69 |
|
|
|
70 |
|
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
|
72 |
|
|
</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 |
73 |
wakaba |
1.26 |
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
|
75 |
|
|
* ContentChecker.t: Added new test data file. |
76 |
|
|
|
77 |
|
|
++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 05:49:40 -0000 |
78 |
|
|
* html-repetitions.dat: Moved some test data to |
79 |
|
|
|html-form-button.dat|. Updated a test result. |
80 |
|
|
|
81 |
|
|
* html-forms-1.dat: Bug fix on a test result. |
82 |
|
|
|
83 |
|
|
* html-form-button.dat: New test data file. |
84 |
|
|
|
85 |
|
|
* html-forms-1.dat: Moved some test data to |html-form-button.dat|. |
86 |
|
|
|
87 |
|
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
|
89 |
|
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 05:45:46 -0000 |
90 |
|
|
* HTML.pm: Updated definitions for |button|. |
91 |
|
|
|
92 |
|
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
|
94 |
|
|
</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 |
95 |
wakaba |
1.25 |
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
|
97 |
|
|
* ContentChecker.t: Added new test data file. |
98 |
|
|
|
99 |
|
|
++ whatpm/t/dom-conformance/ChangeLog 12 Dec 2008 05:04:54 -0000 |
100 |
|
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
|
102 |
|
|
* html-form-input-1.dat, html-forms-1.dat: Added test data for |
103 |
|
|
@accept and @pattern. |
104 |
|
|
|
105 |
|
|
* html-form-textarea.dat: New test data file. |
106 |
|
|
|
107 |
|
|
++ whatpm/Whatpm/ChangeLog 12 Dec 2008 05:00:26 -0000 |
108 |
|
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
|
110 |
|
|
* IMTChecker.pm: Added more definitions for subtypes. |
111 |
|
|
|
112 |
|
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 12 Dec 2008 05:03:26 -0000 |
113 |
|
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
|
115 |
|
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
116 |
|
|
SHOULD-level error if @pattern but no @title. |
117 |
|
|
|
118 |
|
|
</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 |
119 |
wakaba |
1.24 |
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
|
121 |
|
|
* URIChecker.pm: Some of |pos_end| values were wrong. |
122 |
|
|
|
123 |
|
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 11 Dec 2008 03:18:04 -0000 |
124 |
|
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
|
126 |
|
|
* HTML.pm: Added support for |pattern| attributes. |
127 |
|
|
|
128 |
|
|
</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 |
129 |
wakaba |
1.23 |
* html-form-input-1.dat: Added test data for <input multiple> and |
130 |
|
|
<input placeholder>. |
131 |
|
|
|
132 |
|
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
|
134 |
|
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 12:33:04 -0000 |
135 |
|
|
* HTML.pm: Implemented <input type=file multiple> and <input |
136 |
|
|
placeholder>. |
137 |
|
|
|
138 |
|
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
|
140 |
|
|
</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 |
141 |
wakaba |
1.22 |
* ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|. |
142 |
|
|
|
143 |
|
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
|
145 |
|
|
++ whatpm/t/dom-conformance/ChangeLog 6 Dec 2008 12:19:28 -0000 |
146 |
|
|
* html-form-datalist.dat: New test data file. |
147 |
|
|
|
148 |
|
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
|
150 |
|
|
++ whatpm/Whatpm/ChangeLog 6 Dec 2008 12:18:34 -0000 |
151 |
|
|
* ContentChecker.pm (check_element): Added support for "no |
152 |
|
|
referenced datalist" error. |
153 |
|
|
|
154 |
|
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
|
156 |
|
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 12:18:53 -0000 |
157 |
|
|
* HTML.pm: Implemented <input list>. |
158 |
|
|
|
159 |
|
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
|
161 |
|
|
</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 |
162 |
wakaba |
1.21 |
* html-form-input-1.dat: Added test data for <input type=color>. |
163 |
|
|
|
164 |
|
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
|
166 |
|
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 11:53:06 -0000 |
167 |
|
|
* HTML.pm: Implemented <input type=color>. |
168 |
|
|
|
169 |
|
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
|
171 |
|
|
</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 |
172 |
wakaba |
1.20 |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
173 |
|
|
|
174 |
|
|
* html-form-input-1.dat: Added test data for <input type=search> |
175 |
|
|
and <input type=text|password|url|email value>. |
176 |
|
|
|
177 |
|
|
* html-interactive-1.dat: Fixed a typo error. |
178 |
|
|
|
179 |
|
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 11:29:26 -0000 |
180 |
|
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
181 |
|
|
Implemented <input value> validation for |type|s |text|, |search|, |
182 |
|
|
|email|, |url|, and |password|. |
183 |
|
|
|
184 |
|
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
185 |
|
|
|
186 |
|
|
</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 |
187 |
wakaba |
1.19 |
* URIChecker.pm: Bug fix: It did not work unless |
188 |
|
|
Message::DOM::DOMImplementation has been |require|d. |
189 |
|
|
|
190 |
|
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
|
192 |
|
|
</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 |
193 |
wakaba |
1.18 |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
|
195 |
|
|
* content-checker.pl: Use new XML parser for parsing test data. |
196 |
|
|
Use NanoDOM instead of manakai DOM implementation. |
197 |
|
|
|
198 |
|
|
++ whatpm/Whatpm/ChangeLog 6 Dec 2008 09:58:56 -0000 |
199 |
|
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
|
201 |
|
|
* NanoDOM.pm (document_uri): New attribute. |
202 |
|
|
|
203 |
|
|
* ContentChecker.pm: Don't use methods not implemented by NanoDOM. |
204 |
|
|
|
205 |
|
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 09:59:53 -0000 |
206 |
|
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
|
208 |
|
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
209 |
|
|
use attributes not supported by NanoDOM. |
210 |
|
|
|
211 |
|
|
</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 |
212 |
wakaba |
1.17 |
* readme.en.html: Added a link to application list in manakai-core |
213 |
|
|
page. |
214 |
|
|
|
215 |
|
|
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
|
217 |
|
|
</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 |
218 |
wakaba |
1.16 |
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
|
220 |
|
|
* cvscommit.sh: Use |mkcommitfeed| comand instead of |
221 |
|
|
|mkcommitfeed.pl| in the same directory. |
222 |
|
|
|
223 |
|
|
* mkcommitfeed.pl: Removed. (See |
224 |
|
|
<http://suika.fam.cx/commitfeed/readme>.) |
225 |
|
|
|
226 |
|
|
</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 |
227 |
wakaba |
1.1 |
* mkcommitfeed.pl: Typo fixed. |
228 |
|
|
|
229 |
|
|
2008-10-21 Wakaba <wakaba@suika.fam.cx> |
230 |
|
|
|
231 |
|
|
</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 |
232 |
|
|
* readme.en.html: Link to the feed. "What's new" section and "how |
233 |
|
|
to use the modules" section added. |Whatpm::XML::Parser| added to |
234 |
|
|
the list of modules. |
235 |
|
|
|
236 |
|
|
2008-10-21 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
|
238 |
wakaba |
1.2 |
</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 |
239 |
|
|
* mkcommitfeed.pl: Oops, namespace URI was missing; namespaces is |
240 |
|
|
always annoying :-< |
241 |
|
|
|
242 |
|
|
2008-10-21 Wakaba <wakaba@suika.fam.cx> |
243 |
|
|
|
244 |
wakaba |
1.3 |
</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 |
245 |
|
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
246 |
|
|
|
247 |
|
|
* HTML.pm: HTML5 spec status updated, except for |
248 |
|
|
datatemplate-related features. |
249 |
|
|
|
250 |
wakaba |
1.4 |
</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 |
251 |
|
|
datatemplate-related features, once again. Status for RDFa and |
252 |
|
|
XHTML Basic 1.1 updated. |
253 |
|
|
|
254 |
|
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
255 |
|
|
|
256 |
|
|
* HTML.pm: HTML5 spec status updated, except for |
257 |
wakaba |
1.5 |
</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 |
258 |
|
|
2008-11-06 Wakaba <wakaba@suika.fam.cx> |
259 |
|
|
|
260 |
|
|
* SWML/: New directory. |
261 |
|
|
|
262 |
|
|
++ whatpm/Whatpm/SWML/ChangeLog 6 Nov 2008 06:56:18 -0000 |
263 |
|
|
2008-11-06 Wakaba <wakaba@suika.fam.cx> |
264 |
|
|
|
265 |
|
|
* Parser.pm: New file. Tokenizer impelmented, but it does not |
266 |
|
|
work yet. |
267 |
|
|
|
268 |
|
|
* ChangeLog: New file. |
269 |
|
|
|
270 |
|
|
|
271 |
|
|
</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 |
272 |
|
|
2008-11-06 Wakaba <wakaba@suika.fam.cx> |
273 |
|
|
|
274 |
|
|
* cvscommit.sh: Commit the updated Atom feed at the time of commit |
275 |
|
|
of the other files. |
276 |
|
|
|
277 |
wakaba |
1.6 |
</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 |
278 |
|
|
* Parser.pm: Tree construction implemented and remove compile |
279 |
|
|
errors. Still unclear whether it works or not. |
280 |
|
|
|
281 |
|
|
2008-11-06 Wakaba <wakaba@suika.fam.cx> |
282 |
|
|
|
283 |
wakaba |
1.7 |
</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 |
284 |
|
|
* Parser.pm: Multiple |rt| elements in a |ruby| element was not |
285 |
|
|
allowed. Don't use \s where SWML's definition of white space is |
286 |
|
|
required. "The head element" definition was wrong. Typo fixed. |
287 |
|
|
List algorithm bug fixed. |
288 |
|
|
|
289 |
|
|
2008-11-06 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
|
291 |
wakaba |
1.8 |
</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 |
292 |
|
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
293 |
|
|
|
294 |
|
|
* Makefile: A rule for SWML testing is added. |
295 |
|
|
|
296 |
|
|
* SWML-Parser.t: New file. |
297 |
|
|
|
298 |
|
|
* swml/: New directory. |
299 |
|
|
|
300 |
|
|
++ whatpm/t/swml/ChangeLog 7 Nov 2008 04:01:29 -0000 |
301 |
|
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
302 |
|
|
|
303 |
|
|
* structs-1.dat: New file. |
304 |
|
|
|
305 |
|
|
* ChangeLog: New file. |
306 |
|
|
|
307 |
|
|
|
308 |
|
|
++ whatpm/Whatpm/SWML/ChangeLog 7 Nov 2008 04:02:27 -0000 |
309 |
|
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
310 |
|
|
|
311 |
|
|
* Parser.pm (parse_char_string): Don't use attributes and methods |
312 |
|
|
not supported by NanoDOM. |
313 |
|
|
|
314 |
wakaba |
1.9 |
</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 |
315 |
|
|
* SWML-Parser.t: Test file |swml/blocks-1.dat| added. |
316 |
|
|
|
317 |
|
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
318 |
|
|
|
319 |
|
|
++ whatpm/t/swml/ChangeLog 7 Nov 2008 08:45:13 -0000 |
320 |
|
|
* structs-1.dat: More test data added. |
321 |
|
|
|
322 |
|
|
* blocks-1.dat: New file. |
323 |
|
|
|
324 |
|
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
325 |
|
|
|
326 |
|
|
++ whatpm/Whatpm/ChangeLog 7 Nov 2008 08:43:32 -0000 |
327 |
|
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
328 |
|
|
|
329 |
|
|
* NanoDOM.pm (text_content): Don't create a Text node if the new |
330 |
|
|
value is empty. |
331 |
|
|
|
332 |
|
|
++ whatpm/Whatpm/HTML/ChangeLog 7 Nov 2008 08:43:49 -0000 |
333 |
|
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
334 |
|
|
|
335 |
|
|
* Dumper.pm (dumptree): Support for namespace abbreviation for |
336 |
|
|
SWML namespaces. |
337 |
|
|
|
338 |
|
|
++ whatpm/Whatpm/SWML/ChangeLog 7 Nov 2008 08:44:20 -0000 |
339 |
|
|
* Parser.pm: Bug fixes - both parser implementation bugs and spec |
340 |
|
|
bugs. |
341 |
|
|
|
342 |
|
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
343 |
|
|
|
344 |
wakaba |
1.10 |
</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 |
345 |
|
|
* SWML-Parser.t: New test data files added. |
346 |
|
|
|
347 |
|
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
348 |
|
|
|
349 |
|
|
++ whatpm/t/swml/ChangeLog 7 Nov 2008 12:35:27 -0000 |
350 |
|
|
* blocks-1.dat: Test result updated. |
351 |
|
|
|
352 |
|
|
* inlines-1.dat, forms-specific.dat-1, forms-generic-1.dat, |
353 |
|
|
tables-1.dat: New files. |
354 |
|
|
|
355 |
|
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
356 |
|
|
|
357 |
|
|
++ whatpm/Whatpm/SWML/ChangeLog 7 Nov 2008 12:34:42 -0000 |
358 |
|
|
* Parser.pm: More bug fixes, both impl bugs and spec bugs, again. |
359 |
|
|
|
360 |
|
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
361 |
|
|
|
362 |
wakaba |
1.11 |
</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 |
363 |
|
|
* blocks-1.dat: A test data added. |
364 |
|
|
|
365 |
|
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
366 |
|
|
|
367 |
wakaba |
1.12 |
</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 |
368 |
|
|
2008-11-08 Wakaba <wakaba@suika.fam.cx> |
369 |
|
|
|
370 |
|
|
* inlines-1.dat: A test case added. |
371 |
|
|
|
372 |
|
|
++ whatpm/Whatpm/SWML/ChangeLog 8 Nov 2008 09:26:37 -0000 |
373 |
|
|
2008-11-08 Wakaba <wakaba@suika.fam.cx> |
374 |
|
|
|
375 |
|
|
* Parser.pm (parse_char_string): Namespace URL for "rubyb" element |
376 |
|
|
was wrong. |
377 |
|
|
|
378 |
wakaba |
1.13 |
</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 |
379 |
|
|
2008-11-09 Wakaba <wakaba@suika.fam.cx> |
380 |
|
|
|
381 |
|
|
* structs-1.dat: A test case added. |
382 |
|
|
|
383 |
|
|
++ whatpm/Whatpm/SWML/ChangeLog 9 Nov 2008 10:05:18 -0000 |
384 |
|
|
2008-11-09 Wakaba <wakaba@suika.fam.cx> |
385 |
|
|
|
386 |
|
|
* Parser.pm (parse_char_string): "__IMAGE__" was inserted to |
387 |
|
|
|sw:image| element. |
388 |
|
|
|
389 |
wakaba |
1.14 |
</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 |
390 |
|
|
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
391 |
|
|
|
392 |
|
|
* blocks-1.dat: Test cases added. |
393 |
|
|
|
394 |
|
|
* structs-1.dat: A test result was wrong. |
395 |
|
|
|
396 |
|
|
* tables-1.dat: A test case added. |
397 |
|
|
|
398 |
|
|
++ whatpm/Whatpm/SWML/ChangeLog 14 Nov 2008 08:04:04 -0000 |
399 |
|
|
2008-11-14 Wakaba <wakaba@suika.fam.cx> |
400 |
|
|
|
401 |
|
|
* Parser.pm (parse_char_string): A quoted "\" character was not |
402 |
|
|
put into the DOM. |
403 |
|
|
|
404 |
wakaba |
1.15 |
</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 |
405 |
|
|
2008-11-15 Wakaba <wakaba@suika.fam.cx> |
406 |
|
|
|
407 |
|
|
* tables-1.dat: Added a test case. |
408 |
|
|
|
409 |
|
|
++ whatpm/Whatpm/SWML/ChangeLog 15 Nov 2008 13:17:52 -0000 |
410 |
|
|
2008-11-15 Wakaba <wakaba@suika.fam.cx> |
411 |
|
|
|
412 |
|
|
* Parser.pm (parse_char_string): Not all quoted-pairs in table |
413 |
|
|
cells were unescaped. |
414 |
|
|
|
415 |
wakaba |
1.2 |
</content></entry></Atom:feed> |