/[suikacvs]/markup/html/whatpm/t/tree-construction/tests2.dat
Suika

Diff of /markup/html/whatpm/t/tree-construction/tests2.dat

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by wakaba, Mon Jul 16 07:03:09 2007 UTC revision 1.7 by wakaba, Sat Mar 8 01:57:51 2008 UTC
# Line 1  Line 1 
1  #data  #data
2  <!DOCTYPE HTML>Test  <!DOCTYPE html>Test
3  #errors  #errors
4  #document  #document
5  | <!DOCTYPE HTML>  | <!DOCTYPE html>
6  | <html>  | <html>
7  |   <head>  |   <head>
8  |   <body>  |   <body>
# Line 11  Line 11 
11  #data  #data
12  <textarea>test</div>test  <textarea>test</div>test
13  #errors  #errors
14  10: missing document type declaration.  Line: 1 Col: 10 Unexpected start tag (textarea). Expected DOCTYPE.
15  25: unexpected end of file while parsing CDATA section for element textarea.  Line: 1 Col: 24 Expected closing tag. Unexpected end of file.
16  #document  #document
17  | <html>  | <html>
18  |   <head>  |   <head>
# Line 23  Line 23 
23  #data  #data
24  <table><td>  <table><td>
25  #errors  #errors
26  7: missing document type declaration.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
27  11: required tr element start tag implied by unexpected td element start tag.  Line: 1 Col: 11 Unexpected table cell start tag (td) in the table body phase.
28  12: unexpected end of file implied table element end tag.  Line: 1 Col: 11 Expected closing tag. Unexpected end of file.
29  #document  #document
30  | <html>  | <html>
31  |   <head>  |   <head>
# Line 38  Line 38 
38  #data  #data
39  <table><td>test</tbody></table>  <table><td>test</tbody></table>
40  #errors  #errors
41  missing document type declarattion  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
42  Unexpected and of file  Line: 1 Col: 11 Unexpected table cell start tag (td) in the table body phase.
43  #document  #document
44  | <html>  | <html>
45  |   <head>  |   <head>
# Line 53  Unexpected and of file Line 53  Unexpected and of file
53  #data  #data
54  <frame>test  <frame>test
55  #errors  #errors
56  missing document type declaration  Line: 1 Col: 7 Unexpected start tag (frame). Expected DOCTYPE.
57  frame element can't occur here  Line: 1 Col: 7 Unexpected start tag frame. Ignored.
58  #document  #document
59  | <html>  | <html>
60  |   <head>  |   <head>
# Line 62  frame element can't occur here Line 62  frame element can't occur here
62  |     "test"  |     "test"
63    
64  #data  #data
65  <!DOCTYPE HTML><frameset>test  <!DOCTYPE html><frameset>test
66  #errors  #errors
67  frameset can't contain text  Line: 1 Col: 29 Unepxected characters in the frameset phase. Characters ignored.
68  Unexpected end of file  Line: 1 Col: 29 Expected closing tag. Unexpected end of file.
69  #document  #document
70  | <!DOCTYPE HTML>  | <!DOCTYPE html>
71  | <html>  | <html>
72  |   <head>  |   <head>
73  |   <frameset>  |   <frameset>
74    
75  #data  #data
76  <!DOCTYPE HTML><frameset><!DOCTYPE HTML>  <!DOCTYPE html><frameset><!DOCTYPE html>
77  #errors  #errors
78  document type declaration can only occur at the start of a document  Line: 1 Col: 40 Unexpected DOCTYPE. Ignored.
79  Expected end tag </frameset>  Line: 1 Col: 40 Expected closing tag. Unexpected end of file.
80  #document  #document
81  | <!DOCTYPE HTML>  | <!DOCTYPE html>
82  | <html>  | <html>
83  |   <head>  |   <head>
84  |   <frameset>  |   <frameset>
85    
86  #data  #data
87  <!DOCTYPE HTML><font><p><b>test</font>  <!DOCTYPE html><font><p><b>test</font>
88  #errors  #errors
89  AAA violation. </font>  Line: 1 Col: 38 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm.
90  AAA violation. </font>  Line: 1 Col: 38 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm.
91  #document  #document
92  | <!DOCTYPE HTML>  | <!DOCTYPE html>
93  | <html>  | <html>
94  |   <head>  |   <head>
95  |   <body>  |   <body>
# Line 100  AAA violation. </font> Line 100  AAA violation. </font>
100  |           "test"  |           "test"
101    
102  #data  #data
103  <!DOCTYPE HTML><dt><div><dd>  <!DOCTYPE html><dt><div><dd>
104  #errors  #errors
105  Missing end tag for <div>.  Line: 1 Col: 28 Missing end tag (div, dt).
106  #document  #document
107  | <!DOCTYPE HTML>  | <!DOCTYPE html>
108  | <html>  | <html>
109  |   <head>  |   <head>
110  |   <body>  |   <body>
# Line 115  Missing end tag for <div>. Line 115  Missing end tag for <div>.
115  #data  #data
116  <script></x  <script></x
117  #errors  #errors
118  no document type  Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
119  Unexpected end of file. Expected </script> end tag.  Line: 1 Col: 11 Unexpected end of file. Expected end tag (script).
120  #document  #document
121  | <html>  | <html>
122  |   <head>  |   <head>
# Line 127  Unexpected end of file. Expected </scrip Line 127  Unexpected end of file. Expected </scrip
127  #data  #data
128  <table><plaintext><td>  <table><plaintext><td>
129  #errors  #errors
130  no document type  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
131  <plaintext> directly inside table  Line: 1 Col: 18 Unexpected start tag (plaintext) in table context caused voodoo mode.
132  Characters inside table.  Line: 1 Col: 22 Expected closing tag. Unexpected end of file.
 Characters inside table. (XXX?)  
 Unexpected end of file.  
