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

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

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

revision 1.6 by wakaba, Wed Oct 17 10:46:28 2007 UTC revision 1.10 by wakaba, Sun Apr 13 06:44:27 2008 UTC
# Line 1  Line 1 
1  #data  #data
2  <!doctype html></head> <head>  <!doctype html></head> <head>
3  #errors  #errors
4  Unexpected start tag head. Ignored.  Line: 1 Col: 29 Unexpected start tag head. Ignored.
5  #document  #document
6  | <!DOCTYPE html>  | <!DOCTYPE html>
7  | <html>  | <html>
# Line 12  Unexpected start tag head. Ignored. Line 12  Unexpected start tag head. Ignored.
12  #data  #data
13  <!doctype html></html> <head>  <!doctype html></html> <head>
14  #errors  #errors
15  Unexpected start tag head.  Line: 1 Col: 29 Unexpected start tag (head). Expected end of file.
16  Unexpected start tag head in after body phase.  Line: 1 Col: 29 Unexpected start tag token (head) in the after body phase.
17  Unexpected start tag head. Ignored.  Line: 1 Col: 29 Unexpected start tag head. Ignored.
18  #document  #document
19  | <!DOCTYPE html>  | <!DOCTYPE html>
20  | <html>  | <html>
# Line 25  Unexpected start tag head. Ignored. Line 25  Unexpected start tag head. Ignored.
25  #data  #data
26  <!doctype html></body><meta>  <!doctype html></body><meta>
27  #errors  #errors
28  Unexpected meta element in after body phase.  Line: 1 Col: 28 Unexpected start tag token (meta) in the after body phase.
29  #document  #document
30  | <!DOCTYPE html>  | <!DOCTYPE html>
31  | <html>  | <html>
# Line 34  Unexpected meta element in after body ph Line 34  Unexpected meta element in after body ph
34  |     <meta>  |     <meta>
35    
36  #data  #data
37  <!doctype HTml><form><div></form><div>  <!doctype html><form><div></form><div>
38  #errors  #errors
39  Form end tag ignored.  Line: 1 Col: 33 End tag (form) seen too early. Ignored.
40  Unexpected end of file.  Line: 1 Col: 38 Expected closing tag. Unexpected end of file.
41  #document  #document
42  | <!DOCTYPE HTml>  | <!DOCTYPE html>
43  | <html>  | <html>
44  |   <head>  |   <head>
45  |   <body>  |   <body>
46  |     <form>  |     <form>
47  |       <div>  |       <div>
48  |         <div>  |     <div>
49    
50  #data  #data
51  <!doctype HTml><title>&amp;</title>  <!doctype html><title>&amp;</title>
52  #errors  #errors
53  #document  #document
54  | <!DOCTYPE HTml>  | <!DOCTYPE html>
55  | <html>  | <html>
56  |   <head>  |   <head>
57  |     <title>  |     <title>
# Line 59  Unexpected end of file. Line 59  Unexpected end of file.
59  |   <body>  |   <body>
60    
61  #data  #data
62  <!doctype HTml><title><!--&amp;--></title>  <!doctype html><title><!--&amp;--></title>
63  #errors  #errors
64  #document  #document
65  | <!DOCTYPE HTml>  | <!DOCTYPE html>
66  | <html>  | <html>
67  |   <head>  |   <head>
68  |     <title>  |     <title>
# Line 72  Unexpected end of file. Line 72  Unexpected end of file.
72  #data  #data
73  <!doctype>  <!doctype>
74  #errors  #errors
75  No space after "doctype"  Line: 1 Col: 9 No space after literal string 'DOCTYPE'.
76  Unexpected ">"  Line: 1 Col: 10 Unexpected > character. Expected DOCTYPE name.
77  Incorrect doctype  Line: 1 Col: 10 Erroneous DOCTYPE.
78  #document  #document
79  | <!DOCTYPE >  | <!DOCTYPE >
80  | <html>  | <html>
# Line 84  Incorrect doctype Line 84  Incorrect doctype
84  #data  #data
85  <!---x  <!---x
86  #errors  #errors
87  End of file in comment  Line: 1 Col: 6 Unexpected end of file in comment.
88  End of file before doctype  Line: 1 Col: 6 Unexpected End of file. Expected DOCTYPE.
89  #document  #document
90  | <!-- -x -->  | <!-- -x -->
91  | <html>  | <html>
# Line 96  End of file before doctype Line 96  End of file before doctype
96  <body>  <body>
97  <div>  <div>
98  #errors  #errors
99  Unexpected start tag (body)  Line: 1 Col: 6 Unexpected start tag (body).
100  Expected closing tag. Unexpected end of file  Line: 2 Col: 5 Expected closing tag. Unexpected end of file.
101  #document-fragment  #document-fragment
102  div  div
103  #document  #document
# Line 109  div Line 109  div
109  <frameset></frameset>  <frameset></frameset>
110  foo  foo
111  #errors  #errors
112  Unexpected start tag (frameset). Expected DOCTYPE.  Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
113  Unexpected non-space characters in the after frameset phase. Ignored.  Line: 2 Col: 3 Unexpected non-space characters in the after frameset phase. Ignored.
114  #document  #document
115  | <html>  | <html>
116  |   <head>  |   <head>
# Line 122  Unexpected non-space characters in the a Line 122  Unexpected non-space characters in the a
122  <frameset></frameset>  <frameset></frameset>
123  <noframes>  <noframes>
124  #errors  #errors
125  Unexpected start tag (frameset). Expected DOCTYPE.  Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
126  Expected closing tag. Unexpected end of file.  Line: 2 Col: 10 Expected closing tag. Unexpected end of file.
127  #document  #document
128  | <html>  | <html>
129  |   <head>  |   <head>
# Line 136  Expected closing tag. Unexpected end of Line 136  Expected closing tag. Unexpected end of
136  <frameset></frameset>  <frameset></frameset>
137  <div>  <div>
138  #errors  #errors
139  Unexpected start tag (frameset). Expected DOCTYPE.  Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
140  Unexpected start tag (div) in the after frameset phase. Ignored.  Line: 2 Col: 5 Unexpected start tag (div) in the after frameset phase. Ignored.
141  #document  #document
142  | <html>  | <html>
143  |   <head>  |   <head>
# Line 149  Unexpected start tag (div) in the after Line 149  Unexpected start tag (div) in the after
149  <frameset></frameset>  <frameset></frameset>
150  </html>  </html>
151  #errors  #errors
152  Unexpected start tag (frameset). Expected DOCTYPE.  Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
153  #document  #document
154  | <html>  | <html>
155  |   <head>  |   <head>
# Line 161  Unexpected start tag (frameset). Expecte Line 161  Unexpected start tag (frameset). Expecte
161  <frameset></frameset>  <frameset></frameset>
162  </div>  </div>
163  #errors  #errors
164  Unexpected start tag (frameset). Expected DOCTYPE.  Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
165  Unexpected end tag (div) in the after frameset phase. Ignored.  Line: 2 Col: 6 Unexpected end tag (div) in the after frameset phase. Ignored.
166  #document  #document
167  | <html>  | <html>
168  |   <head>  |   <head>
# Line 173  Unexpected end tag (div) in the after fr Line 173  Unexpected end tag (div) in the after fr
173  #data  #data
174  <form><form>  <form><form>
175  #errors  #errors
176  Unexpected start tag (form). Expected DOCTYPE.  Line: 1 Col: 6 Unexpected start tag (form). Expected DOCTYPE.
177  Unexpected start tag (form).  Line: 1 Col: 12 Unexpected start tag (form).
178  Expected closing tag. Unexpected end of file.  Line: 1 Col: 12 Expected closing tag. Unexpected end of file.
179  #document  #document
180  | <html>  | <html>
181  |   <head>  |   <head>
# Line 185  Expected closing tag. Unexpected end of Line 185  Expected closing tag. Unexpected end of
185  #data  #data
186  <button><button>  <button><button>
187  #errors  #errors
188  Unexpected start tag (button). Expected DOCTYPE.  Line: 1 Col: 8 Unexpected start tag (button). Expected DOCTYPE.
189  Unexpected start tag (button) implies end tag (button).  Line: 1 Col: 16 Unexpected start tag (button) implies end tag (button).
190  Expected closing tag. Unexpected end of file.  Line: 1 Col: 16 Expected closing tag. Unexpected end of file.
191  #document  #document
192  | <html>  | <html>
193  |   <head>  |   <head>
# Line 198  Expected closing tag. Unexpected end of Line 198  Expected closing tag. Unexpected end of
198  #data  #data
199  <table><tr><td></th>  <table><tr><td></th>
200  #errors  #errors
201  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
202  Unexpected end tag (th). Ignored.  Line: 1 Col: 20 Unexpected end tag (th). Ignored.
203  Expected closing tag. Unexpected end of file.  Line: 1 Col: 20 Expected closing tag. Unexpected end of file.
204  #document  #document
205  | <html>  | <html>
206  |   <head>  |   <head>
# Line 213  Expected closing tag. Unexpected end of Line 213  Expected closing tag. Unexpected end of
213  #data  #data
214  <table><caption><td>  <table><caption><td>
215  #errors  #errors
216  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
217  Unexpected end tag (td). Ignored.  Line: 1 Col: 20 Unexpected end tag (td). Ignored.
218  Unexpected table cell start tag (td) in the table body phase.  Line: 1 Col: 20 Unexpected table cell start tag (td) in the table body phase.
219  Expected closing tag. Unexpected end of file.  Line: 1 Col: 20 Expected closing tag. Unexpected end of file.
220  #document  #document
221  | <html>  | <html>
222  |   <head>  |   <head>
# Line 230  Expected closing tag. Unexpected end of Line 230  Expected closing tag. Unexpected end of
230  #data  #data
231  <table><caption><div>  <table><caption><div>
232  #errors  #errors
233  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
234  Expected closing tag. Unexpected end of file.  Line: 1 Col: 21 Expected closing tag. Unexpected end of file.
235  #document  #document
236  | <html>  | <html>
237  |   <head>  |   <head>
# Line 242  Expected closing tag. Unexpected end of Line 242  Expected closing tag. Unexpected end of
242    
243  #data  #data
244  </caption><div>  </caption><div>
245    #errors
246    Line: 1 Col: 10 Unexpected end tag (caption). Ignored.
247    Line: 1 Col: 15 Expected closing tag. Unexpected end of file.
248  #document-fragment  #document-fragment
249  caption  caption
 #errors  
 Unexpected end tag (caption). Ignored.  
 Expected closing tag. Unexpected end of file.  
