/[suikacvs]/markup/html/whatpm/whatpm-commit.en.atom.u8
Suika

Contents of /markup/html/whatpm/whatpm-commit.en.atom.u8

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.22 - (hide annotations) (download)
Sat Dec 6 12:20:08 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.21: +22 -1 lines
++ whatpm/t/ChangeLog	6 Dec 2008 12:19:49 -0000
	* ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.

2008-12-06  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/dom-conformance/ChangeLog	6 Dec 2008 12:19:28 -0000
	* html-form-datalist.dat: New test data file.

2008-12-06  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	6 Dec 2008 12:18:34 -0000
	* ContentChecker.pm (check_element): Added support for "no
	referenced datalist" error.

2008-12-06  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Dec 2008 12:18:53 -0000
	* HTML.pm: Implemented <input list>.

2008-12-06  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.22 <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-06T12:20:02Z</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-1228566007"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228566007</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T12:20:02Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 6 Dec 2008 12:19:49 -0000
2     * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
3    
4     2008-12-06 Wakaba &lt;[email protected]&gt;
5    
6     ++ whatpm/t/dom-conformance/ChangeLog 6 Dec 2008 12:19:28 -0000
7     * html-form-datalist.dat: New test data file.
8    
9     2008-12-06 Wakaba &lt;[email protected]&gt;
10    
11     ++ whatpm/Whatpm/ChangeLog 6 Dec 2008 12:18:34 -0000
12     * ContentChecker.pm (check_element): Added support for &quot;no
13     referenced datalist&quot; error.
14    
15     2008-12-06 Wakaba &lt;[email protected]&gt;
16    
17     ++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 12:18:53 -0000
18     * HTML.pm: Implemented &lt;input list&gt;.
19    
20     2008-12-06 Wakaba &lt;[email protected]&gt;
21    
22     </content></entry><entry xml:id="entry-1228564447"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228564447</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T11:54:04Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 6 Dec 2008 11:53:44 -0000
23 wakaba 1.21 * html-form-input-1.dat: Added test data for &lt;input type=color&gt;.
24    
25     2008-12-06 Wakaba &lt;[email protected]&gt;
26    
27     ++ whatpm/Whatpm/ContentChecker/ChangeLog 6 Dec 2008 11:53:06 -0000
28     * HTML.pm: Implemented &lt;input type=color&gt;.
29    
30     2008-12-06 Wakaba &lt;[email protected]&gt;
31    
32     </content></entry><entry xml:id="entry-1228563094"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1228563094</id><title>2008-12-06 Wakaba</title><updated>2008-12-06T11:31:32Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 6 Dec 2008 11:31:29 -0000
33 wakaba 1.20 2008-12-06 Wakaba &lt;[email protected]&gt;
34    
35     * html-form-input-1.dat: Added test data for &lt;input type=search&gt;
36     and &lt;input type=text|password|url|email value&gt;.
37    
38     * html-interactive-1.dat: Fixed a typo error.