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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Sat Oct 4 08:58:02 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +213 -0 lines
++ whatpm/t/ChangeLog	4 Oct 2008 08:56:31 -0000
	* tree-test-void.dat: Test on |param| and |source| start tags are
	added, as well as test on polytheistic slashes for new void
	elements (HTML5 revision 1731).

2008-10-04  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	4 Oct 2008 08:57:05 -0000
	* HTML.pm.src: Support for new definition of |param| and |source|
	start tag parsing (HTML5 revision 1731).

2008-10-04  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 #data
2     <command>a
3     #errors
4     no DOCTYPE
5     #document
6     | <html>
7     | <head>
8     | <command>
9     | <body>
10     | "a"
11    
12     #data
13     <eventsource>a
14     #errors
15     no DOCTYPE
16     #document
17     | <html>
18     | <head>
19     | <eventsource>
20     | <body>
21     | "a"
22    
23     #data
24     <event-source>a
25     #errors
26     no DOCTYPE
27     unexpected EOF
28     #document
29     | <html>
30     | <head>
31     | <body>
32     | <event-source>
33     | "a"
34    
35     #data
36     <head><command>a
37     #errors
38     no DOCTYPE
39     #document
40     | <html>
41     | <head>
42     | <command>
43     | <body>
44     | "a"
45    
46     #data
47     <head><eventsource>a
48     #errors
49     no DOCTYPE
50     #document
51     | <html>
52     | <head>
53     | <eventsource>
54     | <body>
55     | "a"
56    
57     #data
58     <head><event-source>a
59     #errors
60     no DOCTYPE
61     unexpected EOF
62     #document
63     | <html>
64     | <head>
65     | <body>
66     | <event-source>
67     | "a"
68    
69     #data
70     </head><command>a
71     #errors
72     no DOCTYPE
73     #document
74     | <html>
75     | <head>
76     | <body>
77     | <command>
78     | "a"
79    
80     #data
81     </head><eventsource>a
82     #errors
83     no DOCTYPE
84     #document
85     | <html>
86     | <head>
87     | <body>
88     | <eventsource>
89     | "a"
90    
91     #data
92     </head><event-source>x
93     #errors
94     no DOCTYPE
95     unexpected EOF
96     #document
97     | <html>
98     | <head>
99     | <body>
100     | <event-source>
101     | "x"
102    
103     #data
104     <body><command>a
105     #errors
106     no DOCTYPE
107     #document
108     | <html>
109     | <head>
110     | <body>
111     | <command>
112     | "a"
113    
114     #data
115     <body><eventsource>x
116     #errors
117     no DOCTYPE
118     #document
119     | <html>
120     | <head>
121     | <body>
122     | <eventsource>
123     | "x"
124    
125     #data
126     <body><event-source>x
127     #errors
128     no DOCTYPE
129     unexpected EOF
130     #document
131     | <html>
132     | <head>
133     | <body>
134     | <event-source>
135     | "x"
136    
137     #data
138     <head><noscript><command>x
139     #errors
140     no DOCTYPE
141     no </noscript>
142     #document
143     | <html>
144     | <head>
145     | <noscript>
146     | <body>
147     | <command>
148     | "x"
149    
150     #data
151     <head><noscript><eventsource>x
152     #errors
153     no DOCTYPE
154     no </noscript>
155     #document
156     | <html>
157     | <head>
158     | <noscript>
159     | <body>
160     | <eventsource>
161     | "x"
162    
163     #data
164     <head><noscript><event-source>x
165     #errors
166     no DOCTYPE
167     no </noscript>
168     unexpected EOF
169     #document
170     | <html>
171     | <head>
172     | <noscript>
173     | <body>
174     | <event-source>
175     | "x"
176    
177 wakaba 1.2 #data
178     <b><i></b><area>
179     #errors
180     no DOCTYPE
181     no </i> before </b>
182     unexpected EOF
183     #document
184     | <html>
185     | <head>
186     | <body>
187     | <b>
188     | <i>
189     | <i>
190     | <area>
191    
192     #data
193     <b><i></b><basefont>
194     #errors
195     no DOCTYPE
196     no </i> before </b>
197     unexpected EOF
198     #document
199     | <html>
200     | <head>
201     | <body>
202     | <b>
203     | <i>
204     | <i>
205     | <basefont>
206    
207     #data
208     <b><i></b><bgsound>
209     #errors
210     no DOCTYPE
211     no </i> before </b>
212     unexpected EOF
213     #document
214     | <html>
215     | <head>
216     | <body>
217     | <b>
218     | <i>
219     | <i>
220     | <bgsound>
221    
222     #data
223     <b><i></b><br>
224     #errors
225     no DOCTYPE
226     no </i> before </b>
227     unexpected EOF
228     #document
229     | <html>
230     | <head>
231     | <body>
232     | <b>
233     | <i>
234     | <i>
235     | <br>
236    
237     #data
238     <b><i></b></br>
239     #errors
240     no DOCTYPE
241     no </i> before </b>
242     </br>
243     unexpected EOF
244     #document
245     | <html>
246     | <head>
247     | <body>
248     | <b>
249     | <i>
250     | <i>
251     | <br>
252    
253     #data
254     <b><i></b><embed>
255     #errors
256     no DOCTYPE
257     no </i> before </b>
258     unexpected EOF
259     #document
260     | <html>
261     | <head>
262     | <body>
263     | <b>
264     | <i>
265     | <i>
266     | <embed>
267    
268     #data
269     <b><i></b><img>
270     #errors
271     no DOCTYPE
272     no </i> before </b>
273     unexpected EOF
274     #document
275     | <html>
276     | <head>
277     | <body>
278     | <b>
279     | <i>
280     | <i>
281     | <img>
282    
283     #data
284     <b><i></b><spacer>
285     #errors
286     no DOCTYPE
287     no </i> before </b>
288     unexpected EOF
289     #document
290     | <html>
291     | <head>
292     | <body>
293     | <b>
294     | <i>
295     | <i>
296     | <spacer>
297    
298     #data
299     <b><i></b><wbr>
300     #errors
301     no DOCTYPE
302     no </i> before </b>
303     unexpected EOF
304     #document
305     | <html>
306     | <head>
307     | <body>
308     | <b>
309     | <i>
310     | <i>
311     | <wbr>
312    
313     #data
314     <b><i></b><param>
315     #errors
316     no DOCTYPE
317     no </i> before </b>
318     #document
319     | <html>
320     | <head>
321     | <body>
322     | <b>
323     | <i>
324     | <param>
325    
326     #data
327     <b><i></b><source>
328     #errors
329     no DOCTYPE
330     no </i> before </b>
331     #document
332     | <html>
333     | <head>
334     | <body>
335     | <b>
336     | <i>
337     | <source>
338    
339     #data
340     <command/>
341     #errors
342     no DOCTYPE
343     #document
344     | <html>
345     | <head>
346     | <command>
347     | <body>
348    
349     #data
350     <eventsource/>
351     #errors
352     no DOCTYPE
353     #document
354     | <html>
355     | <head>
356     | <eventsource>
357     | <body>
358    
359     #data
360     <event-source/>
361     #errors
362     no DOCTYPE
363     />
364     unexpected EOF
365     #document
366     | <html>
367     | <head>
368     | <body>
369     | <event-source>
370    
371     #data
372     <param/>
373     #errors
374     no DOCTYPE
375     #document
376     | <html>
377     | <head>
378     | <body>
379     | <param>
380    
381     #data
382     <source/>
383     #errors
384     no DOCTYPE
385     #document
386     | <html>
387     | <head>
388     | <body>
389     | <source>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24