250  #document  #document
251  | <div>  | <div>
252    
253  #data  #data
254  <table><caption><div></caption>  <table><caption><div></caption>
255  #errors  #errors
256  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
257  Unexpected end tag (caption). Missing end tag (div).  Line: 1 Col: 31 Unexpected end tag (caption). Missing end tag (div).
258  Expected closing tag. Unexpected end of file.  Line: 1 Col: 31 Expected closing tag. Unexpected end of file.
259  #document  #document
260  | <html>  | <html>
261  |   <head>  |   <head>
# Line 267  Expected closing tag. Unexpected end of Line 267  Expected closing tag. Unexpected end of
267  #data  #data
268  <table><caption></table>  <table><caption></table>
269  #errors  #errors
270  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
271  Unexpected end table tag in caption. Generates implied end caption.  Line: 1 Col: 24 Unexpected end table tag in caption. Generates implied end caption.
272  #document  #document
273  | <html>  | <html>
274  |   <head>  |   <head>
# Line 278  Unexpected end table tag in caption. Gen Line 278  Unexpected end table tag in caption. Gen
278    
279  #data  #data
280  </table><div>  </table><div>
281    #errors
282    Line: 1 Col: 8 Unexpected end table tag in caption. Generates implied end caption.
283    Line: 1 Col: 8 Unexpected end tag (caption). Ignored.
284    Line: 1 Col: 13 Expected closing tag. Unexpected end of file.
285  #document-fragment  #document-fragment
286  caption  caption
 #errors  
 Unexpected end table tag in caption. Generates implied end caption.  
 Unexpected end tag (caption). Ignored.  
 Expected closing tag. Unexpected end of file.  
