/[suikacvs]/markup/html/whatpm/t/tree-test-form.dat
Suika

Contents of /markup/html/whatpm/t/tree-test-form.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations) (download)
Sun Aug 16 03:41:53 2009 UTC (15 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +96 -0 lines
++ whatpm/t/ChangeLog	16 Aug 2009 03:41:40 -0000
2009-08-16  Wakaba  <wakaba@suika.fam.cx>

	* tree-test-form.dat: Added test cases for <select> in "in select"
	parsing modes.

++ whatpm/Whatpm/ChangeLog	16 Aug 2009 03:41:19 -0000
2009-08-16  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm.src (_tree_construction_main): Improved error reporting
	on "select" start tag in "in select" and "in select in table"
	parsing modes (c.f. HTML5 revision 3604).

1 wakaba 1.1 #data
2     <option>x
3     #errors
4     no DOCTYPE
5     #document
6     | <html>
7     | <head>
8     | <body>
9     | <option>
10     | "x"
11    
12     #data
13     <option></option>x
14     #errors
15     no DOCTYPE
16     #document
17     | <html>
18     | <head>
19     | <body>
20     | <option>
21     | "x"
22    
23     #data
24     <optgroup>x
25     #errors
26     no DOCTYPE
27     #document
28     | <html>
29     | <head>
30     | <body>
31     | <optgroup>
32     | "x"
33    
34     #data
35     <optgroup></optgroup>x
36     #errors
37     no DOCTYPE
38     #document
39     | <html>
40     | <head>
41     | <body>
42     | <optgroup>
43     | "x"
44    
45     #data
46     <optgroup><option>x
47     #errors
48     no DOCTYPE
49     #document
50     | <html>
51     | <head>
52     | <body>
53     | <optgroup>
54     | <option>
55     | "x"
56    
57     #data
58     <optgroup><optgroup>
59     #errors
60     no DOCTYPE
61     #document
62     | <html>
63     | <head>
64     | <body>
65     | <optgroup>
66     | <optgroup>
67    
68     #data
69     <option><option>
70     #errors
71     no DOCTYPE
72     #document
73     | <html>
74     | <head>
75     | <body>
76     | <option>
77     | <option>
78    
79     #data
80     <option><optgroup>
81     #errors
82     no DOCTYPE
83     #document
84     | <html>
85     | <head>
86     | <body>
87     | <option>
88     | <optgroup>
89    
90     #data
91     <option><span><optgroup>
92     #errors
93     no DOCTYPE
94     no </span>
95     #document
96     | <html>
97     | <head>
98     | <body>
99     | <option>
100     | <span>
101     | <optgroup>
102    
103     #data
104     <optgroup><span><option>
105     #errors
106     no DOCTYPE
107     no </span>
108     #document
109     | <html>
110     | <head>
111     | <body>
112     | <optgroup>
113     | <span>
114     | <option>
115    
116     #data
117     <b><i></b><option>
118     #errors
119     no DOCTYPE
120     no </i> before </b>
121     unexpected EOF
122     #document
123     | <html>
124     | <head>
125     | <body>
126     | <b>
127     | <i>
128     | <i>
129     | <option>
130    
131     #data
132     <b><i></b><optgroup>
133     #errors
134     no DOCTYPE
135     no </i> before </b>
136     unexpected EOF
137     #document
138     | <html>
139     | <head>
140     | <body>
141     | <b>
142     | <i>
143     | <i>
144     | <optgroup>
145    
146     #data
147     <option><marquee><option>
148     #errors
149     no DOCTYPE
150     no </marquee>
151     #document
152     | <html>
153     | <head>
154     | <body>
155     | <option>
156     | <marquee>
157     | <option>
158    
159     #data
160     <option><marquee><optgroup>
161     #errors
162     no DOCTYPE
163     no </marquee>
164     #document
165     | <html>
166     | <head>
167     | <body>
168     | <option>
169     | <marquee>
170     | <optgroup>
171 wakaba 1.2
172     #data
173     <!DOCTYPE HTML><option></body>
174     #errors
175     #document
176     | <!DOCTYPE HTML>
177     | <html>
178     | <head>
179     | <body>
180     | <option>
181    
182     #data
183     <!DOCTYPE HTML><optgroup></body>
184     #errors
185     #document
186     | <!DOCTYPE HTML>
187     | <html>
188     | <head>
189     | <body>
190     | <optgroup>
191 wakaba 1.3
192     #data
193     <!DOCTYPE HTML><select><input>
194     #errors
195     no </select>
196     #document
197     | <!DOCTYPE HTML>
198     | <html>
199     | <head>
200     | <body>
201     | <select>
202     | <input>
203    
204     #data
205     <!DOCTYPE HTML><select><textarea></textarea>
206     #errors
207     no </select>
208     #document
209     | <!DOCTYPE HTML>
210     | <html>
211     | <head>
212     | <body>
213     | <select>
214     | <textarea>
215    
216     #data
217     <!DOCTYPE HTML><select><keygen></keygen>
218     #errors
219     no </select>
220     #document
221     | <!DOCTYPE HTML>
222     | <html>
223     | <head>
224     | <body>
225     | <select>
226     | <keygen>
227    
228     #data
229     <!DOCTYPE HTML><select><option><input>
230     #errors
231     no </select>
232     #document
233     | <!DOCTYPE HTML>
234     | <html>
235     | <head>
236     | <body>
237     | <select>
238     | <option>
239     | <input>
240    
241     #data
242     <!DOCTYPE HTML><select><option><textarea></textarea>
243     #errors
244     no </select>
245     #document
246     | <!DOCTYPE HTML>
247     | <html>
248     | <head>
249     | <body>
250     | <select>
251     | <option>
252     | <textarea>
253    
254     #data
255     <!DOCTYPE HTML><select><option><keygen></keygen>
256     #errors
257     no </select>
258     #document
259     | <!DOCTYPE HTML>
260     | <html>
261     | <head>
262     | <body>
263     | <select>
264     | <option>
265     | <keygen>
266    
267     #data
268     <input>a
269     #errors
270     <input> in select
271     #document-fragment select
272     | "a"
273    
274     #data
275     <textarea>a
276     #errors
277     <textarea> in select
278     #document-fragment select
279     | "a"
280    
281     #data
282     <keygen>a
283     #errors
284     <keygen> in select
285     #document-fragment select
286     | "a"

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24