/[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.81 by wakaba, Sat Aug 22 10:13:39 2009 UTC revision 1.117 by wakaba, Sun Sep 6 10:17:38 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-22T10:13:31Z</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-1250936019"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250936019</id><title>2009-08-22 Wakaba</title><updated>2009-08-22T10:13:31Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog 22 Aug 2009 10:12:51 -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-09-06T10:17: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-1252232257"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1252232257</id><title>2009-09-06 Wakaba</title><updated>2009-09-06T10:17:13Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog 6 Sep 2009 10:17:10 -0000
2            * tree-test-1.dat, tree-test-2.dat: Fixed some test results
3            related to the handling of &lt;/html&gt; end tags.
4    
5    2009-09-06  Wakaba  &lt;[email protected]&gt;
6    
7    ++ whatpm/Whatpm/ChangeLog      6 Sep 2009 10:16:48 -0000
8            * HTML.pm.src: Changed the handling of &lt;/html&gt; end tag of &quot;in
9            body&quot; insertion mode according to the latest spec definition.
10    
11    2009-09-06  Wakaba  &lt;[email protected]&gt;
12    
13    </content></entry><entry xml:id="entry-1252230808"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1252230808</id><title>2009-09-06 Wakaba</title><updated>2009-09-06T09:53:17Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    6 Sep 2009 09:53:12 -0000
14            * tree-test-1.dat, tree-test-2.dat: Some test results are updated
15            as per HTML5 revision 2730's new handling of end tags in the
16            |head| area.
17    
18    2009-09-06  Wakaba  &lt;[email protected]&gt;
19    
20    ++ whatpm/Whatpm/ChangeLog      6 Sep 2009 09:52:24 -0000
21            * HTML.pm.src: Rewrote end tag handling in |head| area (cf. HTML5
22            revision 2730, but it was entirely broken, maybe I missed some
23            spec changes before rev.2730).
24    
25    2009-09-06  Wakaba  &lt;[email protected]&gt;
26    
27    </content></entry><entry xml:id="entry-1252225771"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1252225771</id><title>2009-09-06 Wakaba</title><updated>2009-09-06T08:29:22Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    6 Sep 2009 08:29:19 -0000
28            * tree-test-flow.dat: Added some test cases on the |hgroup|
29            element (HTML5 revision 3040).
30    
31    2009-09-06  Wakaba  &lt;[email protected]&gt;
32    
33    ++ whatpm/Whatpm/ChangeLog      6 Sep 2009 08:27:35 -0000
34            * HTML.pm.src: Added the |hgroup| element (HTML5 revision 3039 and
35            HTML5 revision 3040).
36    
37    2009-09-06  Wakaba  &lt;[email protected]&gt;
38    
39    </content></entry><entry xml:id="entry-1252224937"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1252224937</id><title>2009-09-06 Wakaba</title><updated>2009-09-06T08:15:29Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog       6 Sep 2009 08:15:17 -0000
40            * HTML.pm.src: Added |xmp| to the list of Special elements (HTML5
41            revision 3689).  It should make no difference since the |xmp|
42            element has the PCDATA content and cannot be the non-bottommost
43            element in the stack of open elements.
44    
45    2009-09-06  Wakaba  &lt;[email protected]&gt;
46    
47    </content></entry><entry xml:id="entry-1252224168"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1252224168</id><title>2009-09-06 Wakaba</title><updated>2009-09-06T08:02:15Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog       6 Sep 2009 08:02:03 -0000
48            * HTML.pm.src: Set the |confidence| flag to |irrlevant| when the
49            fragment parsing algorithm is invoked (HTML5 revision 2699).
50    
51    2009-09-06  Wakaba  &lt;[email protected]&gt;
52    
53    </content></entry><entry xml:id="entry-1252203650"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1252203650</id><title>2009-09-06 Wakaba</title><updated>2009-09-06T02:20:32Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog       6 Sep 2009 02:20:24 -0000
54            * HTML.pm.src: Simplified foster parenting (HTML5 revision 2732).
55    
56    2009-09-06  Wakaba  &lt;[email protected]&gt;
57    
58    </content></entry><entry xml:id="entry-1252201557"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1252201557</id><title>2009-09-06 Wakaba</title><updated>2009-09-06T01:45:38Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    6 Sep 2009 01:44:50 -0000
59            * tree-test-1.dat: Updated test results related to the &quot;tainted&quot;
60            flag (HTML5 revision 2988).
61    
62    2009-09-06  Wakaba  &lt;[email protected]&gt;
63    
64    ++ whatpm/Whatpm/ChangeLog      6 Sep 2009 01:45:33 -0000
65            * HTML.pm.src: No longer does foster parenting |style|, |script|,
66            and |input type=hidden| elements (HTML5 revision 2988).
67    
68    2009-09-06  Wakaba  &lt;[email protected]&gt;
69    
70    </content></entry><entry xml:id="entry-1252200607"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1252200607</id><title>2009-09-06 Wakaba</title><updated>2009-09-06T01:29:57Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    6 Sep 2009 01:29:37 -0000
71            * tree-test-void.dat: Updated test results related to the
72            |eventsource| tag (HTML5 revision 2870).
73    
74    2009-09-06  Wakaba  &lt;[email protected]&gt;
75    
76    ++ whatpm/Whatpm/ChangeLog      6 Sep 2009 01:27:07 -0000
77            * HTML.pm.src: Dropped the |eventsource| element (HTML5 revision
78            2870).
79    
80    2009-09-06  Wakaba  &lt;[email protected]&gt;
81    
82    </content></entry><entry xml:id="entry-1252200103"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1252200103</id><title>2009-09-06 Wakaba</title><updated>2009-09-06T01:21:34Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    6 Sep 2009 01:19:59 -0000
83    2009-09-06  Wakaba  &lt;[email protected]&gt;
84    
85            * tree-test-1.dat, tree-test-form.dat, tree-test-void.dat: Added
86            and revised test results related to &lt;keygen&gt; parsing (HTML5
87            revision 2960).
88    
89    ++ whatpm/Whatpm/ChangeLog      6 Sep 2009 01:16:22 -0000
90    2009-09-06  Wakaba  &lt;[email protected]&gt;
91    
92            * HTML.pm.src (_tree_construction_main): Treate |keygen| as a void
93            element (HTML5 revision 2960).
94    
95    ++ whatpm/Whatpm/HTML/ChangeLog 6 Sep 2009 01:16:06 -0000
96    2009-09-06  Wakaba  &lt;[email protected]&gt;
97    
98            * Serializer.pm (get_inner_html): Added |keygen| to the list of
99            void elements (HTML5 revision 2960).
100    
101    </content></entry><entry xml:id="entry-1252158171"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1252158171</id><title>2009-09-05 Wakaba</title><updated>2009-09-05T13:42:41Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog       5 Sep 2009 13:42:33 -0000
102            * HTML.pm.src: Moved the &quot;in table text&quot; insertion mode code up
103            such that it does also work as specced in HTML5 in the remaining
104            cases (HTML5 revision 3382).
105    
106    2009-09-05  Wakaba  &lt;[email protected]&gt;
107    
108    </content></entry><entry xml:id="entry-1252157441"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1252157441</id><title>2009-09-05 Wakaba</title><updated>2009-09-05T13:30:21Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    5 Sep 2009 13:30:15 -0000
109            * tree-test-1.dat: Added test cases for &quot;in table text&quot; insertion
110            mode (HTML5 revision 3382).
111    
112    2009-09-05  Wakaba  &lt;[email protected]&gt;
113    
114    ++ whatpm/Whatpm/ChangeLog      5 Sep 2009 13:29:47 -0000
115    2009-09-05  Wakaba  &lt;[email protected]&gt;
116    
117            * HTML.pm.src: Implementing the &quot;in table text&quot; insertion mode,
118            first half (HTML5 revision 3382).
119    
120    </content></entry><entry xml:id="entry-1252150317"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1252150317</id><title>2009-09-05 Wakaba</title><updated>2009-09-05T11:31:49Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    5 Sep 2009 11:31:07 -0000
121            * tokenizer-test-1.test: Changed to keep non-normal character
122            references (HTML5 revision 3374).
123    
124    2009-09-05  Wakaba  &lt;[email protected]&gt;
125    
126    ++ whatpm/Whatpm/HTML/ChangeLog 5 Sep 2009 11:31:46 -0000
127            * Tokenizer.pm.src: Changed to keep non-normal character
128            references as is (HTML5 revision 3374).
129    
130    2009-09-05  Wakaba  &lt;[email protected]&gt;
131    
132    </content></entry><entry xml:id="entry-1252147266"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1252147266</id><title>2009-09-05 Wakaba</title><updated>2009-09-05T10:40:53Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    5 Sep 2009 10:40:03 -0000
133            * tokenizer-test-1.test: Updated test results on unclosed start
134            and end tags (HTML5 revision 2990).
135    
136    2009-09-05  Wakaba  &lt;[email protected]&gt;
137    
138    ++ whatpm/t/xml/ChangeLog       5 Sep 2009 10:40:48 -0000
139    2009-09-05  Wakaba  &lt;[email protected]&gt;
140    
141            * attlists-1.dat, attrs-1.dat: Updated test results on unclosed
142            tags and attlist declarations (cf. HTML5 revision 2990).
143    
144    ++ whatpm/Whatpm/HTML/ChangeLog 5 Sep 2009 10:39:09 -0000
145            * Tokenizer.pm.src: Discard unclosed tags (HTML5 revision 2990).
146    
147    2009-09-05  Wakaba  &lt;[email protected]&gt;
148    
149    </content></entry><entry xml:id="entry-1252144675"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1252144675</id><title>2009-09-05 Wakaba</title><updated>2009-09-05T09:57:48Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    5 Sep 2009 09:57:06 -0000
150            * tokenizer-test-1.test: Added test cases for &quot;comment end space
151            state&quot; (HTML5 revision 3195).
152    
153    2009-09-05  Wakaba  &lt;[email protected]&gt;
154    
155    ++ whatpm/Whatpm/HTML/ChangeLog 5 Sep 2009 09:57:45 -0000
156            space state&quot; (HTML5 revision 3195).
157    
158    2009-09-05  Wakaba  &lt;[email protected]&gt;
159    
160            * Tokenizer.pm.src (_get_next_token): Implemented the &quot;comment end
161    </content></entry><entry xml:id="entry-1252142814"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1252142814</id><title>2009-09-05 Wakaba</title><updated>2009-09-05T09:26:43Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    5 Sep 2009 09:26:39 -0000
162    2009-09-05  Wakaba  &lt;[email protected]&gt;
163    
164            * tokenizer-test-1.test: Added test cases for &quot;comment end bang
165            state&quot; (HTML5 revision 3191).
166    
167    ++ whatpm/Whatpm/HTML/ChangeLog 5 Sep 2009 09:26:12 -0000
168    2009-09-05  Wakaba  &lt;[email protected]&gt;
169    
170            * Tokenizer.pm.src (_get_next_token): Implemented the &quot;comment end
171            bang state&quot; (HTML5 revision 3191).
172    
173    </content></entry><entry xml:id="entry-1251622446"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1251622446</id><title>2009-08-30 Wakaba</title><updated>2009-08-30T08:53:56Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    30 Aug 2009 08:53:30 -0000
174            * html-links-1.dat: Added test cases for case-insensitivity of
175            link types (HTML5 revision 2698).
176    
177    2009-08-30  Wakaba  &lt;[email protected]&gt;
178    
179    ++ whatpm/Whatpm/ContentChecker/ChangeLog       30 Aug 2009 08:53:54 -0000
180            * HTML.pm: Made link types ASCII case-insensitive (HTML5 revision
181            2698).
182    
183    2009-08-30  Wakaba  &lt;[email protected]&gt;
184    
185    </content></entry><entry xml:id="entry-1251621728"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1251621728</id><title>2009-08-30 Wakaba</title><updated>2009-08-30T08:42:00Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    30 Aug 2009 08:34:54 -0000
186            * html-objects-1.dat: Added test cases for nested |video| and
187            |audio| elements (HTML5 revision 3488).
188    
189    2009-08-30  Wakaba  &lt;[email protected]&gt;
190    
191    ++ whatpm/Whatpm/ContentChecker/ChangeLog       30 Aug 2009 08:41:54 -0000
192            * HTML.pm: Disallow nested |video| and |audio| elements (HTML5
193            revision 3488).  (But this does not work at the moment due to the
194            bug on the handling of transparent elements).
195    
196    2009-08-30  Wakaba  &lt;[email protected]&gt;
197    
198    </content></entry><entry xml:id="entry-1251620742"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1251620742</id><title>2009-08-30 Wakaba</title><updated>2009-08-30T08:25:35Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    30 Aug 2009 08:18:55 -0000
199            * html-tables-1.dat: Added test cases for |td| elements in |thead|
200            elements (HTML5 revision 3518).
201    
202    2009-08-30  Wakaba  &lt;[email protected]&gt;
203    
204    ++ whatpm/Whatpm/ContentChecker/ChangeLog       30 Aug 2009 08:19:21 -0000
205            * HTML.pm: Disallow |td| as grandchilds of |thead| (HTML5 revision
206            3518).
207    
208    2009-08-30  Wakaba  &lt;[email protected]&gt;
209    
210    </content></entry><entry xml:id="entry-1251619324"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1251619324</id><title>2009-08-30 Wakaba</title><updated>2009-08-30T08:01:51Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    30 Aug 2009 08:01:21 -0000
211            * html-flows-1.dat: Added a test case for |p| in |legend| in
212            |figure|.
213    
214    2009-08-30  Wakaba  &lt;[email protected]&gt;
215    
216    ++ whatpm/Whatpm/ContentChecker/ChangeLog       30 Aug 2009 08:01:48 -0000
217            * HTML.pm: Oops, |in_figure| flag should have been set in the
218            |check_start|, not in |check_child_text|.
219    
220    2009-08-30  Wakaba  &lt;[email protected]&gt;
221    
222    </content></entry><entry xml:id="entry-1251618683"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1251618683</id><title>2009-08-30 Wakaba</title><updated>2009-08-30T07:51:08Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    30 Aug 2009 07:47:50 -0000
223            * html-texts-1.dat: Added test cases for nested |progress|,
224            |time|, and |meter| elements (HTML5 revision 3692).
225    
226    2009-08-30  Wakaba  &lt;[email protected]&gt;
227    
228    ++ whatpm/Whatpm/ContentChecker/ChangeLog       30 Aug 2009 07:48:15 -0000
229            * HTML.pm: Disallow nested |progress|, |meter|, and |time|
230            elements (HTML5 revision 3692).
231    
232    2009-08-30  Wakaba  &lt;[email protected]&gt;
233    
234    </content></entry><entry xml:id="entry-1251618222"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1251618222</id><title>2009-08-30 Wakaba</title><updated>2009-08-30T07:43:18Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    30 Aug 2009 07:37:16 -0000
235            * html-interactive-1.dat: Added test cases related to |command|
236            element's attributes (HTML5 revision 2415).
237    
238    2009-08-30  Wakaba  &lt;[email protected]&gt;
239    
240    ++ whatpm/Whatpm/ContentChecker/ChangeLog       30 Aug 2009 07:37:55 -0000
241            * HTML.pm: Implemented |command| element's attributes'
242            requirements (HTML5 revision 2415).
243    
244    2009-08-30  Wakaba  &lt;[email protected]&gt;
245    
246    </content></entry><entry xml:id="entry-1251616839"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1251616839</id><title>2009-08-30 Wakaba</title><updated>2009-08-30T07:20:26Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    30 Aug 2009 07:13:46 -0000
247            * html-texts-1.dat: Added test cases for |progress|'s |value| and
248            |max| attributes (cf. HTML5 revision 2484).
249    
250    2009-08-30  Wakaba  &lt;[email protected]&gt;
251    
252    ++ whatpm/Whatpm/ContentChecker/ChangeLog       30 Aug 2009 07:13:58 -0000
253            * HTML.pm: Implemented |progress|'s author requirements (cf. HTML5
254            revision 2484).
255    
256    2009-08-30  Wakaba  &lt;[email protected]&gt;
257    
258    </content></entry><entry xml:id="entry-1251604264"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1251604264</id><title>2009-08-30 Wakaba</title><updated>2009-08-30T03:50:57Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    30 Aug 2009 03:48:35 -0000
259            * html-objects-1.dat: Added a test of the presence of space
260            characters in the |name| attribute of the |map| element.
261    
262    2009-08-30  Wakaba  &lt;[email protected]&gt;
263    
264    ++ whatpm/Whatpm/ContentChecker/ChangeLog       30 Aug 2009 03:48:53 -0000
265    2009-08-30  Wakaba  &lt;[email protected]&gt;
266    
267            * HTML.pm: Disallow space characters in &lt;map name=&quot;&quot;&gt;.
268    
269    </content></entry><entry xml:id="entry-1251603647"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1251603647</id><title>2009-08-30 Wakaba</title><updated>2009-08-30T03:40:30Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    30 Aug 2009 03:35:02 -0000
270    2009-08-30  Wakaba  &lt;[email protected]&gt;
271    
272            * xml-global.dat: Added a test of |xml:lang| attribute on a
273            foreign element in an HTML document (HTML5 revision 3697).
274    
275    ++ whatpm/Whatpm/ChangeLog      30 Aug 2009 03:40:20 -0000
276    2009-08-30  Wakaba  &lt;[email protected]&gt;
277    
278            * ContentChecker.pm: Allow |xml:lang| in HTML document if the
279            owner element is not an HTML element (HTML5 revision 3697).
280    
281    </content></entry><entry xml:id="entry-1251034160"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1251034160</id><title>2009-08-23 Wakaba</title><updated>2009-08-23T13:29:14Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    23 Aug 2009 13:25:42 -0000
282            * html-objects-1.dat: Added tests on loop attributes of |video|
283            and |audio| elements (HTML5 revision 2401).
284    
285    2009-08-23  Wakaba  &lt;[email protected]&gt;
286    
287            * html-form-datalist.dat: Added a test on list=&quot;&quot; invalidly
288            referencing a |select| element (HTML5 revision 2376).
289    
290    2009-08-23  Wakaba  &lt;[email protected]&gt;
291    
292    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 13:26:39 -0000
293            * HTML.pm: Added |loop| attribute and |loopstart|, |loopend|,
294            |start|, |end|, and |playcount| attributes as obsolete attributes
295            to |audio| and |video| elements (HTML5 revision 2401).
296    
297    2009-08-23  Wakaba  &lt;[email protected]&gt;
298    
299    </content></entry><entry xml:id="entry-1251015223"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1251015223</id><title>2009-08-23 Wakaba</title><updated>2009-08-23T08:13:37Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    23 Aug 2009 08:13:30 -0000
300            * html-datatemplate.dat, html-repetitions.dat, html-forms-1.dat,
301            html-form-input-1.dat, html-form-button.dat, html-form-select.dat,
302            html-form-textarea.dat, html-texts-1.dat, html-interactive-1.dat:
303            Revised test results related to the removed datatemplate and
304            repetition template feature (HTML5 revision 2319).
305    
306    2009-08-23  Wakaba  &lt;[email protected]&gt;
307    
308    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 08:04:48 -0000
309            * HTML.pm: Marked datatemplate and repetition template features as
310            dropped (HTML5 revision 2319).
311    
312    2009-08-23  Wakaba  &lt;[email protected]&gt;
313    
314    </content></entry><entry xml:id="entry-1251011216"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1251011216</id><title>2009-08-23 Wakaba</title><updated>2009-08-23T07:06:44Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    23 Aug 2009 07:05:05 -0000
315            * html-flows-1.dat, html-interactive-1.dat: Revised test results
316            since the |menu| element is now a normal flow content (HTML5
317            revision 2416).
318    
319    2009-08-23  Wakaba  &lt;[email protected]&gt;
320    
321    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 06:59:23 -0000
322            * HTML.pm: Now |menu| element is a normal flow content (HTML5
323            revision 2416).
324    
325    2009-08-23  Wakaba  &lt;[email protected]&gt;
326    
327    </content></entry><entry xml:id="entry-1251009991"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1251009991</id><title>2009-08-23 Wakaba</title><updated>2009-08-23T06:46:10Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    23 Aug 2009 06:43:14 -0000
328            * html-objects-1.dat: Revised and added test result on the
329            |pixelratio| attribute of the |source| element, which is in fact
330            dropped from the spec already ;- (HTML5 revision 2406 and HTML5
331            revision 2493).
332    
333    2009-08-23  Wakaba  &lt;[email protected]&gt;
334    
335    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 06:44:00 -0000
336            * HTML.pm: Revised and marked as dropped the |pixelratio|
337            attribute of the |source| element (HTML5 revision 2406 and HTML5
338            revision 2493).
339    
340    2009-08-23  Wakaba  &lt;[email protected]&gt;
341    
342    </content></entry><entry xml:id="entry-1251009433"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1251009433</id><title>2009-08-23 Wakaba</title><updated>2009-08-23T06:36:58Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    23 Aug 2009 06:36:33 -0000
343            * html-objects-1.dat: Revised test results on |autoplay|
344            attributes as per HTML5 revision 3344.
345    
346    2009-08-23  Wakaba  &lt;[email protected]&gt;
347    
348    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 06:36:54 -0000
349            * HTML.pm: Discourage use of the |autoplay| attribute (HTML5
350            revision 3344).
351    
352    2009-08-23  Wakaba  &lt;[email protected]&gt;
353    
354    </content></entry><entry xml:id="entry-1251006438"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1251006438</id><title>2009-08-23 Wakaba</title><updated>2009-08-23T05:47:12Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    23 Aug 2009 05:44:16 -0000
355            * html-metadata-1.dat: Added test data on &lt;meta
356            http-equiv=content-language&gt; (see
357            &lt;http://manakai.g.hatena.ne.jp/task/4/110&gt;).
358    
359    2009-08-23  Wakaba  &lt;[email protected]&gt;
360    
361    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 05:45:41 -0000
362            * HTML.pm: Implemented &lt;meta http-equiv=content-language&gt; (see
363            &lt;http://manakai.g.hatena.ne.jp/task/4/110&gt;).
364    
365    2009-08-23  Wakaba  &lt;[email protected]&gt;
366    
367    </content></entry><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>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    23 Aug 2009 02:57:48 -0000
368            * html-texts-1.dat: Added test data on floating point numbers,
369            especially sceientific notation numbers.
370    
371            * html-form-input-1.dat: Fixed some wrong test results on floating
372            point numbers.
373    
374    2009-08-23  Wakaba  &lt;[email protected]&gt;
375    
376    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 02:58:13 -0000
377            * HTML.pm: Implemented floating point number in sceientific
378            notation.
379    
380    2009-08-23  Wakaba  &lt;[email protected]&gt;
381    
382    </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>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    23 Aug 2009 02:34:37 -0000
383            * html-form-button.dat: Added test data on interactive content in
384            |button| element (HTML5 revision 2392).
385    
386            * html-links-1.dat: Added test data on exclusion of interactive
387            content (HTML5 revision 2455, HTML5 revision 3162, HTML5 revision
388            3338).
389            
390    2009-08-23  Wakaba  &lt;[email protected]&gt;
391    
392    ++ whatpm/Whatpm/ChangeLog      23 Aug 2009 02:26:52 -0000
393    2009-08-23  Wakaba  &lt;[email protected]&gt;
394    
395            * ContentChecker.pm: Allow &lt;input type=hidden&gt; in context where
396            interactive content is disallowed (HTML5 revision 2392).
397    
398    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 02:35:21 -0000
399            * HTML.pm: Disallow interactive content in |button| element (HTML5
400            revision 2392).  Marked |img| and |object| (with |usemap|
401            attribute) elements, |iframe| element, and |embed| element as
402            interactive content (HTML5 revision 2455, HTML5 revision 3162,
403            HTML5 revision 3338).
404    
405    2009-08-23  Wakaba  &lt;[email protected]&gt;
406    
407    </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>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    23 Aug 2009 02:02:16 -0000
408    2009-08-23  Wakaba  &lt;[email protected]&gt;
409    
410            * html-texts-1.dat: Revised and added test data on |time| and
411            |datetime| attribute of the |time| element content model/attribute
412            value syntax.
413    
414    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 02:02:44 -0000
415    2009-08-23  Wakaba  &lt;[email protected]&gt;
416    
417            * HTML.pm: Revised the syntax of the |time| element and its
418            |datetime| attribute to sync with the latest spec definition.
419    
420    </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>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    22 Aug 2009 12:28:07 -0000
421            * html-form-input-1.dat, html-forms-1.dat: Revised and added test
422            data on the |accept| attribute of the |input| element to allow
423            white space characters arround tokens (HTML5 revision 2759).
424    
425    2009-08-22  Wakaba  &lt;[email protected]&gt;
426    
427    ++ whatpm/Whatpm/ContentChecker/ChangeLog       22 Aug 2009 12:26:35 -0000
428            * HTML.pm: Allow white space characters arround tokens in |accept|
429            attribute value of |input| elements (HTML5 revision 2759).
430    
431    2009-08-22  Wakaba  &lt;[email protected]&gt;
432    
433    </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>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    22 Aug 2009 12:07:47 -0000
434            * html-form-button-1.dat: Changed test results for WF2 form
435            submission attributes on |button| element and added test results
436            for form submission attributes starting with &quot;form&quot; on |button|
437            element (HTML5 revision 2890).
438    
439    2009-08-22  Wakaba  &lt;[email protected]&gt;
440    
441    ++ whatpm/Whatpm/ContentChecker/ChangeLog       22 Aug 2009 12:07:57 -0000
442            * HTML.pm: Renamed form submission attributes on |button| element
443            to new names beginning by |form| (HTML5 revision 2890).
444    
445    2009-08-22  Wakaba  &lt;[email protected]&gt;
446    
447    </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>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    22 Aug 2009 11:59:41 -0000
448            * html-form-input-1.dat: Changed test results for WF2 form
449            submission attributes on |input| element and added test results
450            for form submission attributes starting with &quot;form&quot; on |input|
451            element (HTML5 revision 2890).
452    
453    2009-08-22  Wakaba  &lt;[email protected]&gt;
454    
455    ++ whatpm/Whatpm/ContentChecker/ChangeLog       22 Aug 2009 12:00:33 -0000
456            * HTML.pm: Renamed form submission attributes on |input| element
457            to new names beginning by |form| (HTML5 revision 2890).
458    
459    2009-08-22  Wakaba  &lt;[email protected]&gt;
460    
461    </content></entry><entry xml:id="entry-1250936019"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250936019</id><title>2009-08-22 Wakaba</title><updated>2009-08-22T10:13:31Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    22 Aug 2009 10:12:51 -0000
462          * html-interactive-1.dat, html-datatemplate.dat,          * html-interactive-1.dat, html-datatemplate.dat,
463          html-form-label.dat, html-links-1.dat: Revised test data on          html-form-label.dat, html-links-1.dat: Revised test data on
464          |datagrid| (HTML5 revision 2962, HTML5 revision 3555).          |datagrid| (HTML5 revision 2962, HTML5 revision 3555).

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.117

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24