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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sat Oct 4 06:30:34 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
++ whatpm/t/ChangeLog	4 Oct 2008 06:19:37 -0000
	* tree-test-phrasing.dat, tree-test-flow.dat: New test data files.

	* HTML-tree.t: |tree-test-phrasing.dat| and |tree-test-flow.dat|
	are added.

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

++ whatpm/Whatpm/ChangeLog	4 Oct 2008 06:24:54 -0000
	* HTML.pm.src: Support for new flow (but not phrasing) elements (HTML5
	revisions 1731 and 1778).  Support for the </sarcasm> end tag (HTML5
	revision 1731).

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24