/[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.27 - (hide annotations) (download)
Sat Dec 13 04:49:06 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.26: +5 -0 lines
++ whatpm/t/ChangeLog	13 Dec 2008 04:48:14 -0000
2008-12-13  Wakaba  <wakaba@suika.fam.cx>

	* content-model-7.dat: Added an example from HTML5 spec.

++ whatpm/t/dom-conformance/ChangeLog	13 Dec 2008 04:48:48 -0000
	* html-form-label.dat, html-forms-1.dat: Added test data for
	form="".

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	13 Dec 2008 04:47:22 -0000
	* HTML.pm: Implemented <object form> and <legend form>.

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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24