/[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.6 by wakaba, Fri Mar 7 00:31:24 2008 UTC
# 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 65  frame element can't occur here Line 64  frame element can't occur here
64  #data  #data
65  <!DOCTYPE HTML><frameset>test  <!DOCTYPE HTML><frameset>test
66  #errors  #errors
67  frameset can't contain text  Line: 1 Col: 29 Unepxected characters in the frameset phase. Characters ignored.
68  Unexpected end of file  Line: 1 Col: 29 Expected closing tag. Unexpected end of file.
69  #document  #document
70  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
71  | <html>  | <html>
# Line 76  Unexpected end of file Line 75  Unexpected end of file
75  #data  #data
76  <!DOCTYPE HTML><frameset><!DOCTYPE HTML>  <!DOCTYPE HTML><frameset><!DOCTYPE HTML>
77  #errors  #errors
78  document type declaration can only occur at the start of a document  Line: 1 Col: 40 Unexpected DOCTYPE. Ignored.
79  Expected end tag </frameset>  Line: 1 Col: 40 Expected closing tag. Unexpected end of file.
80  #document  #document
81  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
82  | <html>  | <html>
# Line 87  Expected end tag </frameset> Line 86  Expected end tag </frameset>
86  #data  #data
87  <!DOCTYPE HTML><font><p><b>test</font>  <!DOCTYPE HTML><font><p><b>test</font>
88  #errors  #errors
89    Line: 1 Col: 38 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm.
90    Line: 1 Col: 38 End tag (font) violates step 1, paragraph 3 of the adoption agency algorithm.
91  #document  #document
92  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
93  | <html>  | <html>
# Line 101  Expected end tag </frameset> Line 102  Expected end tag </frameset>
102  #data  #data
103  <!DOCTYPE HTML><dt><div><dd>  <!DOCTYPE HTML><dt><div><dd>
104  #errors  #errors
105    Line: 1 Col: 28 Missing end tag (div, dt).
106  #document  #document
107  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
108  | <html>  | <html>
# Line 113  Expected end tag </frameset> Line 115  Expected end tag </frameset>
115  #data  #data
116  <script></x  <script></x
117  #errors  #errors
118  no document type  Line: 1 Col: 8 Unexpected start tag (script). Expected DOCTYPE.
119  </ in script  Line: 1 Col: 11 Unexpected end of file. Expected end tag (script).
 Unexpected end of file. Expected </script> end tag.  
120  #document  #document
121  | <html>  | <html>
122  |   <head>  |   <head>
# Line 126  Unexpected end of file. Expected </scrip Line 127  Unexpected end of file. Expected </scrip
127  #data  #data
128  <table><plaintext><td>  <table><plaintext><td>
129  #errors  #errors
130  no document type  Line: 1 Col: 7 Unexpected start tag (table). Expected DOCTYPE.
131  <plaintext> directly inside table  Line: 1 Col: 18 Unexpected start tag (plaintext) in table context caused voodoo mode.
132  Characters inside table.  Line: 1 Col: 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 153  Unexpected end of file. Line 153  Unexpected end of file.
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>
# Line 168  Unexpected end of file. Line 168  Unexpected end of file.
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>
# Line 195  Unexpected end tag. Line 195  Unexpected end tag.
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>
# 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 301  No space after literal DOCTYPE. Line 299  No space after literal DOCTYPE.
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>
# Line 313  No space after literal DOCTYPE. Line 311  No space after literal DOCTYPE.
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>
# 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 338  Unexpected EOF. Line 336  Unexpected EOF.
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>
# 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
# 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 392  Invalid entity. Line 390  Invalid entity.
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>
# Line 403  Unexpected end of file. Line 401  Unexpected end of file.
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>
# Line 414  Unexpected non-space characters in the a Line 412  Unexpected non-space characters in the a
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 -->
# Line 425  Unexpected end of file in comment. Line 423  Unexpected end of file in comment.
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>
# Line 443  Unexpected end of file. Line 441  Unexpected end of file.
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>
# Line 456  Unexpected end of file. Missing closing Line 454  Unexpected end of file. Missing closing
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>.  Line: 1 Col: 68 Unexpected select start tag in the select phase implies select start tag.
458  Unexpected start tag <option>.  Line: 1 Col: 76 Unexpected start tag option. Ignored.
459  #document  #document
460  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
461  | <html>  | <html>
# Line 471  Unexpected start tag <option>. Line 469  Unexpected start tag <option>.
469  #data  #data
470  <!DOCTYPE HTML><select><optgroup><option><optgroup>  <!DOCTYPE HTML><select><optgroup><option><optgroup>
471  #errors  #errors
472  Unexpected end of file. Missing closing tags.  Line: 1 Col: 51 Expected closing tag. Unexpected end of file.
473  #document  #document
474  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
475  | <html>  | <html>
# Line 507  Unexpected end of file. Missing closing Line 505  Unexpected end of file. Missing closing
505  #data  #data
506  <!DOCTYPE HTML><!-- XXX - XXX  <!DOCTYPE HTML><!-- XXX - XXX
507  #errors  #errors
508  Unexpected EOF in comment.  Line: 1 Col: 29 Unexpected end of file in comment (-)
509  #document  #document
510  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
511  | <!--  XXX - XXX -->  | <!--  XXX - XXX -->
# Line 528  Unexpected EOF in comment. Line 526  Unexpected EOF in comment.
526  #data  #data
527  <isindex test=x name=x>  <isindex test=x name=x>
528  #errors  #errors
529  No doctype  Line: 1 Col: 23 Unexpected start tag (isindex). Expected DOCTYPE.
530  <isindex> is not ok!  Line: 1 Col: 23 Unexpected start tag isindex. Don't use it!
531  #document  #document
532  | <html>  | <html>
533  |   <head>  |   <head>
# Line 538  No doctype Line 536  No doctype
536  |       <hr>  |       <hr>
537  |       <p>  |       <p>
538  |         <label>  |         <label>
539  |           "This is a searchable index. Insert your search keywords here:"  |           "This is a searchable index. Insert your search keywords here: "
540  |           <input>  |           <input>
 |             test="x"  
541  |             name="isindex"  |             name="isindex"
542    |             test="x"
543  |       <hr>  |       <hr>
544    
545  #data  #data
546  test  test
547  test  test
548  #errors  #errors
549  No doctype  Line: 2 Col: 4 Unexpected non-space characters. Expected DOCTYPE.
550  #document  #document
551  | <html>  | <html>
552  |   <head>  |   <head>
# Line 560  test" Line 558  test"
558  <p><b><i><u></p>  <p><b><i><u></p>
559  <p>X  <p>X
560  #errors  #errors
561  No doctype  Line: 1 Col: 3 Unexpected start tag (p). Expected DOCTYPE.
562  Unexpected end tag p.  Line: 1 Col: 16 Unexpected end tag (p). Ignored.
563  Unexpected EOF.  Line: 2 Col: 4 Expected closing tag. Unexpected end of file.
564  #document  #document
565  | <html>  | <html>
566  |   <head>  |   <head>
# Line 571  Unexpected EOF. Line 569  Unexpected EOF.
569  |       <b>  |       <b>
570  |         <i>  |         <i>
571  |           <u>  |           <u>
572  |     "  |     <b>
573    |       <i>
574    |         <u>
575    |           "
576  "  "
577  |     <p>  |           <p>
 |       <b>  
 |         <i>  
 |           <u>  
578  |             "X"  |             "X"
579    
580  #data  #data
581  <!DOCTYPE HTML><body><title>test</body></title>  <!DOCTYPE HTML><body><title>test</body></title>
582  #errors  #errors
 Unexpected start tag that belongs in the head.  
 Expected closing tag after </.  
583  #document  #document
584  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
585  | <html>  | <html>
586  |   <head>  |   <head>
587    |   <body>
588  |     <title>  |     <title>
589  |       "test</body>"  |       "test</body>"
 |   <body>  
590    
591  #data  #data
592  <!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>
593  x { content:"</style" } </style>  x { content:"</style" } </style>
594  #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 </.  
595  #document  #document
596  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
597  | <html>  | <html>
598  |   <head>  |   <head>
599    |   <body>
600  |     <title>  |     <title>
601  |       "X"  |       "X"
 |   <body>  
602  |     <meta>  |     <meta>
603  |       name="z"  |       name="z"
604  |     <link>  |     <link>
# Line 630  x { content:"</style" } " Line 622  x { content:"</style" } "
622    
623    
624  #errors  #errors
625  No doctype.  Line: 2 Col: 1 Unexpected End of file. Expected DOCTYPE.
626  #document  #document
 | "  
  "  
627  | <html>  | <html>
628  |   <head>  |   <head>
629  |   <body>  |   <body>
# Line 643  No doctype. Line 633  No doctype.
633  #errors  #errors
634  #document  #document
635  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
 | "  "  
636  | <html>  | <html>
637  |   <head>  |   <head>
638  |   <body>  |   <body>
# Line 668  No doctype. Line 657  No doctype.
657  #data  #data
658  <!DOCTYPE HTML><html><body><html id=x>  <!DOCTYPE HTML><html><body><html id=x>
659  #errors  #errors
660  duplicate html start tag  Line: 1 Col: 38 html needs to be the first start tag.
661  #document  #document
662  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
663  | <html>  | <html>
# Line 679  duplicate html start tag Line 668  duplicate html start tag
668  #data  #data
669  <!DOCTYPE HTML>X</body><html id="x">  <!DOCTYPE HTML>X</body><html id="x">
670  #errors  #errors
671  Unexpected html start tag in the after body phase.  Line: 1 Col: 36 Unexpected start tag token (html) in the after body phase.
672  html needs to be the first start tag.  Line: 1 Col: 36 html needs to be the first start tag.
673  #document  #document
674  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
675  | <html>  | <html>
# Line 692  html needs to be the first start tag. Line 681  html needs to be the first start tag.
681  #data  #data
682  <!DOCTYPE HTML><head><html id=x>  <!DOCTYPE HTML><head><html id=x>
683  #errors  #errors
684  html start tag too late  Line: 1 Col: 32 html needs to be the first start tag.
685  #document  #document
686  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
687  | <html>  | <html>
# Line 703  html start tag too late Line 692  html start tag too late
692  #data  #data
693  <!DOCTYPE HTML>X</html>X  <!DOCTYPE HTML>X</html>X
694  #errors  #errors
695  Unexpected non-space characters. Expected end of file.  Line: 1 Col: 24 Unexpected non-space characters. Expected end of file.
696  Unexpected non-space characters in after body phase. Expected end of file.  Line: 1 Col: 24 Unexpected non-space characters in the after body phase.
697  #document  #document
698  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
699  | <html>  | <html>
# Line 725  Unexpected non-space characters in after Line 714  Unexpected non-space characters in after
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 (p). Expected end of file.
718  Unexpected start tag <p> in after body phase.  Line: 1 Col: 26 Unexpected start tag token (p) in the after body phase.
719  #document  #document
720  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
721  | <html>  | <html>
# Line 739  Unexpected start tag <p> in after body p Line 728  Unexpected start tag <p> in after body p
728  #data  #data
729  <!DOCTYPE HTML>X<p/x/y/z>  <!DOCTYPE HTML>X<p/x/y/z>
730  #errors  #errors
731  Solidus (/) incorrectly placed.  Line: 1 Col: 19 Solidus (/) incorrectly placed in tag.
732  Solidus (/) incorrectly placed.  Line: 1 Col: 21 Solidus (/) incorrectly placed in tag.
733  Solidus (/) incorrectly placed.  Line: 1 Col: 23 Solidus (/) incorrectly placed in tag.
734  #document  #document
735  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
736  | <html>  | <html>
# Line 749  Solidus (/) incorrectly placed. Line 738  Solidus (/) incorrectly placed.
738  |   <body>  |   <body>
739  |     "X"  |     "X"
740  |     <p>  |     <p>
 |       y=""  
741  |       x=""  |       x=""
742    |       y=""
743  |       z=""  |       z=""
744    
745  #data  #data
746  <!DOCTYPE HTML><!--x--  <!DOCTYPE HTML><!--x--
747  #errors  #errors
748  Unexpected end of file in comment.  Line: 1 Col: 22 Unexpected end of file in comment (--).
749  #document  #document
750  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
751  | <!-- x -->  | <!-- x -->
# Line 767  Unexpected end of file in comment. Line 756  Unexpected end of file in comment.
756  #data  #data
757  <!DOCTYPE HTML><table><tr><td></p></table>  <!DOCTYPE HTML><table><tr><td></p></table>
758  #errors  #errors
759  Unexpected </p> end tag.  Line: 1 Col: 34 Unexpected end tag (p). Ignored.
760  #document  #document
761  | <!DOCTYPE HTML>  | <!DOCTYPE HTML>
762  | <html>  | <html>
# Line 777  Unexpected </p> end tag. Line 766  Unexpected </p> end tag.
766  |       <tbody>  |       <tbody>
767  |         <tr>  |         <tr>
768  |           <td>  |           <td>
769    |             <p>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24