/[suikacvs]/markup/html/whatpm/t/dom-conformance/ChangeLog
Suika

Contents of /markup/html/whatpm/t/dom-conformance/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.23 - (hide annotations) (download)
Fri Dec 12 07:32:06 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.22: +10 -0 lines
++ whatpm/t/ChangeLog	12 Dec 2008 07:29:57 -0000
2008-12-12  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.t: Added new test data file.

++ whatpm/t/dom-conformance/ChangeLog	12 Dec 2008 07:31:40 -0000
	* html-form-datalist.dat: Moved some test data from
	|html-forms-1.dat|.

	* html-forms-1.dat: Moved some test data to
	|html-form-datalist.dat| and |html-form-select.dat|.

	* html-form-select.dat: New test data file.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	12 Dec 2008 07:29:20 -0000
	* HTML.pm: Updated definitions for |select|.

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

1 wakaba 1.21 2008-12-12 Wakaba <[email protected]>
2    
3 wakaba 1.23 * html-form-datalist.dat: Moved some test data from
4     |html-forms-1.dat|.
5    
6     * html-forms-1.dat: Moved some test data to
7     |html-form-datalist.dat| and |html-form-select.dat|.
8    
9     * html-form-select.dat: New test data file.
10    
11     2008-12-12 Wakaba <[email protected]>
12    
13 wakaba 1.22 * html-repetitions.dat: Moved some test data to
14     |html-form-button.dat|. Updated a test result.
15    
16     * html-forms-1.dat: Bug fix on a test result.
17    
18     * html-form-button.dat: New test data file.
19    
20     * html-forms-1.dat: Moved some test data to |html-form-button.dat|.
21    
22     2008-12-12 Wakaba <[email protected]>
23    
24 wakaba 1.21 * html-form-input-1.dat, html-forms-1.dat: Added test data for
25     @accept and @pattern.
26    
27     * html-form-textarea.dat: New test data file.
28    
29 wakaba 1.17 2008-12-06 Wakaba <[email protected]>
30    
31 wakaba 1.20 * html-form-input-1.dat: Added test data for <input multiple> and
32     <input placeholder>.
33    
34     2008-12-06 Wakaba <[email protected]>
35    
36 wakaba 1.19 * html-form-datalist.dat: New test data file.
37    
38     2008-12-06 Wakaba <[email protected]>
39    
40 wakaba 1.18 * html-form-input-1.dat: Added test data for <input type=color>.
41    
42     2008-12-06 Wakaba <[email protected]>
43    
44 wakaba 1.17 * html-form-input-1.dat: Added test data for <input type=search>
45     and <input type=text|password|url|email value>.
46    
47     * html-interactive-1.dat: Fixed a typo error.
48    
49 wakaba 1.13 2008-10-07 Wakaba <[email protected]>
50    
51 wakaba 1.16 * html-1.dat, html-dataset.dat, html-interactive-1.dat,
52     html-links-1.dat, html-objects-1.dat, xml-1.dat, xml-global.dat:
53     New files (the test entries are moved from
54     ../content-model-*.dat).
55    
56     2008-10-07 Wakaba <[email protected]>
57    
58 wakaba 1.15 * html-flows-1.dat: <li value> test results updated.
59    
60     * html-forms-1.dat: accesskey="" attribute is obsolete.
61    
62     * html-metadata-1.dat: Fix broken test results.
63    
64     * html-repetitions.dat: The repetition template feature is
65     obsolete. A test entry from ../content-model-2.dat is added.
66    
67     2008-10-07 Wakaba <[email protected]>
68    
69 wakaba 1.14 * html-form-input-1.dat: Tests on <input ismap>, <input src>,
70     <input template>, and <input usemap> are added.
71    
72     2008-10-07 Wakaba <[email protected]>
73    
74 wakaba 1.13 * html-form-input-1.dat: Some of test results for <input
75     type=email>, <input type=url>, <input type=password> were wrong.
76     Tests for <input accept-charset>, <input accesskey>, <input
77     replace>, and <input align> are added.
78    
79     * html-forms-1.dat: Tests on <input accept-charset> removed.
80    
81     * html-global-1.dat: Tests on <input accesskey> removed.
82    
83 wakaba 1.4 2008-10-06 Wakaba <[email protected]>
84    
85 wakaba 1.12 * html-global-1.dat: A test on <input type=hidden tabindex> is
86     added (it was not applied in WF2).
87    
88     2008-10-06 Wakaba <[email protected]>
89    
90 wakaba 1.11 * html-form-input-1.dat: Tests on <input step> added.
91    
92     2008-10-06 Wakaba <[email protected]>
93    
94 wakaba 1.10 * html-form-input-1.dat: <input size=0> is non-conforming. Tests
95     on <input maxlength> added.
96    
97     2008-10-06 Wakaba <[email protected]>
98    
99 wakaba 1.9 * html-form-input-1.dat: Tests on <input required> added.
100    
101     2008-10-06 Wakaba <[email protected]>
102    
103 wakaba 1.8 * html-form-input-1.dat: Tests on <input autocomplete>, <input
104     readonly>, and <input size> are added.
105    
106     2008-10-06 Wakaba <[email protected]>
107    
108 wakaba 1.7 * html-form-input-1.dat: Tests on remining <input type>-states are
109     added.
110    
111     2008-10-06 Wakaba <[email protected]>
112    
113 wakaba 1.6 * html-form-input-1.dat: Tests on <input type=text>, <input
114     type=email>, <input type=url>, <input type=password>, and <input
115     type=datetime> are added.
116    
117     2008-10-06 Wakaba <[email protected]>
118    
119 wakaba 1.5 * html-form-input-1.dat: Tests on <input type=hidden> added.
120    
121     2008-10-06 Wakaba <[email protected]>
122    
123 wakaba 1.4 * html-form-input-1.dat: Tests on <input type> added.
124    
125     * html-repetitions.dat: Redundant tests removed.
126    
127 wakaba 1.2 2008-10-05 Wakaba <[email protected]>
128    
129 wakaba 1.3 * html-datatemplate.dat, html-flows-1.dat, html-form-input-1.dat,
130     html-forms-1.dat, html-global-1.dat, html-metadata-1.dat,
131     html-repetitions.dat, html-tables-1.dat, html-texts-1.dat: New
132     files (test entries moved from ../content-model-1.dat and
133     ../content-model-2.dat).
134    
135     2008-10-05 Wakaba <[email protected]>
136    
137 wakaba 1.2 * html-form-label.dat: New test data file.
138    
139     * ChangeLog: New file.
140    

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24