...
1#data
2<html><ruby>a<rb>b<rb></ruby></html>
3#errors
4(1,6): expected-doctype-but-got-start-tag
5#document
6| <html>
7| <head>
8| <body>
9| <ruby>
10| "a"
11| <rb>
12| "b"
13| <rb>
14
15#data
16<html><ruby>a<rb>b<rt></ruby></html>
17#errors
18(1,6): expected-doctype-but-got-start-tag
19#document
20| <html>
21| <head>
22| <body>
23| <ruby>
24| "a"
25| <rb>
26| "b"
27| <rt>
28
29#data
30<html><ruby>a<rb>b<rtc></ruby></html>
31#errors
32(1,6): expected-doctype-but-got-start-tag
33#document
34| <html>
35| <head>
36| <body>
37| <ruby>
38| "a"
39| <rb>
40| "b"
41| <rtc>
42
43#data
44<html><ruby>a<rb>b<rp></ruby></html>
45#errors
46(1,6): expected-doctype-but-got-start-tag
47#document
48| <html>
49| <head>
50| <body>
51| <ruby>
52| "a"
53| <rb>
54| "b"
55| <rp>
56
57#data
58<html><ruby>a<rb>b<span></ruby></html>
59#errors
60(1,6): expected-doctype-but-got-start-tag
61(1,31): unexpected-end-tag
62#document
63| <html>
64| <head>
65| <body>
66| <ruby>
67| "a"
68| <rb>
69| "b"
70| <span>
71
72#data
73<html><ruby>a<rt>b<rb></ruby></html>
74#errors
75(1,6): expected-doctype-but-got-start-tag
76#document
77| <html>
78| <head>
79| <body>
80| <ruby>
81| "a"
82| <rt>
83| "b"
84| <rb>
85
86#data
87<html><ruby>a<rt>b<rt></ruby></html>
88#errors
89(1,6): expected-doctype-but-got-start-tag
90#document
91| <html>
92| <head>
93| <body>
94| <ruby>
95| "a"
96| <rt>
97| "b"
98| <rt>
99
100#data
101<html><ruby>a<rt>b<rtc></ruby></html>
102#errors
103(1,6): expected-doctype-but-got-start-tag
104#document
105| <html>
106| <head>
107| <body>
108| <ruby>
109| "a"
110| <rt>
111| "b"
112| <rtc>
113
114#data
115<html><ruby>a<rt>b<rp></ruby></html>
116#errors
117(1,6): expected-doctype-but-got-start-tag
118#document
119| <html>
120| <head>
121| <body>
122| <ruby>
123| "a"
124| <rt>
125| "b"
126| <rp>
127
128#data
129<html><ruby>a<rt>b<span></ruby></html>
130#errors
131(1,6): expected-doctype-but-got-start-tag
132(1,31): unexpected-end-tag
133#document
134| <html>
135| <head>
136| <body>
137| <ruby>
138| "a"
139| <rt>
140| "b"
141| <span>
142
143#data
144<html><ruby>a<rtc>b<rb></ruby></html>
145#errors
146(1,6): expected-doctype-but-got-start-tag
147#document
148| <html>
149| <head>
150| <body>
151| <ruby>
152| "a"
153| <rtc>
154| "b"
155| <rb>
156
157#data
158<html><ruby>a<rtc>b<rt>c<rt>d</ruby></html>
159#errors
160(1,6): expected-doctype-but-got-start-tag
161#document
162| <html>
163| <head>
164| <body>
165| <ruby>
166| "a"
167| <rtc>
168| "b"
169| <rt>
170| "c"
171| <rt>
172| "d"
173
174#data
175<html><ruby>a<rtc>b<rtc></ruby></html>
176#errors
177(1,6): expected-doctype-but-got-start-tag
178#document
179| <html>
180| <head>
181| <body>
182| <ruby>
183| "a"
184| <rtc>
185| "b"
186| <rtc>
187
188#data
189<html><ruby>a<rtc>b<rp></ruby></html>
190#errors
191(1,6): expected-doctype-but-got-start-tag
192#document
193| <html>
194| <head>
195| <body>
196| <ruby>
197| "a"
198| <rtc>
199| "b"
200| <rp>
201
202#data
203<html><ruby>a<rtc>b<span></ruby></html>
204#errors
205(1,6): expected-doctype-but-got-start-tag
206#document
207| <html>
208| <head>
209| <body>
210| <ruby>
211| "a"
212| <rtc>
213| "b"
214| <span>
215
216#data
217<html><ruby>a<rp>b<rb></ruby></html>
218#errors
219(1,6): expected-doctype-but-got-start-tag
220#document
221| <html>
222| <head>
223| <body>
224| <ruby>
225| "a"
226| <rp>
227| "b"
228| <rb>
229
230#data
231<html><ruby>a<rp>b<rt></ruby></html>
232#errors
233(1,6): expected-doctype-but-got-start-tag
234#document
235| <html>
236| <head>
237| <body>
238| <ruby>
239| "a"
240| <rp>
241| "b"
242| <rt>
243
244#data
245<html><ruby>a<rp>b<rtc></ruby></html>
246#errors
247(1,6): expected-doctype-but-got-start-tag
248#document
249| <html>
250| <head>
251| <body>
252| <ruby>
253| "a"
254| <rp>
255| "b"
256| <rtc>
257
258#data
259<html><ruby>a<rp>b<rp></ruby></html>
260#errors
261(1,6): expected-doctype-but-got-start-tag
262#document
263| <html>
264| <head>
265| <body>
266| <ruby>
267| "a"
268| <rp>
269| "b"
270| <rp>
271
272#data
273<html><ruby>a<rp>b<span></ruby></html>
274#errors
275(1,6): expected-doctype-but-got-start-tag
276(1,31): unexpected-end-tag
277#document
278| <html>
279| <head>
280| <body>
281| <ruby>
282| "a"
283| <rp>
284| "b"
285| <span>
286
287#data
288<html><ruby><rtc><ruby>a<rb>b<rt></ruby></ruby></html>
289#errors
290(1,6): expected-doctype-but-got-start-tag
291#document
292| <html>
293| <head>
294| <body>
295| <ruby>
296| <rtc>
297| <ruby>
298| "a"
299| <rb>
300| "b"
301| <rt>
View as plain text