/[suikacvs]/markup/html/whatpm/t/dom-conformance/html-form-button.dat
Suika

Contents of /markup/html/whatpm/t/dom-conformance/html-form-button.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Fri Dec 12 05:51:41 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
++ 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.1
2     #data
3     <button xmlns="http://www.w3.org/1999/xhtml"></button>
4     #errors
5     /button;no significant content;s
6    
7     #data
8     <button xmlns="http://www.w3.org/1999/xhtml"> </button>
9     #errors
10     /button;no significant content;s
11    
12     #data
13     <button xmlns="http://www.w3.org/1999/xhtml">xx</button>
14     #errors
15    
16     #data
17     <button xmlns="http://www.w3.org/1999/xhtml"><br/></button>
18     #errors
19     /button;no significant content;s
20    
21     #data
22     <button xmlns="http://www.w3.org/1999/xhtml"><ins/></button>
23     #errors
24     /button;no significant content;s
25    
26     #data
27     <button xmlns="http://www.w3.org/1999/xhtml"><em/></button>
28     #errors
29     /button;no significant content;s
30     /button/em;no significant content;s
31    
32     #data
33     <button xmlns="http://www.w3.org/1999/xhtml">aa<span>bb</span></button>
34     #errors
35    
36     #data
37     <button xmlns="http://www.w3.org/1999/xhtml"><p/></button>
38     #errors
39     /button;no significant content;s
40     /button/p;no significant content;s
41     /button/p;element not allowed:phrasing;m
42    
43     #data
44     <button xmlns="http://www.w3.org/1999/xhtml"><video src=""/></button>
45     #errors
46    
47     #data
48     <button xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/>x</button>
49     #errors
50     /button/style;element not allowed:phrasing;m
51     /button/style;SUBDOC
52    
53     #data
54     <em xmlns="http://www.w3.org/1999/xhtml"><button>x</button></em>
55     #errors
56    
57     #data
58     <em xmlns="http://www.w3.org/1999/xhtml"><button></button></em>
59     #errors
60     /em/button;no significant content;s
61     /em;no significant content;s
62    
63     #data
64     <div xmlns="http://www.w3.org/1999/xhtml"><button>x</button></div>
65     #errors
66    
67     #data
68     <ins xmlns="http://www.w3.org/1999/xhtml"><button>x</button></ins>
69     #errors
70    
71     #data
72     <em xmlns="http://www.w3.org/1999/xhtml"><ins><button>x</button></ins></em>
73     #errors
74    
75     #data
76     <br xmlns="http://www.w3.org/1999/xhtml"><button>x</button></br>
77     #errors
78     /br/button;element not allowed:empty;m
79    
80     #data
81     <title xmlns="http://www.w3.org/1999/xhtml"><button>x</button></title>
82     #errors
83     /title/button;element not allowed:text;m
84    
85     #data
86     <em xmlns="http://www.w3.org/1999/xhtml"><button>x<nest/></button></em>
87     #errors
88     /em/button/nest;element not allowed:phrasing;m
89    
90     #data
91     <button xmlns="http://www.w3.org/1999/xhtml"><img src="" alt="x"/></button>
92     #errors
93    
94     #data
95     <button xmlns="http://www.w3.org/1999/xhtml"><span>x</span></button>
96     #errors
97    
98     #data
99     <button xmlns="http://www.w3.org/1999/xhtml"><p>x</p></button>
100     #errors
101     /button/p;element not allowed:phrasing;m
102    
103     #data
104     <button xmlns="http://www.w3.org/1999/xhtml"
105     type=""
106     >x</button>
107     #errors
108     /button/@type;enumerated:invalid;m
109    
110     #data
111     <button xmlns="http://www.w3.org/1999/xhtml"
112     type="text"
113     >x</button>
114     #errors
115     /button/@type;enumerated:invalid;m
116    
117     #data
118     <button xmlns="http://www.w3.org/1999/xhtml"
119     type="button"
120     >x</button>
121     #errors
122    
123     #data
124     <button xmlns="http://www.w3.org/1999/xhtml"
125     type="submit"
126     >x</button>
127     #errors
128    
129     #data
130     <button xmlns="http://www.w3.org/1999/xhtml"
131     type="reset"
132     >x</button>
133     #errors
134    
135     #data
136     <button xmlns="http://www.w3.org/1999/xhtml"
137     type="add"
138     >x</button>
139     #errors
140     /button/@type;enumerated:invalid;m
141    
142     #data
143     <button xmlns="http://www.w3.org/1999/xhtml"
144     type="remove"
145     >x</button>
146     #errors
147     /button/@type;enumerated:invalid;m
148    
149     #data
150     <button type="delete" xmlns="http://www.w3.org/1999/xhtml">x</button>
151     #errors
152     /button/@type;enumerated:invalid;m
153    
154     #data
155     <button xmlns="http://www.w3.org/1999/xhtml"
156     type="move-up"
157     >x</button>
158     #errors
159     /button/@type;enumerated:invalid;m
160    
161     #data
162     <button xmlns="http://www.w3.org/1999/xhtml"
163     type="move-down"
164     >x</button>
165     #errors
166     /button/@type;enumerated:invalid;m
167    
168     #data
169     <button xmlns="http://www.w3.org/1999/xhtml"
170     type="hidden"
171     >x</button>
172     #errors
173     /button/@type;enumerated:invalid;m
174    
175     #data
176     <button xmlns="http://www.w3.org/1999/xhtml"
177     type=" submit"
178     >x</button>
179     #errors
180     /button/@type;enumerated:invalid;m
181    
182     #data
183     <button xmlns="http://www.w3.org/1999/xhtml"
184     type="Submit"
185     >x</button>
186     #errors
187    
188     #data
189     <button xmlns="http://www.w3.org/1999/xhtml"
190     type="RESET"
191     >x</button>
192     #errors
193    
194     #data
195     <button xmlns="http://www.w3.org/1999/xhtml"
196     disabled=""
197     >x</button>
198     #errors
199    
200     #data
201     <button xmlns="http://www.w3.org/1999/xhtml"
202     disabled="disabled"
203     >x</button>
204     #errors
205    
206     #data
207     <button xmlns="http://www.w3.org/1999/xhtml"
208     disabled="DISABLED"
209     >x</button>
210     #errors
211    
212     #data
213     <button xmlns="http://www.w3.org/1999/xhtml"
214     disabled="true"
215     >x</button>
216     #errors
217     /button/@disabled;boolean:invalid;m
218    
219     #data
220     <button xmlns="http://www.w3.org/1999/xhtml"
221     disabled="enabled"
222     >x</button>
223     #errors
224     /button/@disabled;boolean:invalid;m
225    
226     #data escaped
227     <button xmlns="http://www.w3.org/1999/xhtml"
228     disabled="d\u0130sabled"
229     >x</button>
230     #errors
231     /button/@disabled;boolean:invalid;m
232    
233     #data
234     <button xmlns="http://www.w3.org/1999/xhtml"
235     disabled="d\u0131sabled"
236     >x</button>
237     #errors
238     /button/@disabled;boolean:invalid;m
239    
240     #data
241     <button xmlns="http://www.w3.org/1999/xhtml"
242     autofocus=""
243     >x</button>
244     #errors
245    
246     #data
247     <button xmlns="http://www.w3.org/1999/xhtml"
248     autofocus="autofocus"
249     >x</button>
250     #errors
251    
252     #data
253     <button xmlns="http://www.w3.org/1999/xhtml"
254     autofocus="AutoFocus"
255     >x</button>
256     #errors
257    
258     #data
259     <button xmlns="http://www.w3.org/1999/xhtml"
260     autofocus=" autofocus"
261     >x</button>
262     #errors
263     /button/@autofocus;boolean:invalid;m
264    
265     #data
266     <button xmlns="http://www.w3.org/1999/xhtml"
267     autofocus="yes"
268     >x</button>
269     #errors
270     /button/@autofocus;boolean:invalid;m
271    
272     #data
273     <form xmlns="http://www.w3.org/1999/xhtml"><button
274     value=""
275     >x</button></form>
276     #errors

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24