287  #document  #document
288  | <div>  | <div>
289    
290  #data  #data
291  <table><caption></body></col></colgroup></html></tbody></td></tfoot></th></thead></tr>  <table><caption></body></col></colgroup></html></tbody></td></tfoot></th></thead></tr>
292  #errors  #errors
293  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
294  Unexpected end tag (body). Ignored.  Line: 1 Col: 23 Unexpected end tag (body). Ignored.
295  Unexpected end tag (col). Ignored.  Line: 1 Col: 29 Unexpected end tag (col). Ignored.
296  Unexpected end tag (colgroup). Ignored.  Line: 1 Col: 40 Unexpected end tag (colgroup). Ignored.
297  Unexpected end tag (html). Ignored.  Line: 1 Col: 47 Unexpected end tag (html). Ignored.
298  Unexpected end tag (tbody). Ignored.  Line: 1 Col: 55 Unexpected end tag (tbody). Ignored.
299  Unexpected end tag (td). Ignored.  Line: 1 Col: 60 Unexpected end tag (td). Ignored.
300  Unexpected end tag (tfoot). Ignored.  Line: 1 Col: 68 Unexpected end tag (tfoot). Ignored.
301  Unexpected end tag (th). Ignored.  Line: 1 Col: 73 Unexpected end tag (th). Ignored.
302  Unexpected end tag (thead). Ignored.  Line: 1 Col: 81 Unexpected end tag (thead). Ignored.
303  Unexpected end tag (tr). Ignored.  Line: 1 Col: 86 Unexpected end tag (tr). Ignored.
304  Expected closing tag. Unexpected end of file.  Line: 1 Col: 86 Expected closing tag. Unexpected end of file.
305  #document  #document
306  | <html>  | <html>
307  |   <head>  |   <head>
# Line 312  Expected closing tag. Unexpected end of Line 312  Expected closing tag. Unexpected end of
312  #data  #data
313  <table><caption><div></div>  <table><caption><div></div>
314  #errors  #errors
315  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
316  Expected closing tag. Unexpected end of file.  Line: 1 Col: 27 Expected closing tag. Unexpected end of file.
317  #document  #document
318  | <html>  | <html>
319  |   <head>  |   <head>
# Line 325  Expected closing tag. Unexpected end of Line 325  Expected closing tag. Unexpected end of
325  #data  #data
326  <table><tr><td></body></caption></col></colgroup></html>  <table><tr><td></body></caption></col></colgroup></html>
327  #errors  #errors
328  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
329  Unexpected end tag (body). Ignored.  Line: 1 Col: 22 Unexpected end tag (body). Ignored.
330  Unexpected end tag (caption). Ignored.  Line: 1 Col: 32 Unexpected end tag (caption). Ignored.
331  Unexpected end tag (col). Ignored.  Line: 1 Col: 38 Unexpected end tag (col). Ignored.
332  Unexpected end tag (colgroup). Ignored.  Line: 1 Col: 49 Unexpected end tag (colgroup). Ignored.
333  Unexpected end tag (html). Ignored.  Line: 1 Col: 56 Unexpected end tag (html). Ignored.
334  Expected closing tag. Unexpected end of file.  Line: 1 Col: 56 Expected closing tag. Unexpected end of file.
335  #document  #document
336  | <html>  | <html>
337  |   <head>  |   <head>
# Line 343  Expected closing tag. Unexpected end of Line 343  Expected closing tag. Unexpected end of
343    
344  #data  #data
345  </table></tbody></tfoot></thead></tr><div>  </table></tbody></tfoot></thead></tr><div>
346    #errors
347    Line: 1 Col: 8 Unexpected end tag (table). Ignored.
348    Line: 1 Col: 16 Unexpected end tag (tbody). Ignored.
349    Line: 1 Col: 24 Unexpected end tag (tfoot). Ignored.
350    Line: 1 Col: 32 Unexpected end tag (thead). Ignored.
351    Line: 1 Col: 37 Unexpected end tag (tr). Ignored.
352    Line: 1 Col: 42 Expected closing tag. Unexpected end of file.
353  #document-fragment  #document-fragment
354  td  td
 #errors  
 Unexpected end tag (table). Ignored.  
 Unexpected end tag (tbody). Ignored.  
 Unexpected end tag (tfoot). Ignored.  
 Unexpected end tag (thead). Ignored.  
 Unexpected end tag (tr). Ignored.  
 Expected closing tag. Unexpected end of file.  