133  #document  #document
134  | <html>  | <html>
135  |   <head>  |   <head>
# Line 143  Unexpected end of file. Line 141  Unexpected end of file.
141  #data  #data
142  <plaintext></plaintext>  <plaintext></plaintext>
143  #errors  #errors
144  No DOCTYPE seen.  Line: 1 Col: 11 Unexpected start tag (plaintext). Expected DOCTYPE.
145  Unexpected end of file.  Line: 1 Col: 23 Expected closing tag. Unexpected end of file.
146  #document  #document
147  | <html>  | <html>
148  |   <head>  |   <head>
# Line 153  Unexpected end of file. Line 151  Unexpected end of file.
151  |       "</plaintext>"  |       "</plaintext>"
152    
153  #data  #data
154  <!DOCTYPE HTML><table><tr>TEST  <!DOCTYPE html><table><tr>TEST
155  #errors  #errors
156  TEST can't occur in <tr>  Line: 1 Col: 30 Unexpected non-space characters in table context caused voodoo mode.
157  Unexpected end of file.  Line: 1 Col: 30 Expected closing tag. Unexpected end of file.
158  #document  #document
159  | <!DOCTYPE HTML>  | <!DOCTYPE html>
160  | <html>  | <html>
161  |   <head>  |   <head>
162  |   <body>  |   <body>
# Line 168  Unexpected end of file. Line 166  Unexpected end of file.
166  |         <tr>  |         <tr>
167    
168  #data  #data
169  <!DOCTYPE HTML><body t1=1><body t2=2><body t3=3 t4=4>  <!DOCTYPE html><body t1=1><body t2=2><body t3=3 t4=4>
170  #errors  #errors
171  Unexpected start tag "body"  Line: 1 Col: 37 Unexpected start tag (body).
172  Unexpected start tag "body"  Line: 1 Col: 53 Unexpected start tag (body).
173  #document  #document
174  | <!DOCTYPE HTML>  | <!DOCTYPE html>
175  | <html>  | <html>
176  |   <head>  |   <head>
177  |   <body>  |   <body>
# Line 185  Unexpected start tag "body" Line 183  Unexpected start tag "body"
183  #data  #data
184  </b test  </b test
185  #errors  #errors
186  Unexpected EOF in attribute  Line: 1 Col: 8 Unexpected end of file in attribute name.
187  Unexpected attribute in end tag.  Line: 1 Col: 8 End tag contains unexpected attributes.
188  No doctype.  Line: 1 Col: 8 Unexpected end tag (b). Expected DOCTYPE.
189  Unexpected end tag.  Line: 1 Col: 8 Unexpected end tag (b) after the (implied) root element.
190  #document  #document
191  | <html>  | <html>
192  |   <head>  |   <head>
193  |   <body>  |   <body>
194    
195  #data  #data
196  <!DOCTYPE HTML></b test<b &=&amp>X  <!DOCTYPE html></b test<b &=&amp>X
197  #errors  #errors
198  End tag contains attributes.  Line: 1 Col: 32 Named entity didn't end with ';'.
199  Unexpected end tag.  Line: 1 Col: 33 End tag contains unexpected attributes.
200  Named entity didn't end with ;  Line: 1 Col: 33 Unexpected end tag (b) after the (implied) root element.
201  #document  #document
202  | <!DOCTYPE HTML>  | <!DOCTYPE html>
203  | <html>  | <html>
204  |   <head>  |   <head>
205  |   <body>  |   <body>
# Line 210  Named entity didn't end with ; Line 208  Named entity didn't end with ;
208  #data  #data
209  <!doctypehtml><scrIPt type=text/x-foobar;baz>X</SCRipt  <!doctypehtml><scrIPt type=text/x-foobar;baz>X</SCRipt
210  #errors  #errors
211  No space after literal DOCTYPE.  Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
212  Unexpected EOF in (end) tag name  Line: 1 Col: 54 Unexpected end of file in the tag name.
213  #document  #document
214  | <!DOCTYPE html>  | <!DOCTYPE html>
215  | <html>  | <html>
# Line 224  Unexpected EOF in (end) tag name Line 222  Unexpected EOF in (end) tag name
222  #data  #data
223  &  &
224  #errors  #errors
225  No doctype.  Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
226  #document  #document
227  | <html>  | <html>
228  |   <head>  |   <head>
# Line 234  No doctype. Line 232  No doctype.
232  #data  #data
233  &#  &#
234  #errors  #errors
235  No doctype.  Line: 1 Col: 1 Numeric entity expected. Got end of file instead.
236  Unfinished numeric entity.  Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
237  #document  #document
238  | <html>  | <html>
239  |   <head>  |   <head>
# Line 245  Unfinished numeric entity. Line 243  Unfinished numeric entity.
243  #data  #data
244  &#X  &#X
245  #errors  #errors
246  No doctype.  Line: 1 Col: 3 Numeric entity expected but none found.
247  Unfinished hexadecimal entity.  Line: 1 Col: 3 Unexpected non-space characters. Expected DOCTYPE.
248  #document  #document
249  | <html>  | <html>
250  |   <head>  |   <head>
# Line 256  Unfinished hexadecimal entity. Line 254  Unfinished hexadecimal entity.
254  #data  #data
255  &#x  &#x
256  #errors  #errors
257  No doctype.  Line: 1 Col: 3 Numeric entity expected but none found.
258  Unfinished hexadecimal entity.  Line: 1 Col: 3 Unexpected non-space characters. Expected DOCTYPE.
259  #document  #document
260  | <html>  | <html>
261  |   <head>  |   <head>
# Line 267  Unfinished hexadecimal entity. Line 265  Unfinished hexadecimal entity.
265  #data  #data
266  &#45  &#45
267  #errors  #errors
268  No doctype.  Line: 1 Col: 4 Numeric entity didn't end with ';'.
269  Numeric entity didn't end with ;  Line: 1 Col: 4 Unexpected non-space characters. Expected DOCTYPE.
270  #document  #document
271  | <html>  | <html>
272  |   <head>  |   <head>
# Line 278  Numeric entity didn't end with ; Line 276  Numeric entity didn't end with ;
276  #data  #data
277  &x-test  &x-test
278  #errors  #errors
279  No doctype.  Line: 1 Col: 1 Named entity expected. Got none.
280  Unfinished named entity.  Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
281  #document  #document
282  | <html>  | <html>
283  |   <head>  |   <head>
# Line 289  Unfinished named entity. Line 287  Unfinished named entity.
287  #data  #data
288  <!doctypehtml><p><li>  <!doctypehtml><p><li>
289  #errors  #errors
290  No space after literal DOCTYPE.  Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
291  #document  #document
292  | <!DOCTYPE html>  | <!DOCTYPE html>
293  | <html>  | <html>
# Line 299  No space after literal DOCTYPE. Line 297  No space after literal DOCTYPE.
297  |     <li>  |     <li>
298    
299  #data  #data
300  <!doctypeHTML><p><dt>  <!doctypehtml><p><dt>
301  #errors  #errors
302  No space after literal DOCTYPE.  Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
303  #document  #document
304  | <!DOCTYPE HTML>  | <!DOCTYPE html>
305  | <html>  | <html>
306  |   <head>  |   <head>
307  |   <body>  |   <body>
# Line 311  No space after literal DOCTYPE. Line 309  No space after literal DOCTYPE.
309  |     <dt>  |     <dt>
310    
311  #data  #data
312  <!doctypehtmL><p><dd>  <!doctypehtml><p><dd>
313  #errors  #errors
314  No space after literal DOCTYPE.  Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
315  #document  #document
316  | <!DOCTYPE htmL>  | <!DOCTYPE html>
317  | <html>  | <html>
318  |   <head>  |   <head>
319  |   <body>  |   <body>
# Line 325  No space after literal DOCTYPE. Line 323  No space after literal DOCTYPE.
323  #data  #data
324  <!doctypehtml><p><form>  <!doctypehtml><p><form>
325  #errors  #errors
326  No space after literal DOCTYPE.  Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
327  Unexpected EOF.  Line: 1 Col: 23 Expected closing tag. Unexpected end of file.
328  #document  #document
329  | <!DOCTYPE html>  | <!DOCTYPE html>
330  | <html>  | <html>
# Line 336  Unexpected EOF. Line 334  Unexpected EOF.
334  |     <form>  |     <form>
335    
336  #data  #data
337  <!DOCTYPE HTML><p><b><i><u></p> <p>X  <!DOCTYPE html><p><b><i><u></p> <p>X
338  #errors  #errors
339  Unexpected end tag </p>.  Line: 1 Col: 31 Unexpected end tag (p). Ignored.
340  Unexpected end EOF. Missing closing tags.  Line: 1 Col: 36 Expected closing tag. Unexpected end of file.
341  #document  #document
342  | <!DOCTYPE HTML>  | <!DOCTYPE html>
343  | <html>  | <html>
344  |   <head>  |   <head>
345  |   <body>  |   <body>
# Line 357  Unexpected end EOF. Missing closing tags Line 355  Unexpected end EOF. Missing closing tags
355  |             "X"  |             "X"
356    
357  #data  #data
358  <!DOCTYPE HTML><p></P>X  <!DOCTYPE html><p></P>X
359  #errors  #errors
360  #document  #document
361  | <!DOCTYPE HTML>  | <!DOCTYPE html>
362  | <html>  | <html>
363  |   <head>  |   <head>
364  |   <body>  |   <body>
# Line 370  Unexpected end EOF. Missing closing tags Line 368  Unexpected end EOF. Missing closing tags
368  #data  #data
369  &AMP  &AMP
370  #errors  #errors
371  No doctype.  Line: 1 Col: 4 Named entity didn't end with ';'.
372  No closing ; for the entity.  Line: 1 Col: 4 Unexpected non-space characters. Expected DOCTYPE.
373  #document  #document
374  | <html>  | <html>
375  |   <head>  |   <head>
# Line 381  No closing ; for the entity. Line 379  No closing ; for the entity.
379  #data  #data
380  &AMp;  &AMp;
381  #errors  #errors
382  No doctype.  Line: 1 Col: 1 Named entity expected. Got none.
383  Invalid entity.  Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
384  #document  #document
385  | <html>  | <html>
386  |   <head>  |   <head>
# Line 390  Invalid entity. Line 388  Invalid entity.
388  |     "&AMp;"  |     "&AMp;"
389    
390  #data  #data
391  <!DOCTYPE HTML><html><head></head><body><thisISasillyTESTelementNameToMakeSureCrazyTagNamesArePARSEDcorrectLY>  <!DOCTYPE html><html><head></head><body><thisISasillyTESTelementNameToMakeSureCrazyTagNamesArePARSEDcorrectLY>
392  #errors  #errors
393  Unexpected end of file.  Line: 1 Col: 110 Expected closing tag. Unexpected end of file.
394  #document  #document
395  | <!DOCTYPE HTML>  | <!DOCTYPE html>
396  | <html>  | <html>
397  |   <head>  |   <head>
398  |   <body>  |   <body>
399  |     <thisisasillytestelementnametomakesurecrazytagnamesareparsedcorrectly>  |     <thisisasillytestelementnametomakesurecrazytagnamesareparsedcorrectly>
400    
401  #data  #data
402  <!DOCTYPE HTML>X</body>X  <!DOCTYPE html>X</body>X
403  #errors  #errors
404  Unexpected non-space characters in the after body phase.  Line: 1 Col: 24 Unexpected non-space characters in the after body phase.
405  #document  #document
406  | <!DOCTYPE HTML>  | <!DOCTYPE html>
407  | <html>  | <html>
408  |   <head>  |   <head>
409  |   <body>  |   <body>
410  |     "XX"  |     "XX"
411    
412  #data  #data
413  <!DOCTYPE HTML><!-- X  <!DOCTYPE html><!-- X
414  #errors  #errors
415  Unexpected end of file in comment.  Line: 1 Col: 21 Unexpected end of file in comment.
416  #document  #document
417  | <!DOCTYPE HTML>  | <!DOCTYPE html>
418  | <!--  X -->  | <!--  X -->
419  | <html>  | <html>
420  |   <head>  |   <head>
421  |   <body>  |   <body>
422    
423  #data  #data
424  <!DOCTYPE HTML><table><caption>test TEST</caption><td>test  <!DOCTYPE html><table><caption>test TEST</caption><td>test
425  #errors  #errors
426  Unexpected <td> in table body phase.  Line: 1 Col: 54 Unexpected table cell start tag (td) in the table body phase.
427  Unexpected end of file.  Line: 1 Col: 58 Expected closing tag. Unexpected end of file.
428  #document  #document
429  | <!DOCTYPE HTML>  | <!DOCTYPE html>
430  | <html>  | <html>
431  |   <head>  |   <head>
432  |   <body>  |   <body>
# Line 441  Unexpected end of file. Line 439  Unexpected end of file.
439  |             "test"  |             "test"
440    
441  #data  #data
442  <!DOCTYPE HTML><select><option><optgroup>  <!DOCTYPE html><select><option><optgroup>
443  #errors  #errors
444  Unexpected end of file. Missing closing tags.  Line: 1 Col: 41 Expected closing tag. Unexpected end of file.
445  #document  #document
446  | <!DOCTYPE HTML>  | <!DOCTYPE html>
447  | <html>  | <html>
448  |   <head>  |   <head>
449  |   <body>  |   <body>
# Line 454  Unexpected end of file. Missing closing Line 452  Unexpected end of file. Missing closing
452  |       <optgroup>  |       <optgroup>
453    
454  #data  #data
455  <!DOCTYPE HTML><select><optgroup><option></optgroup><option><select><option>  <!DOCTYPE html><select><optgroup><option></optgroup><option><select><option>
456  #errors  #errors
457  Unexpected start tag <select> in <select>.  Line: 1 Col: 68 Unexpected select start tag in the select phase implies select start tag.
458  Unexpected start tag <option>.  Line: 1 Col: 76 Unexpected start tag option. Ignored.
459  #document  #document
460  | <!DOCTYPE HTML>  | <!DOCTYPE html>
461  | <html>  | <html>
462  |   <head>  |   <head>
463  |   <body>  |   <body>
# Line 469  Unexpected start tag <option>. Line 467  Unexpected start tag <option>.
467  |       <option>  |       <option>
468    
469  #data  #data
470  <!DOCTYPE HTML><select><optgroup><option><optgroup>  <!DOCTYPE html><select><optgroup><option><optgroup>
471  #errors  #errors
472  Unexpected end of file. Missing closing tags.  Line: 1 Col: 51 Expected closing tag. Unexpected end of file.
473  #document  #document
474  | <!DOCTYPE HTML>  | <!DOCTYPE html>
475  | <html>  | <html>
476  |   <head>  |   <head>
477  |   <body>  |   <body>
# Line 483  Unexpected end of file. Missing closing Line 481  Unexpected end of file. Missing closing
481  |       <optgroup>  |       <optgroup>
482    
483  #data  #data
484  <!DOCTYPE HTML><font><input><input></font>  <!DOCTYPE html><font><input><input></font>
485  #errors  #errors
486  #document  #document
487  | <!DOCTYPE HTML>  | <!DOCTYPE html>
488  | <html>  | <html>
489  |   <head>  |   <head>
490  |   <body>  |   <body>
# Line 495  Unexpected end of file. Missing closing Line 493  Unexpected end of file. Missing closing
493  |       <input>  |       <input>
494    
495  #data  #data
496  <!DOCTYPE HTML><!-- XXX - XXX -->  <!DOCTYPE html><!-- XXX - XXX -->
497  #errors  #errors
498  #document  #document
499  | <!DOCTYPE HTML>  | <!DOCTYPE html>
500  | <!--  XXX - XXX  -->  | <!--  XXX - XXX  -->
501  | <html>  | <html>
502  |   <head>  |   <head>
503  |   <body>  |   <body>
504    
505  #data  #data
506  <!DOCTYPE HTML><!-- XXX - XXX  <!DOCTYPE html><!-- XXX - XXX
507  #errors  #errors
508  Unexpected EOF in comment.  Line: 1 Col: 29 Unexpected end of file in comment (-)
509  #document  #document
510  | <!DOCTYPE HTML>  | <!DOCTYPE html>
511  | <!--  XXX - XXX -->  | <!--  XXX - XXX -->
512  | <html>  | <html>
513  |   <head>  |   <head>
514  |   <body>  |   <body>
515    
516  #data  #data
517  <!DOCTYPE HTML><!-- XXX - XXX - XXX -->  <!DOCTYPE html><!-- XXX - XXX - XXX -->
518  #errors  #errors
519  #document  #document
520  | <!DOCTYPE HTML>  | <!DOCTYPE html>
521  | <!--  XXX - XXX - XXX  -->  | <!--  XXX - XXX - XXX  -->
522  | <html>  | <html>
523  |   <head>  |   <head>
# Line 528  Unexpected EOF in comment. Line 526  Unexpected EOF in comment.
526  #data  #data
527  <isindex test=x name=x>  <isindex test=x name=x>
528  #errors  #errors
529  No doctype  Line: 1 Col: 23 Unexpected start tag (isindex). Expected DOCTYPE.
530  <isindex> is not ok!  Line: 1 Col: 23 Unexpected start tag isindex. Don't use it!
531  #document  #document
532  | <html>  | <html>
533  |   <head>  |   <head>
# Line 548  No doctype Line 546  No doctype
546  test  test
547  test  test
548  #errors  #errors
549  No doctype  Line: 2 Col: 4 Unexpected non-space characters. Expected DOCTYPE.
550  #document  #document
551  | <html>  | <html>
552  |   <head>  |   <head>
# Line 560  test" Line 558  test"
558  <p><b><i><u></p>  <p><b><i><u></p>
559  <p>X  <p>X
560  #errors  #errors
561  No doctype  Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
562  Unexpected end tag p.  Line: 1 Col: 16 Unexpected end tag (p). Ignored.
563  Unexpected EOF.  Line: 2 Col: 4 Expected closing tag. Unexpected end of file.
564  #document  #document
565  | <html>  | <html>
566  |   <head>  |   <head>
# Line 580  Unexpected EOF. Line 578  Unexpected EOF.
578  |             "X"  |             "X"
579    
580  #data  #data
581  <!DOCTYPE HTML><body><title>test</body></title>  <!DOCTYPE html><body><title>test</body></title>
582  #errors  #errors
 Unexpected start tag that belongs in the head.  
