/[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.1 by wakaba, Sat Jun 23 02:26:52 2007 UTC revision 1.4 by wakaba, Sat Aug 25 03:04:24 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.
5  #document  #document
6  | <!DOCTYPE html>  | <!DOCTYPE html>
7  | <html>  | <html>
# Line 11  Line 12 
12  #data  #data
13  <!doctype html></html> <head>  <!doctype html></html> <head>
14  #errors  #errors
15    Unexpected start tag head.
16    Unexpected start tag head in after body phase.
17    Unexpected start tag head. Ignored.
18  #document  #document
19  | <!DOCTYPE html>  | <!DOCTYPE html>
20  | <html>  | <html>
# Line 21  Line 25 
25  #data  #data
26  <!doctype html></body><meta>  <!doctype html></body><meta>
27  #errors  #errors
28    Unexpected meta element in after body phase.
29  #document  #document
30  | <!DOCTYPE html>  | <!DOCTYPE html>
31  | <html>  | <html>
32  |   <head>  |   <head>
33  |   <body>  |   <body>
34  |     <meta>  |     <meta>
35    
36    #data
37    <!doctype HTml><form><div></form><div>
38    #errors
39    Form end tag ignored.
40    Unexpected end of file.
41    #document
42    | <!DOCTYPE HTml>
43    | <html>
44    |   <head>
45    |   <body>
46    |     <form>
47    |       <div>
48    |         <div>
49    
50    #data
51    <!doctype HTml><title>&amp;</title>
52    #errors
53    #document
54    | <!DOCTYPE HTml>
55    | <html>
56    |   <head>
57    |     <title>
58    |       "&"
59    |   <body>
60    
61    #data
62    <!doctype HTml><title><!--&amp;--></title>
63    #errors
64    #document
65    | <!DOCTYPE HTml>
66    | <html>
67    |   <head>
68    |     <title>
69    |       "<!--&amp;-->"
70    |   <body>
71    
72    #data
73    <!doctype>
74    #errors
75    No space after "doctype"
76    Unexpected ">"
77    Incorrect doctype
78    #document
79    | <!DOCTYPE >
80    | <html>
81    |   <head>
82    |   <body>
83    
84    #data
85    <!---x
86    #errors
87    End of file in comment
88    End of file before doctype
89    #document
90    | <!-- -x -->
91    | <html>
92    |   <head>
93    |   <body>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24