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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24