/[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.14 by wakaba, Fri Nov 14 08:04:16 2008 UTC revision 1.102 by wakaba, Sun Aug 30 08:54:07 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>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>[email protected]</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>2009-08-30T08:53:56Z</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-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
2            * html-links-1.dat: Added test cases for case-insensitivity of
3            link types (HTML5 revision 2698).
4    
5    2009-08-30  Wakaba  &lt;[email protected]&gt;
6    
7    ++ whatpm/Whatpm/ContentChecker/ChangeLog       30 Aug 2009 08:53:54 -0000
8            * HTML.pm: Made link types ASCII case-insensitive (HTML5 revision
9            2698).
10    
11    2009-08-30  Wakaba  &lt;[email protected]&gt;
12    
13    </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
14            * html-objects-1.dat: Added test cases for nested |video| and
15            |audio| elements (HTML5 revision 3488).
16    
17    2009-08-30  Wakaba  &lt;[email protected]&gt;
18    
19    ++ whatpm/Whatpm/ContentChecker/ChangeLog       30 Aug 2009 08:41:54 -0000
20            * HTML.pm: Disallow nested |video| and |audio| elements (HTML5
21            revision 3488).  (But this does not work at the moment due to the
22            bug on the handling of transparent elements).
23    
24    2009-08-30  Wakaba  &lt;[email protected]&gt;
25    
26    </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
27            * html-tables-1.dat: Added test cases for |td| elements in |thead|
28            elements (HTML5 revision 3518).
29    
30    2009-08-30  Wakaba  &lt;[email protected]&gt;
31    
32    ++ whatpm/Whatpm/ContentChecker/ChangeLog       30 Aug 2009 08:19:21 -0000
33            * HTML.pm: Disallow |td| as grandchilds of |thead| (HTML5 revision
34            3518).
35    
36    2009-08-30  Wakaba  &lt;[email protected]&gt;
37    
38    </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
39            * html-flows-1.dat: Added a test case for |p| in |legend| in
40            |figure|.
41    
42    2009-08-30  Wakaba  &lt;[email protected]&gt;
43    
44    ++ whatpm/Whatpm/ContentChecker/ChangeLog       30 Aug 2009 08:01:48 -0000
45            * HTML.pm: Oops, |in_figure| flag should have been set in the
46            |check_start|, not in |check_child_text|.
47    
48    2009-08-30  Wakaba  &lt;[email protected]&gt;
49    
50    </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
51            * html-texts-1.dat: Added test cases for nested |progress|,
52            |time|, and |meter| elements (HTML5 revision 3692).
53    
54    2009-08-30  Wakaba  &lt;[email protected]&gt;
55    
56    ++ whatpm/Whatpm/ContentChecker/ChangeLog       30 Aug 2009 07:48:15 -0000
57            * HTML.pm: Disallow nested |progress|, |meter|, and |time|
58            elements (HTML5 revision 3692).
59    
60    2009-08-30  Wakaba  &lt;[email protected]&gt;
61    
62    </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
63            * html-interactive-1.dat: Added test cases related to |command|
64            element's attributes (HTML5 revision 2415).
65    
66    2009-08-30  Wakaba  &lt;[email protected]&gt;
67    
68    ++ whatpm/Whatpm/ContentChecker/ChangeLog       30 Aug 2009 07:37:55 -0000
69            * HTML.pm: Implemented |command| element's attributes'
70            requirements (HTML5 revision 2415).
71    
72    2009-08-30  Wakaba  &lt;[email protected]&gt;
73    
74    </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
75            * html-texts-1.dat: Added test cases for |progress|'s |value| and
76            |max| attributes (cf. HTML5 revision 2484).
77    
78    2009-08-30  Wakaba  &lt;[email protected]&gt;
79    
80    ++ whatpm/Whatpm/ContentChecker/ChangeLog       30 Aug 2009 07:13:58 -0000
81            * HTML.pm: Implemented |progress|'s author requirements (cf. HTML5
82            revision 2484).
83    
84    2009-08-30  Wakaba  &lt;[email protected]&gt;
85    
86    </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
87            * html-objects-1.dat: Added a test of the presence of space
88            characters in the |name| attribute of the |map| element.
89    
90    2009-08-30  Wakaba  &lt;[email protected]&gt;
91    
92    ++ whatpm/Whatpm/ContentChecker/ChangeLog       30 Aug 2009 03:48:53 -0000
93    2009-08-30  Wakaba  &lt;[email protected]&gt;
94    
95            * HTML.pm: Disallow space characters in &lt;map name=&quot;&quot;&gt;.
96    
97    </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
98    2009-08-30  Wakaba  &lt;[email protected]&gt;
99    
100            * xml-global.dat: Added a test of |xml:lang| attribute on a
101            foreign element in an HTML document (HTML5 revision 3697).
102    
103    ++ whatpm/Whatpm/ChangeLog      30 Aug 2009 03:40:20 -0000
104    2009-08-30  Wakaba  &lt;[email protected]&gt;
105    
106            * ContentChecker.pm: Allow |xml:lang| in HTML document if the
107            owner element is not an HTML element (HTML5 revision 3697).
108    
109    </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
110            * html-objects-1.dat: Added tests on loop attributes of |video|
111            and |audio| elements (HTML5 revision 2401).
112    
113    2009-08-23  Wakaba  &lt;[email protected]&gt;
114    
115            * html-form-datalist.dat: Added a test on list=&quot;&quot; invalidly
116            referencing a |select| element (HTML5 revision 2376).
117    
118    2009-08-23  Wakaba  &lt;[email protected]&gt;
119    
120    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 13:26:39 -0000
121            * HTML.pm: Added |loop| attribute and |loopstart|, |loopend|,
122            |start|, |end|, and |playcount| attributes as obsolete attributes
123            to |audio| and |video| elements (HTML5 revision 2401).
124    
125    2009-08-23  Wakaba  &lt;[email protected]&gt;
126    
127    </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
128            * html-datatemplate.dat, html-repetitions.dat, html-forms-1.dat,
129            html-form-input-1.dat, html-form-button.dat, html-form-select.dat,
130            html-form-textarea.dat, html-texts-1.dat, html-interactive-1.dat:
131            Revised test results related to the removed datatemplate and
132            repetition template feature (HTML5 revision 2319).
133    
134    2009-08-23  Wakaba  &lt;[email protected]&gt;
135    
136    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 08:04:48 -0000
137            * HTML.pm: Marked datatemplate and repetition template features as
138            dropped (HTML5 revision 2319).
139    
140    2009-08-23  Wakaba  &lt;[email protected]&gt;
141    
142    </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
143            * html-flows-1.dat, html-interactive-1.dat: Revised test results
144            since the |menu| element is now a normal flow content (HTML5
145            revision 2416).
146    
147    2009-08-23  Wakaba  &lt;[email protected]&gt;
148    
149    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 06:59:23 -0000
150            * HTML.pm: Now |menu| element is a normal flow content (HTML5
151            revision 2416).
152    
153    2009-08-23  Wakaba  &lt;[email protected]&gt;
154    
155    </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
156            * html-objects-1.dat: Revised and added test result on the
157            |pixelratio| attribute of the |source| element, which is in fact
158            dropped from the spec already ;- (HTML5 revision 2406 and HTML5
159            revision 2493).
160    
161    2009-08-23  Wakaba  &lt;[email protected]&gt;
162    
163    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 06:44:00 -0000
164            * HTML.pm: Revised and marked as dropped the |pixelratio|
165            attribute of the |source| element (HTML5 revision 2406 and HTML5
166            revision 2493).
167    
168    2009-08-23  Wakaba  &lt;[email protected]&gt;
169    
170    </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
171            * html-objects-1.dat: Revised test results on |autoplay|
172            attributes as per HTML5 revision 3344.
173    
174    2009-08-23  Wakaba  &lt;[email protected]&gt;
175    
176    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 06:36:54 -0000
177            * HTML.pm: Discourage use of the |autoplay| attribute (HTML5
178            revision 3344).
179    
180    2009-08-23  Wakaba  &lt;[email protected]&gt;
181    
182    </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
183            * html-metadata-1.dat: Added test data on &lt;meta
184            http-equiv=content-language&gt; (see
185            &lt;http://manakai.g.hatena.ne.jp/task/4/110&gt;).
186    
187    2009-08-23  Wakaba  &lt;[email protected]&gt;
188    
189    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 05:45:41 -0000
190            * HTML.pm: Implemented &lt;meta http-equiv=content-language&gt; (see
191            &lt;http://manakai.g.hatena.ne.jp/task/4/110&gt;).
192    
193    2009-08-23  Wakaba  &lt;[email protected]&gt;
194    
195    </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
196            * html-texts-1.dat: Added test data on floating point numbers,
197            especially sceientific notation numbers.
198    
199            * html-form-input-1.dat: Fixed some wrong test results on floating
200            point numbers.
201    
202    2009-08-23  Wakaba  &lt;[email protected]&gt;
203    
204    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 02:58:13 -0000
205            * HTML.pm: Implemented floating point number in sceientific
206            notation.
207    
208    2009-08-23  Wakaba  &lt;[email protected]&gt;
209    
210    </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
211            * html-form-button.dat: Added test data on interactive content in
212            |button| element (HTML5 revision 2392).
213    
214            * html-links-1.dat: Added test data on exclusion of interactive
215            content (HTML5 revision 2455, HTML5 revision 3162, HTML5 revision
216            3338).
217            
218    2009-08-23  Wakaba  &lt;[email protected]&gt;
219    
220    ++ whatpm/Whatpm/ChangeLog      23 Aug 2009 02:26:52 -0000
221    2009-08-23  Wakaba  &lt;[email protected]&gt;
222    
223            * ContentChecker.pm: Allow &lt;input type=hidden&gt; in context where
224            interactive content is disallowed (HTML5 revision 2392).
225    
226    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 02:35:21 -0000
227            * HTML.pm: Disallow interactive content in |button| element (HTML5
228            revision 2392).  Marked |img| and |object| (with |usemap|
229            attribute) elements, |iframe| element, and |embed| element as
230            interactive content (HTML5 revision 2455, HTML5 revision 3162,
231            HTML5 revision 3338).
232    
233    2009-08-23  Wakaba  &lt;[email protected]&gt;
234    
235    </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
236    2009-08-23  Wakaba  &lt;[email protected]&gt;
237    
238            * html-texts-1.dat: Revised and added test data on |time| and
239            |datetime| attribute of the |time| element content model/attribute
240            value syntax.
241    
242    ++ whatpm/Whatpm/ContentChecker/ChangeLog       23 Aug 2009 02:02:44 -0000
243    2009-08-23  Wakaba  &lt;[email protected]&gt;
244    
245            * HTML.pm: Revised the syntax of the |time| element and its
246            |datetime| attribute to sync with the latest spec definition.
247    
248    </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
249            * html-form-input-1.dat, html-forms-1.dat: Revised and added test
250            data on the |accept| attribute of the |input| element to allow
251            white space characters arround tokens (HTML5 revision 2759).
252    
253    2009-08-22  Wakaba  &lt;[email protected]&gt;
254    
255    ++ whatpm/Whatpm/ContentChecker/ChangeLog       22 Aug 2009 12:26:35 -0000
256            * HTML.pm: Allow white space characters arround tokens in |accept|
257            attribute value of |input| elements (HTML5 revision 2759).
258    
259    2009-08-22  Wakaba  &lt;[email protected]&gt;
260    
261    </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
262            * html-form-button-1.dat: Changed test results for WF2 form
263            submission attributes on |button| element and added test results
264            for form submission attributes starting with &quot;form&quot; on |button|
265            element (HTML5 revision 2890).
266    
267    2009-08-22  Wakaba  &lt;[email protected]&gt;
268    
269    ++ whatpm/Whatpm/ContentChecker/ChangeLog       22 Aug 2009 12:07:57 -0000
270            * HTML.pm: Renamed form submission attributes on |button| element
271            to new names beginning by |form| (HTML5 revision 2890).
272    
273    2009-08-22  Wakaba  &lt;[email protected]&gt;
274    
275    </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
276            * html-form-input-1.dat: Changed test results for WF2 form
277            submission attributes on |input| element and added test results
278            for form submission attributes starting with &quot;form&quot; on |input|
279            element (HTML5 revision 2890).
280    
281    2009-08-22  Wakaba  &lt;[email protected]&gt;
282    
283    ++ whatpm/Whatpm/ContentChecker/ChangeLog       22 Aug 2009 12:00:33 -0000
284            * HTML.pm: Renamed form submission attributes on |input| element
285            to new names beginning by |form| (HTML5 revision 2890).
286    
287    2009-08-22  Wakaba  &lt;[email protected]&gt;
288    
289    </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
290            * html-interactive-1.dat, html-datatemplate.dat,
291            html-form-label.dat, html-links-1.dat: Revised test data on
292            |datagrid| (HTML5 revision 2962, HTML5 revision 3555).
293    
294    2009-08-22  Wakaba  &lt;[email protected]&gt;
295    
296    ++ whatpm/Whatpm/ContentChecker/ChangeLog       22 Aug 2009 10:13:28 -0000
297            * HTML.pm: The |datagrid| element has been commented out in the
298            spec (HTML5 revision 2962, HTML5 revision 3555).
299    
300    2009-08-22  Wakaba  &lt;[email protected]&gt;
301    
302    </content></entry><entry xml:id="entry-1250933735"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250933735</id><title>2009-08-22 Wakaba</title><updated>2009-08-22T09:35:30Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    22 Aug 2009 09:34:41 -0000
303            * html-objects-1.dat: Added and revised test data on |map| element
304            content model (HTML5 revision 3009).
305    
306    2009-08-22  Wakaba  &lt;[email protected]&gt;
307    
308    ++ whatpm/Whatpm/ContentChecker/ChangeLog       22 Aug 2009 09:35:24 -0000
309            * HTML.pm: Changed |map| element content model to transparent
310            content model (HTML5 revision 3009).
311    
312    2009-08-22  Wakaba  &lt;[email protected]&gt;
313    
314    </content></entry><entry xml:id="entry-1250931932"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250931932</id><title>2009-08-22 Wakaba</title><updated>2009-08-22T09:05:24Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    22 Aug 2009 08:39:48 -0000
315            * html-flows-1.dat: Added and revised test data on |header| and
316            |hgroup| elements (HTML5 revision 3039 and HTML5 revision 3040).
317    
318    2009-08-22  Wakaba  &lt;[email protected]&gt;
319    
320    ++ whatpm/Whatpm/ContentChecker/ChangeLog       22 Aug 2009 08:39:33 -0000
321            * HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5
322            revision 3039 and HTML revision 3040).
323    
324    2009-08-22  Wakaba  &lt;[email protected]&gt;
325    
326    </content></entry><entry xml:id="entry-1250921151"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250921151</id><title>2009-08-22 Wakaba</title><updated>2009-08-22T06:05:46Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    22 Aug 2009 06:03:14 -0000
327    2009-08-22  Wakaba  &lt;[email protected]&gt;
328    
329            * ContentChecker.t: Added a new test data file.
330    
331    ++ whatpm/t/dom-conformance/ChangeLog   22 Aug 2009 06:04:05 -0000
332            * html-forms-1.dat, html-form-label.dat: Added test data on
333            |keygen| element (HTML5 revision 2960).
334    
335            * html-form-keygen.dat: New file (HTML5 revision 2960).
336    
337    2009-08-22  Wakaba  &lt;[email protected]&gt;
338    
339    ++ whatpm/Whatpm/ContentChecker/ChangeLog       22 Aug 2009 06:04:27 -0000
340            * HTML.pm: Implemented the |keygen| element (HTML5 revision 2960).
341    
342    2009-08-22  Wakaba  &lt;[email protected]&gt;
343    
344    </content></entry><entry xml:id="entry-1250919374"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250919374</id><title>2009-08-22 Wakaba</title><updated>2009-08-22T05:36:08Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    22 Aug 2009 05:32:46 -0000
345            * html-form-input-1.dat: Added test data on |&lt;input type=tel&gt;|
346            elements (HTML5 revision 3054).
347    
348    2009-08-22  Wakaba  &lt;[email protected]&gt;
349    
350    ++ whatpm/Whatpm/ContentChecker/ChangeLog       22 Aug 2009 05:33:04 -0000
351            * HTML.pm: Implemented |&lt;input type=tel&gt;| (HTML5 revision 3054).
352    
353    2009-08-22  Wakaba  &lt;[email protected]&gt;
354    
355    </content></entry><entry xml:id="entry-1250918062"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250918062</id><title>2009-08-22 Wakaba</title><updated>2009-08-22T05:14:18Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    22 Aug 2009 05:12:01 -0000
356            * html-form-input-1.dat: Added test data on |&lt;input type=url
357            value=...&gt;| (cf. HTML5 revision 2615).
358    
359    2009-08-22  Wakaba  &lt;[email protected]&gt;
360    
361    </content></entry><entry xml:id="entry-1250917514"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250917514</id><title>2009-08-22 Wakaba</title><updated>2009-08-22T05:05:09Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    22 Aug 2009 05:05:07 -0000
362    2009-08-22  Wakaba  &lt;[email protected]&gt;
363    
364            * html-form-label.dat: Added tests on |&lt;label for=a&gt;&lt;input
365            id=a&gt;&lt;/label&gt;|-handlings (cf. HTML5 revision 2614).
366    
367    ++ whatpm/Whatpm/ContentChecker/ChangeLog       22 Aug 2009 05:04:33 -0000
368    2009-08-22  Wakaba  &lt;[email protected]&gt;
369    
370            * HTML.pm: Allows |&lt;label for=a&gt;&lt;input id=a&gt;&lt;/label&gt;| (HTML5
371            revision 2614).
372    
373    </content></entry><entry xml:id="entry-1250408526"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250408526</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T07:41:56Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    16 Aug 2009 07:32:33 -0000
374            * ContentChecker.t: Added a new test data file.
375    
376    2009-08-16  Wakaba  &lt;[email protected]&gt;
377    
378    ++ whatpm/t/dom-conformance/ChangeLog   16 Aug 2009 07:33:45 -0000
379            * html-interactive-2.dat: New test data file.
380    
381    2009-08-16  Wakaba  &lt;[email protected]&gt;
382    
383    ++ whatpm/Whatpm/ContentChecker/ChangeLog       16 Aug 2009 07:33:26 -0000
384            * HTML.pm: defer=&quot;&quot; w/o src=&quot;&quot; is no longer allowed (HTML5
385            revision 3550).
386    
387    2009-08-16  Wakaba  &lt;[email protected]&gt;
388    
389    </content></entry><entry xml:id="entry-1250407354"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250407354</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T07:22:24Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    16 Aug 2009 07:20:16 -0000
390            * content-model-7.dat: The |bb| element has been removed from the
391            spec so that relevant test results are changed (HTML5 revision
392            3621).
393    
394    2009-08-16  Wakaba  &lt;[email protected]&gt;
395    
396    ++ whatpm/t/dom-conformance/ChangeLog   16 Aug 2009 07:20:00 -0000
397            * html-interactive-1.dat, html-datatemplate.dat: The |bb| element
398            has been removed from the spec so that relevant test results are
399            changed (HTML5 revision 3621).
400    
401    2009-08-16  Wakaba  &lt;[email protected]&gt;
402    
403    ++ whatpm/Whatpm/ContentChecker/ChangeLog       16 Aug 2009 07:20:36 -0000
404            * HTML.pm: The |bb| element has been dropped from the spec (HTML5
405            revision 3621).
406    
407    2009-08-16  Wakaba  &lt;[email protected]&gt;
408    
409    </content></entry><entry xml:id="entry-1250406521"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250406521</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T07:08:22Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    16 Aug 2009 07:03:12 -0000
410    2009-08-16  Wakaba  &lt;[email protected]&gt;
411    
412            * html-flows-1.dat: Added test cases for |cite| attributes for the
413            |section| and |article| elements (HTML5 revision 3069 and HTML5
414            revision 3627).
415    
416    ++ whatpm/Whatpm/ContentChecker/ChangeLog       16 Aug 2009 07:06:23 -0000
417    2009-08-16  Wakaba  &lt;[email protected]&gt;
418    
419            * HTML.pm: Implemented |cite| attributes on |section| and
420            |article| elements as dropped attributes (HTML5 revision 3069 and
421            HTML5 revision 3627).
422    
423    </content></entry><entry xml:id="entry-1250405276"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250405276</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T06:47:40Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    16 Aug 2009 06:43:09 -0000
424            * tree-test-1.dat: Added tests for about:legacy-compat and changed
425            test results for XSLT-compat (HTML5 revision 2725).
426    
427    2009-08-16  Wakaba  &lt;[email protected]&gt;
428    
429    ++ whatpm/Whatpm/ChangeLog      16 Aug 2009 06:44:01 -0000
430            * HTML.pm.src: Dropped support for &quot;XSLT-compat&quot; and added
431            &quot;about:legacy-compat&quot; (HTML5 revision 2725).
432    
433    2009-08-16  Wakaba  &lt;[email protected]&gt;
434    
435    </content></entry><entry xml:id="entry-1250404279"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250404279</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T06:31:15Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog       16 Aug 2009 06:31:12 -0000
436            * HTML.pm.src: &quot;&lt;!DOCTYPE&gt;&quot; is now explicitly supported in the
437            spec (HTML5 revision 2700).
438    
439    2009-08-16  Wakaba  &lt;[email protected]&gt;
440    
441    </content></entry><entry xml:id="entry-1250403973"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250403973</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T06:26:08Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    16 Aug 2009 06:25:35 -0000
442            * tree-test-form.dat: Added tests for &lt;script&gt; elements in
443            &lt;select&gt; and &lt;select&gt; in &lt;table&gt; (HTML5 revision 2500).
444    
445    2009-08-16  Wakaba  &lt;[email protected]&gt;
446    
447    ++ whatpm/Whatpm/ChangeLog      16 Aug 2009 06:26:04 -0000
448            * HTML.pm.src: Added support for &lt;script&gt; element in the &quot;in
449            select&quot; and &quot;in select in table&quot; insertion modes (HTML5 revision
450            2500).
451    
452    2009-08-16  Wakaba  &lt;[email protected]&gt;
453    
454    </content></entry><entry xml:id="entry-1250402243"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250402243</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T05:57:15Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog       16 Aug 2009 05:57:12 -0000
455            * HTML.pm.src: An &lt;hn&gt; start tag in an &lt;hn&gt; element should close
456            the earlier element (HTML5 revision 2501).
457    
458    2009-08-16  Wakaba  &lt;[email protected]&gt;
459    
460    </content></entry><entry xml:id="entry-1250400286"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250400286</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T05:24:42Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    16 Aug 2009 05:21:53 -0000
461            * tokenizer-test-1.test: &quot;&lt;&quot; in attribute names are now parse
462            errors (HTML5 revision 3354).
463    
464    2009-08-16  Wakaba  &lt;[email protected]&gt;
465    
466    ++ whatpm/Whatpm/HTML/ChangeLog 16 Aug 2009 05:23:17 -0000
467            * Tokenizer.pm.src: Any &quot;&lt;&quot; character in attribute names become
468            parse error (HTML5 revision 3354).
469    
470    2009-08-16  Wakaba  &lt;[email protected]&gt;
471    
472    </content></entry><entry xml:id="entry-1250399708"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250399708</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T05:14:59Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    16 Aug 2009 05:12:20 -0000
473            * tree-test-1.dat: Changed test results for &lt;/br&gt; in the after
474            head parsing mode (HTML5 revision 2586).
475    
476    2009-08-16  Wakaba  &lt;[email protected]&gt;
477    
478    ++ whatpm/Whatpm/ChangeLog      16 Aug 2009 05:13:22 -0000
479            * HTML.pm.src: The &lt;/br&gt; end tags before the &lt;body&gt; start tag
480            should equally survive as the first br element child of the body
481            element (HTML5 revision 2586).
482    
483    2009-08-16  Wakaba  &lt;[email protected]&gt;
484    
485    </content></entry><entry xml:id="entry-1250398792"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250398792</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T04:59:48Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    16 Aug 2009 04:59:46 -0000
486            * tree-test-foreign.dat: Added tests for &lt;font&gt; in SVG (cf. HTML5
487            revision 2590).
488    
489    2009-08-16  Wakaba  &lt;[email protected]&gt;
490    
491    ++ whatpm/Whatpm/ChangeLog      16 Aug 2009 04:59:14 -0000
492            * HTML.pm.src: &lt;font&gt; in SVG land is handled as an SVG element as
493            long as it did not have HTML attributes (HTML5 revision 2590).
494    
495    2009-08-16  Wakaba  &lt;[email protected]&gt;
496    
497    </content></entry><entry xml:id="entry-1250395593"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250395593</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T04:06:29Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    16 Aug 2009 04:05:04 -0000
498            * tree-test-1.dat, tree-test-3.dat, tree-test-flow.dat,
499            tree-test-foreign.dat, tree-test-form.dat, tree-test-phrasing.dat,
500            tokenizer-test-1.test, tokenizer-test-2.dat, tokenizer-test-3.dat:
501            DOCTYPE names are now normalized to its lowercased form (HTML5
502            revision 2502).
503    
504    2009-08-16  Wakaba  &lt;[email protected]&gt;
505    
506    ++ whatpm/Whatpm/HTML/ChangeLog 16 Aug 2009 04:06:26 -0000
507    2009-08-16  Wakaba  &lt;[email protected]&gt;
508    
509            * Tokenizer.pm.src: Lowercase-fold doctype names (HTML5 revision
510            2501, cf. HTML5 revision 3571).
511    
512    </content></entry><entry xml:id="entry-1250394112"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1250394112</id><title>2009-08-16 Wakaba</title><updated>2009-08-16T03:41:44Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    16 Aug 2009 03:41:40 -0000
513    2009-08-16  Wakaba  &lt;[email protected]&gt;
514    
515            * tree-test-form.dat: Added test cases for &lt;select&gt; in &quot;in select&quot;
516            parsing modes.
517    
518    ++ whatpm/Whatpm/ChangeLog      16 Aug 2009 03:41:19 -0000
519    2009-08-16  Wakaba  &lt;[email protected]&gt;
520    
521            * HTML.pm.src (_tree_construction_main): Improved error reporting
522            on &quot;select&quot; start tag in &quot;in select&quot; and &quot;in select in table&quot;
523            parsing modes (c.f. HTML5 revision 3604).
524    
525    </content></entry><entry xml:id="entry-1249091944"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1249091944</id><title>2009-08-01 Wakaba</title><updated>2009-08-01T01:58:57Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    1 Aug 2009 01:56:34 -0000
526    2009-08-01  Wakaba  &lt;[email protected]&gt;
527    
528            * html-scripting-1.dat: Added test cases for |body| and |frameset|
529            event handler content attributes (cf. HTML5 revision 2685).
530    
531            * html-global-1.dat: Moved event handler content attribute tests
532            to |html-scripting-1.dat|.
533    
534    ++ whatpm/Whatpm/ContentChecker/ChangeLog       1 Aug 2009 01:45:06 -0000
535    2009-08-01  Wakaba  &lt;[email protected]&gt;
536    
537            * HTML.pm: Implemented |body| and |frameset| event handler content
538            attributes (cf. HTML5 revision 2685).
539    
540    </content></entry><entry xml:id="entry-1248617458"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248617458</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T14:10:50Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ContentChecker/ChangeLog        26 Jul 2009 14:10:47 -0000
541            * HTML.pm: Updated element and attribute status.
542    
543    2009-07-26  Wakaba  &lt;[email protected]&gt;
544    
545    </content></entry><entry xml:id="entry-1248606947"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248606947</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T11:15:36Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    26 Jul 2009 11:13:49 -0000
546            * html-scripting-1.dat: Added test cases for onpopstate=&quot;&quot;
547            attribute (cf. HTML5 revision 2686).
548    
549    2009-07-26  Wakaba  &lt;[email protected]&gt;
550    
551    ++ whatpm/Whatpm/ContentChecker/ChangeLog       26 Jul 2009 11:14:43 -0000
552            * HTML.pm: Added onpopstate=&quot;&quot; attribute to body element (HTML5
553            revision 2686).
554    
555    2009-07-26  Wakaba  &lt;[email protected]&gt;
556    
557    </content></entry><entry xml:id="entry-1248605782"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248605782</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T10:56:19Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    26 Jul 2009 10:52:36 -0000
558            * tree-test-foreign.dat: Added xmlns:xlink test cases (cf. HTML5
559            revision 2701).
560    
561    2009-07-26  Wakaba  &lt;[email protected]&gt;
562    
563    ++ whatpm/Whatpm/ChangeLog      26 Jul 2009 10:53:56 -0000
564            * mkhtmlclass.pl: Made xmlns:xlink with wrong namespace URL
565            invalid (HTML5 revision 2701).
566    
567    2009-07-26  Wakaba  &lt;[email protected]&gt;
568    
569    </content></entry><entry xml:id="entry-1248602170"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248602170</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T09:56:07Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    26 Jul 2009 09:54:48 -0000
570            * html-forms-1.dat: Added test cases for autocomplete=&quot;&quot; on the
571            |form| elements (cf. HTML5 revision 2798).
572    
573    2009-07-26  Wakaba  &lt;[email protected]&gt;
574    
575    ++ whatpm/Whatpm/ContentChecker/ChangeLog       26 Jul 2009 09:55:42 -0000
576            * HTML.pm: Added autocomplete=&quot;&quot; attribute to form element (HTML5
577            revision 2798).
578    
579    2009-07-26  Wakaba  &lt;[email protected]&gt;
580    
581    </content></entry><entry xml:id="entry-1248600756"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248600756</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T09:32:31Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    26 Jul 2009 09:32:24 -0000
582            * html-global-1.dat: Added test cases for spellcheck=&quot;&quot; global
583            attribute (cf. HTML5 revision 2801).
584    
585    2009-07-26  Wakaba  &lt;[email protected]&gt;
586    
587    ++ whatpm/Whatpm/ContentChecker/ChangeLog       26 Jul 2009 09:31:50 -0000
588            * HTML.pm: Added spellcheck=&quot;&quot; attribute (HTML5 revision 2801).
589    
590    2009-07-26  Wakaba  &lt;[email protected]&gt;
591    
592    </content></entry><entry xml:id="entry-1248599477"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248599477</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T09:11:08Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    26 Jul 2009 09:11:02 -0000
593    2009-07-26  Wakaba  &lt;[email protected]&gt;
594    
595            * tree-test-2.dat: Fixed some wrong test results.
596    
597            * tree-test-form.dat, tree-test-phrasing.dat: Tests on &lt;/body&gt;
598            after start tags of end-tag-optional element (cf. HTML5 revision
599            2806).
600    
601    ++ whatpm/Whatpm/ChangeLog      26 Jul 2009 09:09:56 -0000
602    2009-07-26  Wakaba  &lt;[email protected]&gt;
603    
604            * HTML.pm.src: &lt;/rt&gt;, &lt;/rp&gt;, &lt;/option&gt;, &lt;/optgroup&gt; become
605            optional before &lt;/body&gt; (HTML5 revision 2806).
606    
607    </content></entry><entry xml:id="entry-1248593215"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248593215</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T07:26:49Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    26 Jul 2009 07:26:16 -0000
608            * html-objects-1.dat: Added test cases for transparent child of
609            |figure| elements (cf. HTML5 revision 2863).
610    
611    2009-07-26  Wakaba  &lt;[email protected]&gt;
612    
613    </content></entry><entry xml:id="entry-1248592214"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248592214</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T07:10:05Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    26 Jul 2009 07:07:33 -0000
614            * html-objects-1.dat: Added test cases for the autobuffer=&quot;&quot;
615            attribute (cf. HTML5 revision 2855).
616    
617    2009-07-26  Wakaba  &lt;[email protected]&gt;
618    
619    ++ whatpm/Whatpm/ContentChecker/ChangeLog       26 Jul 2009 07:07:50 -0000
620            * HTML.pm: Added autobuffer=&quot;&quot; attribute (HTML5 revision 2855).
621    
622    2009-07-26  Wakaba  &lt;[email protected]&gt;
623    
624    </content></entry><entry xml:id="entry-1248591225"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248591225</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T06:53:35Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    26 Jul 2009 06:52:58 -0000
625            * html-metadata-1.dat: Added test cases for &lt;meta charset=utf-8&gt;
626            in XML documents (cf. HTML5 revision 2859).
627    
628    2009-07-26  Wakaba  &lt;[email protected]&gt;
629    
630    ++ whatpm/Whatpm/ContentChecker/ChangeLog       26 Jul 2009 06:53:26 -0000
631            * HTML.pm: Allow &lt;meta charset=utf-8&gt; in XML documents (HTML5
632            revision 2859).
633    
634    2009-07-26  Wakaba  &lt;[email protected]&gt;
635    
636    </content></entry><entry xml:id="entry-1248589932"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248589932</id><title>2009-07-26 Wakaba</title><updated>2009-07-26T06:32:09Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    26 Jul 2009 06:31:12 -0000
637    2009-07-26  Wakaba  &lt;[email protected]&gt;
638    
639            * html-objects-1.dat: Added test cases for interaction of |figure|
640            element and |caption| descendant (cf. HTML5 revision 2863).
641    
642    ++ whatpm/Whatpm/ContentChecker/ChangeLog       26 Jul 2009 06:32:03 -0000
643    2009-07-26  Wakaba  &lt;[email protected]&gt;
644    
645            * HTML.pm: Disallow |figure|-grandchild |caption| element when
646            |table| is the only child of |figure| element (HTML5 revision
647            2863).
648    
649    </content></entry><entry xml:id="entry-1248494741"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248494741</id><title>2009-07-25 Wakaba</title><updated>2009-07-25T04:05:38Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    25 Jul 2009 04:03:26 -0000
650            * html-interactive-1.dat, html-scripting-1.dat,
651            html-metadata-1.dat: The |eventsource| element and the |onmessage|
652            attribute have been dropped (HTML5 revision 2870).
653    
654    2009-07-25  Wakaba  &lt;[email protected]&gt;
655    
656    ++ whatpm/Whatpm/ChangeLog      25 Jul 2009 03:55:06 -0000
657            * HTML.pm.src: Marked where SVG |script| execution should be
658            implemented (HTML5 revision 2904).
659    
660    2009-07-25  Wakaba  &lt;[email protected]&gt;
661    
662    ++ whatpm/Whatpm/ContentChecker/ChangeLog       25 Jul 2009 04:04:24 -0000
663            * HTML.pm: The |eventsource| element and the |onmessage| attribute
664            have been dropped (HTML5 revision 2870).
665    
666    2009-07-25  Wakaba  &lt;[email protected]&gt;
667    
668    </content></entry><entry xml:id="entry-1248493524"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248493524</id><title>2009-07-25 Wakaba</title><updated>2009-07-25T03:45:21Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    25 Jul 2009 03:44:33 -0000
669            * html-form-textarea.dat: Added tests on |textarea|'s
670            |placeholder| attribute (cf. HTML5 revision 2921).
671    
672    2009-07-25  Wakaba  &lt;[email protected]&gt;
673    
674    ++ whatpm/Whatpm/ContentChecker/ChangeLog       25 Jul 2009 03:44:58 -0000
675            * HTML.pm: Added support for |textarea| element's |placeholder|
676            attribute (HTML5 revision 2921).
677    
678    2009-07-25  Wakaba  &lt;[email protected]&gt;
679    
680    </content></entry><entry xml:id="entry-1248493121"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248493121</id><title>2009-07-25 Wakaba</title><updated>2009-07-25T03:38:34Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog       25 Jul 2009 03:38:29 -0000
681    2009-07-25  Wakaba  &lt;[email protected]&gt;
682    
683            * HTML.pm.src (set_inner_html): The fragment parsing algorithm
684            inherits the document quirksness flag of the main document (HTML5
685            revision 2935).
686    
687    </content></entry><entry xml:id="entry-1248492073"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1248492073</id><title>2009-07-25 Wakaba</title><updated>2009-07-25T03:21:09Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    25 Jul 2009 03:21:05 -0000
688    2009-07-25  Wakaba  &lt;[email protected]&gt;
689    
690            * html-form-input-1.dat, html-objects-1.dat: Added tests on
691            dimension attributes (cf. HTML5 revision 2943).
692    
693    ++ whatpm/Whatpm/ContentChecker/ChangeLog       25 Jul 2009 03:20:07 -0000
694    2009-07-25  Wakaba  &lt;[email protected]&gt;
695    
696            * HTML.pm: Implemented dimenstion attributes (|width| and
697            |height|; cf. HTML5 revision 2943).
698    
699    </content></entry><entry xml:id="entry-1246836930"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246836930</id><title>2009-07-05 Wakaba</title><updated>2009-07-05T23:35:23Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    5 Jul 2009 23:31:57 -0000
700    2009-07-06  Wakaba  &lt;[email protected]&gt;
701    
702            * html-flows-1.dat: |header| in |footer| or |address| is no longer
703            allowed (HTML5 revision 3051).
704    
705    ++ whatpm/Whatpm/ContentChecker/ChangeLog       5 Jul 2009 23:34:46 -0000
706    2009-07-06  Wakaba  &lt;[email protected]&gt;
707    
708            * HTML.pm: Disallow |header| in |footer| or |address| (HTML5
709            revision 3051).
710    
711    </content></entry><entry xml:id="entry-1246776375"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246776375</id><title>2009-07-05 Wakaba</title><updated>2009-07-05T06:46:10Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    5 Jul 2009 06:46:07 -0000
712            * html-global-1.dat, html-form-input-1.dat: Now that |accesskey|
713            attribute is allowed as a global attribute with new syntax
714            definition, related test reults are revised and some new tests are
715            added (HTML5 revision 3065).
716    
717    2009-07-05  Wakaba  &lt;[email protected]&gt;
718    
719    ++ whatpm/Whatpm/ContentChecker/ChangeLog       5 Jul 2009 06:45:08 -0000
720            * HTML.pm: Allow |accesskey| on all elements (HTML5 revision
721            3065).
722    
723    2009-07-05  Wakaba  &lt;[email protected]&gt;
724    
725    </content></entry><entry xml:id="entry-1246774294"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246774294</id><title>2009-07-05 Wakaba</title><updated>2009-07-05T06:11:27Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    5 Jul 2009 06:09:10 -0000
726            * html-interactive-1.dat: The |default| attribute of the |command|
727            element is tentatively disallowed (HTML5 revision 3067).
728    
729    2009-07-05  Wakaba  &lt;[email protected]&gt;
730    
731    ++ whatpm/Whatpm/ContentChecker/ChangeLog       5 Jul 2009 06:09:40 -0000
732            * HTML.pm: Disallow |default| attribute of the |command| element
733            for now (HTML5 revision 3067).
734    
735    2009-07-05  Wakaba  &lt;[email protected]&gt;
736    
737    </content></entry><entry xml:id="entry-1246774016"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246774016</id><title>2009-07-05 Wakaba</title><updated>2009-07-05T06:06:49Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    5 Jul 2009 06:03:27 -0000
738    2009-07-05  Wakaba  &lt;[email protected]&gt;
739    
740            * html-flows-1.dat: Tests for |article| element and its |pubdate|
741            attribute are added (c.f. HTML5 revision 3116).
742    
743    ++ whatpm/Whatpm/ContentChecker/ChangeLog       5 Jul 2009 06:04:53 -0000
744    2009-07-05  Wakaba  &lt;[email protected]&gt;
745    
746            * HTML.pm: Implemented |pubdate| attribute on the |article|
747            element (HTML5 revision 3116).
748    
749    </content></entry><entry xml:id="entry-1246770792"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246770792</id><title>2009-07-05 Wakaba</title><updated>2009-07-05T05:13:07Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    5 Jul 2009 05:12:28 -0000
750            * tree-test-1.dat: Added tests for &lt;table&gt; in &lt;p&gt; (c.f. HTML5
751            revision 3132).
752    
753    2009-07-05  Wakaba  &lt;[email protected]&gt;
754    
755    ++ whatpm/Whatpm/ChangeLog      5 Jul 2009 05:13:02 -0000
756    2009-07-05  Wakaba  &lt;[email protected]&gt;
757    
758            * HTML.pm.src (_tree_construction_main): Put |table| in |p| in
759            quirks mode (The Hixie Quirk, HTML5 revision 3132).
760    
761    </content></entry><entry xml:id="entry-1246768725"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246768725</id><title>2009-07-05 Wakaba</title><updated>2009-07-05T04:38:37Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    5 Jul 2009 04:38:11 -0000
762    2009-07-05  Wakaba  &lt;[email protected]&gt;
763    
764            * tokenizer-test-1.test: Updated the result (c.f. HTML5 revision
765            3121).
766    
767    ++ whatpm/Whatpm/HTML/ChangeLog 5 Jul 2009 04:38:33 -0000
768    2009-07-05  Wakaba  &lt;[email protected]&gt;
769    
770            * Tokenizer.pm.src: Reduced the number of parse errors on broken
771            DOCTYPE (HTML5 revision 3121).
772    
773    </content></entry><entry xml:id="entry-1246576536"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246576536</id><title>2009-07-02 Wakaba</title><updated>2009-07-02T23:15:31Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    2 Jul 2009 23:15:00 -0000
774            
775            * tree-test-1.dat: Added test on &lt;keygen&gt; in &lt;select&gt; (c.f. HTML5
776            revision 3163).
777    
778    2009-07-03  Wakaba  &lt;[email protected]&gt;
779    ++ whatpm/Whatpm/ChangeLog      2 Jul 2009 23:15:28 -0000
780            * HTML.pm.src: &lt;kegten&gt; breaks out of &lt;select&gt; (HTML5 revision
781            3163).
782    
783    2009-07-03  Wakaba  &lt;[email protected]&gt;
784    
785    </content></entry><entry xml:id="entry-1246575327"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246575327</id><title>2009-07-02 Wakaba</title><updated>2009-07-02T22:55:24Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    2 Jul 2009 22:55:00 -0000
786    2009-07-03  Wakaba  &lt;[email protected]&gt;
787    
788            * html-interactive-1.dat, html-links-1.dat, html-datatemplate.dat,
789            html-form-label.dat: Test results related to |datagrid| content
790            model are updated (c.f. HTML5 revision 3164).
791    
792    ++ whatpm/Whatpm/ContentChecker/ChangeLog       2 Jul 2009 22:55:21 -0000
793    2009-07-03  Wakaba  &lt;[email protected]&gt;
794    
795            * HTML.pm: |datagrid| now allows any flow content (HTML5 revision
796            3164).
797    
798    </content></entry><entry xml:id="entry-1246573468"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246573468</id><title>2009-07-02 Wakaba</title><updated>2009-07-02T22:24:25Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/HTML/ChangeLog  2 Jul 2009 22:24:21 -0000
799            * Tokenizer.pm.src: Reduced a parse error (HTML5 revision 3194).
800    
801    2009-07-03  Wakaba  &lt;[email protected]&gt;
802    
803    </content></entry><entry xml:id="entry-1246572711"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246572711</id><title>2009-07-02 Wakaba</title><updated>2009-07-02T22:11:44Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog       2 Jul 2009 22:11:35 -0000
804            * HTML.pm.src: Don't change encoding to UTF-8 if the input
805            encoding is UTF-16 (HTML5 revision 3204).
806    
807    2009-07-03  Wakaba  &lt;[email protected]&gt;
808    
809    </content></entry><entry xml:id="entry-1246572516"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246572516</id><title>2009-07-02 Wakaba</title><updated>2009-07-02T22:08:34Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog       2 Jul 2009 22:08:24 -0000
810    2009-07-03  Wakaba  &lt;[email protected]&gt;
811    
812            * HTML.pm.src (parse_byte_stream): Don't change to another
813            encoding if the input is UTF-16 (HTML5 revision 3205).
814    
815    </content></entry><entry xml:id="entry-1246570962"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246570962</id><title>2009-07-02 Wakaba</title><updated>2009-07-02T21:42:39Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    2 Jul 2009 21:41:03 -0000
816    2009-07-03  Wakaba  &lt;[email protected]&gt;
817    
818            * tokenizer-test-1.test: &lt; in unquoted attribute value is no
819            longer allowed (HTML5 revision 3206).
820    
821    ++ whatpm/Whatpm/HTML/ChangeLog 2 Jul 2009 21:42:34 -0000
822    2009-07-03  Wakaba  &lt;[email protected]&gt;
823    
824            * Tokenizer.pm.src: &quot;&lt;&quot; in unquoted attribute values is now
825            treated as parse error (HTML5 revision 3206).
826    
827    </content></entry><entry xml:id="entry-1246188467"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246188467</id><title>2009-06-28 Wakaba</title><updated>2009-06-28T11:27:44Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    28 Jun 2009 11:26:40 -0000
828            * html-texts-1.dat, html-datatemplate.dat: Updated |rp| test
829            results (c.f. HTML5 revision 3217).
830    
831    2009-06-28  Wakaba  &lt;[email protected]&gt;
832    
833    ++ whatpm/Whatpm/ContentChecker/ChangeLog       28 Jun 2009 11:27:37 -0000
834            * HTML.pm: |rp| now takes normali phrasing content (HTML5 revision
835            3217).
836    
837    2009-06-28  Wakaba  &lt;[email protected]&gt;
838    
839    </content></entry><entry xml:id="entry-1246186985"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246186985</id><title>2009-06-28 Wakaba</title><updated>2009-06-28T11:03:02Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    28 Jun 2009 11:02:32 -0000
840            * tree-test-1.dat, tree-test-flow.dat: Updated test results on
841            isindex (c.f. HTML5 revision 3236).
842    
843    2009-06-28  Wakaba  &lt;[email protected]&gt;
844    
845    ++ whatpm/Whatpm/ChangeLog      28 Jun 2009 11:02:59 -0000
846    2009-06-28  Wakaba  &lt;[email protected]&gt;
847    
848            * HTML.pm.src: |isindex| should no longer generate |p| element
849            node (HTML5 revision 3236).
850    
851    </content></entry><entry xml:id="entry-1246186109"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1246186109</id><title>2009-06-28 Wakaba</title><updated>2009-06-28T10:48:27Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    28 Jun 2009 10:48:13 -0000
852    2009-06-28  Wakaba  &lt;[email protected]&gt;
853    
854            * ContentChecker.t: Added new test data file.
855    
856    ++ whatpm/t/dom-conformance/ChangeLog   28 Jun 2009 10:47:52 -0000
857    2009-06-28  Wakaba  &lt;[email protected]&gt;
858    
859            * html-scripting-1.dat: New file.
860    
861    2009-06-28  Wakaba  &lt;[email protected]&gt;
862    
863            * html-flows-1.dat, html-tables-1.dat: Test data for flow content
864            in |legend| and |caption| are added (c.f. HTML5 revision 3252).
865    
866    ++ whatpm/Whatpm/ContentChecker/ChangeLog       28 Jun 2009 10:46:58 -0000
867    2009-06-28  Wakaba  &lt;[email protected]&gt;
868    
869            * HTML.pm: |ondataunavailable| has been removed (HTML5 revision
870            3252).
871    
872    2009-06-28  Wakaba  &lt;[email protected]&gt;
873    
874            * HTML.pm: Block-level contents in |figure|'s |legend| and
875            |caption| are now allowed (HTML5 revision 3329).
876    
877    </content></entry><entry xml:id="entry-1229323280"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229323280</id><title>2008-12-15 Wakaba</title><updated>2008-12-15T06:41:15Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    15 Dec 2008 06:41:13 -0000
878    2008-12-15  Wakaba  &lt;[email protected]&gt;
879    
880            * html-flows-1.dat: Updated test results and added some new tests.
881    
882            * html-form-input-1.dat: Added some new tests.
883    
884    ++ whatpm/Whatpm/ContentChecker/ChangeLog       15 Dec 2008 06:40:20 -0000
885    2008-12-15  Wakaba  &lt;[email protected]&gt;
886    
887            * HTML.pm ($HTMLDatetimeAttrChecker): Removed.
888            ($GetDateTimeAttrChecker): Added.
889            ($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for
890            later use.
891            (ins/@datetime, del/@datetime): Changed to use newer definitin of
892            &quot;global date and time string&quot;.
893            (input's date- and time-related, and type=number and type=range
894            control types): Implemented value=&quot;&quot;, min=&quot;&quot;, and max=&quot;&quot;.
895    
896    </content></entry><entry xml:id="entry-1229143743"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229143743</id><title>2008-12-13 Wakaba</title><updated>2008-12-13T04:49:00Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    13 Dec 2008 04:48:14 -0000
897    2008-12-13  Wakaba  &lt;[email protected]&gt;
898    
899            * content-model-7.dat: Added an example from HTML5 spec.
900    
901    ++ whatpm/t/dom-conformance/ChangeLog   13 Dec 2008 04:48:48 -0000
902            * html-form-label.dat, html-forms-1.dat: Added test data for
903            form=&quot;&quot;.
904    
905    2008-12-13  Wakaba  &lt;[email protected]&gt;
906    
907    ++ whatpm/Whatpm/ContentChecker/ChangeLog       13 Dec 2008 04:47:22 -0000
908            * HTML.pm: Implemented &lt;object form&gt; and &lt;legend form&gt;.
909    
910    2008-12-13  Wakaba  &lt;[email protected]&gt;
911    
912    </content></entry><entry xml:id="entry-1229136877"><id>http://suika.fam.cx/www/markup/html/whatpm/whatpm-commit#entry-1229136877</id><title>2008-12-13 Wakaba</title><updated>2008-12-13T02:54:34Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    13 Dec 2008 02:54:24 -0000
913    2008-12-13  Wakaba  &lt;[email protected]&gt;
914    
915            * html-form-input-1.dat, html-form-button.dat, html-forms-1.dat:
916            Added test data for form submission attributes.
917    
918    ++ whatpm/Whatpm/ContentChecker/ChangeLog       13 Dec 2008 02:53:45 -0000
919    2008-12-13  Wakaba  &lt;[email protected]&gt;
920    
921            * HTML.pm: Updated definitions for attributes for form submission
922            on |form| and submit buttons (action=&quot;&quot;, method=&quot;&quot;, enctype=&quot;&quot;,
923            target=&quot;&quot;, and novalidate=&quot;&quot;).
924    
925    </content></entry><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>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    12 Dec 2008 12:59:07 -0000
926            * html-form-input.dat: Added test data for &lt;input disabled&gt; and
927            &lt;input autofocus&gt;.
928    
929            * html-forms-1.dat: Added test data for &lt;fieldset disabled&gt;,
930            &lt;output for&gt;, and &lt;{formcontrol} name&gt;.  Added test data for
931            &lt;{formcontrol} autofocus=&quot;&quot;&gt;'s uniqueness.
932    
933    2008-12-12  Wakaba  &lt;[email protected]&gt;
934    
935    ++ whatpm/Whatpm/ChangeLog      12 Dec 2008 12:54:19 -0000
936            * ContentChecker.pm: Introduced new flag |has_autofocus|.  Added
937            support for new |id_type| value of |any|, which means any kind of
938            element is allowed as a referenced element.
939    
940    2008-12-12  Wakaba  &lt;[email protected]&gt;
941    
942    ++ whatpm/Whatpm/ContentChecker/ChangeLog       12 Dec 2008 12:56:56 -0000
943            * HTML.pm: Added checking for the uniqueness of |autofocus=&quot;&quot;|
944            attribute.  Implemented |name=&quot;&quot;| attribute for form controls.
945            Added U+000C into character class of space characters (it should
946            have been, but was not in some of regular expressions).  Updated
947            definitions for |output| elements.
948            
949    2008-12-12  Wakaba  &lt;[email protected]&gt;
950    
951    </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>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    12 Dec 2008 11:50:40 -0000
952            * html-datatemplate.dat, html-form-datalist.dat: Updated test
953            results related to |optgroup| elements.
954    
955            * html-form-textarea.dat: Added new test data.
956    
957            * html-forms-1.dat: Moved some test data to
958            |html-form-textarea.dat|.  Updated test results related to
959            |optgroup| elements.
960    
961    2008-12-12  Wakaba  &lt;[email protected]&gt;
962    
963    ++ whatpm/Whatpm/ChangeLog      12 Dec 2008 11:48:16 -0000
964            * ContentChecker.pm: Introduced |check_attrs2| method for the ease
965            of defining codes for checking required attribute and as such.
966    
967    2008-12-12  Wakaba  &lt;[email protected]&gt;
968    
969    ++ whatpm/Whatpm/ContentChecker/ChangeLog       12 Dec 2008 11:48:45 -0000
970            * HTML.pm: Updated definitions for |datalist|, |optgroup|,
971            |option|, and |textarea| elements.
972    
973    2008-12-12  Wakaba  &lt;[email protected]&gt;
974    
975    </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>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    12 Dec 2008 07:29:57 -0000
976    2008-12-12  Wakaba  &lt;[email protected]&gt;
977    
978            * ContentChecker.t: Added new test data file.
979    
980    ++ whatpm/t/dom-conformance/ChangeLog   12 Dec 2008 07:31:40 -0000
981            * html-form-datalist.dat: Moved some test data from
982            |html-forms-1.dat|.
983    
984            * html-forms-1.dat: Moved some test data to
985            |html-form-datalist.dat| and |html-form-select.dat|.
986    
987            * html-form-select.dat: New test data file.
988    
989    2008-12-12  Wakaba  &lt;[email protected]&gt;
990    
991    ++ whatpm/Whatpm/ContentChecker/ChangeLog       12 Dec 2008 07:29:20 -0000
992            * HTML.pm: Updated definitions for |select|.
993    
994    2008-12-12  Wakaba  &lt;[email protected]&gt;
995    
996    </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>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    12 Dec 2008 05:45:01 -0000
997    2008-12-12  Wakaba  &lt;[email protected]&gt;
998    
999            * ContentChecker.t: Added new test data file.
1000    
1001    ++ whatpm/t/dom-conformance/ChangeLog   12 Dec 2008 05:49:40 -0000
1002            * html-repetitions.dat: Moved some test data to
1003            |html-form-button.dat|.  Updated a test result.
1004    
1005            * html-forms-1.dat: Bug fix on a test result.
1006    
1007            * html-form-button.dat: New test data file.
1008    
1009            * html-forms-1.dat: Moved some test data to |html-form-button.dat|.
1010    
1011    2008-12-12  Wakaba  &lt;[email protected]&gt;
1012    
1013    ++ whatpm/Whatpm/ContentChecker/ChangeLog       12 Dec 2008 05:45:46 -0000
1014            * HTML.pm: Updated definitions for |button|.
1015    
1016    2008-12-12  Wakaba  &lt;[email protected]&gt;
1017    
1018    </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>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    12 Dec 2008 05:03:53 -0000
1019    2008-12-12  Wakaba  &lt;[email protected]&gt;
1020    
1021            * ContentChecker.t: Added new test data file.
1022    
1023    ++ whatpm/t/dom-conformance/ChangeLog   12 Dec 2008 05:04:54 -0000
1024    2008-12-12  Wakaba  &lt;[email protected]&gt;
1025    
1026            * html-form-input-1.dat, html-forms-1.dat: Added test data for
1027            @accept and @pattern.
1028    
1029            * html-form-textarea.dat: New test data file.
1030    
1031    ++ whatpm/Whatpm/ChangeLog      12 Dec 2008 05:00:26 -0000
1032    2008-12-12  Wakaba  &lt;[email protected]&gt;
1033    
1034            * IMTChecker.pm: Added more definitions for subtypes.
1035    
1036    ++ whatpm/Whatpm/ContentChecker/ChangeLog       12 Dec 2008 05:03:26 -0000
1037    2008-12-12  Wakaba  &lt;[email protected]&gt;
1038    
1039            * HTML.pm: Implemented &lt;input accept&gt; and &lt;form accept&gt;.  Raise a
1040            SHOULD-level error if @pattern but no @title.
1041    
1042    </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>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog       11 Dec 2008 03:17:21 -0000
1043    2008-12-11  Wakaba  &lt;[email protected]&gt;
1044    
1045            * URIChecker.pm: Some of |pos_end| values were wrong.
1046    
1047    ++ whatpm/Whatpm/ContentChecker/ChangeLog       11 Dec 2008 03:18:04 -0000
1048    2008-12-11  Wakaba  &lt;[email protected]&gt;
1049    
1050            * HTML.pm: Added support for |pattern| attributes.
1051    
1052    </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>[email protected]</email></author><content type="text">++ whatpm/t/dom-conformance/ChangeLog    6 Dec 2008 12:33:50 -0000
1053            * html-form-input-1.dat: Added test data for &lt;input multiple&gt; and
1054            &lt;input placeholder&gt;.
1055    
1056    2008-12-06  Wakaba  &lt;[email protected]&gt;
1057    
1058    ++ whatpm/Whatpm/ContentChecker/ChangeLog       6 Dec 2008 12:33:04 -0000
1059            * HTML.pm: Implemented &lt;input type=file multiple&gt; and &lt;input
1060            placeholder&gt;.
1061    
1062    2008-12-06  Wakaba  &lt;[email protected]&gt;
1063    
1064    </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>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    6 Dec 2008 12:19:49 -0000
1065            * ContentChecker.t: Added |dom-conformance/html-form-datalist.dat|.
1066    
1067    2008-12-06  Wakaba  &lt;[email protected]&gt;
1068    
1069    ++ whatpm/t/dom-conformance/ChangeLog   6 Dec 2008 12:19:28 -0000
1070            * html-form-datalist.dat: New test data file.
1071    
1072    2008-12-06  Wakaba  &lt;[email protected]&gt;
1073    
1074    ++ whatpm/Whatpm/ChangeLog      6 Dec 2008 12:18:34 -0000
1075            * ContentChecker.pm (check_element): Added support for &quot;no
1076            referenced datalist&quot; error.
1077    
1078    2008-12-06  Wakaba  &lt;[email protected]&gt;
1079    
1080    ++ whatpm/Whatpm/ContentChecker/ChangeLog       6 Dec 2008 12:18:53 -0000
1081            * HTML.pm: Implemented &lt;input list&gt;.
1082    
1083    2008-12-06  Wakaba  &lt;[email protected]&gt;
1084    
1085    </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
1086            * html-form-input-1.dat: Added test data for &lt;input type=color&gt;.
1087    
1088    2008-12-06  Wakaba  &lt;[email protected]&gt;
1089    
1090    ++ whatpm/Whatpm/ContentChecker/ChangeLog       6 Dec 2008 11:53:06 -0000
1091            * HTML.pm: Implemented &lt;input type=color&gt;.
1092    
1093    2008-12-06  Wakaba  &lt;[email protected]&gt;
1094    
1095    </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
1096    2008-12-06  Wakaba  &lt;[email protected]&gt;
1097    
1098            * html-form-input-1.dat: Added test data for &lt;input type=search&gt;
1099            and &lt;input type=text|password|url|email value&gt;.
1100    
1101            * html-interactive-1.dat: Fixed a typo error.
1102    
1103    ++ whatpm/Whatpm/ContentChecker/ChangeLog       6 Dec 2008 11:29:26 -0000
1104            * HTML.pm: Implemented &lt;input multiple&gt;, &lt;input type=search&gt;.
1105            Implemented &lt;input value&gt; validation for |type|s |text|, |search|,
1106            |email|, |url|, and |password|.
1107    
1108    2008-12-06  Wakaba  &lt;[email protected]&gt;
1109    
1110    </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>[email protected]</email></author><content type="text">++ whatpm/Whatpm/ChangeLog       6 Dec 2008 10:05:14 -0000
1111            * URIChecker.pm: Bug fix: It did not work unless
1112            Message::DOM::DOMImplementation has been |require|d.
1113    
1114    2008-12-06  Wakaba  &lt;[email protected]&gt;
1115    
1116    </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>[email protected]</email></author><content type="text">++ whatpm/t/ChangeLog    6 Dec 2008 10:00:34 -0000
1117    2008-12-06  Wakaba  &lt;[email protected]&gt;
1118    
1119            * content-checker.pl: Use new XML parser for parsing test data.
1120            Use NanoDOM instead of manakai DOM implementation.
1121    
1122    ++ whatpm/Whatpm/ChangeLog      6 Dec 2008 09:58:56 -0000
1123    2008-12-06  Wakaba  &lt;[email protected]&gt;
1124    
1125            * NanoDOM.pm (document_uri): New attribute.
1126    
1127            * ContentChecker.pm: Don't use methods not implemented by NanoDOM.
1128    
1129    ++ whatpm/Whatpm/ContentChecker/ChangeLog       6 Dec 2008 09:59:53 -0000
1130    2008-12-06  Wakaba  &lt;[email protected]&gt;
1131    
1132            * HTML.pm: Use |Message::URL| for relative URL resolution.  Don't
1133            use attributes not supported by NanoDOM.
1134    
1135    </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>[email protected]</email></author><content type="text">++ ChangeLog     24 Nov 2008 07:12:09 -0000
1136            * readme.en.html: Added a link to application list in manakai-core
1137            page.
1138    
1139    2008-11-24  Wakaba  &lt;[email protected]&gt;
1140    
1141    </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>[email protected]</email></author><content type="text">++ ChangeLog     24 Nov 2008 07:04:30 -0000
1142    2008-11-24  Wakaba  &lt;[email protected]&gt;
1143    
1144            * cvscommit.sh: Use |mkcommitfeed| comand instead of
1145            |mkcommitfeed.pl| in the same directory.
1146    
1147            * mkcommitfeed.pl: Removed.  (See
1148            &lt;http://suika.fam.cx/commitfeed/readme&gt;.)
1149    
1150    </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>[email protected]</Atom:email></Atom:author><Atom:content type="text">++ ChangeLog       21 Oct 2008 05:18:19 -0000
1151          * mkcommitfeed.pl: Typo fixed.          * mkcommitfeed.pl: Typo fixed.
1152    
1153  2008-10-21  Wakaba  &lt;[email protected]&gt;  2008-10-21  Wakaba  &lt;[email protected]&gt;
# Line 176  Line 1325 
1325          * Parser.pm (parse_char_string): A quoted &quot;\&quot; character was not          * Parser.pm (parse_char_string): A quoted &quot;\&quot; character was not
1326          put into the DOM.          put into the DOM.
1327    
1328    </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>[email protected]</email></author><content type="text">++ whatpm/t/swml/ChangeLog       15 Nov 2008 13:17:15 -0000
1329    2008-11-15  Wakaba  &lt;[email protected]&gt;
1330    
1331            * tables-1.dat: Added a test case.
1332    
1333    ++ whatpm/Whatpm/SWML/ChangeLog 15 Nov 2008 13:17:52 -0000
1334    2008-11-15  Wakaba  &lt;[email protected]&gt;
1335    
1336            * Parser.pm (parse_char_string): Not all quoted-pairs in table
1337            cells were unescaped.
1338    
1339  </content></entry></Atom:feed>  </content></entry></Atom:feed>

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.102

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24