355  #document  #document
356  | <div>  | <div>
357    
358  #data  #data
359  <table><colgroup>foo  <table><colgroup>foo
360  #errors  #errors
361  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
362  Unexpected non-space characters in table context caused voodoo mode.  Line: 1 Col: 20 Unexpected non-space characters in table context caused voodoo mode.
363  Expected closing tag. Unexpected end of file.  Line: 1 Col: 20 Expected closing tag. Unexpected end of file.
364  #document  #document
365  | <html>  | <html>
366  |   <head>  |   <head>
# Line 371  Expected closing tag. Unexpected end of Line 371  Expected closing tag. Unexpected end of
371    
372  #data  #data
373  foo<col>  foo<col>
374    #errors
375    Line: 1 Col: 3 Unexpected end tag (colgroup). Ignored.
376  #document-fragment  #document-fragment
377  colgroup  colgroup
 #errors  
 Unexpected end tag (colgroup). Ignored.  
378  #document  #document
379  | <col>  | <col>
380    
381  #data  #data
382  <table><colgroup></col>  <table><colgroup></col>
383  #errors  #errors
384  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
385  This element (col) has no end tag.  Line: 1 Col: 23 This element (col) has no end tag.
386  Expected closing tag. Unexpected end of file.  Line: 1 Col: 23 Expected closing tag. Unexpected end of file.
387  #document  #document
388  | <html>  | <html>
389  |   <head>  |   <head>
# Line 394  Expected closing tag. Unexpected end of Line 394  Expected closing tag. Unexpected end of
394  #data  #data
395  <frameset><div>  <frameset><div>
396  #errors  #errors
397  Unexpected start tag (frameset). Expected DOCTYPE.  Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
398  Unexpected start tag token (div) in the frameset phase. Ignored.  Line: 1 Col: 15 Unexpected start tag token (div) in the frameset phase. Ignored.
399  Expected closing tag. Unexpected end of file.  Line: 1 Col: 15 Expected closing tag. Unexpected end of file.
400  #document  #document
401  | <html>  | <html>
402  |   <head>  |   <head>
# Line 404  Expected closing tag. Unexpected end of Line 404  Expected closing tag. Unexpected end of
404    
405  #data  #data
406  </frameset><frame>  </frameset><frame>
407    #errors
408    Line: 1 Col: 11 Unexpected end tag token (frameset) in the frameset phase (innerHTML).
409  #document-fragment  #document-fragment
410  frameset  frameset
 #errors  
 Unexpected end tag token (frameset) in the frameset phase (innerHTML).  
