/[suikacvs]/markup/html/whatpm/t/tree-test-void.dat
Suika

Contents of /markup/html/whatpm/t/tree-test-void.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sat Oct 4 05:53:46 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
++ whatpm/t/ChangeLog	4 Oct 2008 05:53:31 -0000
	* tree-test-void.dat: New test data (cf. HTML5 revision 1731).

	* HTML-tree.t: |tree-test-void.dat| added.

	* tree-test-1.dat: Test on <listing> as a "special" element are
	added.  Test on implied |option| and |optgroup| end tags are added
	(cf. HTML5 revision 1731).

2008-10-04  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	4 Oct 2008 05:52:27 -0000
	* HTML.pm.src: Support for |command| and |eventsource| elements	(HTML5
	revision 1731).  End tags of |option| and |optgroup| elements are
	now optional (HTML5 revision 1731).

2008-10-04  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 #data
2     <command>a
3     #errors
4     no DOCTYPE
5     #document
6     | <html>
7     | <head>
8     | <command>
9     | <body>
10     | "a"
11    
12     #data
13     <eventsource>a
14     #errors
15     no DOCTYPE
16     #document
17     | <html>
18     | <head>
19     | <eventsource>
20     | <body>
21     | "a"
22    
23     #data
24     <event-source>a
25     #errors
26     no DOCTYPE
27     unexpected EOF
28     #document
29     | <html>
30     | <head>
31     | <body>
32     | <event-source>
33     | "a"
34    
35     #data
36     <head><command>a
37     #errors
38     no DOCTYPE
39     #document
40     | <html>
41     | <head>
42     | <command>
43     | <body>
44     | "a"
45    
46     #data
47     <head><eventsource>a
48     #errors
49     no DOCTYPE
50     #document
51     | <html>
52     | <head>
53     | <eventsource>
54     | <body>
55     | "a"
56    
57     #data
58     <head><event-source>a
59     #errors
60     no DOCTYPE
61     unexpected EOF
62     #document
63     | <html>
64     | <head>
65     | <body>
66     | <event-source>
67     | "a"
68    
69     #data
70     </head><command>a
71     #errors
72     no DOCTYPE
73     #document
74     | <html>
75     | <head>
76     | <body>
77     | <command>
78     | "a"
79    
80     #data
81     </head><eventsource>a
82     #errors
83     no DOCTYPE
84     #document
85     | <html>
86     | <head>
87     | <body>
88     | <eventsource>
89     | "a"
90    
91     #data
92     </head><event-source>x
93     #errors
94     no DOCTYPE
95     unexpected EOF
96     #document
97     | <html>
98     | <head>
99     | <body>
100     | <event-source>
101     | "x"
102    
103     #data
104     <body><command>a
105     #errors
106     no DOCTYPE
107     #document
108     | <html>
109     | <head>
110     | <body>
111     | <command>
112     | "a"
113    
114     #data
115     <body><eventsource>x
116     #errors
117     no DOCTYPE
118     #document
119     | <html>
120     | <head>
121     | <body>
122     | <eventsource>
123     | "x"
124    
125     #data
126     <body><event-source>x
127     #errors
128     no DOCTYPE
129     unexpected EOF
130     #document
131     | <html>
132     | <head>
133     | <body>
134     | <event-source>
135     | "x"
136    
137     #data
138     <head><noscript><command>x
139     #errors
140     no DOCTYPE
141     no </noscript>
142     #document
143     | <html>
144     | <head>
145     | <noscript>
146     | <body>
147     | <command>
148     | "x"
149    
150     #data
151     <head><noscript><eventsource>x
152     #errors
153     no DOCTYPE
154     no </noscript>
155     #document
156     | <html>
157     | <head>
158     | <noscript>
159     | <body>
160     | <eventsource>
161     | "x"
162    
163     #data
164     <head><noscript><event-source>x
165     #errors
166     no DOCTYPE
167     no </noscript>
168     unexpected EOF
169     #document
170     | <html>
171     | <head>
172     | <noscript>
173     | <body>
174     | <event-source>
175     | "x"
176    

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24