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>2008-10-21T05:18:23Z</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><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 |
<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-06T11:54:04Z</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-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 |
2 |
|
* html-form-input-1.dat: Added test data for <input type=color>. |
3 |
|
|
4 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
5 |
|
|
6 |
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 11:53:06 -0000 |
7 |
|
* HTML.pm: Implemented <input type=color>. |
8 |
|
|
9 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
</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 |
12 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* html-form-input-1.dat: Added test data for <input type=search> |
15 |
|
and <input type=text|password|url|email value>. |
16 |
|
|
17 |
|
* html-interactive-1.dat: Fixed a typo error. |
18 |
|
|
19 |
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 11:29:26 -0000 |
20 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
21 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
22 |
|
|email|, |url|, and |password|. |
23 |
|
|
24 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
</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 |
27 |
|
* URIChecker.pm: Bug fix: It did not work unless |
28 |
|
Message::DOM::DOMImplementation has been |require|d. |
29 |
|
|
30 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
</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 |
33 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* content-checker.pl: Use new XML parser for parsing test data. |
36 |
|
Use NanoDOM instead of manakai DOM implementation. |
37 |
|
|
38 |
|
++ whatpm/Whatpm/ChangeLog 6 Dec 2008 09:58:56 -0000 |
39 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* NanoDOM.pm (document_uri): New attribute. |
42 |
|
|
43 |
|
* ContentChecker.pm: Don't use methods not implemented by NanoDOM. |
44 |
|
|
45 |
|
++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 09:59:53 -0000 |
46 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
49 |
|
use attributes not supported by NanoDOM. |
50 |
|
|
51 |
|
</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 |
52 |
|
* readme.en.html: Added a link to application list in manakai-core |
53 |
|
page. |
54 |
|
|
55 |
|
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
</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 |
58 |
|
2008-11-24 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* cvscommit.sh: Use |mkcommitfeed| comand instead of |
61 |
|
|mkcommitfeed.pl| in the same directory. |
62 |
|
|
63 |
|
* mkcommitfeed.pl: Removed. (See |
64 |
|
<http://suika.fam.cx/commitfeed/readme>.) |
65 |
|
|
66 |
|
</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 |
67 |
* mkcommitfeed.pl: Typo fixed. |
* mkcommitfeed.pl: Typo fixed. |
68 |
|
|
69 |
2008-10-21 Wakaba <wakaba@suika.fam.cx> |
2008-10-21 Wakaba <wakaba@suika.fam.cx> |