/[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.24 - (hide annotations) (download)
Fri Dec 12 11:50:47 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.23: +11 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	12 Dec 2008 11:50:40 -0000
	* html-datatemplate.dat, html-form-datalist.dat: Updated test
	results related to |optgroup| elements.

	* html-form-textarea.dat: Added new test data.

	* html-forms-1.dat: Moved some test data to
	|html-form-textarea.dat|.  Updated test results related to
	|optgroup| elements.

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

++ whatpm/Whatpm/ChangeLog	12 Dec 2008 11:48:16 -0000
	* ContentChecker.pm: Introduced |check_attrs2| method for the ease
	of defining codes for checking required attribute and as such.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	12 Dec 2008 11:48:45 -0000
	* HTML.pm: Updated definitions for |datalist|, |optgroup|,
	|option|, and |textarea| elements.

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24