/[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.22 - (hide annotations) (download)
Fri Dec 12 05:51:41 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.21: +11 -0 lines
++ whatpm/t/ChangeLog	12 Dec 2008 05:45:01 -0000
2008-12-12  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.t: Added new test data file.

++ whatpm/t/dom-conformance/ChangeLog	12 Dec 2008 05:49:40 -0000
	* html-repetitions.dat: Moved some test data to
	|html-form-button.dat|.  Updated a test result.

	* html-forms-1.dat: Bug fix on a test result.

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

	* html-forms-1.dat: Moved some test data to |html-form-button.dat|.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	12 Dec 2008 05:45:46 -0000
	* HTML.pm: Updated definitions for |button|.

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24