583  #document  #document
584  | <!DOCTYPE HTML>  | <!DOCTYPE html>
585  | <html>  | <html>
586  |   <head>  |   <head>
587    |   <body>
588  |     <title>  |     <title>
589  |       "test</body>"  |       "test</body>"
 |   <body>  
590    
591  #data  #data
592  <!DOCTYPE HTML><body><title>X</title><meta name=z><link rel=foo><style>  <!DOCTYPE html><body><title>X</title><meta name=z><link rel=foo><style>
593  x { content:"</style" } </style>  x { content:"</style" } </style>
594  #errors  #errors
 Unexpected start tag that belongs in head. <title>  
595  #document  #document
596  | <!DOCTYPE HTML>  | <!DOCTYPE html>
597  | <html>  | <html>
598  |   <head>  |   <head>
599    |   <body>
600  |     <title>  |     <title>
601  |       "X"  |       "X"
 |   <body>  
602  |     <meta>  |     <meta>
603  |       name="z"  |       name="z"
604  |     <link>  |     <link>
# Line 612  Unexpected start tag that belongs in hea Line 608  Unexpected start tag that belongs in hea
608  x { content:"</style" } "  x { content:"</style" } "
609    
610  #data  #data
611  <!DOCTYPE HTML><select><optgroup></optgroup></select>  <!DOCTYPE html><select><optgroup></optgroup></select>
612  #errors  #errors
613  #document  #document
614  | <!DOCTYPE HTML>  | <!DOCTYPE html>
615  | <html>  | <html>
616  |   <head>  |   <head>
617  |   <body>  |   <body>
# Line 626  x { content:"</style" } " Line 622  x { content:"</style" } "
622    
623    
624  #errors  #errors
625  No doctype.  Line: 2 Col: 1 Unexpected End of file. Expected DOCTYPE.
626  #document  #document
627  | <html>  | <html>
628  |   <head>  |   <head>
629  |   <body>  |   <body>
630    
631  #data  #data
632  <!DOCTYPE HTML>  <html>  <!DOCTYPE html>  <html>
633  #errors  #errors
634  #document  #document
635  | <!DOCTYPE HTML>  | <!DOCTYPE html>
636  | <html>  | <html>
637  |   <head>  |   <head>
638  |   <body>  |   <body>
639    
640  #data  #data
641  <!DOCTYPE HTML><script>  <!DOCTYPE html><script>
642  </script>  <title>x</title>  </head>  </script>  <title>x</title>  </head>
643  #errors  #errors
644  #document  #document
645  | <!DOCTYPE HTML>  | <!DOCTYPE html>
646  | <html>  | <html>
647  |   <head>  |   <head>
648  |     <script>  |     <script>
# Line 659  No doctype. Line 655  No doctype.
655  |   <body>  |   <body>
656    
657  #data  #data
658  <!DOCTYPE HTML><html><body><html id=x>  <!DOCTYPE html><html><body><html id=x>
659  #errors  #errors
660  duplicate html start tag  Line: 1 Col: 38 html needs to be the first start tag.
661  #document  #document
662  | <!DOCTYPE HTML>  | <!DOCTYPE html>
663  | <html>  | <html>
664  |   id="x"  |   id="x"
665  |   <head>  |   <head>
666  |   <body>  |   <body>
667    
668  #data  #data
669  <!DOCTYPE HTML>X</body><html id="x">  <!DOCTYPE html>X</body><html id="x">
670  #errors  #errors
671  Unexpected html start tag in the after body phase.  Line: 1 Col: 36 Unexpected start tag token (html) in the after body phase.
672  html needs to be the first start tag.  Line: 1 Col: 36 html needs to be the first start tag.
673  #document  #document
674  | <!DOCTYPE HTML>  | <!DOCTYPE html>
675  | <html>  | <html>
676  |   id="x"  |   id="x"
677  |   <head>  |   <head>
# Line 683  html needs to be the first start tag. Line 679  html needs to be the first start tag.
679  |     "X"  |     "X"
680    
681  #data  #data
682  <!DOCTYPE HTML><head><html id=x>  <!DOCTYPE html><head><html id=x>
683  #errors  #errors
684  html start tag too late  Line: 1 Col: 32 html needs to be the first start tag.
685  #document  #document
686  | <!DOCTYPE HTML>  | <!DOCTYPE html>
687  | <html>  | <html>
688  |   id="x"  |   id="x"
689  |   <head>  |   <head>
690  |   <body>  |   <body>
691    
692  #data  #data
693  <!DOCTYPE HTML>X</html>X  <!DOCTYPE html>X</html>X
694  #errors  #errors
695  Unexpected non-space characters. Expected end of file.  Line: 1 Col: 24 Unexpected non-space characters. Expected end of file.
696  Unexpected non-space characters in after body phase. Expected end of file.  Line: 1 Col: 24 Unexpected non-space characters in the after body phase.
697  #document  #document
698  | <!DOCTYPE HTML>  | <!DOCTYPE html>
699  | <html>  | <html>
700  |   <head>  |   <head>
701  |   <body>  |   <body>
702  |     "XX"  |     "XX"
703    
704  #data  #data
705  <!DOCTYPE HTML>X</html>  <!DOCTYPE html>X</html>
706  #errors  #errors
707  #document  #document
708  | <!DOCTYPE HTML>  | <!DOCTYPE html>
709  | <html>  | <html>
710  |   <head>  |   <head>
711  |   <body>  |   <body>
712  |     "X "  |     "X "
713    
714  #data  #data
715  <!DOCTYPE HTML>X</html><p>X  <!DOCTYPE html>X</html><p>X
716  #errors  #errors
717  Unexpected start tag <p> in trailing end phase.  Line: 1 Col: 26 Unexpected start tag (p). Expected end of file.
718  Unexpected start tag <p> in after body phase.  Line: 1 Col: 26 Unexpected start tag token (p) in the after body phase.
719  #document  #document
720  | <!DOCTYPE HTML>  | <!DOCTYPE html>
721  | <html>  | <html>
722  |   <head>  |   <head>
723  |   <body>  |   <body>
# Line 730  Unexpected start tag <p> in after body p Line 726  Unexpected start tag <p> in after body p
726  |       "X"  |       "X"
727    
728  #data  #data
729  <!DOCTYPE HTML>X<p/x/y/z>  <!DOCTYPE html>X<p/x/y/z>
730  #errors  #errors
731  Solidus (/) incorrectly placed.  Line: 1 Col: 19 Solidus (/) incorrectly placed in tag.
732  Solidus (/) incorrectly placed.  Line: 1 Col: 21 Solidus (/) incorrectly placed in tag.
733  Solidus (/) incorrectly placed.  Line: 1 Col: 23 Solidus (/) incorrectly placed in tag.
734  #document  #document
735  | <!DOCTYPE HTML>  | <!DOCTYPE html>
736  | <html>  | <html>
737  |   <head>  |   <head>
738  |   <body>  |   <body>
# Line 747  Solidus (/) incorrectly placed. Line 743  Solidus (/) incorrectly placed.
743  |       z=""  |       z=""
744    
745  #data  #data
746  <!DOCTYPE HTML><!--x--  <!DOCTYPE html><!--x--
747  #errors  #errors
748  Unexpected end of file in comment.  Line: 1 Col: 22 Unexpected end of file in comment (--).
749  #document  #document
750  | <!DOCTYPE HTML>  | <!DOCTYPE html>
751  | <!-- x -->  | <!-- x -->
752  | <html>  | <html>
753  |   <head>  |   <head>
754  |   <body>  |   <body>
755    
756  #data  #data
757  <!DOCTYPE HTML><table><tr><td></p></table>  <!DOCTYPE html><table><tr><td></p></table>
758  #errors  #errors
759  Unexpected </p> end tag.  Line: 1 Col: 34 Unexpected end tag (p). Ignored.
760  #document  #document
761  | <!DOCTYPE HTML>  | <!DOCTYPE html>
762  | <html>  | <html>
763  |   <head>  |   <head>
764  |   <body>  |   <body>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24