411  #document  #document
412  | <frame>  | <frame>
413    
414  #data  #data
415  <frameset></div>  <frameset></div>
416  #errors  #errors
417  Unexpected start tag (frameset). Expected DOCTYPE.  Line: 1 Col: 10 Unexpected start tag (frameset). Expected DOCTYPE.
418  Unexpected end tag token (div) in the frameset phase. Ignored.  Line: 1 Col: 16 Unexpected end tag token (div) in the frameset phase. Ignored.
419  Expected closing tag. Unexpected end of file.  Line: 1 Col: 16 Expected closing tag. Unexpected end of file.
420  #document  #document
421  | <html>  | <html>
422  |   <head>  |   <head>
# Line 424  Expected closing tag. Unexpected end of Line 424  Expected closing tag. Unexpected end of
424    
425  #data  #data
426  </body><div>  </body><div>
427    #errors
428    Line: 1 Col: 7 Unexpected end tag (body). Ignored.
429    Line: 1 Col: 12 Expected closing tag. Unexpected end of file.
430  #document-fragment  #document-fragment
431  body  body
 #errors  
 Unexpected end tag (body). Ignored.  
 Expected closing tag. Unexpected end of file.  
432  #document  #document
433  | <div>  | <div>
434    
435  #data  #data
436  <table><tr><div>  <table><tr><div>
437  #errors  #errors
438  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
439  Unexpected start tag (div) in table context caused voodoo mode.  Line: 1 Col: 16 Unexpected start tag (div) in table context caused voodoo mode.
440  Expected closing tag. Unexpected end of file.  Line: 1 Col: 16 Expected closing tag. Unexpected end of file.
441  #document  #document
442  | <html>  | <html>
443  |   <head>  |   <head>
# Line 449  Expected closing tag. Unexpected end of Line 449  Expected closing tag. Unexpected end of
449    
450  #data  #data
451  </tr><td>  </tr><td>
452    #errors
453    Line: 1 Col: 5 Unexpected end tag (tr). Ignored.
454  #document-fragment  #document-fragment
455  tr  tr
 #errors  
 Unexpected end tag (tr). Ignored.  
