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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.82 by wakaba, Sat Aug 22 12:00:44 2009 UTC revision 1.87 by wakaba, Sun Aug 23 02:59:44 2009 UTC
# Line 1  Line 1 
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-22T12:00:35Z</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-1250942443"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250942443</id><title>2009-08-22 Wakaba</title><updated>2009-08-22T12:00:35Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 22 Aug 2009 11:59:41 -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>2009-08-23T02:59:38Z</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-1250996384"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250996384</id><title>2009-08-23 Wakaba</title><updated>2009-08-23T02:59:38Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 23 Aug 2009 02:57:48 -0000
2            * html-texts-1.dat: Added test data on floating point numbers,
3            especially sceientific notation numbers.
4    
5            * html-form-input-1.dat: Fixed some wrong test results on floating
6            point numbers.
7    
8    2009-08-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
9    
10    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 02:58:13 -0000
11            * HTML.pm: Implemented floating point number in sceientific
12            notation.
13    
14    2009-08-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
15    
16    </content></entry><entry xml:id="entry-1250994932"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250994932</id><title>2009-08-23 Wakaba</title><updated>2009-08-23T02:35:25Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    23 Aug 2009 02:34:37 -0000
17            * html-form-button.dat: Added test data on interactive content in
18            |button| element (HTML5 revision 2392).
19    
20            * html-links-1.dat: Added test data on exclusion of interactive
21            content (HTML5 revision 2455, HTML5 revision 3162, HTML5 revision
22            3338).
23            
24    2009-08-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
25    
26    ++ whatpm/Whatpm/ChangeLog      23 Aug 2009 02:26:52 -0000
27    2009-08-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
28    
29            * ContentChecker.pm: Allow &lt;input type=hidden&gt; in context where
30            interactive content is disallowed (HTML5 revision 2392).
31    
32    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 02:35:21 -0000
33            * HTML.pm: Disallow interactive content in |button| element (HTML5
34            revision 2392).  Marked |img| and |object| (with |usemap|
35            attribute) elements, |iframe| element, and |embed| element as
36            interactive content (HTML5 revision 2455, HTML5 revision 3162,
37            HTML5 revision 3338).
38    
39    2009-08-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
40    
41    </content></entry><entry xml:id="entry-1250992976"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250992976</id><title>2009-08-23 Wakaba</title><updated>2009-08-23T02:02:49Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    23 Aug 2009 02:02:16 -0000
42    2009-08-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
43    
44            * html-texts-1.dat: Revised and added test data on |time| and
45            |datetime| attribute of the |time| element content model/attribute
46            value syntax.
47    
48    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 02:02:44 -0000
49    2009-08-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
50    
51            * HTML.pm: Revised the syntax of the |time| element and its
52            |datetime| attribute to sync with the latest spec definition.
53    
54    </content></entry><entry xml:id="entry-1250944172"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250944172</id><title>2009-08-22 Wakaba</title><updated>2009-08-22T12:29:27Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    22 Aug 2009 12:28:07 -0000
55            * html-form-input-1.dat, html-forms-1.dat: Revised and added test
56            data on the |accept| attribute of the |input| element to allow
57            white space characters arround tokens (HTML5 revision 2759).
58    
59    2009-08-22  Wakaba  &lt;wakaba@suika.fam.cx&gt;
60    
61    ++ whatpm/Whatpm/ContentChecker/ChangeLog       22 Aug 2009 12:26:35 -0000
62            * HTML.pm: Allow white space characters arround tokens in |accept|
63            attribute value of |input| elements (HTML5 revision 2759).
64    
65    2009-08-22  Wakaba  &lt;wakaba@suika.fam.cx&gt;
66    
67    </content></entry><entry xml:id="entry-1250943325"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250943325</id><title>2009-08-22 Wakaba</title><updated>2009-08-22T12:15:18Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    22 Aug 2009 12:07:47 -0000
68            * html-form-button-1.dat: Changed test results for WF2 form
69            submission attributes on |button| element and added test results
70            for form submission attributes starting with &quot;form&quot; on |button|
71            element (HTML5 revision 2890).
72    
73    2009-08-22  Wakaba  &lt;wakaba@suika.fam.cx&gt;
74    
75    ++ whatpm/Whatpm/ContentChecker/ChangeLog       22 Aug 2009 12:07:57 -0000
76            * HTML.pm: Renamed form submission attributes on |button| element
77            to new names beginning by |form| (HTML5 revision 2890).
78    
79    2009-08-22  Wakaba  &lt;wakaba@suika.fam.cx&gt;
80    
81    </content></entry><entry xml:id="entry-1250942443"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250942443</id><title>2009-08-22 Wakaba</title><updated>2009-08-22T12:00:35Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    22 Aug 2009 11:59:41 -0000
82          * html-form-input-1.dat: Changed test results for WF2 form          * html-form-input-1.dat: Changed test results for WF2 form
83          submission attributes on |input| element and added test results          submission attributes on |input| element and added test results
84          for form submission attributes starting with &quot;form&quot; on |input|          for form submission attributes starting with &quot;form&quot; on |input|

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.87

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24