/[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.5 - (show annotations) (download)
Sun Sep 6 08:29:32 2009 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +37 -0 lines
++ whatpm/t/ChangeLog	6 Sep 2009 08:29:19 -0000
	* tree-test-flow.dat: Added some test cases on the |hgroup|
	element (HTML5 revision 3040).

2009-09-06  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	6 Sep 2009 08:27:35 -0000
	* HTML.pm.src: Added the |hgroup| element (HTML5 revision 3039 and
	HTML5 revision 3040).

2009-09-06  Wakaba  <wakaba@suika.fam.cx>

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 <p><hgroup></hgroup>
169 #errors
170 no DOCTYPE
171 #document
172 | <html>
173 | <head>
174 | <body>
175 | <p>
176 | <hgroup>
177
178 #data
179 <hgroup><p>aa</hgroup>
180 #errors
181 no DOCTYPE
182 #document
183 | <html>
184 | <head>
185 | <body>
186 | <hgroup>
187 | <p>
188 | "aa"
189
190 #data
191 <hgroup><marquee></hgroup>x
192 #errors
193 no DOCTYPE
194 unexpected end tag
195 no </marquee>
196 #document
197 | <html>
198 | <head>
199 | <body>
200 | <hgroup>
201 | <marquee>
202 | "x"
203
204 #data
205 <datagrid><span></datagrid>x
206 #errors
207 no DOCTYPE
208 no </span>
209 #document
210 | <html>
211 | <head>
212 | <body>
213 | <datagrid>
214 | <span>
215 | "x"
216
217 #data
218 <datagrid><p></datagrid>x
219 #errors
220 no DOCTYPE
221 #document
222 | <html>
223 | <head>
224 | <body>
225 | <datagrid>
226 | <p>
227 | "x"
228
229 #data
230 <datagrid><marquee></datagrid>x
231 #errors
232 no DOCTYPE
233 unexpected end tag
234 no </marquee>
235 #document
236 | <html>
237 | <head>
238 | <body>
239 | <datagrid>
240 | <marquee>
241 | "x"
242
243 #data
244 <details><span></details>x
245 #errors
246 no DOCTYPE
247 no </span>
248 #document
249 | <html>
250 | <head>
251 | <body>
252 | <details>
253 | <span>
254 | "x"
255
256 #data
257 <details><p></details>x
258 #errors
259 no DOCTYPE
260 #document
261 | <html>
262 | <head>
263 | <body>
264 | <details>
265 | <p>
266 | "x"
267
268 #data
269 <details><marquee></details>x
270 #errors
271 no DOCTYPE
272 unexpected end tag
273 no </marquee>
274 #document
275 | <html>
276 | <head>
277 | <body>
278 | <details>
279 | <marquee>
280 | "x"
281
282 #data
283 <dialog><span></dialog>x
284 #errors
285 no DOCTYPE
286 no </span>
287 #document
288 | <html>
289 | <head>
290 | <body>
291 | <dialog>
292 | <span>
293 | "x"
294
295 #data
296 <dialog><p></dialog>x
297 #errors
298 no DOCTYPE
299 #document
300 | <html>
301 | <head>
302 | <body>
303 | <dialog>
304 | <p>
305 | "x"
306
307 #data
308 <dialog><marquee></dialog>x
309 #errors
310 no DOCTYPE
311 unexpected end tag
312 no </marquee>
313 #document
314 | <html>
315 | <head>
316 | <body>
317 | <dialog>
318 | <marquee>
319 | "x"
320
321 #data
322 <figure><span></figure>x
323 #errors
324 no DOCTYPE
325 no </span>
326 #document
327 | <html>
328 | <head>
329 | <body>
330 | <figure>
331 | <span>
332 | "x"
333
334 #data
335 <figure><p></figure>x
336 #errors
337 no DOCTYPE
338 #document
339 | <html>
340 | <head>
341 | <body>
342 | <figure>
343 | <p>
344 | "x"
345
346 #data
347 <figure><marquee></figure>x
348 #errors
349 no DOCTYPE
350 unexpected end tag
351 no </marquee>
352 #document
353 | <html>
354 | <head>
355 | <body>
356 | <figure>
357 | <marquee>
358 | "x"
359
360 #data
361 <footer><span></footer>x
362 #errors
363 no DOCTYPE
364 no </span>
365 #document
366 | <html>
367 | <head>
368 | <body>
369 | <footer>
370 | <span>
371 | "x"
372
373 #data
374 <footer><p></footer>x
375 #errors
376 no DOCTYPE
377 #document
378 | <html>
379 | <head>
380 | <body>
381 | <footer>
382 | <p>
383 | "x"
384
385 #data
386 <footer><marquee></footer>x
387 #errors
388 no DOCTYPE
389 unexpected end tag
390 no </marquee>
391 #document
392 | <html>
393 | <head>
394 | <body>
395 | <footer>
396 | <marquee>
397 | "x"
398
399 #data
400 <header><span></header>x
401 #errors
402 no DOCTYPE
403 no </span>
404 #document
405 | <html>
406 | <head>
407 | <body>
408 | <header>
409 | <span>
410 | "x"
411
412 #data
413 <header><p></header>x
414 #errors
415 no DOCTYPE
416 #document
417 | <html>
418 | <head>
419 | <body>
420 | <header>
421 | <p>
422 | "x"
423
424 #data
425 <header><marquee></header>x
426 #errors
427 no DOCTYPE
428 unexpected end tag
429 no </marquee>
430 #document
431 | <html>
432 | <head>
433 | <body>
434 | <header>
435 | <marquee>
436 | "x"
437
438 #data
439 <nav><span></nav>x
440 #errors
441 no DOCTYPE
442 no </span>
443 #document
444 | <html>
445 | <head>
446 | <body>
447 | <nav>
448 | <span>
449 | "x"
450
451 #data
452 <nav><p></nav>x
453 #errors
454 no DOCTYPE
455 #document
456 | <html>
457 | <head>
458 | <body>
459 | <nav>
460 | <p>
461 | "x"
462
463 #data
464 <nav><marquee></nav>x
465 #errors
466 no DOCTYPE
467 unexpected end tag
468 no </marquee>
469 #document
470 | <html>
471 | <head>
472 | <body>
473 | <nav>
474 | <marquee>
475 | "x"
476
477 #data
478 <!DOCTYPE HTML><p><rt><address></address>
479 #errors
480 #document
481 | <!DOCTYPE html>
482 | <html>
483 | <head>
484 | <body>
485 | <p>
486 | <rt>
487 | <address>
488
489 #data
490 <!DOCTYPE HTML><p><rt><article></article>
491 #errors
492 #document
493 | <!DOCTYPE html>
494 | <html>
495 | <head>
496 | <body>
497 | <p>
498 | <rt>
499 | <article>
500
501 #data
502 <!DOCTYPE HTML><p><rt><aside></aside>
503 #errors
504 #document
505 | <!DOCTYPE html>
506 | <html>
507 | <head>
508 | <body>
509 | <p>
510 | <rt>
511 | <aside>
512
513 #data
514 <!DOCTYPE HTML><p><rt><blockquote></blockquote>
515 #errors
516 #document
517 | <!DOCTYPE html>
518 | <html>
519 | <head>
520 | <body>
521 | <p>
522 | <rt>
523 | <blockquote>
524
525 #data
526 <!DOCTYPE HTML><p><rt><center></center>
527 #errors
528 #document
529 | <!DOCTYPE html>
530 | <html>
531 | <head>
532 | <body>
533 | <p>
534 | <rt>
535 | <center>
536
537 #data
538 <!DOCTYPE HTML><p><rt><datagrid></datagrid>
539 #errors
540 #document
541 | <!DOCTYPE html>
542 | <html>
543 | <head>
544 | <body>
545 | <p>
546 | <rt>
547 | <datagrid>
548
549 #data
550 <!DOCTYPE HTML><p><rt><details></details>
551 #errors
552 #document
553 | <!DOCTYPE html>
554 | <html>
555 | <head>
556 | <body>
557 | <p>
558 | <rt>
559 | <details>
560
561 #data
562 <!DOCTYPE HTML><p><rt><dialog></dialog>
563 #errors
564 #document
565 | <!DOCTYPE html>
566 | <html>
567 | <head>
568 | <body>
569 | <p>
570 | <rt>
571 | <dialog>
572
573 #data
574 <!DOCTYPE HTML><p><rt><dir></dir>
575 #errors
576 #document
577 | <!DOCTYPE html>
578 | <html>
579 | <head>
580 | <body>
581 | <p>
582 | <rt>
583 | <dir>
584
585 #data
586 <!DOCTYPE HTML><p><rt><div></div>
587 #errors
588 #document
589 | <!DOCTYPE html>
590 | <html>
591 | <head>
592 | <body>
593 | <p>
594 | <rt>
595 | <div>
596
597 #data
598 <!DOCTYPE HTML><p><rt><dl></dl>
599 #errors
600 #document
601 | <!DOCTYPE html>
602 | <html>
603 | <head>
604 | <body>
605 | <p>
606 | <rt>
607 | <dl>
608
609 #data
610 <!DOCTYPE HTML><p><rt><figure></figure>
611 #errors
612 #document
613 | <!DOCTYPE html>
614 | <html>
615 | <head>
616 | <body>
617 | <p>
618 | <rt>
619 | <figure>
620
621 #data
622 <!DOCTYPE HTML><p><rt><footer></footer>
623 #errors
624 #document
625 | <!DOCTYPE html>
626 | <html>
627 | <head>
628 | <body>
629 | <p>
630 | <rt>
631 | <footer>
632
633 #data
634 <!DOCTYPE HTML><p><rt><h4></h4>
635 #errors
636 #document
637 | <!DOCTYPE html>
638 | <html>
639 | <head>
640 | <body>
641 | <p>
642 | <rt>
643 | <h4>
644
645 #data
646 <!DOCTYPE HTML><p><rt><header></header>
647 #errors
648 #document
649 | <!DOCTYPE html>
650 | <html>
651 | <head>
652 | <body>
653 | <p>
654 | <rt>
655 | <header>
656
657 #data
658 <!DOCTYPE HTML><p><rt><menu></menu>
659 #errors
660 #document
661 | <!DOCTYPE html>
662 | <html>
663 | <head>
664 | <body>
665 | <p>
666 | <rt>
667 | <menu>
668
669 #data
670 <!DOCTYPE HTML><p><rt><nav></nav>
671 #errors
672 #document
673 | <!DOCTYPE html>
674 | <html>
675 | <head>
676 | <body>
677 | <p>
678 | <rt>
679 | <nav>
680
681 #data
682 <!DOCTYPE HTML><p><rt><ol></ol>
683 #errors
684 #document
685 | <!DOCTYPE html>
686 | <html>
687 | <head>
688 | <body>
689 | <p>
690 | <rt>
691 | <ol>
692
693 #data
694 <!DOCTYPE HTML><p><rt><p></p>
695 #errors
696 #document
697 | <!DOCTYPE html>
698 | <html>
699 | <head>
700 | <body>
701 | <p>
702 | <rt>
703 | <p>
704
705 #data
706 <!DOCTYPE HTML><p><rp><p></p>
707 #errors
708 #document
709 | <!DOCTYPE html>
710 | <html>
711 | <head>
712 | <body>
713 | <p>
714 | <rp>
715 | <p>
716
717 #data
718 <!DOCTYPE HTML><p><option><p></p>
719 #errors
720 #document
721 | <!DOCTYPE html>
722 | <html>
723 | <head>
724 | <body>
725 | <p>
726 | <option>
727 | <p>
728
729 #data
730 <!DOCTYPE HTML><p><optgroup><p></p>
731 #errors
732 #document
733 | <!DOCTYPE html>
734 | <html>
735 | <head>
736 | <body>
737 | <p>
738 | <optgroup>
739 | <p>
740
741 #data
742 <!DOCTYPE HTML><p><rt><section></section>
743 #errors
744 #document
745 | <!DOCTYPE html>
746 | <html>
747 | <head>
748 | <body>
749 | <p>
750 | <rt>
751 | <section>
752
753 #data
754 <!DOCTYPE HTML><p><rt><ul></ul>
755 #errors
756 #document
757 | <!DOCTYPE html>
758 | <html>
759 | <head>
760 | <body>
761 | <p>
762 | <rt>
763 | <ul>
764
765 #data
766 <!DOCTYPE HTML><p><rt><pre></pre>
767 #errors
768 #document
769 | <!DOCTYPE html>
770 | <html>
771 | <head>
772 | <body>
773 | <p>
774 | <rt>
775 | <pre>
776
777 #data
778 <!DOCTYPE HTML><p><rt><listing></listing>
779 #errors
780 #document
781 | <!DOCTYPE html>
782 | <html>
783 | <head>
784 | <body>
785 | <p>
786 | <rt>
787 | <listing>
788
789 #data
790 <!DOCTYPE HTML><p><rt><form></form>
791 #errors
792 #document
793 | <!DOCTYPE html>
794 | <html>
795 | <head>
796 | <body>
797 | <p>
798 | <rt>
799 | <form>
800
801 #data
802 <!DOCTYPE HTML><p><rt><fieldset></fieldset>
803 #errors
804 #document
805 | <!DOCTYPE html>
806 | <html>
807 | <head>
808 | <body>
809 | <p>
810 | <rt>
811 | <fieldset>
812
813 #data
814 <!DOCTYPE HTML><p><rt><li>
815 #errors
816 #document
817 | <!DOCTYPE html>
818 | <html>
819 | <head>
820 | <body>
821 | <p>
822 | <rt>
823 | <li>
824
825 #data
826 <!DOCTYPE HTML><p><rt><dd></dd>
827 #errors
828 #document
829 | <!DOCTYPE html>
830 | <html>
831 | <head>
832 | <body>
833 | <p>
834 | <rt>
835 | <dd>
836
837 #data
838 <!DOCTYPE HTML><p><rt><dt>
839 #errors
840 #document
841 | <!DOCTYPE html>
842 | <html>
843 | <head>
844 | <body>
845 | <p>
846 | <rt>
847 | <dt>
848
849 #data
850 <!DOCTYPE HTML><p><rt><plaintext>
851 #errors
852 unexpected EOF
853 #document
854 | <!DOCTYPE html>
855 | <html>
856 | <head>
857 | <body>
858 | <p>
859 | <rt>
860 | <plaintext>
861
862 #data
863 <!DOCTYPE HTML><p><rt><table></table>
864 #errors
865 #document
866 | <!DOCTYPE html>
867 | <html>
868 | <head>
869 | <body>
870 | <p>
871 | <rt>
872 | <table>
873
874 #data
875 <!DOCTYPE HTML><p><rt><hr>
876 #errors
877 #document
878 | <!DOCTYPE html>
879 | <html>
880 | <head>
881 | <body>
882 | <p>
883 | <rt>
884 | <hr>
885
886 #data
887 <!DOCTYPE HTML><p><rt><isindex>
888 #errors
889 isindex
890 #document
891 | <!DOCTYPE html>
892 | <html>
893 | <head>
894 | <body>
895 | <p>
896 | <rt>
897 | <form>
898 | <hr>
899 | <label>
900 | "This is a searchable index. Insert your search keywords here: "
901 | <input>
902 | name="isindex"
903 | <hr>
904

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24