456  #document  #document
457  | <td>  | <td>
458    
459  #data  #data
460  </tbody></tfoot></thead><td>  </tbody></tfoot></thead><td>
461    #errors
462    Line: 1 Col: 8 Unexpected end tag (tbody). Ignored.
463    Line: 1 Col: 16 Unexpected end tag (tfoot). Ignored.
464    Line: 1 Col: 24 Unexpected end tag (thead). Ignored.
465  #document-fragment  #document-fragment
466  tr  tr
 #errors  
 Unexpected end tag (tbody). Ignored.  
 Unexpected end tag (tfoot). Ignored.  
 Unexpected end tag (thead). Ignored.  
467  #document  #document
468  | <td>  | <td>
469    
470  #data  #data
471  <table><tr><div><td>  <table><tr><div><td>
472  #errors  #errors
473  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
474  Unexpected start tag (div) in table context caused voodoo mode.  Line: 1 Col: 16 Unexpected start tag (div) in table context caused voodoo mode.
475  Unexpected implied end tag (div) in the table row phase.  Line: 1 Col: 20 Unexpected implied end tag (div) in the table row phase.
476  Expected closing tag. Unexpected end of file.  Line: 1 Col: 20 Expected closing tag. Unexpected end of file.
477  #document  #document
478  | <html>  | <html>
479  |   <head>  |   <head>
# Line 486  Expected closing tag. Unexpected end of Line 486  Expected closing tag. Unexpected end of
486    
487  #data  #data
488  <caption><col><colgroup><tbody><tfoot><thead><tr>  <caption><col><colgroup><tbody><tfoot><thead><tr>
489    #errors
490    Line: 1 Col: 9 Unexpected start tag (caption).
491    Line: 1 Col: 14 Unexpected start tag (col).
492    Line: 1 Col: 24 Unexpected start tag (colgroup).
493    Line: 1 Col: 31 Unexpected start tag (tbody).
494    Line: 1 Col: 38 Unexpected start tag (tfoot).
495    Line: 1 Col: 45 Unexpected start tag (thead).
496    Line: 1 Col: 49 Unexpected end of file. Expected table content.
497  #document-fragment  #document-fragment
498  tbody  tbody
 #errors  
 Unexpected start tag (caption).  
 Unexpected start tag (col).  
 Unexpected start tag (colgroup).  
 Unexpected start tag (tbody).  
 Unexpected start tag (tfoot).  
 Unexpected start tag (thead).  
