/[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.7 by wakaba, Sun Nov 11 05:06:29 2007 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 36  Unexpected meta element in after body ph Line 36  Unexpected meta element in after body ph
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>
# 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 245  Expected closing tag. Unexpected end of Line 245  Expected closing tag. Unexpected end of
245  #document-fragment  #document-fragment
246  caption  caption
247  #errors  #errors
248  Unexpected end tag (caption). Ignored.  Line: 1 Col: 10 Unexpected end tag (caption). Ignored.
249  Expected closing tag. Unexpected end of file.  Line: 1 Col: 15 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 281  Unexpected end table tag in caption. Gen Line 281  Unexpected end table tag in caption. Gen
281  #document-fragment  #document-fragment
282  caption  caption
283  #errors  #errors
284  Unexpected end table tag in caption. Generates implied end caption.  Line: 1 Col: 8 Unexpected end table tag in caption. Generates implied end caption.
285  Unexpected end tag (caption). Ignored.  Line: 1 Col: 8 Unexpected end tag (caption). Ignored.
286  Expected closing tag. Unexpected end of file.  Line: 1 Col: 13 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 346  Expected closing tag. Unexpected end of Line 346  Expected closing tag. Unexpected end of
346  #document-fragment  #document-fragment
347  td  td
348  #errors  #errors
349  Unexpected end tag (table). Ignored.  Line: 1 Col: 8 Unexpected end tag (table). Ignored.
350  Unexpected end tag (tbody). Ignored.  Line: 1 Col: 16 Unexpected end tag (tbody). Ignored.
351  Unexpected end tag (tfoot). Ignored.  Line: 1 Col: 24 Unexpected end tag (tfoot). Ignored.
352  Unexpected end tag (thead). Ignored.  Line: 1 Col: 32 Unexpected end tag (thead). Ignored.
353  Unexpected end tag (tr). Ignored.  Line: 1 Col: 37 Unexpected end tag (tr). Ignored.
354  Expected closing tag. Unexpected end of file.  Line: 1 Col: 42 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 374  foo<col> Line 374  foo<col>
374  #document-fragment  #document-fragment
375  colgroup  colgroup
376  #errors  #errors
377  Unexpected end tag (colgroup). Ignored.  Line: 1 Col: 3 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 407  Expected closing tag. Unexpected end of Line 407  Expected closing tag. Unexpected end of
407  #document-fragment  #document-fragment
408  frameset  frameset
409  #errors  #errors
410  Unexpected end tag token (frameset) in the frameset phase (innerHTML).  Line: 1 Col: 11 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 427  Expected closing tag. Unexpected end of Line 427  Expected closing tag. Unexpected end of
427  #document-fragment  #document-fragment
428  body  body
429  #errors  #errors
430  Unexpected end tag (body). Ignored.  Line: 1 Col: 7 Unexpected end tag (body). Ignored.
431  Expected closing tag. Unexpected end of file.  Line: 1 Col: 12 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 452  Expected closing tag. Unexpected end of Line 452  Expected closing tag. Unexpected end of
452  #document-fragment  #document-fragment
453  tr  tr
454  #errors  #errors
455  Unexpected end tag (tr). Ignored.  Line: 1 Col: 5 Unexpected end tag (tr). Ignored.
456  #document  #document
457  | <td>  | <td>
458    
# Line 461  Unexpected end tag (tr). Ignored. Line 461  Unexpected end tag (tr). Ignored.
461  #document-fragment  #document-fragment
462  tr  tr
463  #errors  #errors
464  Unexpected end tag (tbody). Ignored.  Line: 1 Col: 8 Unexpected end tag (tbody). Ignored.
465  Unexpected end tag (tfoot). Ignored.  Line: 1 Col: 16 Unexpected end tag (tfoot). Ignored.
466  Unexpected end tag (thead). Ignored.  Line: 1 Col: 24 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 489  Expected closing tag. Unexpected end of Line 489  Expected closing tag. Unexpected end of
489  #document-fragment  #document-fragment
490  tbody  tbody
491  #errors  #errors
492  Unexpected start tag (caption).  Line: 1 Col: 9 Unexpected start tag (caption).
493  Unexpected start tag (col).  Line: 1 Col: 14 Unexpected start tag (col).
494  Unexpected start tag (colgroup).  Line: 1 Col: 24 Unexpected start tag (colgroup).
495  Unexpected start tag (tbody).  Line: 1 Col: 31 Unexpected start tag (tbody).
496  Unexpected start tag (tfoot).  Line: 1 Col: 38 Unexpected start tag (tfoot).
497  Unexpected start tag (thead).  Line: 1 Col: 45 Unexpected start tag (thead).
498  #document  #document
499  | <tr>  | <tr>
500    
501  #data  #data
502  <table><tbody></thead>  <table><tbody></thead>
503  #errors  #errors
504  Unexpected start tag (table). Expected DOCTYPE.  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
505  Unexpected end tag (thead) in the table body phase. Ignored.  Line: 1 Col: 22 Unexpected end tag (thead) in the table body phase. Ignored.
506  Expected closing tag. Unexpected end of file.  Line: 1 Col: 22 Expected closing tag. Unexpected end of file.
507  #document  #document
508  | <html>  | <html>
509  |   <head>  |   <head>
# Line 516  Expected closing tag. Unexpected end of Line 516  Expected closing tag. Unexpected end of
516  #document-fragment  #document-fragment
517  tbody  tbody
518  #errors  #errors
519  Unexpected end tag (table). Ignored.  Line: 1 Col: 8 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 594  Expected closing tag. Unexpected end of Line 594  Expected closing tag. Unexpected end of
594  #document-fragment  #document-fragment
595  table  table
596  #errors  #errors
597  Unexpected end tag (table). Ignored.  Line: 1 Col: 8 Unexpected end tag (table). Ignored.
598  Expected closing tag. Unexpected end of file.  Line: 1 Col: 12 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    Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
607    #document
608    | <html>
609    |   <head>
610    |   <body>
611    | <!--  foo  -->
612    
613    #data
614    <body></body></html>
615    #document-fragment
616    html
617    #errors
618    Line: 1 Col: 20 Unexpected html end tag in inner html mode.
619    Line: 1 Col: 20 Unexpected EOF in inner html mode.
620    #document
621    | <head>
622    | <body>
623    
624    #data
625    <html><frameset></frameset></html>
626    #errors
627    Line: 1 Col: 6 Unexpected start tag (html). Expected DOCTYPE.
628    #document
629    | <html>
630    |   <head>
631    |   <frameset>
632    |   " "

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24