/[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.1 by wakaba, Sat Jun 23 02:09:06 2007 UTC revision 1.5 by wakaba, Sun Nov 11 05:06:29 2007 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>
# 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  17: unescaped '</' in CDATA or RCDATA block.  Line: 1 Col: 24 Expected closing tag. Unexpected end of file.
 25: unexpected end of file while parsing CDATA section for element textarea.  
16  #document  #document
17  | <html>  | <html>
18  |   <head>  |   <head>
# Line 24  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 39  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 54  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 63  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>
# Line 74  Unexpected end of file Line 73  Unexpected end of file
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>
# Line 85  Expected end tag </frameset> Line 84  Expected end tag </frameset>
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    Line: 1 Col: 38 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm.
90    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>
# Line 99  Expected end tag </frameset> Line 100  Expected end tag </frameset>
100  |           "test"  |           "test"
101    
102  #data  #data
103  <!DOCTYPE htmL><dt><div><dd>  <!DOCTYPE HTML><dt><div><dd>
104  #errors  #errors
105    Line: 1 Col: 28 Missing end tag (div, dt).
106  #document  #document
107  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
108  | <html>  | <html>
# Line 113  Expected end tag </frameset> Line 115  Expected end tag </frameset>
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  </ in script  Line: 1 Col: 11 Unexpected end of file. Expected end tag (script).
 Unexpected end of file. Expected </script> end tag.  
120  #document  #document
121  | <html>  | <html>
122  |   <head>  |   <head>
# Line 126  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: 21 Unexpected non-space characters in table context caused voodoo mode.
133  Unexpected end of file.  Line: 1 Col: 22 Unexpected non-space characters in table context caused voodoo mode.
134    Line: 1 Col: 22 Expected closing tag. Unexpected end of file.
135  #document  #document
136  | <html>  | <html>
137  |   <head>  |   <head>
# Line 141  Unexpected end of file. Line 143  Unexpected end of file.
143  #data  #data
144  <plaintext></plaintext>  <plaintext></plaintext>
145  #errors  #errors
146  No DOCTYPE seen.  Line: 1 Col: 11 Unexpected start tag (plaintext). Expected DOCTYPE.
147  Unexpected end of file.  Line: 1 Col: 23 Expected closing tag. Unexpected end of file.
148  #document  #document
149  | <html>  | <html>
150  |   <head>  |   <head>
# Line 151  Unexpected end of file. Line 153  Unexpected end of file.
153  |       "</plaintext>"  |       "</plaintext>"
154    
155  #data  #data
156  <!doctype html><table><tr>TEST  <!DOCTYPE HTML><table><tr>TEST
157  #errors  #errors
158  TEST can't occur in <tr>  Line: 1 Col: 30 Unexpected non-space characters in table context caused voodoo mode.
159  Unexpected end of file.  Line: 1 Col: 30 Expected closing tag. Unexpected end of file.
160  #document  #document
161  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
162  | <html>  | <html>
# Line 166  Unexpected end of file. Line 168  Unexpected end of file.
168  |         <tr>  |         <tr>
169    
170  #data  #data
171  <!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>
172  #errors  #errors
173  Unexpected start tag "body"  Line: 1 Col: 37 Unexpected start tag (body).
174  Unexpected start tag "body"  Line: 1 Col: 53 Unexpected start tag (body).
175  #document  #document
176  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
177  | <html>  | <html>
178  |   <head>  |   <head>
179  |   <body>  |   <body>
180  |     t4="4"  |     t1="1"
181  |     t2="2"  |     t2="2"
182  |     t3="3"  |     t3="3"
183  |     t1="1"  |     t4="4"
184    
185  #data  #data
186  </b test  </b test
187  #errors  #errors
188  Unexpected EOF in attribute  Line: 1 Col: 8 Unexpected end of file in attribute name.
189  Unexpected attribute in end tag.  Line: 1 Col: 8 End tag contains unexpected attributes.
190  No doctype.  Line: 1 Col: 8 Unexpected end tag (b). Expected DOCTYPE.
191  Unexpected end tag.  Line: 1 Col: 8 Unexpected end tag (b) after the (implied) root element.
192  #document  #document
193  | <html>  | <html>
194  |   <head>  |   <head>
195  |   <body>  |   <body>
196    
197  #data  #data
198  <!doctype HtML></b test<b &=&amp>X  <!DOCTYPE HTML></b test<b &=&amp>X
199  #errors  #errors
200  Unexpected < in attribute  Line: 1 Col: 32 Named entity didn't end with ';'.
201  End tag contains attributes.  Line: 1 Col: 33 End tag contains unexpected attributes.
202  Unexpected end tag.  Line: 1 Col: 33 Unexpected end tag (b) after the (implied) root element.
 Named entity didn't end with ;  
 Unexpected EOF. Missing closing tag.  
203  #document  #document
204  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
205  | <html>  | <html>
206  |   <head>  |   <head>
207  |   <body>  |   <body>
208  |     <b>  |     "X"
 |       &="&"  
 |       "X"  
209    
210  #data  #data
211  <!doctypehtml><scrIPt type=text/x-foobar;baz>X</SCRipt  <!doctypehtml><scrIPt type=text/x-foobar;baz>X</SCRipt
212  #errors  #errors
213  No space after literal DOCTYPE.  Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
214  Unexpected EOF in (end) tag name  Line: 1 Col: 54 Unexpected end of file in the tag name.
215  #document  #document
216  | <!DOCTYPE HTML>  | <!DOCTYPE html>
217  | <html>  | <html>
218  |   <head>  |   <head>
219  |     <script>  |     <script>
# Line 226  Unexpected EOF in (end) tag name Line 224  Unexpected EOF in (end) tag name
224  #data  #data
225  &  &
226  #errors  #errors
227  No doctype.  Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
 Unfinished entity.  
228  #document  #document
229  | <html>  | <html>
230  |   <head>  |   <head>
# Line 237  Unfinished entity. Line 234  Unfinished entity.
234  #data  #data
235  &#  &#
236  #errors  #errors
237  No doctype.  Line: 1 Col: 1 Numeric entity expected. Got end of file instead.
238  Unfinished numeric entity.  Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
239  #document  #document
240  | <html>  | <html>
241  |   <head>  |   <head>
# Line 248  Unfinished numeric entity. Line 245  Unfinished numeric entity.
245  #data  #data
246  &#X  &#X
247  #errors  #errors
248  No doctype.  Line: 1 Col: 3 Numeric entity expected but none found.
249  Unfinished hexadecimal entity.  Line: 1 Col: 3 Unexpected non-space characters. Expected DOCTYPE.
250  #document  #document
251  | <html>  | <html>
252  |   <head>  |   <head>
# Line 259  Unfinished hexadecimal entity. Line 256  Unfinished hexadecimal entity.
256  #data  #data
257  &#x  &#x
258  #errors  #errors
259  No doctype.  Line: 1 Col: 3 Numeric entity expected but none found.
260  Unfinished hexadecimal entity.  Line: 1 Col: 3 Unexpected non-space characters. Expected DOCTYPE.
261  #document  #document
262  | <html>  | <html>
263  |   <head>  |   <head>
# Line 270  Unfinished hexadecimal entity. Line 267  Unfinished hexadecimal entity.
267  #data  #data
268  &#45  &#45
269  #errors  #errors
270  No doctype.  Line: 1 Col: 4 Numeric entity didn't end with ';'.
271  Numeric entity didn't end with ;  Line: 1 Col: 4 Unexpected non-space characters. Expected DOCTYPE.
272  #document  #document
273  | <html>  | <html>
274  |   <head>  |   <head>
# Line 281  Numeric entity didn't end with ; Line 278  Numeric entity didn't end with ;
278  #data  #data
279  &x-test  &x-test
280  #errors  #errors
281  No doctype.  Line: 1 Col: 1 Named entity expected. Got none.
282  Unfinished named entity.  Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
283  #document  #document
284  | <html>  | <html>
285  |   <head>  |   <head>
# Line 292  Unfinished named entity. Line 289  Unfinished named entity.
289  #data  #data
290  <!doctypehtml><p><li>  <!doctypehtml><p><li>
291  #errors  #errors
292  No space after literal DOCTYPE.  Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
293  #document  #document
294  | <!DOCTYPE HTML>  | <!DOCTYPE html>
295  | <html>  | <html>
296  |   <head>  |   <head>
297  |   <body>  |   <body>
# Line 302  No space after literal DOCTYPE. Line 299  No space after literal DOCTYPE.
299  |     <li>  |     <li>
300    
301  #data  #data
302  <!doctypehtml><p><dt>  <!doctypeHTML><p><dt>
303  #errors  #errors
304  No space after literal DOCTYPE.  Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
305  #document  #document
306  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
307  | <html>  | <html>
# Line 314  No space after literal DOCTYPE. Line 311  No space after literal DOCTYPE.
311  |     <dt>  |     <dt>
312    
313  #data  #data
314  <!doctypehtml><p><dd>  <!doctypehtmL><p><dd>
315  #errors  #errors
316  No space after literal DOCTYPE.  Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
317  #document  #document
318  | <!DOCTYPE HTML>  | <!DOCTYPE htmL>
319  | <html>  | <html>
320  |   <head>  |   <head>
321  |   <body>  |   <body>
# Line 328  No space after literal DOCTYPE. Line 325  No space after literal DOCTYPE.
325  #data  #data
326  <!doctypehtml><p><form>  <!doctypehtml><p><form>
327  #errors  #errors
328  No space after literal DOCTYPE.  Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
329  Unexpected EOF.  Line: 1 Col: 23 Expected closing tag. Unexpected end of file.
330  #document  #document
331  | <!DOCTYPE HTML>  | <!DOCTYPE html>
332  | <html>  | <html>
333  |   <head>  |   <head>
334  |   <body>  |   <body>
# Line 339  Unexpected EOF. Line 336  Unexpected EOF.
336  |     <form>  |     <form>
337    
338  #data  #data
339  <!doctype html><p><b><i><u></p> <p>X  <!DOCTYPE HTML><p><b><i><u></p> <p>X
340  #errors  #errors
341  Unexpected end tag </p>.  Line: 1 Col: 31 Unexpected end tag (p). Ignored.
342  Unexpected end EOF. Missing closing tags.  Line: 1 Col: 36 Expected closing tag. Unexpected end of file.
343  #document  #document
344  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
345  | <html>  | <html>
# Line 352  Unexpected end EOF. Missing closing tags Line 349  Unexpected end EOF. Missing closing tags
349  |       <b>  |       <b>
350  |         <i>  |         <i>
351  |           <u>  |           <u>
352  |     " "  |     <b>
353  |     <p>  |       <i>
354  |       <b>  |         <u>
355  |         <i>  |           " "
356  |           <u>  |           <p>
357  |             "X"  |             "X"
358    
359  #data  #data
360  <!doctype html><p></P>X  <!DOCTYPE HTML><p></P>X
361  #errors  #errors
362  #document  #document
363  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
# Line 373  Unexpected end EOF. Missing closing tags Line 370  Unexpected end EOF. Missing closing tags
370  #data  #data
371  &AMP  &AMP
372  #errors  #errors
373  No doctype.  Line: 1 Col: 4 Named entity didn't end with ';'.
374  No closing ; for the entity.  Line: 1 Col: 4 Unexpected non-space characters. Expected DOCTYPE.
375  #document  #document
376  | <html>  | <html>
377  |   <head>  |   <head>
# Line 384  No closing ; for the entity. Line 381  No closing ; for the entity.
381  #data  #data
382  &AMp;  &AMp;
383  #errors  #errors
384  No doctype.  Line: 1 Col: 1 Named entity expected. Got none.
385  Invalid entity.  Line: 1 Col: 1 Unexpected non-space characters. Expected DOCTYPE.
386  #document  #document
387  | <html>  | <html>
388  |   <head>  |   <head>
# Line 393  Invalid entity. Line 390  Invalid entity.
390  |     "&AMp;"  |     "&AMp;"
391    
392  #data  #data
393  <!doctype html><html><head></head><body><thisISasillyTESTelementNameToMakeSureCrazyTagNamesArePARSEDcorrectLY>  <!DOCTYPE HTML><html><head></head><body><thisISasillyTESTelementNameToMakeSureCrazyTagNamesArePARSEDcorrectLY>
394  #errors  #errors
395  Unexpected end of file.  Line: 1 Col: 110 Expected closing tag. Unexpected end of file.
396  #document  #document
397  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
398  | <html>  | <html>
# Line 404  Unexpected end of file. Line 401  Unexpected end of file.
401  |     <thisisasillytestelementnametomakesurecrazytagnamesareparsedcorrectly>  |     <thisisasillytestelementnametomakesurecrazytagnamesareparsedcorrectly>
402    
403  #data  #data
404  <!doctype html>X</body>X  <!DOCTYPE HTML>X</body>X
405  #errors  #errors
406  Unexpected non-space characters in the after body phase.  Line: 1 Col: 24 Unexpected non-space characters in the after body phase.
407  #document  #document
408  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
409  | <html>  | <html>
# Line 415  Unexpected non-space characters in the a Line 412  Unexpected non-space characters in the a
412  |     "XX"  |     "XX"
413    
414  #data  #data
415  <!doctype html><!-- X  <!DOCTYPE HTML><!-- X
416  #errors  #errors
417  Unexpected end of file in comment.  Line: 1 Col: 21 Unexpected end of file in comment.
418  #document  #document
419  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
420  | <!--  X -->  | <!--  X -->
# Line 426  Unexpected end of file in comment. Line 423  Unexpected end of file in comment.
423  |   <body>  |   <body>
424    
425  #data  #data
426  <!doctype html><table><caption>test TEST</caption><td>test  <!DOCTYPE HTML><table><caption>test TEST</caption><td>test
427  #errors  #errors
428  Unexpected <td> in table body phase.  Line: 1 Col: 54 Unexpected table cell start tag (td) in the table body phase.
429  Unexpected end of file.  Line: 1 Col: 58 Expected closing tag. Unexpected end of file.
430  #document  #document
431  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
432  | <html>  | <html>
# Line 444  Unexpected end of file. Line 441  Unexpected end of file.
441  |             "test"  |             "test"
442    
443  #data  #data
444  <!doctype html><select><option><optgroup>  <!DOCTYPE HTML><select><option><optgroup>
445  #errors  #errors
446  Unexpected end of file. Missing closing tags.  Line: 1 Col: 41 Expected closing tag. Unexpected end of file.
447  #document  #document
448  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
449  | <html>  | <html>
# Line 457  Unexpected end of file. Missing closing Line 454  Unexpected end of file. Missing closing
454  |       <optgroup>  |       <optgroup>
455    
456  #data  #data
457  <!doctype html><select><optgroup><option></optgroup><option><select><option>  <!DOCTYPE HTML><select><optgroup><option></optgroup><option><select><option>
458  #errors  #errors
459  Unexpected start tag <select> in <select>.  Line: 1 Col: 68 Unexpected select start tag in the select phase implies select start tag.
460  Unexpected start tag <option>.  Line: 1 Col: 76 Unexpected start tag option. Ignored.
461  #document  #document
462  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
463  | <html>  | <html>
# Line 472  Unexpected start tag <option>. Line 469  Unexpected start tag <option>.
469  |       <option>  |       <option>
470    
471  #data  #data
472  <!doctype html><select><optgroup><option><optgroup>  <!DOCTYPE HTML><select><optgroup><option><optgroup>
473  #errors  #errors
474  Unexpected end of file. Missing closing tags.  Line: 1 Col: 51 Expected closing tag. Unexpected end of file.
475  #document  #document
476  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
477  | <html>  | <html>
# Line 486  Unexpected end of file. Missing closing Line 483  Unexpected end of file. Missing closing
483  |       <optgroup>  |       <optgroup>
484    
485  #data  #data
486  <!doctype html><font><input><input></font>  <!DOCTYPE HTML><font><input><input></font>
487  #errors  #errors
488  #document  #document
489  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
# Line 498  Unexpected end of file. Missing closing Line 495  Unexpected end of file. Missing closing
495  |       <input>  |       <input>
496    
497  #data  #data
498  <!DoctypE html><!-- XXX - XXX -->  <!DOCTYPE HTML><!-- XXX - XXX -->
499  #errors  #errors
500  #document  #document
501  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
# Line 508  Unexpected end of file. Missing closing Line 505  Unexpected end of file. Missing closing
505  |   <body>  |   <body>
506    
507  #data  #data
508  <!DoctypE html><!-- XXX - XXX  <!DOCTYPE HTML><!-- XXX - XXX
509  #errors  #errors
510  Unexpected EOF in comment.  Line: 1 Col: 29 Unexpected end of file in comment (-)
511  #document  #document
512  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
513  | <!--  XXX - XXX -->  | <!--  XXX - XXX -->
# Line 519  Unexpected EOF in comment. Line 516  Unexpected EOF in comment.
516  |   <body>  |   <body>
517    
518  #data  #data
519  <!DoctypE html><!-- XXX - XXX - XXX -->  <!DOCTYPE HTML><!-- XXX - XXX - XXX -->
520  #errors  #errors
521  #document  #document
522  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
# Line 531  Unexpected EOF in comment. Line 528  Unexpected EOF in comment.
528  #data  #data
529  <isindex test=x name=x>  <isindex test=x name=x>
530  #errors  #errors
531  No doctype  Line: 1 Col: 23 Unexpected start tag (isindex). Expected DOCTYPE.
532  <isindex> is not ok!  Line: 1 Col: 23 Unexpected start tag isindex. Don't use it!
533  #document  #document
534  | <html>  | <html>
535  |   <head>  |   <head>
# Line 541  No doctype Line 538  No doctype
538  |       <hr>  |       <hr>
539  |       <p>  |       <p>
540  |         <label>  |         <label>
541  |           "This is a searchable index. Insert your search keywords here:"  |           "This is a searchable index. Insert your search keywords here: "
542  |           <input>  |           <input>
 |             test="x"  
543  |             name="isindex"  |             name="isindex"
544    |             test="x"
545  |       <hr>  |       <hr>
546    
547  #data  #data
548  test  test
549  test  test
550  #errors  #errors
551  No doctype  Line: 2 Col: 4 Unexpected non-space characters. Expected DOCTYPE.
552  #document  #document
553  | <html>  | <html>
554  |   <head>  |   <head>
# Line 563  test" Line 560  test"
560  <p><b><i><u></p>  <p><b><i><u></p>
561  <p>X  <p>X
562  #errors  #errors
563  No doctype  Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
564  Unexpected end tag p.  Line: 1 Col: 16 Unexpected end tag (p). Ignored.
565  Unexpected EOF.  Line: 2 Col: 4 Expected closing tag. Unexpected end of file.
566  #document  #document
567  | <html>  | <html>
568  |   <head>  |   <head>
# Line 574  Unexpected EOF. Line 571  Unexpected EOF.
571  |       <b>  |       <b>
572  |         <i>  |         <i>
573  |           <u>  |           <u>
574  |     "  |     <b>
575    |       <i>
576    |         <u>
577    |           "
578  "  "
579  |     <p>  |           <p>
 |       <b>  
 |         <i>  
 |           <u>  
580  |             "X"  |             "X"
581    
582  #data  #data
583  <!doctype html><body><title>test</body></title>  <!DOCTYPE HTML><body><title>test</body></title>
584  #errors  #errors
585  Unexpected start tag that belongs in the head.  Line: 1 Col: 28 Unexpected start tag (title) that can be in head. Moved.
 Expected closing tag after </.  
586  #document  #document
587  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
588  | <html>  | <html>
# Line 596  Expected closing tag after </. Line 592  Expected closing tag after </.
592  |   <body>  |   <body>
593    
594  #data  #data
595  <!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>
596  x { content:"</style" } </style>  x { content:"</style" } </style>
597  #errors  #errors
598  Unexpected start tag that belongs in head.  Line: 1 Col: 28 Unexpected start tag (title) that can be in head. Moved.
 Unexpected start tag that belongs in head.  
 Unexpected start tag that belongs in head.  
 Expected closing tag after </.  
599  #document  #document
600  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
601  | <html>  | <html>
602  |   <head>  |   <head>
603  |     <title>  |     <title>
604  |       "X"  |       "X"
605    |   <body>
606  |     <meta>  |     <meta>
607  |       name="z"  |       name="z"
608  |     <link>  |     <link>
609  |       rel="foo"  |       rel="foo"
 |   <body>  
610  |     <style>  |     <style>
611  |       "  |       "
612  x { content:"</style" } "  x { content:"</style" } "
613    
614  #data  #data
615  <!doctype html><select><optgroup></optgroup></select>  <!DOCTYPE HTML><select><optgroup></optgroup></select>
616  #errors  #errors
617  #document  #document
618  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
# Line 633  x { content:"</style" } " Line 626  x { content:"</style" } "
626    
627    
628  #errors  #errors
629  No doctype.  Line: 2 Col: 1 Unexpected End of file. Expected DOCTYPE.
630  #document  #document
 | "  
  "  
631  | <html>  | <html>
632  |   <head>  |   <head>
633  |   <body>  |   <body>
634    
635  #data  #data
636  <!doctype html>  <html>  <!DOCTYPE HTML>  <html>
637  #errors  #errors
638  #document  #document
639  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
 | "  "  
640  | <html>  | <html>
641  |   <head>  |   <head>
642  |   <body>  |   <body>
643    
644  #data  #data
645  <!doctype html><script>  <!DOCTYPE HTML><script>
646  </script>  <title>x</title>  </head>  </script>  <title>x</title>  </head>
647  #errors  #errors
648  #document  #document
# Line 669  No doctype. Line 659  No doctype.
659  |   <body>  |   <body>
660    
661  #data  #data
662  <!doctype html><html><body><html id=x>  <!DOCTYPE HTML><html><body><html id=x>
663  #errors  #errors
664  duplicate html start tag  Line: 1 Col: 38 html needs to be the first start tag.
665  #document  #document
666  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
667  | <html>  | <html>
# Line 680  duplicate html start tag Line 670  duplicate html start tag
670  |   <body>  |   <body>
671    
672  #data  #data
673  <!doctype html>X</body><html id="x">  <!DOCTYPE HTML>X</body><html id="x">
674  #errors  #errors
675  Unexpected html start tag in the after body phase.  Line: 1 Col: 36 Unexpected start tag token (html) in the after body phase.
676  html needs to be the first start tag.  Line: 1 Col: 36 html needs to be the first start tag.
677  #document  #document
678  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
679  | <html>  | <html>
# Line 693  html needs to be the first start tag. Line 683  html needs to be the first start tag.
683  |     "X"  |     "X"
684    
685  #data  #data
686  <!doctype html><head><html id=x>  <!DOCTYPE HTML><head><html id=x>
687  #errors  #errors
688  html start tag too late  Line: 1 Col: 32 html needs to be the first start tag.
689  #document  #document
690  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
691  | <html>  | <html>
# Line 704  html start tag too late Line 694  html start tag too late
694  |   <body>  |   <body>
695    
696  #data  #data
697  <!doctype html>X</html>X  <!DOCTYPE HTML>X</html>X
698  #errors  #errors
699  Unexpected non-space characters. Expected end of file.  Line: 1 Col: 24 Unexpected non-space characters. Expected end of file.
700  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.
701  #document  #document
702  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
703  | <html>  | <html>
# Line 716  Unexpected non-space characters in after Line 706  Unexpected non-space characters in after
706  |     "XX"  |     "XX"
707    
708  #data  #data
709  <!doctype html>X</html>  <!DOCTYPE HTML>X</html>
710  #errors  #errors
711  #document  #document
712  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
# Line 726  Unexpected non-space characters in after Line 716  Unexpected non-space characters in after
716  |     "X "  |     "X "
717    
718  #data  #data
719  <!doctype html>X</html><p>X  <!DOCTYPE HTML>X</html><p>X
720  #errors  #errors
721  Unexpected start tag <p> in trailing end phase.  Line: 1 Col: 26 Unexpected start tag (p). Expected end of file.
722  Unexpected start tag <p> in after body phase.  Line: 1 Col: 26 Unexpected start tag token (p) in the after body phase.
723  #document  #document
724  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
725  | <html>  | <html>
# Line 740  Unexpected start tag <p> in after body p Line 730  Unexpected start tag <p> in after body p
730  |       "X"  |       "X"
731    
732  #data  #data
733  <!doctype html>X<p/x/y/z>  <!DOCTYPE HTML>X<p/x/y/z>
734  #errors  #errors
735  Solidus (/) incorrectly placed.  Line: 1 Col: 19 Solidus (/) incorrectly placed in tag.
736  Solidus (/) incorrectly placed.  Line: 1 Col: 21 Solidus (/) incorrectly placed in tag.
737  Solidus (/) incorrectly placed.  Line: 1 Col: 23 Solidus (/) incorrectly placed in tag.
738  #document  #document
739  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
740  | <html>  | <html>
# Line 752  Solidus (/) incorrectly placed. Line 742  Solidus (/) incorrectly placed.
742  |   <body>  |   <body>
743  |     "X"  |     "X"
744  |     <p>  |     <p>
 |       y=""  
745  |       x=""  |       x=""
746    |       y=""
747  |       z=""  |       z=""
748    
749  #data  #data
750  <!doctype html><!--x--  <!DOCTYPE HTML><!--x--
751  #errors  #errors
752  Unexpected end of file in comment.  Line: 1 Col: 22 Unexpected end of file in comment (--).
753  #document  #document
754  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
755  | <!-- x -->  | <!-- x -->
# Line 768  Unexpected end of file in comment. Line 758  Unexpected end of file in comment.
758  |   <body>  |   <body>
759    
760  #data  #data
761  <!doctype html><table><tr><td></p></table>  <!DOCTYPE HTML><table><tr><td></p></table>
762  #errors  #errors
763  Unexpected </p> end tag.  Line: 1 Col: 34 Unexpected end tag (p). Ignored.
764  #document  #document
765  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
766  | <html>  | <html>
# Line 780  Unexpected </p> end tag. Line 770  Unexpected </p> end tag.
770  |       <tbody>  |       <tbody>
771  |         <tr>  |         <tr>
772  |           <td>  |           <td>
773    |             <p>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24