499  #document  #document
500  | <tr>  | <tr>
501    
502  #data  #data
503  <table><tbody></thead>  <table><tbody></thead>
504  #errors  #errors
505  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
506  Unexpected end tag (thead) in the table body phase. Ignored.  Line: 1 Col: 22 Unexpected end tag (thead) in the table body phase. Ignored.
507  Expected closing tag. Unexpected end of file.  Line: 1 Col: 22 Expected closing tag. Unexpected end of file.
508  #document  #document
509  | <html>  | <html>
510  |   <head>  |   <head>
# Line 513  Expected closing tag. Unexpected end of Line 514  Expected closing tag. Unexpected end of
514    
515  #data  #data
516  </table><tr>  </table><tr>
517    #errors
518    Line: 1 Col: 8 Unexpected end tag (table). Ignored.
519    Line: 1 Col: 12 Unexpected end of file. Expected table content.
520  #document-fragment  #document-fragment
521  tbody  tbody
 #errors  
 Unexpected end tag (table). Ignored.  
522  #document  #document
523  | <tr>  | <tr>
524    
525  #data  #data
526  <table><tbody></body></caption></col></colgroup></html></td></th></tr>  <table><tbody></body></caption></col></colgroup></html></td></th></tr>
527  #errors  #errors
528  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
529  Unexpected end tag (body) in the table body phase. Ignored.  Line: 1 Col: 21 Unexpected end tag (body) in the table body phase. Ignored.
530  Unexpected end tag (caption) in the table body phase. Ignored.  Line: 1 Col: 31 Unexpected end tag (caption) in the table body phase. Ignored.
531  Unexpected end tag (col) in the table body phase. Ignored.  Line: 1 Col: 37 Unexpected end tag (col) in the table body phase. Ignored.
532  Unexpected end tag (colgroup) in the table body phase. Ignored.  Line: 1 Col: 48 Unexpected end tag (colgroup) in the table body phase. Ignored.
533  Unexpected end tag (html) in the table body phase. Ignored.  Line: 1 Col: 55 Unexpected end tag (html) in the table body phase. Ignored.
534  Unexpected end tag (td) in the table body phase. Ignored.  Line: 1 Col: 60 Unexpected end tag (td) in the table body phase. Ignored.
535  Unexpected end tag (th) in the table body phase. Ignored.  Line: 1 Col: 65 Unexpected end tag (th) in the table body phase. Ignored.
536  Unexpected end tag (tr) in the table body phase. Ignored.  Line: 1 Col: 70 Unexpected end tag (tr) in the table body phase. Ignored.
537  Expected closing tag. Unexpected end of file.  Line: 1 Col: 70 Expected closing tag. Unexpected end of file.
538  #document  #document
539  | <html>  | <html>
540  |   <head>  |   <head>
# Line 543  Expected closing tag. Unexpected end of Line 545  Expected closing tag. Unexpected end of
545  #data  #data
546  <table><tbody></div>  <table><tbody></div>
547  #errors  #errors
548  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
549  Unexpected end tag (div) in table context caused voodoo mode.  Line: 1 Col: 20 Unexpected end tag (div) in table context caused voodoo mode.
550  End tag (div) seen too early. Expected other end tag.  Line: 1 Col: 20 End tag (div) seen too early. Expected other end tag.
551  Expected closing tag. Unexpected end of file.  Line: 1 Col: 20 Expected closing tag. Unexpected end of file.
552  #document  #document
553  | <html>  | <html>
554  |   <head>  |   <head>
# Line 557  Expected closing tag. Unexpected end of Line 559  Expected closing tag. Unexpected end of
559  #data  #data
560  <table><table>  <table><table>
561  #errors  #errors
562  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
563  Unexpected start tag (table) implies end tag (table).  Line: 1 Col: 14 Unexpected start tag (table) implies end tag (table).
564  Expected closing tag. Unexpected end of file.  Line: 1 Col: 14 Expected closing tag. Unexpected end of file.
565  #document  #document
566  | <html>  | <html>
567  |   <head>  |   <head>
# Line 570  Expected closing tag. Unexpected end of Line 572  Expected closing tag. Unexpected end of
572  #data  #data
573  <table></body></caption></col></colgroup></html></tbody></td></tfoot></th></thead></tr>  <table></body></caption></col></colgroup></html></tbody></td></tfoot></th></thead></tr>
574  #errors  #errors
575  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
576  Unexpected end tag (body). Ignored.  Line: 1 Col: 14 Unexpected end tag (body). Ignored.
577  Unexpected end tag (caption). Ignored.  Line: 1 Col: 24 Unexpected end tag (caption). Ignored.
578  Unexpected end tag (col). Ignored.  Line: 1 Col: 30 Unexpected end tag (col). Ignored.
579  Unexpected end tag (colgroup). Ignored.  Line: 1 Col: 41 Unexpected end tag (colgroup). Ignored.
580  Unexpected end tag (html). Ignored.  Line: 1 Col: 48 Unexpected end tag (html). Ignored.
581  Unexpected end tag (tbody). Ignored.  Line: 1 Col: 56 Unexpected end tag (tbody). Ignored.
582  Unexpected end tag (td). Ignored.  Line: 1 Col: 61 Unexpected end tag (td). Ignored.
583  Unexpected end tag (tfoot). Ignored.  Line: 1 Col: 69 Unexpected end tag (tfoot). Ignored.
584  Unexpected end tag (th). Ignored.  Line: 1 Col: 74 Unexpected end tag (th). Ignored.
585  Unexpected end tag (thead). Ignored.  Line: 1 Col: 82 Unexpected end tag (thead). Ignored.
586  Unexpected end tag (tr). Ignored.  Line: 1 Col: 87 Unexpected end tag (tr). Ignored.
587  Expected closing tag. Unexpected end of file.  Line: 1 Col: 87 Expected closing tag. Unexpected end of file.
588  #document  #document
589  | <html>  | <html>
590  |   <head>  |   <head>
# Line 591  Expected closing tag. Unexpected end of Line 593  Expected closing tag. Unexpected end of
593    
594  #data  #data
595  </table><tr>  </table><tr>
596    #errors
597    Line: 1 Col: 8 Unexpected end tag (table). Ignored.
598    Line: 1 Col: 12 Expected closing tag. Unexpected end of file.
599  #document-fragment  #document-fragment
600  table  table
 #errors  
 Unexpected end tag (table). Ignored.  
 Expected closing tag. Unexpected end of file.  
601  #document  #document
602  | <tbody>  | <tbody>
603  |   <tr>  |   <tr>
604    
605    #data
606    <html></html><!-- foo -->
607    #errors
608    Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
609    #document
610    | <html>
611    |   <head>
612    |   <body>
613    | <!--  foo  -->
614    
615    #data
616    <body></body></html>
617    #errors
618    Line: 1 Col: 20 Unexpected html end tag in inner html mode.
619    #document-fragment
620    html
621    #document
622    | <head>
623    | <body>
624    
625    #data
626    <html><frameset></frameset></html>
627    #errors
628    Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
629    #document
630    | <html>
631    |   <head>
632    |   <frameset>
633    |   " "
634    
635    #data
636    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html></html>
637    #errors
638    doctype-error
639    #document
640    | <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "">
641    | <html>
642    |   <head>
643    |   <body>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.10

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24