/[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.2 by wakaba, Sat Jun 23 02:26:52 2007 UTC revision 1.8 by wakaba, Sat Oct 4 17:16:02 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  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>
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    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>
94  |   <head>  |   <head>
95  |   <body>  |   <body>
# 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>
109  |   <head>  |   <head>
110  |   <body>  |   <body>
# 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: 22 Expected closing tag. Unexpected end of file.
 Unexpected end of file.  
133  #document  #document
134  | <html>  | <html>
135  |   <head>  |   <head>
# Line 141  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 151  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 166  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>
178  |     t4="4"  |     t1="1"
179  |     t2="2"  |     t2="2"
180  |     t3="3"  |     t3="3"
181  |     t1="1"  |     t4="4"
182    
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  Unexpected < in attribute  Line: 1 Col: 32 Named entity didn't end with ';'.
199  End tag contains attributes.  Line: 1 Col: 33 End tag contains unexpected attributes.
200  Unexpected end tag.  Line: 1 Col: 33 Unexpected end tag (b) after the (implied) root element.
 Named entity didn't end with ;  
201  #document  #document
202  | <!DOCTYPE HTML>  | <!DOCTYPE html>
203  | <html>  | <html>
204  |   <head>  |   <head>
205  |   <body>  |   <body>
# Line 209  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 223  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.
 Unfinished entity.  
226  #document  #document
227  | <html>  | <html>
228  |   <head>  |   <head>
# Line 234  Unfinished entity. Line 232  Unfinished entity.
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 349  Unexpected end EOF. Missing closing tags Line 347  Unexpected end EOF. Missing closing tags
347  |       <b>  |       <b>
348  |         <i>  |         <i>
349  |           <u>  |           <u>
350  |     " "  |     <b>
351  |     <p>  |       <i>
352  |       <b>  |         <u>
353  |         <i>  |           " "
354  |           <u>  |           <p>
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>.  68: “select” start tag where end tag expected.
458  Unexpected start tag <option>.  76: End of file seen and there were open elements.
459  #document  #document
460  | <!DOCTYPE HTML>  | <!DOCTYPE html>
461  | <html>  | <html>
462  |   <head>  |   <head>
463  |   <body>  |   <body>
# Line 467  Unexpected start tag <option>. Line 465  Unexpected start tag <option>.
465  |       <optgroup>  |       <optgroup>
466  |         <option>  |         <option>
467  |       <option>  |       <option>
468    |     <option>
469    
470  #data  #data
471  <!DOCTYPE HTML><select><optgroup><option><optgroup>  <!DOCTYPE html><select><optgroup><option><optgroup>
472  #errors  #errors
473  Unexpected end of file. Missing closing tags.  Line: 1 Col: 51 Expected closing tag. Unexpected end of file.
474  #document  #document
475  | <!DOCTYPE HTML>  | <!DOCTYPE html>
476  | <html>  | <html>
477  |   <head>  |   <head>
478  |   <body>  |   <body>
# Line 483  Unexpected end of file. Missing closing Line 482  Unexpected end of file. Missing closing
482  |       <optgroup>  |       <optgroup>
483    
484  #data  #data
485  <!DOCTYPE HTML><font><input><input></font>  <!DOCTYPE html><font><input><input></font>
486  #errors  #errors
487  #document  #document
488  | <!DOCTYPE HTML>  | <!DOCTYPE html>
489  | <html>  | <html>
490  |   <head>  |   <head>
491  |   <body>  |   <body>
# Line 495  Unexpected end of file. Missing closing Line 494  Unexpected end of file. Missing closing
494  |       <input>  |       <input>
495    
496  #data  #data
497  <!DOCTYPE HTML><!-- XXX - XXX -->  <!DOCTYPE html><!-- XXX - XXX -->
498  #errors  #errors
499  #document  #document
500  | <!DOCTYPE HTML>  | <!DOCTYPE html>
501  | <!--  XXX - XXX  -->  | <!--  XXX - XXX  -->
502  | <html>  | <html>
503  |   <head>  |   <head>
504  |   <body>  |   <body>
505    
506  #data  #data
507  <!DOCTYPE HTML><!-- XXX - XXX  <!DOCTYPE html><!-- XXX - XXX
508  #errors  #errors
509  Unexpected EOF in comment.  Line: 1 Col: 29 Unexpected end of file in comment (-)
510  #document  #document
511  | <!DOCTYPE HTML>  | <!DOCTYPE html>
512  | <!--  XXX - XXX -->  | <!--  XXX - XXX -->
513  | <html>  | <html>
514  |   <head>  |   <head>
515  |   <body>  |   <body>
516    
517  #data  #data
518  <!DOCTYPE HTML><!-- XXX - XXX - XXX -->  <!DOCTYPE html><!-- XXX - XXX - XXX -->
519  #errors  #errors
520  #document  #document
521  | <!DOCTYPE HTML>  | <!DOCTYPE html>
522  | <!--  XXX - XXX - XXX  -->  | <!--  XXX - XXX - XXX  -->
523  | <html>  | <html>
524  |   <head>  |   <head>
# Line 528  Unexpected EOF in comment. Line 527  Unexpected EOF in comment.
527  #data  #data
528  <isindex test=x name=x>  <isindex test=x name=x>
529  #errors  #errors
530  No doctype  Line: 1 Col: 23 Unexpected start tag (isindex). Expected DOCTYPE.
531  <isindex> is not ok!  Line: 1 Col: 23 Unexpected start tag isindex. Don't use it!
532  #document  #document
533  | <html>  | <html>
534  |   <head>  |   <head>
# Line 538  No doctype Line 537  No doctype
537  |       <hr>  |       <hr>
538  |       <p>  |       <p>
539  |         <label>  |         <label>
540  |           "This is a searchable index. Insert your search keywords here:"  |           "This is a searchable index. Insert your search keywords here: "
541  |           <input>  |           <input>
 |             test="x"  
542  |             name="isindex"  |             name="isindex"
543    |             test="x"
544  |       <hr>  |       <hr>
545    
546  #data  #data
547  test  test
548  test  test
549  #errors  #errors
550  No doctype  Line: 2 Col: 4 Unexpected non-space characters. Expected DOCTYPE.
551  #document  #document
552  | <html>  | <html>
553  |   <head>  |   <head>
# Line 560  test" Line 559  test"
559  <p><b><i><u></p>  <p><b><i><u></p>
560  <p>X  <p>X
561  #errors  #errors
562  No doctype  Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
563  Unexpected end tag p.  Line: 1 Col: 16 Unexpected end tag (p). Ignored.
564  Unexpected EOF.  Line: 2 Col: 4 Expected closing tag. Unexpected end of file.
565  #document  #document
566  | <html>  | <html>
567  |   <head>  |   <head>
# Line 571  Unexpected EOF. Line 570  Unexpected EOF.
570  |       <b>  |       <b>
571  |         <i>  |         <i>
572  |           <u>  |           <u>
573  |     "  |     <b>
574    |       <i>
575    |         <u>
576    |           "
577  "  "
578  |     <p>  |           <p>
 |       <b>  
 |         <i>  
 |           <u>  
579  |             "X"  |             "X"
580    
581  #data  #data
582  <!DOCTYPE HTML><body><title>test</body></title>  <!DOCTYPE html><body><title>test</body></title>
583  #errors  #errors
 Unexpected start tag that belongs in the head.  
 Expected closing tag after </.  
584  #document  #document
585  | <!DOCTYPE HTML>  | <!DOCTYPE html>
586  | <html>  | <html>
587  |   <head>  |   <head>
588    |   <body>
589  |     <title>  |     <title>
590  |       "test</body>"  |       "test</body>"
 |   <body>  
591    
592  #data  #data
593  <!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>
594  x { content:"</style" } </style>  x { content:"</style" } </style>
595  #errors  #errors
 Unexpected start tag that belongs in head.  
 Unexpected start tag that belongs in head.  
 Unexpected start tag that belongs in head.  
 Expected closing tag after </.  
596  #document  #document
597  | <!DOCTYPE HTML>  | <!DOCTYPE html>
598  | <html>  | <html>
599  |   <head>  |   <head>
600    |   <body>
601  |     <title>  |     <title>
602  |       "X"  |       "X"
 |   <body>  
603  |     <meta>  |     <meta>
604  |       name="z"  |       name="z"
605  |     <link>  |     <link>
# Line 616  Expected closing tag after </. Line 609  Expected closing tag after </.
609  x { content:"</style" } "  x { content:"</style" } "
610    
611  #data  #data
612  <!DOCTYPE HTML><select><optgroup></optgroup></select>  <!DOCTYPE html><select><optgroup></optgroup></select>
613  #errors  #errors
614  #document  #document
615  | <!DOCTYPE HTML>  | <!DOCTYPE html>
616  | <html>  | <html>
617  |   <head>  |   <head>
618  |   <body>  |   <body>
# Line 630  x { content:"</style" } " Line 623  x { content:"</style" } "
623    
624    
625  #errors  #errors
626  No doctype.  Line: 2 Col: 1 Unexpected End of file. Expected DOCTYPE.
627  #document  #document
 | "  
  "  
628  | <html>  | <html>
629  |   <head>  |   <head>
630  |   <body>  |   <body>
631    
632  #data  #data
633  <!DOCTYPE HTML>  <html>  <!DOCTYPE html>  <html>
634  #errors  #errors
635  #document  #document
636  | <!DOCTYPE HTML>  | <!DOCTYPE html>
 | "  "  
637  | <html>  | <html>
638  |   <head>  |   <head>
639  |   <body>  |   <body>
640    
641  #data  #data
642  <!DOCTYPE HTML><script>  <!DOCTYPE html><script>
643  </script>  <title>x</title>  </head>  </script>  <title>x</title>  </head>
644  #errors  #errors
645  #document  #document
646  | <!DOCTYPE HTML>  | <!DOCTYPE html>
647  | <html>  | <html>
648  |   <head>  |   <head>
649  |     <script>  |     <script>
# Line 666  No doctype. Line 656  No doctype.
656  |   <body>  |   <body>
657    
658  #data  #data
659  <!DOCTYPE HTML><html><body><html id=x>  <!DOCTYPE html><html><body><html id=x>
660  #errors  #errors
661  duplicate html start tag  Line: 1 Col: 38 html needs to be the first start tag.
662  #document  #document
663  | <!DOCTYPE HTML>  | <!DOCTYPE html>
664  | <html>  | <html>
665  |   id="x"  |   id="x"
666  |   <head>  |   <head>
667  |   <body>  |   <body>
668    
669  #data  #data
670  <!DOCTYPE HTML>X</body><html id="x">  <!DOCTYPE html>X</body><html id="x">
671  #errors  #errors
672  Unexpected html start tag in the after body phase.  Line: 1 Col: 36 Unexpected start tag token (html) in the after body phase.
673  html needs to be the first start tag.  Line: 1 Col: 36 html needs to be the first start tag.
674  #document  #document
675  | <!DOCTYPE HTML>  | <!DOCTYPE html>
676  | <html>  | <html>
677  |   id="x"  |   id="x"
678  |   <head>  |   <head>
# Line 690  html needs to be the first start tag. Line 680  html needs to be the first start tag.
680  |     "X"  |     "X"
681    
682  #data  #data
683  <!DOCTYPE HTML><head><html id=x>  <!DOCTYPE html><head><html id=x>
684  #errors  #errors
685  html start tag too late  Line: 1 Col: 32 html needs to be the first start tag.
686  #document  #document
687  | <!DOCTYPE HTML>  | <!DOCTYPE html>
688  | <html>  | <html>
689  |   id="x"  |   id="x"
690  |   <head>  |   <head>
691  |   <body>  |   <body>
692    
693  #data  #data
694  <!DOCTYPE HTML>X</html>X  <!DOCTYPE html>X</html>X
695  #errors  #errors
696  Unexpected non-space characters. Expected end of file.  Line: 1 Col: 24 Unexpected non-space characters in the after body phase.
 Unexpected non-space characters in after body phase. Expected end of file.  
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 ().
 Unexpected start tag <p> in after body phase.  
718  #document  #document
719  | <!DOCTYPE HTML>  | <!DOCTYPE html>
720  | <html>  | <html>
721  |   <head>  |   <head>
722  |   <body>  |   <body>
# Line 737  Unexpected start tag <p> in after body p Line 725  Unexpected start tag <p> in after body p
725  |       "X"  |       "X"
726    
727  #data  #data
728  <!DOCTYPE HTML>X<p/x/y/z>  <!DOCTYPE html>X<p/x/y/z>
729  #errors  #errors
730  Solidus (/) incorrectly placed.  Line: 1 Col: 19 Expected a > after the /.
731  Solidus (/) incorrectly placed.  Line: 1 Col: 21 Solidus (/) incorrectly placed in tag.
732  Solidus (/) incorrectly placed.  Line: 1 Col: 23 Solidus (/) incorrectly placed in tag.
733  #document  #document
734  | <!DOCTYPE HTML>  | <!DOCTYPE html>
735  | <html>  | <html>
736  |   <head>  |   <head>
737  |   <body>  |   <body>
738  |     "X"  |     "X"
739  |     <p>  |     <p>
 |       y=""  
740  |       x=""  |       x=""
741    |       y=""
742  |       z=""  |       z=""
743    
744  #data  #data
745  <!DOCTYPE HTML><!--x--  <!DOCTYPE html><!--x--
746  #errors  #errors
747  Unexpected end of file in comment.  Line: 1 Col: 22 Unexpected end of file in comment (--).
748  #document  #document
749  | <!DOCTYPE HTML>  | <!DOCTYPE html>
750  | <!-- x -->  | <!-- x -->
751  | <html>  | <html>
752  |   <head>  |   <head>
753  |   <body>  |   <body>
754    
755  #data  #data
756  <!DOCTYPE HTML><table><tr><td></p></table>  <!DOCTYPE html><table><tr><td></p></table>
757  #errors  #errors
758  Unexpected </p> end tag.  Line: 1 Col: 34 Unexpected end tag (p). Ignored.
759  #document  #document
760  | <!DOCTYPE HTML>  | <!DOCTYPE html>
761  | <html>  | <html>
762  |   <head>  |   <head>
763  |   <body>  |   <body>
# Line 777  Unexpected </p> end tag. Line 765  Unexpected </p> end tag.
765  |       <tbody>  |       <tbody>
766  |         <tr>  |         <tr>
767  |           <td>  |           <td>
768    |             <p>
769    
770    #data
771    <!DOCTYPE <!DOCTYPE HTML>><!--<!--x-->-->
772    #errors
773    Line: 1 Col: 20 Expected space or '>'. Got ''
774    Line: 1 Col: 25 Erroneous DOCTYPE.
775    Line: 1 Col: 35 Unexpected character in comment found.
776    #document
777    | <!DOCTYPE <!DOCTYPE>
778    | <html>
779    |   <head>
780    |   <body>
781    |     ">"
782    |     <!-- <!--x -->
783    |     "-->"

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.8

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24