/[suikacvs]/markup/html/whatpm/t/content-model-1.dat
Suika

Contents of /markup/html/whatpm/t/content-model-1.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.70 - (hide annotations) (download)
Sun Aug 31 12:40:09 2008 UTC (17 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.69: +57 -0 lines
++ whatpm/t/ChangeLog	31 Aug 2008 12:28:19 -0000
	* content-model-1.dat, content-model-2.dat: |event-source|
	is renamed as |eventsource| (HTML5 revision 1863).

2008-08-31  Wakaba  <wakaba@suika.fam.cx>

	* content-model-2.dat: Uppercase letters are not allowed
	as embed custom attributes (HTML5 revision 1946).

2008-08-31  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	31 Aug 2008 12:28:43 -0000
	* HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision
	1863).

2008-08-31  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Uppercase attribute names for embed elements
	are disallowed (HTML5 revision 1946).

2008-08-31  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 #data
2     <html></html>
3     #errors
4 wakaba 1.67 /html;unknown element;u
5 wakaba 1.1
6     #data
7 wakaba 1.7 <unknown xmlns="http://www.w3.org/1999/xhtml"></unknown>
8     #errors
9 wakaba 1.43 /unknown;element not defined;m
10 wakaba 1.7
11     #data
12     <p xmlns="http://www.w3.org/1999/xhtml"><unknown/></p>
13     #errors
14 wakaba 1.27 /p/unknown;element not allowed:phrasing;m
15 wakaba 1.43 /p/unknown;element not defined;m
16 wakaba 1.25 /p;no significant content;s
17 wakaba 1.7
18     #data
19 wakaba 1.1 <html xmlns="http://www.w3.org/1999/xhtml"></html>
20     #errors
21 wakaba 1.67 /html;child element missing;head;m
22     /html;child element missing;body;m
23 wakaba 1.1
24     #data
25     <html xmlns="http://www.w3.org/1999/xhtml"><head></head></html>
26     #errors
27 wakaba 1.67 /html;child element missing;body;m
28     /html/head;child element missing;title;m
29 wakaba 1.1
30     #data
31     <html xmlns="http://www.w3.org/1999/xhtml"><body></body></html>
32     #errors
33 wakaba 1.67 /html/body;ps element missing;head;m
34 wakaba 1.25 /html/body;no significant content;s
35 wakaba 1.1
36     #data
37     <html xmlns="http://www.w3.org/1999/xhtml"><p></p></html>
38     #errors
39 wakaba 1.67 /html/p;element not allowed;m
40     /html;child element missing;head;m
41     /html;child element missing;body;m
42 wakaba 1.25 /html/p;no significant content;s
43 wakaba 1.1
44     #data
45     <html xmlns="http://www.w3.org/1999/xhtml">a</html>
46     #errors
47 wakaba 1.67 /html/"a";character not allowed;m
48     /html;child element missing;head;m
49     /html;child element missing;body;m
50 wakaba 1.1
51     #data
52     <html xmlns="http://www.w3.org/1999/xhtml"> </html>
53     #errors
54 wakaba 1.67 /html;child element missing;head;m
55     /html;child element missing;body;m
56 wakaba 1.1
57     #data
58     <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body></html>
59     #errors
60 wakaba 1.67 /html/head;child element missing;title;m
61 wakaba 1.25 /html/body;no significant content;s
62 wakaba 1.1
63     #data
64     <html xmlns="http://www.w3.org/1999/xhtml"><head></head>a<body></body></html>
65     #errors
66 wakaba 1.67 /html/head;child element missing;title;m
67     /html/"a";character not allowed;m
68 wakaba 1.25 /html/body;no significant content;s
69 wakaba 1.1
70     #data
71     <html xmlns="http://www.w3.org/1999/xhtml">a<head></head><body></body></html>
72     #errors
73 wakaba 1.67 /html/"a";character not allowed;m
74     /html/head;child element missing;title;m
75 wakaba 1.25 /html/body;no significant content;s
76 wakaba 1.1
77     #data
78     <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body>a</html>
79     #errors
80 wakaba 1.67 /html/head;child element missing;title;m
81     /html/"a";character not allowed;m
82 wakaba 1.25 /html/body;no significant content;s
83 wakaba 1.1
84     #data
85     <html xmlns="http://www.w3.org/1999/xhtml"> <head></head> <body></body> </html>
86     #errors
87 wakaba 1.67 /html/head;child element missing;title;m
88 wakaba 1.25 /html/body;no significant content;s
89 wakaba 1.1
90     #data
91     <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body><p></p></html>
92     #errors
93 wakaba 1.67 /html/head;child element missing;title;m
94     /html/p;element not allowed;m
95 wakaba 1.25 /html/body;no significant content;s
96     /html/p;no significant content;s
97 wakaba 1.1
98     #data
99     <head xmlns="http://www.w3.org/1999/xhtml">
100     <base href="http://www.w3.org/"/>
101     </head>
102     #errors
103 wakaba 1.67 /head;child element missing;title;m
104 wakaba 1.1
105     #data
106     <head xmlns="http://www.w3.org/1999/xhtml">
107     <command/>
108     </head>
109     #errors
110 wakaba 1.67 /head;child element missing;title;m
111 wakaba 1.1
112     #data
113     <head xmlns="http://www.w3.org/1999/xhtml">
114     <event-source/>
115     </head>
116     #errors
117 wakaba 1.67 /head;child element missing;title;m
118 wakaba 1.70 /head/event-source;element not defined;m
119    
120     #data
121     <head xmlns="http://www.w3.org/1999/xhtml">
122     <eventsource/>
123     </head>
124     #errors
125     /head;child element missing;title;m
126 wakaba 1.1
127     #data
128     <head xmlns="http://www.w3.org/1999/xhtml">
129 wakaba 1.10 <link rel="author" href="mailto:a@example.com"/>
130 wakaba 1.1 </head>
131     #errors
132 wakaba 1.67 /head;child element missing;title;m
133 wakaba 1.1
134     #data
135 wakaba 1.26 <html xmlns="http://www.w3.org/1999/xhtml">
136     <head>
137 wakaba 1.1 <meta charset="us-ascii"/>
138     </head>
139 wakaba 1.26 <body>x</body>
140     </html>
141 wakaba 1.1 #errors
142 wakaba 1.67 /html/head;child element missing;title;m
143 wakaba 1.29 /html/head/meta;in XML:charset;m
144 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
145 wakaba 1.1
146     #data
147     <head xmlns="http://www.w3.org/1999/xhtml">
148     <meta name="keywords" content="html5"/>
149     </head>
150     #errors
151 wakaba 1.67 /head;child element missing;title;m
152 wakaba 1.1
153     #data
154     <head xmlns="http://www.w3.org/1999/xhtml">
155     <script type="text/javascript"/>
156     </head>
157     #errors
158 wakaba 1.67 /head;child element missing;title;m
159 wakaba 1.24 /head/script/@type;IMT:obsolete subtype;w
160 wakaba 1.62 /head/script;SUBDOC
161 wakaba 1.1
162     #data
163     <head xmlns="http://www.w3.org/1999/xhtml">
164     <style type="text/css"/>
165     </head>
166     #errors
167 wakaba 1.67 /head;child element missing;title;m
168 wakaba 1.53 /head/style;SUBDOC
169 wakaba 1.1
170     #data
171     <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title></head><body></body></html>
172     #errors
173 wakaba 1.25 /html/body;no significant content;s
174 wakaba 1.1
175     #data
176     <head xmlns="http://www.w3.org/1999/xhtml">
177     <base href="http://www.w3.org/"/>
178     <title/>
179     </head>
180     #errors
181    
182     #data
183     <head xmlns="http://www.w3.org/1999/xhtml">
184     <title/>
185     <base href="http://www.w3.org/"/>
186     </head>
187     #errors
188    
189     #data
190     <head xmlns="http://www.w3.org/1999/xhtml">
191     <command/>
192     <title/>
193     </head>
194     #errors
195    
196     #data
197     <head xmlns="http://www.w3.org/1999/xhtml">
198     <title/>
199     <command/>
200     </head>
201     #errors
202    
203     #data
204     <head xmlns="http://www.w3.org/1999/xhtml">
205     <event-source/>
206     <title/>
207     </head>
208     #errors
209 wakaba 1.70 /head/event-source;element not defined;m
210    
211     #data
212     <head xmlns="http://www.w3.org/1999/xhtml">
213     <eventsource/>
214     <title/>
215     </head>
216     #errors
217 wakaba 1.1
218     #data
219     <head xmlns="http://www.w3.org/1999/xhtml">
220     <title/>
221     <event-source/>
222     </head>
223     #errors
224 wakaba 1.70 /head/event-source;element not defined;m
225    
226     #data
227     <head xmlns="http://www.w3.org/1999/xhtml">
228     <title/>
229     <eventsource/>
230     </head>
231     #errors
232 wakaba 1.1
233     #data
234     <head xmlns="http://www.w3.org/1999/xhtml">
235 wakaba 1.10 <link rel="author" href="mailto:a@example.com"/>
236 wakaba 1.1 <title/>
237     </head>
238     #errors
239    
240     #data
241     <head xmlns="http://www.w3.org/1999/xhtml">
242     <title/>
243 wakaba 1.10 <link rel="author" href="mailto:a@example.com"/>
244 wakaba 1.1 </head>
245     #errors
246    
247     #data
248     <head xmlns="http://www.w3.org/1999/xhtml">
249 wakaba 1.20 <meta/>
250     <title/>
251     </head>
252     #errors
253 wakaba 1.67 /head/meta;attribute missing:name|http-equiv|charset;m
254 wakaba 1.20
255     #data
256 wakaba 1.26 <html xmlns="http://www.w3.org/1999/xhtml">
257     <head>
258 wakaba 1.1 <meta charset="us-ascii"/>
259 wakaba 1.26 <title>x</title>
260 wakaba 1.1 </head>
261 wakaba 1.26 <body>t</body>
262     </html>
263 wakaba 1.1 #errors
264 wakaba 1.29 /html/head/meta;in XML:charset;m
265 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
266 wakaba 1.1
267     #data
268 wakaba 1.26 <html xmlns="http://www.w3.org/1999/xhtml">
269     <head>
270     <title>x</title>
271 wakaba 1.1 <meta charset="us-ascii"/>
272     </head>
273 wakaba 1.26 <body>y</body>
274     </html>
275 wakaba 1.1 #errors
276 wakaba 1.29 /html/head/meta;element not allowed:meta charset;m
277     /html/head/meta;in XML:charset;m
278 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
279 wakaba 1.1
280     #data
281     <head xmlns="http://www.w3.org/1999/xhtml">
282     <meta name="keywords" content="html5"/>
283     <title/>
284     </head>
285     #errors
286    
287     #data
288     <head xmlns="http://www.w3.org/1999/xhtml">
289     <title/>
290     <meta name="keywords" content="html5"/>
291     </head>
292     #errors
293    
294     #data
295     <head xmlns="http://www.w3.org/1999/xhtml">
296     <script type="text/javascript"/>
297     <title/>
298     </head>
299     #errors
300 wakaba 1.24 /head/script/@type;IMT:obsolete subtype;w
301 wakaba 1.62 /head/script;SUBDOC
302 wakaba 1.1
303     #data
304     <head xmlns="http://www.w3.org/1999/xhtml">
305     <title/>
306     <script type="text/javascript"/>
307     </head>
308     #errors
309 wakaba 1.24 /head/script/@type;IMT:obsolete subtype;w
310 wakaba 1.62 /head/script;SUBDOC
311 wakaba 1.1
312     #data
313     <head xmlns="http://www.w3.org/1999/xhtml">
314     <style type="text/css"/>
315     <title/>
316     </head>
317     #errors
318 wakaba 1.53 /head/style;SUBDOC
319 wakaba 1.1
320     #data
321     <head xmlns="http://www.w3.org/1999/xhtml">
322     <title/>
323     <style type="text/css"/>
324     </head>
325     #errors
326 wakaba 1.53 /head/style;SUBDOC
327 wakaba 1.1
328     #data
329     <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><title></title></head><body></body></html>
330     #errors
331 wakaba 1.27 /html/head/title;element not allowed:head title;m
332 wakaba 1.25 /html/body;no significant content;s
333 wakaba 1.1
334     #data
335     <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><p></p></head><body></body></html>
336     #errors
337 wakaba 1.27 /html/head/p;element not allowed:metadata;m
338 wakaba 1.25 /html/head/p;no significant content;s
339     /html/body;no significant content;s
340 wakaba 1.1
341     #data
342 wakaba 1.26 <html xmlns="http://www.w3.org/1999/xhtml">
343     <head><meta charset="us-ascii"/><base/><title>x</title></head>
344     <body>ty</body>
345     </html>
346 wakaba 1.1 #errors
347 wakaba 1.29 /html/head/meta;in XML:charset;m
348 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
349     /html/head/base;attribute missing:href|target;m
350 wakaba 1.1
351     #data
352 wakaba 1.26 <html xmlns="http://www.w3.org/1999/xhtml"><head><meta charset="us-ascii"/><title>x</title><base/></head>
353     <body>y</body></html>
354 wakaba 1.1 #errors
355 wakaba 1.67 /html/head/base;attribute missing:href|target;m
356 wakaba 1.29 /html/head/meta;in XML:charset;m
357 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
358 wakaba 1.1
359     #data
360 wakaba 1.26 <html xmlns="http://www.w3.org/1999/xhtml"><head><title>y</title><base/></head><body>ty</body></html>
361 wakaba 1.1 #errors
362 wakaba 1.67 /html/head/base;attribute missing:href|target;m
363 wakaba 1.1
364     #data
365 wakaba 1.26 <html xmlns="http://www.w3.org/1999/xhtml"><head><title>x</title><base/><meta charset="us-ascii"/></head><body>x</body></html>
366 wakaba 1.1 #errors
367 wakaba 1.67 /html/head/base;attribute missing:href|target;m
368 wakaba 1.29 /html/head/meta;element not allowed:meta charset;m
369     /html/head/meta;in XML:charset;m
370 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
371 wakaba 1.1
372     #data
373 wakaba 1.26 <html xmlns="http://www.w3.org/1999/xhtml">
374     <head>
375 wakaba 1.1 <meta charset="us-ascii"/>
376 wakaba 1.26 <title>x</title>
377 wakaba 1.1 <base href="http://www.w3.org/"/>
378     </head>
379 wakaba 1.26 <body>y</body>
380     </html>
381 wakaba 1.1 #errors
382 wakaba 1.29 /html/head/meta;in XML:charset;m
383 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
384 wakaba 1.1
385     #data
386 wakaba 1.26 <html xmlns="http://www.w3.org/1999/xhtml">
387     <head>
388 wakaba 1.1 <base href="http://www.w3.org/"/>
389     <meta charset="us-ascii"/>
390 wakaba 1.26 <title>x</title>
391 wakaba 1.1 </head>
392 wakaba 1.26 <body>ty</body>
393     </html>
394 wakaba 1.1 #errors
395 wakaba 1.29 /html/head/meta;element not allowed:meta charset;m
396     /html/head/meta;in XML:charset;m
397 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
398 wakaba 1.1
399     #data
400 wakaba 1.26 <html xmlns="http://www.w3.org/1999/xhtml">
401     <head>
402 wakaba 1.1 <base href="http://www.w3.org/"/>
403 wakaba 1.26 <title>x</title>
404 wakaba 1.1 <meta charset="us-ascii"/>
405     </head>
406 wakaba 1.26 <body>xx</body>
407     </html>
408 wakaba 1.1 #errors
409 wakaba 1.29 /html/head/meta;element not allowed:meta charset;m
410     /html/head/meta;in XML:charset;m
411 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
412 wakaba 1.1
413     #data
414     <head xmlns="http://www.w3.org/1999/xhtml">
415     <base href="http://www.w3.org/"/>
416     <meta name="keywords" content="html5"/>
417     <title/>
418     </head>
419     #errors
420    
421     #data
422     <head xmlns="http://www.w3.org/1999/xhtml">
423     <base href="http://www.w3.org/"/>
424     <title/>
425     <meta name="keywords" content="html5"/>
426     </head>
427     #errors
428    
429     #data
430 wakaba 1.26 <html xmlns="http://www.w3.org/1999/xhtml">
431     <head>
432 wakaba 1.1 <meta name="keywords" content="html5"/>
433     <meta charset="us-ascii"/>
434 wakaba 1.26 <title>xx</title>
435 wakaba 1.1 </head>
436 wakaba 1.26 <body>xx</body>
437     </html>
438 wakaba 1.1 #errors
439 wakaba 1.29 /html/head/meta;element not allowed:meta charset;m
440     /html/head/meta;in XML:charset;m
441 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
442 wakaba 1.1
443     #data
444 wakaba 1.26 <html xmlns="http://www.w3.org/1999/xhtml">
445     <head>
446 wakaba 1.1 <meta charset="us-ascii"/>
447     <meta name="keywords" content="html5"/>
448 wakaba 1.26 <title>x</title>
449     </head>
450     <body>xx</body>
451     </html>
452     #errors
453 wakaba 1.29 /html/head/meta;in XML:charset;m
454 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
455 wakaba 1.26
456     #data
457     <head xmlns="http://www.w3.org/1999/xhtml">
458     <title>a</title>
459     <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
460 wakaba 1.1 </head>
461     #errors
462    
463     #data
464     <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml"></base>
465     #errors
466    
467     #data
468     <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml"> </base>
469     #errors
470    
471     #data
472     <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml">a</base>
473     #errors
474 wakaba 1.27 /base/"a";character not allowed:empty;m
475 wakaba 1.1
476     #data
477     <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml"><p/></base>
478     #errors
479 wakaba 1.27 /base/p;element not allowed:empty;m
480 wakaba 1.25 /base/p;no significant content;s
481 wakaba 1.1
482     #data
483 wakaba 1.26 <head xmlns="http://www.w3.org/1999/xhtml">
484     <base href=""/>
485     <base href=""/>
486     <title>x</title>
487     </head>
488     #errors
489 wakaba 1.67 /head/base;element not allowed:base;m
490     /head/base;basehref after URL attribute;m
491 wakaba 1.26
492     #data
493     <head xmlns="http://www.w3.org/1999/xhtml">
494     <base href=""/>
495     <base target=""/>
496     <title>x</title>
497     </head>
498     #errors
499 wakaba 1.67 /head/base;element not allowed:base;m
500 wakaba 1.56 /head/base/@target;window name:empty;m
501 wakaba 1.26
502     #data
503     <head xmlns="http://www.w3.org/1999/xhtml">
504     <base target=""/>
505     <base href=""/>
506     <title>x</title>
507     </head>
508     #errors
509 wakaba 1.67 /head/base;element not allowed:base;m
510 wakaba 1.56 /head/base/@target;window name:empty;m
511 wakaba 1.26
512     #data
513     <html xmlns="http://www.w3.org/1999/xhtml">
514     <head>
515     <title>a</title>
516     </head>
517     <head>
518     <title>b</title>
519     <base href=""/>
520     </head>
521     <body>x</body>
522     </html>
523     #errors
524 wakaba 1.67 /html/head;element not allowed;m
525 wakaba 1.26
526     #data
527     <html xmlns="http://www.w3.org/1999/xhtml">
528     <head>
529     <base href=""/>
530     <title>a</title>
531     </head>
532     <head>
533     <title>b</title>
534     <base href=""/>
535     </head>
536     <body>x</body>
537     </html>
538     #errors
539 wakaba 1.67 /html/head;element not allowed;m
540     /html/head/base;element not allowed:base;m
541     /html/head/base;basehref after URL attribute;m
542 wakaba 1.26
543     #data
544 wakaba 1.10 <link rel="author" href="mailto:a@example.com"
545     xmlns="http://www.w3.org/1999/xhtml"></link>
546 wakaba 1.1 #errors
547    
548     #data
549 wakaba 1.10 <link rel="author" href="mailto:a@example.com"
550     xmlns="http://www.w3.org/1999/xhtml"> </link>
551 wakaba 1.1 #errors
552    
553     #data
554 wakaba 1.10 <link rel="author" href="mailto:a@example.com"
555     xmlns="http://www.w3.org/1999/xhtml">a</link>
556 wakaba 1.1 #errors
557 wakaba 1.27 /link/"a";character not allowed:empty;m
558 wakaba 1.1
559     #data
560 wakaba 1.10 <link rel="author" href="mailto:a@example.com"
561     xmlns="http://www.w3.org/1999/xhtml"><p/></link>
562 wakaba 1.1 #errors
563 wakaba 1.27 /link/p;element not allowed:empty;m
564 wakaba 1.25 /link/p;no significant content;s
565 wakaba 1.1
566     #data
567     <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"></meta>
568     #errors
569 wakaba 1.29 /meta;element not allowed:meta charset;m
570     /meta;in XML:charset;m
571 wakaba 1.67 /meta/@charset;mismatched charset name not checked;u
572 wakaba 1.1
573     #data
574     <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"> </meta>
575     #errors
576 wakaba 1.29 /meta;element not allowed:meta charset;m
577     /meta;in XML:charset;m
578 wakaba 1.67 /meta/@charset;mismatched charset name not checked;u
579 wakaba 1.1
580     #data
581     <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml">a</meta>
582     #errors
583 wakaba 1.29 /meta;element not allowed:meta charset;m
584 wakaba 1.27 /meta/"a";character not allowed:empty;m
585 wakaba 1.29 /meta;in XML:charset;m
586 wakaba 1.67 /meta/@charset;mismatched charset name not checked;u
587 wakaba 1.1
588     #data
589     <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"><p/></meta>
590     #errors
591 wakaba 1.29 /meta;element not allowed:meta charset;m
592 wakaba 1.27 /meta/p;element not allowed:empty;m
593 wakaba 1.29 /meta;in XML:charset;m
594 wakaba 1.67 /meta/@charset;mismatched charset name not checked;u
595 wakaba 1.25 /meta/p;no significant content;s
596 wakaba 1.1
597     #data
598 wakaba 1.26 <html xmlns="http://www.w3.org/1999/xhtml">
599     <head>
600     <meta charset="us-ascii"/>
601     <title>x</title>
602     </head>
603     <body>x</body>
604     </html>
605     #errors
606 wakaba 1.29 /html/head/meta;in XML:charset;m
607 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
608 wakaba 1.26
609     #data
610     <html xmlns="http://www.w3.org/1999/xhtml">
611     <head>
612     <meta charset="us-ascii"/>
613     <meta charset="iso-8859-1"/>
614     <title>x</title>
615     </head>
616     <body>x</body>
617     </html>
618     #errors
619 wakaba 1.29 /html/head/meta;in XML:charset;m
620     /html/head/meta;element not allowed:meta charset;m
621 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
622 wakaba 1.29 /html/head/meta;in XML:charset;m
623 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
624 wakaba 1.26
625     #data
626     <html xmlns="http://www.w3.org/1999/xhtml">
627     <head>
628     <title>x</title>
629     <meta charset="us-ascii"/>
630     </head>
631     <body>x</body>
632     </html>
633     #errors
634 wakaba 1.29 /html/head/meta;in XML:charset;m
635     /html/head/meta;element not allowed:meta charset;m
636 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
637 wakaba 1.26
638     #data
639     <html xmlns="http://www.w3.org/1999/xhtml">
640     <head>
641     <title>x</title>
642     </head>
643     <head>
644     <meta charset="us-ascii"/>
645     <title>y</title>
646     </head>
647     <body>x</body>
648     </html>
649     #errors
650 wakaba 1.67 /html/head;element not allowed;m
651 wakaba 1.29 /html/head/meta;in XML:charset;m
652     /html/head/meta;element not allowed:meta charset;m
653 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
654 wakaba 1.26
655     #data
656     <html xmlns="http://www.w3.org/1999/xhtml">
657     <body>x</body>
658     <head>
659     <meta charset="us-ascii"/>
660     <title>y</title>
661     </head>
662     </html>
663     #errors
664 wakaba 1.67 /html/body;ps element missing;head;m
665     /html/head;element not allowed;m
666 wakaba 1.29 /html/head/meta;in XML:charset;m
667 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
668 wakaba 1.26
669     #data
670     <svg xmlns="http://www.w3.org/2000/svg">
671     <foreignObject>
672     <html xmlns="http://www.w3.org/1999/xhtml">
673     <head>
674     <meta charset="us-ascii"/>
675     <title>xx</title>
676     </head>
677     <body>yy</body>
678     </html>
679     </foreignObject>
680     </svg>
681     #errors
682 wakaba 1.29 /svg/foreignObject/html/head/meta;element not allowed:meta charset;m
683     /svg/foreignObject/html/head/meta;in XML:charset;m
684 wakaba 1.67 /svg/foreignObject/html/head/meta/@charset;mismatched charset name not checked;u
685     /svg;unknown element;u
686     /svg/foreignObject;unknown element;u
687 wakaba 1.26
688     #data
689 wakaba 1.19 <head xmlns="http://www.w3.org/1999/xhtml">
690 wakaba 1.31 <title>x</title>
691     <noscript>
692     <link rel="stylesheet" href=""/>
693     </noscript>
694     </head>
695     #errors
696 wakaba 1.67 /head/noscript;in XML:noscript;m
697 wakaba 1.31
698     #data
699     <head xmlns="http://www.w3.org/1999/xhtml">
700     <title>x</title>
701     <noscript>
702     <link rel="alternate" type="text/html" href=""/>
703     </noscript>
704     </head>
705     #errors
706 wakaba 1.67 /head/noscript;in XML:noscript;m
707 wakaba 1.31
708     #data
709     <head xmlns="http://www.w3.org/1999/xhtml">
710 wakaba 1.19 <title/>
711     <noscript>
712     <meta charset="us-ascii"/>
713     </noscript>
714     </head>
715     #errors
716 wakaba 1.67 /head/noscript;in XML:noscript;m
717 wakaba 1.42 /head/noscript/meta;element not allowed:head noscript;m
718 wakaba 1.29 /head/noscript/meta;element not allowed:meta charset;m
719     /head/noscript/meta;in XML:charset;m
720 wakaba 1.67 /head/noscript/meta/@charset;mismatched charset name not checked;u
721 wakaba 1.20
722 wakaba 1.30 #data html
723     <!DOCTYPE HTML>
724     <meta http-equiv=content-type content="text/html; charset=us-ascii">
725     <title>x</title>
726     <body>y</body>
727     #errors
728 wakaba 1.67 /html/head/meta/@content;mismatched charset name not checked;u
729 wakaba 1.30
730     #data html
731     <!DOCTYPE HTML>
732     <title>x</title>
733     <meta http-equiv=content-type content="text/html; charset=us-ascii">
734     <body>y</body>
735     #errors
736 wakaba 1.67 /html/head/meta/@content;mismatched charset name not checked;u
737 wakaba 1.30 /html/head/meta;element not allowed:meta charset;m
738    
739     #data html
740     <!DOCTYPE HTML>
741     <meta charset=us-ascii>
742     <meta http-equiv=content-type content="text/html; charset=us-ascii">
743     <title>x</title>
744     <body>y</body>
745     #errors
746 wakaba 1.67 /html/head/meta/@charset;mismatched charset name not checked;u
747     /html/head/meta/@content;mismatched charset name not checked;u
748 wakaba 1.30 /html/head/meta;element not allowed:meta charset;m
749    
750     #data html
751     <!DOCTYPE HTML>
752     <meta http-equiv=content-type content="text/html; charset=us-ascii">
753     <meta charset=us-ascii>
754     <title>x</title>
755     <body>y</body>
756     #errors
757 wakaba 1.67 /html/head/meta/@content;mismatched charset name not checked;u
758     /html/head/meta/@charset;mismatched charset name not checked;u
759 wakaba 1.30 /html/head/meta;element not allowed:meta charset;m
760    
761     #data html
762     <!DOCTYPE HTML>
763     <meta http-equiv=content-type content="text/html; charset=us-ascii">
764     <meta http-equiv=content-type content="text/html; charset=us-ascii">
765     <title>x</title>
766     <body>y</body>
767     #errors
768 wakaba 1.67 /html/head/meta/@content;mismatched charset name not checked;u
769     /html/head/meta/@content;mismatched charset name not checked;u
770 wakaba 1.30 /html/head/meta;element not allowed:meta charset;m
771 wakaba 1.61 /html/head/meta/@http-equiv;duplicate http-equiv;m
772 wakaba 1.30
773 wakaba 1.20 #data
774     <head xmlns="http://www.w3.org/1999/xhtml">
775     <title/>
776     <noscript>
777     <meta/>
778     </noscript>
779     </head>
780     #errors
781 wakaba 1.67 /head/noscript;in XML:noscript;m
782 wakaba 1.31 /head/noscript/meta;element not allowed:head noscript;m
783 wakaba 1.67 /head/noscript/meta;attribute missing:name|http-equiv|charset;m
784 wakaba 1.20
785     #data
786     <head xmlns="http://www.w3.org/1999/xhtml">
787     <title/>
788     <noscript>
789     <meta http-equiv="content-style-type" content="text/css"/>
790     </noscript>
791     </head>
792     #errors
793 wakaba 1.67 /head/noscript;in XML:noscript;m
794     /head/noscript/meta/@http-equiv;enumerated:invalid;m
795 wakaba 1.20
796     #data
797     <head xmlns="http://www.w3.org/1999/xhtml">
798     <title/>
799     <noscript>
800     <meta name="keywords" content=""/>
801     </noscript>
802     </head>
803     #errors
804 wakaba 1.67 /head/noscript;in XML:noscript;m
805 wakaba 1.31 /head/noscript/meta;element not allowed:head noscript;m
806 wakaba 1.20
807     #data
808     <head xmlns="http://www.w3.org/1999/xhtml">
809     <title/>
810     <noscript>
811     <meta name="keywords" content="" http-equiv="keywords"/>
812     </noscript>
813     </head>
814     #errors
815 wakaba 1.67 /head/noscript;in XML:noscript;m
816     /head/noscript/meta/@http-equiv;attribute not allowed;m
817     /head/noscript/meta/@http-equiv;enumerated:invalid;m
818 wakaba 1.30
819     #data
820     <head xmlns="http://www.w3.org/1999/xhtml">
821     <title>x</title>
822     <noscript>
823     <meta http-equiv="content-type" content="text/html; charset=us-ascii"/>
824     </noscript>
825     </head>
826     #errors
827 wakaba 1.67 /head/noscript;in XML:noscript;m
828 wakaba 1.42 /head/noscript/meta;element not allowed:head noscript;m
829 wakaba 1.30 /head/noscript/meta;element not allowed:meta charset;m
830     /head/noscript/meta;in XML:charset;m
831 wakaba 1.67 /head/noscript/meta/@content;mismatched charset name not checked;u
832 wakaba 1.31
833     #data
834     <head xmlns="http://www.w3.org/1999/xhtml">
835     <title>x</title>
836     <noscript>
837     <style/>
838     </noscript>
839     </head>
840     #errors
841 wakaba 1.53 /head/noscript/style;SUBDOC
842 wakaba 1.67 /head/noscript;in XML:noscript;m
843 wakaba 1.31
844     #data
845     <head xmlns="http://www.w3.org/1999/xhtml">
846     <title>x</title>
847     <noscript>
848     <style scoped=""/>
849     </noscript>
850     </head>
851     #errors
852     /head/noscript/style;element not allowed:head noscript;m
853 wakaba 1.53 /head/noscript/style;SUBDOC
854 wakaba 1.67 /head/noscript;in XML:noscript;m
855 wakaba 1.31
856     #data
857     <head xmlns="http://www.w3.org/1999/xhtml">
858     <title>x</title>
859     <noscript>
860     <base href=""/>
861     </noscript>
862     </head>
863     #errors
864     /head/noscript/base;element not allowed:head noscript;m
865 wakaba 1.67 /head/noscript;in XML:noscript;m
866 wakaba 1.31
867     #data
868     <head xmlns="http://www.w3.org/1999/xhtml">
869     <title>x</title>
870     <noscript>
871     <unknown:unknown xmlns:unknown="about:"/>
872     </noscript>
873     </head>
874     #errors
875 wakaba 1.67 /head/noscript/unknown;unknown element;u
876 wakaba 1.31 /head/noscript/unknown;element not allowed:head noscript;m
877 wakaba 1.67 /head/noscript;in XML:noscript;m
878 wakaba 1.19
879     #data
880 wakaba 1.1 <style type="text/css" xmlns="http://www.w3.org/1999/xhtml"></style>
881     #errors
882 wakaba 1.53 /style;SUBDOC
883 wakaba 1.1
884     #data
885     <style type="text/css" xmlns="http://www.w3.org/1999/xhtml">
886     p {color: green}
887     </style>
888     #errors
889 wakaba 1.53 /style;SUBDOC
890 wakaba 1.1
891 wakaba 1.2 #data
892     <body xmlns="http://www.w3.org/1999/xhtml"></body>
893     #errors
894 wakaba 1.25 /body;no significant content;s
895 wakaba 1.2
896     #data
897     <body xmlns="http://www.w3.org/1999/xhtml"> </body>
898     #errors
899 wakaba 1.25 /body;no significant content;s
900 wakaba 1.2
901     #data
902     <body xmlns="http://www.w3.org/1999/xhtml">a</body>
903     #errors
904    
905     #data
906     <body xmlns="http://www.w3.org/1999/xhtml"><p/></body>
907     #errors
908 wakaba 1.25 /body;no significant content;s
909     /body/p;no significant content;s
910 wakaba 1.2
911     #data
912     <body xmlns="http://www.w3.org/1999/xhtml"><blockquote/></body>
913     #errors
914 wakaba 1.25 /body;no significant content;s
915     /body/blockquote;no significant content;s
916 wakaba 1.2
917     #data
918     <body xmlns="http://www.w3.org/1999/xhtml"><div/></body>
919     #errors
920 wakaba 1.25 /body;no significant content;s
921     /body/div;no significant content;s
922 wakaba 1.2
923     #data
924     <body xmlns="http://www.w3.org/1999/xhtml">
925     <script type="text/javascript"/>
926     </body>
927     #errors
928 wakaba 1.24 /body/script/@type;IMT:obsolete subtype;w
929 wakaba 1.62 /body/script;SUBDOC
930 wakaba 1.25 /body;no significant content;s
931 wakaba 1.2
932     #data
933     <body xmlns="http://www.w3.org/1999/xhtml"><b/></body>
934     #errors
935 wakaba 1.25 /body;no significant content;s
936     /body/b;no significant content;s
937 wakaba 1.2
938 wakaba 1.3 #data
939 wakaba 1.26 <body xmlns="http://www.w3.org/1999/xhtml">
940     <svg xmlns="http://www.w3.org/2000/svg"/>
941     </body>
942     #errors
943 wakaba 1.67 /body/svg;unknown element;u
944 wakaba 1.26
945     #data
946     <body xmlns="http://www.w3.org/1999/xhtml">
947     <math xmlns="http://www.w3.org/1998/Math/MathML"/>
948     </body>
949     #errors
950 wakaba 1.67 /body/math;unknown element;u
951 wakaba 1.26
952     #data
953     <body xmlns="http://www.w3.org/1999/xhtml">
954     para1<p>para2</p>para3
955     </body>
956     #errors
957    
958     #data
959     <body xmlns="http://www.w3.org/1999/xhtml">
960     <style scoped="scoped"/>
961     para
962     </body>
963     #errors
964 wakaba 1.53 /body/style;SUBDOC
965 wakaba 1.26
966     #data
967     <body xmlns="http://www.w3.org/1999/xhtml">
968     <style/>
969     para
970     </body>
971     #errors
972 wakaba 1.55 /body/style;element not allowed:flow style;m
973 wakaba 1.53 /body/style;SUBDOC
974 wakaba 1.26
975     #data
976     <body xmlns="http://www.w3.org/1999/xhtml">
977     para1
978     <style scoped="scoped"/>
979     para2
980     </body>
981     #errors
982 wakaba 1.55 /body/style;element not allowed:flow style;m
983 wakaba 1.53 /body/style;SUBDOC
984 wakaba 1.26
985     #data
986     <body xmlns="http://www.w3.org/1999/xhtml">
987     <style scoped="scoped"/>
988     <style scoped="scoped"/>
989     para
990     </body>
991     #errors
992 wakaba 1.53 /body/style;SUBDOC
993     /body/style;SUBDOC
994 wakaba 1.26
995     #data
996     <body xmlns="http://www.w3.org/1999/xhtml"><style scoped="scoped"/>
997     para
998     </body>
999     #errors
1000 wakaba 1.53 /body/style;SUBDOC
1001 wakaba 1.26
1002     #data
1003     <body xmlns="http://www.w3.org/1999/xhtml">
1004     <p>xx</p>
1005     <style scoped="scoped"/>
1006     para
1007     </body>
1008     #errors
1009 wakaba 1.55 /body/style;element not allowed:flow style;m
1010 wakaba 1.53 /body/style;SUBDOC
1011 wakaba 1.26
1012     #data
1013     <body xmlns="http://www.w3.org/1999/xhtml">
1014     <style scoped="scoped"/></body>
1015     #errors
1016 wakaba 1.53 /body/style;SUBDOC
1017 wakaba 1.26 /body;no significant content;s
1018    
1019     #data
1020     <body xmlns="http://www.w3.org/1999/xhtml">
1021     <style scoped="scoped"/>
1022     <title>x</title>
1023     </body>
1024     #errors
1025 wakaba 1.55 /body/title;element not allowed:flow;m
1026 wakaba 1.53 /body/style;SUBDOC
1027 wakaba 1.26
1028     #data
1029     <body xmlns="http://www.w3.org/1999/xhtml">
1030     <style scoped="scoped"/>
1031     <unknown/>
1032     </body>
1033     #errors
1034 wakaba 1.55 /body/unknown;element not allowed:flow;m
1035 wakaba 1.43 /body/unknown;element not defined;m
1036 wakaba 1.53 /body/style;SUBDOC
1037 wakaba 1.26 /body;no significant content;s
1038    
1039     #data
1040     <body xmlns="http://www.w3.org/1999/xhtml">
1041     <style scoped="scoped"/>
1042 wakaba 1.27 <unknown>xx</unknown>
1043     </body>
1044     #errors
1045 wakaba 1.43 /body/unknown;element not defined;m
1046 wakaba 1.55 /body/unknown;element not allowed:flow;m
1047 wakaba 1.53 /body/style;SUBDOC
1048 wakaba 1.27
1049     #data
1050     <body xmlns="http://www.w3.org/1999/xhtml">
1051     <style scoped="scoped"/>
1052 wakaba 1.26 <x:unknown xmlns:x="about:"/>
1053     </body>
1054     #errors
1055 wakaba 1.55 /body/unknown;element not allowed:flow;m
1056 wakaba 1.67 /body/unknown;unknown element;u
1057 wakaba 1.53 /body/style;SUBDOC
1058 wakaba 1.26 /body;no significant content;s
1059    
1060     #data
1061     <body xmlns="http://www.w3.org/1999/xhtml">
1062     <style scoped="scoped"/>
1063     <ins>para</ins>
1064     </body>
1065     #errors
1066 wakaba 1.53 /body/style;SUBDOC
1067 wakaba 1.26
1068     #data
1069     <body xmlns="http://www.w3.org/1999/xhtml">
1070     <style scoped="scoped"/>
1071     <del>para</del>
1072     </body>
1073     #errors
1074 wakaba 1.53 /body/style;SUBDOC
1075 wakaba 1.26 /body;no significant content;s
1076    
1077     #data
1078     <body xmlns="http://www.w3.org/1999/xhtml">
1079     <ins><style scoped="scoped"/>
1080     para</ins>
1081     </body>
1082     #errors
1083 wakaba 1.53 /body/ins/style;SUBDOC
1084 wakaba 1.26
1085     #data
1086     <body xmlns="http://www.w3.org/1999/xhtml">
1087     <del><style scoped="scoped"/>
1088     para</del>
1089     </body>
1090     #errors
1091 wakaba 1.53 /body/del/style;SUBDOC
1092 wakaba 1.28 /body;no significant content;s
1093 wakaba 1.26
1094     #data
1095     <body xmlns="http://www.w3.org/1999/xhtml">
1096     <ins/>
1097     <style scoped="scoped"/>
1098     para
1099     </body>
1100     #errors
1101 wakaba 1.53 /body/style;SUBDOC
1102 wakaba 1.26
1103     #data
1104     <body xmlns="http://www.w3.org/1999/xhtml">
1105     <ins><style scoped="scoped"/></ins>
1106     <style scoped="scoped"/>
1107     para
1108     </body>
1109     #errors
1110 wakaba 1.53 /body/ins/style;SUBDOC
1111     /body/style;SUBDOC
1112 wakaba 1.26
1113     #data
1114 wakaba 1.3 <section xmlns="http://www.w3.org/1999/xhtml"></section>
1115     #errors
1116 wakaba 1.25 /section;no significant content;s
1117 wakaba 1.2
1118 wakaba 1.3 #data
1119     <section xmlns="http://www.w3.org/1999/xhtml"> </section>
1120     #errors
1121 wakaba 1.25 /section;no significant content;s
1122 wakaba 1.2
1123 wakaba 1.3 #data
1124     <section xmlns="http://www.w3.org/1999/xhtml">a</section>
1125     #errors
1126    
1127     #data
1128     <section xmlns="http://www.w3.org/1999/xhtml"><p/></section>
1129     #errors
1130 wakaba 1.25 /section;no significant content;s
1131     /section/p;no significant content;s
1132 wakaba 1.3
1133     #data
1134     <section xmlns="http://www.w3.org/1999/xhtml"><blockquote/></section>
1135     #errors
1136 wakaba 1.25 /section;no significant content;s
1137     /section/blockquote;no significant content;s
1138 wakaba 1.3
1139     #data
1140     <section xmlns="http://www.w3.org/1999/xhtml"><div/></section>
1141     #errors
1142 wakaba 1.25 /section;no significant content;s
1143     /section/div;no significant content;s
1144 wakaba 1.3
1145     #data
1146     <section xmlns="http://www.w3.org/1999/xhtml">
1147     <script type="text/javascript"/>
1148     </section>
1149     #errors
1150 wakaba 1.24 /section/script/@type;IMT:obsolete subtype;w
1151 wakaba 1.62 /section/script;SUBDOC
1152 wakaba 1.25 /section;no significant content;s
1153 wakaba 1.3
1154     #data
1155     <section xmlns="http://www.w3.org/1999/xhtml"><b/></section>
1156     #errors
1157 wakaba 1.25 /section;no significant content;s
1158     /section/b;no significant content;s
1159 wakaba 1.3
1160     #data
1161     <section xmlns="http://www.w3.org/1999/xhtml">
1162 wakaba 1.13 <style type="text/css" scoped=""/>
1163 wakaba 1.3 </section>
1164     #errors
1165 wakaba 1.53 /section/style;SUBDOC
1166 wakaba 1.25 /section;no significant content;s
1167 wakaba 1.3
1168     #data
1169     <section xmlns="http://www.w3.org/1999/xhtml">
1170 wakaba 1.13 <style type="text/css" scoped=""/>
1171 wakaba 1.3 <p/>
1172     </section>
1173     #errors
1174 wakaba 1.53 /section/style;SUBDOC
1175 wakaba 1.25 /section;no significant content;s
1176     /section/p;no significant content;s
1177 wakaba 1.3
1178     #data
1179     <section xmlns="http://www.w3.org/1999/xhtml">
1180     <p/>
1181 wakaba 1.13 <style type="text/css" scoped=""/>
1182 wakaba 1.3 </section>
1183     #errors
1184 wakaba 1.55 /section/style;element not allowed:flow style;m
1185 wakaba 1.53 /section/style;SUBDOC
1186 wakaba 1.25 /section;no significant content;s
1187     /section/p;no significant content;s
1188 wakaba 1.3
1189     #data
1190     <section xmlns="http://www.w3.org/1999/xhtml">
1191 wakaba 1.13 <style type="text/css" scoped=""/>
1192 wakaba 1.3 <b/>
1193     </section>
1194     #errors
1195 wakaba 1.53 /section/style;SUBDOC
1196 wakaba 1.25 /section;no significant content;s
1197     /section/b;no significant content;s
1198 wakaba 1.3
1199     #data
1200     <section xmlns="http://www.w3.org/1999/xhtml">
1201     <b/>
1202 wakaba 1.13 <style type="text/css" scoped=""/>
1203 wakaba 1.3 </section>
1204     #errors
1205 wakaba 1.55 /section/style;element not allowed:flow style;m
1206 wakaba 1.53 /section/style;SUBDOC
1207 wakaba 1.25 /section;no significant content;s
1208     /section/b;no significant content;s
1209 wakaba 1.3
1210     #data
1211     <section xmlns="http://www.w3.org/1999/xhtml">
1212 wakaba 1.13 <style type="text/css" scoped=""/>a</section>
1213 wakaba 1.3 #errors
1214 wakaba 1.53 /section/style;SUBDOC
1215 wakaba 1.3
1216     #data
1217 wakaba 1.13 <section xmlns="http://www.w3.org/1999/xhtml">a<style type="text/css" scoped=""/>
1218 wakaba 1.3 </section>
1219     #errors
1220 wakaba 1.53 /section/style;SUBDOC
1221 wakaba 1.55 /section/style;element not allowed:flow style;m
1222 wakaba 1.3
1223     #data
1224     <section xmlns="http://www.w3.org/1999/xhtml">
1225 wakaba 1.13 <style type="text/css" scoped=""/>
1226     <style type="text/css" scoped=""/>
1227 wakaba 1.3 <p/>
1228     </section>
1229     #errors
1230 wakaba 1.53 /section/style;SUBDOC
1231     /section/style;SUBDOC
1232 wakaba 1.25 /section;no significant content;s
1233     /section/p;no significant content;s
1234 wakaba 1.3
1235     #data
1236     <section xmlns="http://www.w3.org/1999/xhtml">
1237 wakaba 1.13 <style type="text/css" scoped=""/>
1238 wakaba 1.3 <p/><p/>
1239     </section>
1240     #errors
1241 wakaba 1.53 /section/style;SUBDOC
1242 wakaba 1.25 /section;no significant content;s
1243     /section/p;no significant content;s
1244     /section/p;no significant content;s
1245 wakaba 1.3
1246     #data
1247     <p xmlns="http://www.w3.org/1999/xhtml">
1248 wakaba 1.4 @@ TODO: It is expected that tests for NAV and following elements come here.
1249 wakaba 1.14 <![CDATA[
1250     @@ <nav>
1251     @@ <article>
1252     @@ <blockquote>
1253     ## <aside>
1254     ## <h1><h2><h3><h4><h5><h6>
1255     ]]>
1256 wakaba 1.3 </p>
1257     #errors
1258 wakaba 1.4
1259     #data
1260 wakaba 1.14 <header xmlns="http://www.w3.org/1999/xhtml"/>
1261     #errors
1262 wakaba 1.67 /header;element missing:hn;m
1263 wakaba 1.25 /header;no significant content;s
1264 wakaba 1.14
1265     #data
1266     <header xmlns="http://www.w3.org/1999/xhtml"><h1/></header>
1267     #errors
1268 wakaba 1.25 /header;no significant content;s
1269     /header/h1;no significant content;s
1270 wakaba 1.14
1271     #data
1272     <header xmlns="http://www.w3.org/1999/xhtml"><h2/></header>
1273     #errors
1274 wakaba 1.25 /header;no significant content;s
1275     /header/h2;no significant content;s
1276 wakaba 1.14
1277     #data
1278     <header xmlns="http://www.w3.org/1999/xhtml"><h3/></header>
1279     #errors
1280 wakaba 1.25 /header;no significant content;s
1281     /header/h3;no significant content;s
1282 wakaba 1.14
1283     #data
1284     <header xmlns="http://www.w3.org/1999/xhtml"><h4/></header>
1285     #errors
1286 wakaba 1.25 /header;no significant content;s
1287     /header/h4;no significant content;s
1288 wakaba 1.14
1289     #data
1290     <header xmlns="http://www.w3.org/1999/xhtml"><h5/></header>
1291     #errors
1292 wakaba 1.25 /header;no significant content;s
1293     /header/h5;no significant content;s
1294 wakaba 1.14
1295     #data
1296     <header xmlns="http://www.w3.org/1999/xhtml"><h6/></header>
1297     #errors
1298 wakaba 1.25 /header;no significant content;s
1299     /header/h6;no significant content;s
1300 wakaba 1.14
1301     #data
1302     <header xmlns="http://www.w3.org/1999/xhtml"><div><h1/></div></header>
1303     #errors
1304 wakaba 1.25 /header;no significant content;s
1305     /header/div;no significant content;s
1306     /header/div/h1;no significant content;s
1307 wakaba 1.14
1308     #data
1309     <header xmlns="http://www.w3.org/1999/xhtml"><div><h2/></div></header>
1310     #errors
1311 wakaba 1.25 /header;no significant content;s
1312     /header/div;no significant content;s
1313     /header/div/h2;no significant content;s
1314 wakaba 1.14
1315     #data
1316     <header xmlns="http://www.w3.org/1999/xhtml"><div><h3/></div></header>
1317     #errors
1318 wakaba 1.25 /header;no significant content;s
1319     /header/div;no significant content;s
1320     /header/div/h3;no significant content;s
1321 wakaba 1.14
1322     #data
1323     <header xmlns="http://www.w3.org/1999/xhtml"><div><h4/></div></header>
1324     #errors
1325 wakaba 1.25 /header;no significant content;s
1326     /header/div;no significant content;s
1327     /header/div/h4;no significant content;s
1328 wakaba 1.14
1329     #data
1330     <header xmlns="http://www.w3.org/1999/xhtml"><div><h5/></div></header>
1331     #errors
1332 wakaba 1.25 /header;no significant content;s
1333     /header/div;no significant content;s
1334     /header/div/h5;no significant content;s
1335 wakaba 1.14
1336     #data
1337     <header xmlns="http://www.w3.org/1999/xhtml"><div><h6/></div></header>
1338     #errors
1339 wakaba 1.25 /header;no significant content;s
1340     /header/div;no significant content;s
1341     /header/div/h6;no significant content;s
1342 wakaba 1.14
1343     #data
1344     <header xmlns="http://www.w3.org/1999/xhtml"><div><div><h1/></div></div></header>
1345     #errors
1346 wakaba 1.25 /header;no significant content;s
1347     /header/div;no significant content;s
1348     /header/div/div;no significant content;s
1349     /header/div/div/h1;no significant content;s
1350 wakaba 1.14
1351     #data
1352     <header xmlns="http://www.w3.org/1999/xhtml"><header><h1/></header></header>
1353     #errors
1354 wakaba 1.27 /header/header;element not allowed:minus;m
1355 wakaba 1.25 /header;no significant content;s
1356     /header/header;no significant content;s
1357     /header/header/h1;no significant content;s
1358 wakaba 1.14
1359     #data
1360     <header xmlns="http://www.w3.org/1999/xhtml"><h1/><header/></header>
1361     #errors
1362 wakaba 1.27 /header/header;element not allowed:minus;m
1363 wakaba 1.67 /header/header;element missing:hn;m
1364 wakaba 1.25 /header;no significant content;s
1365     /header/h1;no significant content;s
1366     /header/header;no significant content;s
1367 wakaba 1.14
1368     #data
1369     <div xmlns="http://www.w3.org/1999/xhtml"><header><h1/></header></div>
1370     #errors
1371 wakaba 1.25 /div;no significant content;s
1372     /div/header;no significant content;s
1373     /div/header/h1;no significant content;s
1374 wakaba 1.14
1375     #data
1376     <div xmlns="http://www.w3.org/1999/xhtml"><h1/><header></header></div>
1377     #errors
1378 wakaba 1.67 /div/header;element missing:hn;m
1379 wakaba 1.25 /div;no significant content;s
1380     /div/h1;no significant content;s
1381     /div/header;no significant content;s
1382 wakaba 1.14
1383     #data
1384     <div xmlns="http://www.w3.org/1999/xhtml"><header></header><h1/></div>
1385     #errors
1386 wakaba 1.67 /div/header;element missing:hn;m
1387 wakaba 1.25 /div;no significant content;s
1388     /div/header;no significant content;s
1389     /div/h1;no significant content;s
1390 wakaba 1.14
1391     #data
1392     <div xmlns="http://www.w3.org/1999/xhtml"><header><h1/></header>
1393     <header></header></div>
1394     #errors
1395 wakaba 1.25 /div;no significant content;s
1396 wakaba 1.67 /div/header;element missing:hn;m
1397 wakaba 1.25 /div/header;no significant content;s
1398     /div/header/h1;no significant content;s
1399     /div/header;no significant content;s
1400 wakaba 1.14
1401     #data
1402     <div xmlns="http://www.w3.org/1999/xhtml"><header></header>
1403     <header><h1/></header></div>
1404     #errors
1405 wakaba 1.67 /div/header;element missing:hn;m
1406 wakaba 1.25 /div;no significant content;s
1407     /div/header;no significant content;s
1408     /div/header;no significant content;s
1409     /div/header/h1;no significant content;s
1410 wakaba 1.14
1411     #data
1412     <div xmlns="http://www.w3.org/1999/xhtml">
1413     <header><h1/><header></header></header></div>
1414     #errors
1415 wakaba 1.27 /div/header/header;element not allowed:minus;m
1416 wakaba 1.67 /div/header/header;element missing:hn;m
1417 wakaba 1.25 /div;no significant content;s
1418     /div/header;no significant content;s
1419     /div/header/h1;no significant content;s
1420     /div/header/header;no significant content;s
1421 wakaba 1.14
1422     #data
1423     <div xmlns="http://www.w3.org/1999/xhtml"><header>
1424     <header/><h1/></header></div>
1425     #errors
1426 wakaba 1.27 /div/header/header;element not allowed:minus;m
1427 wakaba 1.67 /div/header/header;element missing:hn;m
1428 wakaba 1.25 /div;no significant content;s
1429     /div/header;no significant content;s
1430     /div/header/header;no significant content;s
1431     /div/header/h1;no significant content;s
1432 wakaba 1.14
1433     #data
1434     <div xmlns="http://www.w3.org/1999/xhtml">
1435     <header><h1><header></header></h1></header></div>
1436     #errors
1437 wakaba 1.67 /div/header/h1/header;element missing:hn;m
1438 wakaba 1.27 /div/header/h1/header;element not allowed:minus;m
1439 wakaba 1.25 /div;no significant content;s
1440     /div/header;no significant content;s
1441     /div/header/h1;no significant content;s
1442     /div/header/h1/header;no significant content;s
1443 wakaba 1.14
1444     #data
1445     <header xmlns="http://www.w3.org/1999/xhtml"><h1/><footer/></header>
1446     #errors
1447 wakaba 1.27 /header/footer;element not allowed:minus;m
1448 wakaba 1.25 /header;no significant content;s
1449     /header/h1;no significant content;s
1450     /header/footer;no significant content;s
1451 wakaba 1.14
1452     #data
1453     <header xmlns="http://www.w3.org/1999/xhtml"><footer><h1/></footer></header>
1454     #errors
1455 wakaba 1.27 /header/footer;element not allowed:minus;m
1456     /header/footer/h1;element not allowed:minus;m
1457 wakaba 1.25 /header;no significant content;s
1458     /header/footer;no significant content;s
1459     /header/footer/h1;no significant content;s
1460 wakaba 1.14
1461     #data
1462     <header xmlns="http://www.w3.org/1999/xhtml"><h1/><p/></header>
1463     #errors
1464 wakaba 1.25 /header;no significant content;s
1465     /header/h1;no significant content;s
1466     /header/p;no significant content;s
1467 wakaba 1.14
1468     #data
1469 wakaba 1.45 <header xmlns="http://www.w3.org/1999/xhtml"><h1/><p/><section/></header>
1470     #errors
1471     /header/section;element not allowed:minus;m
1472     /header;no significant content;s
1473     /header/h1;no significant content;s
1474     /header/p;no significant content;s
1475     /header/section;no significant content;s
1476    
1477     #data
1478 wakaba 1.14 <header xmlns="http://www.w3.org/1999/xhtml"><h1/><p/><blockquote/></header>
1479     #errors
1480 wakaba 1.25 /header;no significant content;s
1481     /header/h1;no significant content;s
1482     /header/p;no significant content;s
1483     /header/blockquote;no significant content;s
1484 wakaba 1.14
1485     #data
1486     <header xmlns="http://www.w3.org/1999/xhtml"><h1/><p/><p/></header>
1487     #errors
1488 wakaba 1.25 /header;no significant content;s
1489     /header/h1;no significant content;s
1490     /header/p;no significant content;s
1491     /header/p;no significant content;s
1492 wakaba 1.14
1493     #data
1494     <header xmlns="http://www.w3.org/1999/xhtml"><h1/><h2/><h4/></header>
1495     #errors
1496 wakaba 1.25 /header;no significant content;s
1497     /header/h1;no significant content;s
1498     /header/h2;no significant content;s
1499     /header/h4;no significant content;s
1500 wakaba 1.14
1501     #data
1502     <header xmlns="http://www.w3.org/1999/xhtml"><h1/><section/></header>
1503     #errors
1504 wakaba 1.27 /header/section;element not allowed:minus;m
1505 wakaba 1.25 /header;no significant content;s
1506     /header/h1;no significant content;s
1507     /header/section;no significant content;s
1508 wakaba 1.14
1509     #data
1510     <header xmlns="http://www.w3.org/1999/xhtml"><section><h1/></section></header>
1511     #errors
1512 wakaba 1.27 /header/section;element not allowed:minus;m
1513 wakaba 1.25 /header;no significant content;s
1514     /header/section;no significant content;s
1515     /header/section/h1;no significant content;s
1516 wakaba 1.14
1517     #data
1518     <header xmlns="http://www.w3.org/1999/xhtml"><aside/></header>
1519     #errors
1520 wakaba 1.27 /header/aside;element not allowed:minus;m
1521 wakaba 1.67 /header;element missing:hn;m
1522 wakaba 1.25 /header;no significant content;s
1523     /header/aside;no significant content;s
1524 wakaba 1.14
1525     #data
1526 wakaba 1.26 <header xmlns="http://www.w3.org/1999/xhtml">xx</header>
1527     #errors
1528 wakaba 1.67 /header;element missing:hn;m
1529 wakaba 1.26
1530     #data
1531     <header xmlns="http://www.w3.org/1999/xhtml">xx<h1>xx</h1></header>
1532     #errors
1533    
1534     #data
1535     <header xmlns="http://www.w3.org/1999/xhtml">xx<h1>xx</h1><p>x</p></header>
1536 wakaba 1.45 #errors
1537    
1538     #data
1539     <footer xmlns="http://www.w3.org/1999/xhtml"><section>a</section></footer>
1540     #errors
1541     /footer/section;element not allowed:minus;m
1542    
1543     #data
1544     <footer xmlns="http://www.w3.org/1999/xhtml"><blockquote>a</blockquote></footer>
1545 wakaba 1.26 #errors
1546    
1547     #data
1548 wakaba 1.46 <address xmlns="http://www.w3.org/1999/xhtml"></address>
1549     #errors
1550     /address;no significant content;s
1551    
1552     #data
1553     <address xmlns="http://www.w3.org/1999/xhtml"> </address>
1554     #errors
1555     /address;no significant content;s
1556    
1557     #data
1558     <address xmlns="http://www.w3.org/1999/xhtml">aa</address>
1559     #errors
1560    
1561     #data
1562     <address xmlns="http://www.w3.org/1999/xhtml"><a>aa</a></address>
1563     #errors
1564    
1565     #data
1566     <address xmlns="http://www.w3.org/1999/xhtml"><p>aa</p></address>
1567     #errors
1568    
1569     #data
1570     <address xmlns="http://www.w3.org/1999/xhtml"><blockquote>aa</blockquote></address>
1571     #errors
1572    
1573     #data
1574     <address xmlns="http://www.w3.org/1999/xhtml"><header><h1>aa</h1></header></address>
1575     #errors
1576     /address/header;element not allowed:minus;m
1577     /address/header/h1;element not allowed:minus;m
1578    
1579     #data
1580     <address xmlns="http://www.w3.org/1999/xhtml"><footer>aa</footer></address>
1581     #errors
1582     /address/footer;element not allowed:minus;m
1583    
1584     #data
1585     <address xmlns="http://www.w3.org/1999/xhtml"><address>aa</address></address>
1586     #errors
1587     /address/address;element not allowed:minus;m
1588    
1589     #data
1590     <address xmlns="http://www.w3.org/1999/xhtml"><section>aa</section></address>
1591     #errors
1592     /address/section;element not allowed:minus;m
1593    
1594     #data
1595     <address xmlns="http://www.w3.org/1999/xhtml"><h1>aa</h1></address>
1596     #errors
1597     /address/h1;element not allowed:minus;m
1598    
1599     #data
1600 wakaba 1.5 <li xmlns="http://www.w3.org/1999/xhtml"></li>
1601     #errors
1602 wakaba 1.25 /li;no significant content;s
1603 wakaba 1.5
1604     #data
1605     <li xmlns="http://www.w3.org/1999/xhtml"> </li>
1606     #errors
1607 wakaba 1.25 /li;no significant content;s
1608 wakaba 1.5
1609     #data
1610     <li xmlns="http://www.w3.org/1999/xhtml">XXX</li>
1611     #errors
1612    
1613     #data
1614     <li xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p></li>
1615     #errors
1616    
1617     #data
1618     <li xmlns="http://www.w3.org/1999/xhtml">XXX<p>YYY</p></li>
1619     #errors
1620    
1621     #data
1622     <li xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p>YYY</li>
1623     #errors
1624    
1625     #data
1626     <ul xmlns="http://www.w3.org/1999/xhtml">
1627     <li></li>
1628     </ul>
1629     #errors
1630 wakaba 1.25 /ul/li;no significant content;s
1631 wakaba 1.5
1632     #data
1633     <ul xmlns="http://www.w3.org/1999/xhtml">
1634     <li> </li>
1635     </ul>
1636     #errors
1637 wakaba 1.25 /ul/li;no significant content;s
1638 wakaba 1.5
1639     #data
1640     <ul xmlns="http://www.w3.org/1999/xhtml">
1641     <li>XXX</li>
1642     </ul>
1643     #errors
1644    
1645     #data
1646     <ul xmlns="http://www.w3.org/1999/xhtml">
1647     <li><p>XXX</p></li>
1648     </ul>
1649     #errors
1650    
1651     #data
1652     <ul xmlns="http://www.w3.org/1999/xhtml">
1653     <li>XXX<p>YYY</p></li>
1654     </ul>
1655     #errors
1656    
1657     #data
1658     <ul xmlns="http://www.w3.org/1999/xhtml">
1659     <li><p>XXX</p>YYY</li>
1660     </ul>
1661     #errors
1662    
1663     #data
1664     <ol xmlns="http://www.w3.org/1999/xhtml">
1665     <li></li>
1666     </ol>
1667     #errors
1668 wakaba 1.25 /ol/li;no significant content;s
1669 wakaba 1.5
1670     #data
1671     <ol xmlns="http://www.w3.org/1999/xhtml">
1672     <li> </li>
1673     </ol>
1674     #errors
1675 wakaba 1.25 /ol/li;no significant content;s
1676 wakaba 1.5
1677     #data
1678     <ol xmlns="http://www.w3.org/1999/xhtml">
1679     <li>XXX</li>
1680     </ol>
1681     #errors
1682    
1683     #data
1684     <ol xmlns="http://www.w3.org/1999/xhtml">
1685     <li><p>XXX</p></li>
1686     </ol>
1687     #errors
1688    
1689     #data
1690     <ol xmlns="http://www.w3.org/1999/xhtml">
1691     <li>XXX<p>YYY</p></li>
1692     </ol>
1693     #errors
1694    
1695     #data
1696     <ol xmlns="http://www.w3.org/1999/xhtml">
1697     <li><p>XXX</p>YYY</li>
1698     </ol>
1699     #errors
1700    
1701     #data
1702     <menu xmlns="http://www.w3.org/1999/xhtml">
1703     <li></li>
1704     </menu>
1705     #errors
1706 wakaba 1.25 /menu/li;no significant content;s
1707 wakaba 1.5
1708     #data
1709     <menu xmlns="http://www.w3.org/1999/xhtml">
1710     <li> </li>
1711     </menu>
1712     #errors
1713 wakaba 1.25 /menu/li;no significant content;s
1714 wakaba 1.5
1715     #data
1716     <menu xmlns="http://www.w3.org/1999/xhtml">
1717     <li>XXX</li>
1718     </menu>
1719     #errors
1720    
1721     #data
1722     <menu xmlns="http://www.w3.org/1999/xhtml">
1723     <li><p>XXX</p></li>
1724     </menu>
1725     #errors
1726 wakaba 1.27 /menu/li/p;element not allowed:phrasing;m
1727 wakaba 1.5
1728     #data
1729     <menu xmlns="http://www.w3.org/1999/xhtml">
1730     <li>XXX<p>YYY</p></li>
1731     </menu>
1732     #errors
1733 wakaba 1.27 /menu/li/p;element not allowed:phrasing;m
1734 wakaba 1.5
1735     #data
1736     <menu xmlns="http://www.w3.org/1999/xhtml">
1737     <li><p>XXX</p>YYY</li>
1738     </menu>
1739     #errors
1740 wakaba 1.27 /menu/li/p;element not allowed:phrasing;m
1741 wakaba 1.5
1742     #data
1743     <body xmlns="http://www.w3.org/1999/xhtml">
1744     <ul>
1745     <li></li>
1746     </ul>
1747     </body>
1748     #errors
1749 wakaba 1.25 /body;no significant content;s
1750     /body/ul/li;no significant content;s
1751 wakaba 1.5
1752     #data
1753     <body xmlns="http://www.w3.org/1999/xhtml">
1754     <ul>
1755     <li> </li>
1756     </ul>
1757     </body>
1758     #errors
1759 wakaba 1.25 /body;no significant content;s
1760     /body/ul/li;no significant content;s
1761 wakaba 1.5
1762     #data
1763     <body xmlns="http://www.w3.org/1999/xhtml">
1764     <ul>
1765     <li>XXX</li>
1766     </ul>
1767     </body>
1768     #errors
1769    
1770     #data
1771     <body xmlns="http://www.w3.org/1999/xhtml">
1772     <ul>
1773     <li><p>XXX</p></li>
1774     </ul>
1775     </body>
1776     #errors
1777    
1778     #data
1779     <body xmlns="http://www.w3.org/1999/xhtml">
1780     <ul>
1781     <li>XXX<p>YYY</p></li>
1782     </ul>
1783     </body>
1784     #errors
1785    
1786     #data
1787     <body xmlns="http://www.w3.org/1999/xhtml">
1788     <ul>
1789     <li><p>XXX</p>YYY</li>
1790     </ul>
1791     </body>
1792     #errors
1793    
1794     #data
1795     <body xmlns="http://www.w3.org/1999/xhtml">
1796     <ol>
1797     <li></li>
1798     </ol>
1799     </body>
1800     #errors
1801 wakaba 1.25 /body;no significant content;s
1802     /body/ol/li;no significant content;s
1803 wakaba 1.5
1804     #data
1805     <body xmlns="http://www.w3.org/1999/xhtml">
1806     <ol>
1807     <li> </li>
1808     </ol>
1809     </body>
1810     #errors
1811 wakaba 1.25 /body;no significant content;s
1812     /body/ol/li;no significant content;s
1813 wakaba 1.5
1814     #data
1815     <body xmlns="http://www.w3.org/1999/xhtml">
1816     <ol>
1817     <li>XXX</li>
1818     </ol>
1819     </body>
1820     #errors
1821    
1822     #data
1823     <body xmlns="http://www.w3.org/1999/xhtml">
1824     <ol>
1825     <li><p>XXX</p></li>
1826     </ol>
1827     </body>
1828     #errors
1829    
1830     #data
1831     <body xmlns="http://www.w3.org/1999/xhtml">
1832     <ol>
1833     <li>XXX<p>YYY</p></li>
1834     </ol>
1835     </body>
1836     #errors
1837    
1838     #data
1839     <body xmlns="http://www.w3.org/1999/xhtml">
1840     <ol>
1841     <li><p>XXX</p>YYY</li>
1842     </ol>
1843     </body>
1844     #errors
1845    
1846     #data
1847     <body xmlns="http://www.w3.org/1999/xhtml">
1848     <menu>
1849     <li></li>
1850     </menu>
1851     </body>
1852     #errors
1853 wakaba 1.25 /body;no significant content;s
1854     /body/menu/li;no significant content;s
1855 wakaba 1.5
1856     #data
1857     <body xmlns="http://www.w3.org/1999/xhtml">
1858     <menu>
1859     <li> </li>
1860     </menu>
1861     </body>
1862     #errors
1863 wakaba 1.25 /body;no significant content;s
1864     /body/menu/li;no significant content;s
1865 wakaba 1.5
1866     #data
1867     <body xmlns="http://www.w3.org/1999/xhtml">
1868     <menu>
1869     <li>XXX</li>
1870     </menu>
1871     </body>
1872     #errors
1873    
1874     #data
1875     <body xmlns="http://www.w3.org/1999/xhtml">
1876     <menu>
1877     <li><p>XXX</p></li>
1878     </menu>
1879     </body>
1880     #errors
1881 wakaba 1.27 /body/menu/li/p;element not allowed:phrasing;m
1882 wakaba 1.5
1883     #data
1884     <body xmlns="http://www.w3.org/1999/xhtml">
1885     <menu>
1886     <li>XXX<p>YYY</p></li>
1887     </menu>
1888     </body>
1889     #errors
1890 wakaba 1.27 /body/menu/li/p;element not allowed:phrasing;m
1891 wakaba 1.5
1892     #data
1893     <body xmlns="http://www.w3.org/1999/xhtml">
1894     <menu>
1895     <li><p>XXX</p>YYY</li>
1896     </menu>
1897     </body>
1898     #errors
1899 wakaba 1.27 /body/menu/li/p;element not allowed:phrasing;m
1900 wakaba 1.5
1901     #data
1902     <div xmlns="http://www.w3.org/1999/xhtml">
1903     <ul>
1904     <li></li>
1905     </ul>
1906     </div>
1907     #errors
1908 wakaba 1.25 /div;no significant content;s
1909     /div/ul/li;no significant content;s
1910 wakaba 1.5
1911     #data
1912     <div xmlns="http://www.w3.org/1999/xhtml">
1913     <ul>
1914     <li> </li>
1915     </ul>
1916     </div>
1917     #errors
1918 wakaba 1.25 /div;no significant content;s
1919     /div/ul/li;no significant content;s
1920 wakaba 1.5
1921     #data
1922     <div xmlns="http://www.w3.org/1999/xhtml">
1923     <ul>
1924     <li>XXX</li>
1925     </ul>
1926     </div>
1927     #errors
1928    
1929     #data
1930     <div xmlns="http://www.w3.org/1999/xhtml">
1931     <ul>
1932     <li><p>XXX</p></li>
1933     </ul>
1934     </div>
1935     #errors
1936    
1937     #data
1938     <div xmlns="http://www.w3.org/1999/xhtml">
1939     <ul>
1940     <li>XXX<p>YYY</p></li>
1941     </ul>
1942     </div>
1943     #errors
1944    
1945     #data
1946     <div xmlns="http://www.w3.org/1999/xhtml">
1947     <ul>
1948     <li><p>XXX</p>YYY</li>
1949     </ul>
1950     </div>
1951     #errors
1952    
1953     #data
1954     <div xmlns="http://www.w3.org/1999/xhtml">
1955     <ol>
1956     <li></li>
1957     </ol>
1958     </div>
1959     #errors
1960 wakaba 1.25 /div;no significant content;s
1961     /div/ol/li;no significant content;s
1962 wakaba 1.5
1963     #data
1964     <div xmlns="http://www.w3.org/1999/xhtml">
1965     <ol>
1966     <li> </li>
1967     </ol>
1968     </div>
1969     #errors
1970 wakaba 1.25 /div;no significant content;s
1971     /div/ol/li;no significant content;s
1972 wakaba 1.5
1973     #data
1974     <div xmlns="http://www.w3.org/1999/xhtml">
1975     <ol>
1976     <li>XXX</li>
1977     </ol>
1978     </div>
1979     #errors
1980    
1981     #data
1982     <div xmlns="http://www.w3.org/1999/xhtml">
1983     <ol>
1984     <li><p>XXX</p></li>
1985     </ol>
1986     </div>
1987     #errors
1988    
1989     #data
1990     <div xmlns="http://www.w3.org/1999/xhtml">
1991     <ol>
1992     <li>XXX<p>YYY</p></li>
1993     </ol>
1994     </div>
1995     #errors
1996    
1997     #data
1998     <div xmlns="http://www.w3.org/1999/xhtml">
1999     <ol>
2000     <li><p>XXX</p>YYY</li>
2001     </ol>
2002     </div>
2003     #errors
2004    
2005     #data
2006     <div xmlns="http://www.w3.org/1999/xhtml">
2007     <menu>
2008     <li></li>
2009     </menu>
2010     </div>
2011     #errors
2012 wakaba 1.25 /div;no significant content;s
2013     /div/menu/li;no significant content;s
2014 wakaba 1.5
2015     #data
2016     <div xmlns="http://www.w3.org/1999/xhtml">
2017     <menu>
2018     <li> </li>
2019     </menu>
2020     </div>
2021     #errors
2022 wakaba 1.25 /div;no significant content;s
2023     /div/menu/li;no significant content;s
2024 wakaba 1.5
2025     #data
2026     <div xmlns="http://www.w3.org/1999/xhtml">
2027     <menu>
2028     <li>XXX</li>
2029     </menu>
2030     </div>
2031     #errors
2032    
2033     #data
2034     <div xmlns="http://www.w3.org/1999/xhtml">
2035     <menu>
2036     <li><p>XXX</p></li>
2037     </menu>
2038     </div>
2039     #errors
2040 wakaba 1.27 /div/menu/li/p;element not allowed:phrasing;m
2041 wakaba 1.5
2042     #data
2043     <div xmlns="http://www.w3.org/1999/xhtml">
2044     <menu>
2045     <li>XXX<p>YYY</p></li>
2046     </menu>
2047     </div>
2048     #errors
2049 wakaba 1.27 /div/menu/li/p;element not allowed:phrasing;m
2050 wakaba 1.5
2051     #data
2052     <div xmlns="http://www.w3.org/1999/xhtml">
2053     <menu>
2054     <li><p>XXX</p>YYY</li>
2055     </menu>
2056     </div>
2057     #errors
2058 wakaba 1.27 /div/menu/li/p;element not allowed:phrasing;m
2059 wakaba 1.5
2060     #data
2061     <div xmlns="http://www.w3.org/1999/xhtml">
2062     <p/>
2063     <ul>
2064     <li></li>
2065     </ul>
2066     </div>
2067     #errors
2068 wakaba 1.25 /div;no significant content;s
2069     /div/p;no significant content;s
2070     /div/ul/li;no significant content;s
2071 wakaba 1.5
2072     #data
2073     <div xmlns="http://www.w3.org/1999/xhtml">
2074     <p/>
2075     <ul>
2076     <li> </li>
2077     </ul>
2078     </div>
2079     #errors
2080 wakaba 1.25 /div;no significant content;s
2081     /div/p;no significant content;s
2082     /div/ul/li;no significant content;s
2083 wakaba 1.5
2084     #data
2085     <div xmlns="http://www.w3.org/1999/xhtml">
2086     <p/>
2087     <ul>
2088     <li>XXX</li>
2089     </ul>
2090     </div>
2091     #errors
2092 wakaba 1.25 /div/p;no significant content;s
2093 wakaba 1.5
2094     #data
2095     <div xmlns="http://www.w3.org/1999/xhtml">
2096     <p/>
2097     <ul>
2098     <li><p>XXX</p></li>
2099     </ul>
2100     </div>
2101     #errors
2102 wakaba 1.25 /div/p;no significant content;s
2103 wakaba 1.5
2104     #data
2105     <div xmlns="http://www.w3.org/1999/xhtml">
2106     <p/>
2107     <ul>
2108     <li>XXX<p>YYY</p></li>
2109     </ul>
2110     </div>
2111     #errors
2112 wakaba 1.25 /div/p;no significant content;s
2113 wakaba 1.5
2114     #data
2115     <div xmlns="http://www.w3.org/1999/xhtml">
2116     <p/>
2117     <ul>
2118     <li><p>XXX</p>YYY</li>
2119     </ul>
2120     </div>
2121     #errors
2122 wakaba 1.25 /div/p;no significant content;s
2123 wakaba 1.5
2124     #data
2125     <div xmlns="http://www.w3.org/1999/xhtml">
2126     <p/>
2127     <ol>
2128     <li></li>
2129     </ol>
2130     </div>
2131     #errors
2132 wakaba 1.25 /div;no significant content;s
2133     /div/p;no significant content;s
2134     /div/ol/li;no significant content;s
2135 wakaba 1.5
2136     #data
2137     <div xmlns="http://www.w3.org/1999/xhtml">
2138     <p/>
2139     <ol>
2140     <li> </li>
2141     </ol>
2142     </div>
2143     #errors
2144 wakaba 1.25 /div;no significant content;s
2145     /div/p;no significant content;s
2146     /div/ol/li;no significant content;s
2147 wakaba 1.5
2148     #data
2149     <div xmlns="http://www.w3.org/1999/xhtml">
2150     <p/>
2151     <ol>
2152     <li>XXX</li>
2153     </ol>
2154     </div>
2155     #errors
2156 wakaba 1.25 /div/p;no significant content;s
2157 wakaba 1.5
2158     #data
2159     <div xmlns="http://www.w3.org/1999/xhtml">
2160     <p/>
2161     <ol>
2162     <li><p>XXX</p></li>
2163     </ol>
2164     </div>
2165     #errors
2166 wakaba 1.25 /div/p;no significant content;s
2167 wakaba 1.5
2168     #data
2169     <div xmlns="http://www.w3.org/1999/xhtml">
2170     <p/>
2171     <ol>
2172     <li>XXX<p>YYY</p></li>
2173     </ol>
2174     </div>
2175     #errors
2176 wakaba 1.25 /div/p;no significant content;s
2177 wakaba 1.5
2178     #data
2179     <div xmlns="http://www.w3.org/1999/xhtml">
2180     <p/>
2181     <ol>
2182     <li><p>XXX</p>YYY</li>
2183     </ol>
2184     </div>
2185     #errors
2186 wakaba 1.25 /div/p;no significant content;s
2187 wakaba 1.5
2188     #data
2189     <div xmlns="http://www.w3.org/1999/xhtml">
2190     <p/>
2191     <menu>
2192     <li></li>
2193     </menu>
2194     </div>
2195     #errors
2196 wakaba 1.25 /div;no significant content;s
2197     /div/p;no significant content;s
2198     /div/menu/li;no significant content;s
2199 wakaba 1.5
2200     #data
2201     <div xmlns="http://www.w3.org/1999/xhtml">
2202     <p/>
2203     <menu>
2204     <li> </li>
2205     </menu>
2206     </div>
2207     #errors
2208 wakaba 1.25 /div;no significant content;s
2209     /div/p;no significant content;s
2210     /div/menu/li;no significant content;s
2211 wakaba 1.5
2212     #data
2213     <div xmlns="http://www.w3.org/1999/xhtml">
2214     <p/>
2215     <menu>
2216     <li>XXX</li>
2217     </menu>
2218     </div>
2219     #errors
2220 wakaba 1.25 /div/p;no significant content;s
2221 wakaba 1.5
2222     #data
2223     <div xmlns="http://www.w3.org/1999/xhtml">
2224     <p/>
2225     <menu>
2226     <li><p>XXX</p></li>
2227     </menu>
2228     </div>
2229     #errors
2230 wakaba 1.27 /div/menu/li/p;element not allowed:phrasing;m
2231 wakaba 1.25 /div/p;no significant content;s
2232 wakaba 1.5
2233     #data
2234     <div xmlns="http://www.w3.org/1999/xhtml">
2235     <p/>
2236     <menu>
2237     <li>XXX<p>YYY</p></li>
2238     </menu>
2239     </div>
2240     #errors
2241 wakaba 1.27 /div/menu/li/p;element not allowed:phrasing;m
2242 wakaba 1.25 /div/p;no significant content;s
2243 wakaba 1.5
2244     #data
2245     <div xmlns="http://www.w3.org/1999/xhtml">
2246     <p/>
2247     <menu>
2248     <li><p>XXX</p>YYY</li>
2249     </menu>
2250     </div>
2251     #errors
2252 wakaba 1.27 /div/menu/li/p;element not allowed:phrasing;m
2253 wakaba 1.25 /div/p;no significant content;s
2254 wakaba 1.5
2255     #data
2256     <div xmlns="http://www.w3.org/1999/xhtml">
2257     <ul>
2258     <li></li>
2259     </ul>
2260     <p/>
2261     </div>
2262     #errors
2263 wakaba 1.25 /div;no significant content;s
2264     /div/ul/li;no significant content;s
2265     /div/p;no significant content;s
2266 wakaba 1.5
2267     #data
2268     <div xmlns="http://www.w3.org/1999/xhtml">
2269     <ul>
2270     <li> </li>
2271     </ul>
2272     <p/>
2273     </div>
2274     #errors
2275 wakaba 1.25 /div;no significant content;s
2276     /div/ul/li;no significant content;s
2277     /div/p;no significant content;s
2278 wakaba 1.5
2279     #data
2280     <div xmlns="http://www.w3.org/1999/xhtml">
2281     <ul>
2282     <li>XXX</li>
2283     </ul>
2284     <p/>
2285     </div>
2286     #errors
2287 wakaba 1.25 /div/p;no significant content;s
2288 wakaba 1.5
2289     #data
2290     <div xmlns="http://www.w3.org/1999/xhtml">
2291     <ul>
2292     <li><p>XXX</p></li>
2293     </ul>
2294     <p/>
2295     </div>
2296     #errors
2297 wakaba 1.25 /div/p;no significant content;s
2298 wakaba 1.5
2299     #data
2300     <div xmlns="http://www.w3.org/1999/xhtml">
2301     <ul>
2302     <li>XXX<p>YYY</p></li>
2303     </ul>
2304     <p/>
2305     </div>
2306     #errors
2307 wakaba 1.25 /div/p;no significant content;s
2308 wakaba 1.5
2309     #data
2310     <div xmlns="http://www.w3.org/1999/xhtml">
2311     <ul>
2312     <li><p>XXX</p>YYY</li>
2313     </ul>
2314     <p/>
2315     </div>
2316     #errors
2317 wakaba 1.25 /div/p;no significant content;s
2318 wakaba 1.5
2319     #data
2320     <div xmlns="http://www.w3.org/1999/xhtml">
2321     <ol>
2322     <li></li>
2323     </ol>
2324     <p/>
2325     </div>
2326     #errors
2327 wakaba 1.25 /div;no significant content;s
2328     /div/ol/li;no significant content;s
2329     /div/p;no significant content;s
2330 wakaba 1.5
2331     #data
2332     <div xmlns="http://www.w3.org/1999/xhtml">
2333     <ol>
2334     <li> </li>
2335     </ol>
2336     <p/>
2337     </div>
2338     #errors
2339 wakaba 1.25 /div;no significant content;s
2340     /div/ol/li;no significant content;s
2341     /div/p;no significant content;s
2342 wakaba 1.5
2343     #data
2344     <div xmlns="http://www.w3.org/1999/xhtml">
2345     <ol>
2346     <li>XXX</li>
2347     </ol>
2348     <p/>
2349     </div>
2350     #errors
2351 wakaba 1.25 /div/p;no significant content;s
2352 wakaba 1.5
2353     #data
2354     <div xmlns="http://www.w3.org/1999/xhtml">
2355     <ol>
2356     <li><p>XXX</p></li>
2357     </ol>
2358     <p/>
2359     </div>
2360     #errors
2361 wakaba 1.25 /div/p;no significant content;s
2362 wakaba 1.5
2363     #data
2364     <div xmlns="http://www.w3.org/1999/xhtml">
2365     <ol>
2366     <li>XXX<p>YYY</p></li>
2367     </ol>
2368     <p/>
2369     </div>
2370     #errors
2371 wakaba 1.25 /div/p;no significant content;s
2372 wakaba 1.5
2373     #data
2374     <div xmlns="http://www.w3.org/1999/xhtml">
2375     <ol>
2376     <li><p>XXX</p>YYY</li>
2377     </ol>
2378     <p/>
2379     </div>
2380     #errors
2381 wakaba 1.25 /div/p;no significant content;s
2382 wakaba 1.5
2383     #data
2384     <div xmlns="http://www.w3.org/1999/xhtml">
2385     <menu>
2386     <li></li>
2387     </menu>
2388     <p/>
2389     </div>
2390     #errors
2391 wakaba 1.25 /div;no significant content;s
2392     /div/menu/li;no significant content;s
2393     /div/p;no significant content;s
2394 wakaba 1.5
2395     #data
2396     <div xmlns="http://www.w3.org/1999/xhtml">
2397     <menu>
2398     <li> </li>
2399     </menu>
2400     <p/>
2401     </div>
2402     #errors
2403 wakaba 1.25 /div;no significant content;s
2404     /div/menu/li;no significant content;s
2405     /div/p;no significant content;s
2406 wakaba 1.5
2407     #data
2408     <div xmlns="http://www.w3.org/1999/xhtml">
2409     <menu>
2410     <li>XXX</li>
2411     </menu>
2412     <p/>
2413     </div>
2414     #errors
2415 wakaba 1.25 /div/p;no significant content;s
2416 wakaba 1.5
2417     #data
2418     <div xmlns="http://www.w3.org/1999/xhtml">
2419     <menu>
2420     <li><p>XXX</p></li>
2421     </menu>
2422     <p/>
2423     </div>
2424     #errors
2425 wakaba 1.27 /div/menu/li/p;element not allowed:phrasing;m
2426 wakaba 1.25 /div/p;no significant content;s
2427 wakaba 1.5
2428     #data
2429     <div xmlns="http://www.w3.org/1999/xhtml">
2430     <menu>
2431     <li>XXX<p>YYY</p></li>
2432     </menu>
2433     <p/>
2434     </div>
2435     #errors
2436 wakaba 1.27 /div/menu/li/p;element not allowed:phrasing;m
2437 wakaba 1.25 /div/p;no significant content;s
2438 wakaba 1.5
2439     #data
2440     <div xmlns="http://www.w3.org/1999/xhtml">
2441     <menu>
2442     <li><p>XXX</p>YYY</li>
2443     </menu>
2444     <p/>
2445     </div>
2446     #errors
2447 wakaba 1.27 /div/menu/li/p;element not allowed:phrasing;m
2448 wakaba 1.25 /div/p;no significant content;s
2449 wakaba 1.5
2450     #data
2451     <div xmlns="http://www.w3.org/1999/xhtml">
2452     aaa
2453     <ul>
2454     <li></li>
2455     </ul>
2456     </div>
2457     #errors
2458 wakaba 1.25 /div/ul/li;no significant content;s
2459 wakaba 1.5
2460     #data
2461     <div xmlns="http://www.w3.org/1999/xhtml">
2462     aaa
2463     <ul>
2464     <li> </li>
2465     </ul>
2466     </div>
2467     #errors
2468 wakaba 1.25 /div/ul/li;no significant content;s
2469 wakaba 1.5
2470     #data
2471     <div xmlns="http://www.w3.org/1999/xhtml">
2472     aaa
2473     <ul>
2474     <li>XXX</li>
2475     </ul>
2476     </div>
2477     #errors
2478    
2479     #data
2480     <div xmlns="http://www.w3.org/1999/xhtml">
2481     aaa
2482     <ul>
2483     <li><p>XXX</p></li>
2484     </ul>
2485     </div>
2486     #errors
2487    
2488     #data
2489     <div xmlns="http://www.w3.org/1999/xhtml">
2490     aaa
2491     <ul>
2492     <li>XXX<p>YYY</p></li>
2493     </ul>
2494     </div>
2495     #errors
2496    
2497     #data
2498     <div xmlns="http://www.w3.org/1999/xhtml">
2499     aaa
2500     <ul>
2501     <li><p>XXX</p>YYY</li>
2502     </ul>
2503     </div>
2504     #errors
2505    
2506     #data
2507     <div xmlns="http://www.w3.org/1999/xhtml">
2508     aaa
2509     <ol>
2510     <li></li>
2511     </ol>
2512     </div>
2513     #errors
2514 wakaba 1.25 /div/ol/li;no significant content;s
2515 wakaba 1.5
2516     #data
2517     <div xmlns="http://www.w3.org/1999/xhtml">
2518     aaa
2519     <ol>
2520     <li> </li>
2521     </ol>
2522     </div>
2523     #errors
2524 wakaba 1.25 /div/ol/li;no significant content;s
2525 wakaba 1.5
2526     #data
2527     <div xmlns="http://www.w3.org/1999/xhtml">
2528     aaa
2529     <ol>
2530     <li>XXX</li>
2531     </ol>
2532     </div>
2533     #errors
2534    
2535     #data
2536     <div xmlns="http://www.w3.org/1999/xhtml">
2537     aaa
2538     <ol>
2539     <li><p>XXX</p></li>
2540     </ol>
2541     </div>
2542     #errors
2543    
2544     #data
2545     <div xmlns="http://www.w3.org/1999/xhtml">
2546     aaa
2547     <ol>
2548     <li>XXX<p>YYY</p></li>
2549     </ol>
2550     </div>
2551     #errors
2552    
2553     #data
2554     <div xmlns="http://www.w3.org/1999/xhtml">
2555     aaa
2556     <ol>
2557     <li><p>XXX</p>YYY</li>
2558     </ol>
2559     </div>
2560     #errors
2561    
2562     #data
2563     <div xmlns="http://www.w3.org/1999/xhtml">
2564     aaa
2565     <menu>
2566     <li></li>
2567     </menu>
2568     </div>
2569     #errors
2570 wakaba 1.25 /div/menu/li;no significant content;s
2571 wakaba 1.5
2572     #data
2573     <div xmlns="http://www.w3.org/1999/xhtml">
2574     aaa
2575     <menu>
2576     <li> </li>
2577     </menu>
2578     </div>
2579     #errors
2580 wakaba 1.25 /div/menu/li;no significant content;s
2581 wakaba 1.5
2582     #data
2583     <div xmlns="http://www.w3.org/1999/xhtml">
2584     aaa
2585     <menu>
2586     <li>XXX</li>
2587     </menu>
2588     </div>
2589     #errors
2590    
2591     #data
2592     <div xmlns="http://www.w3.org/1999/xhtml">
2593     aaa
2594     <menu>
2595     <li><p>XXX</p></li>
2596     </menu>
2597     </div>
2598     #errors
2599 wakaba 1.27 /div/menu/li/p;element not allowed:phrasing;m
2600 wakaba 1.5
2601     #data
2602     <div xmlns="http://www.w3.org/1999/xhtml">
2603     aaa
2604     <menu>
2605     <li>XXX<p>YYY</p></li>
2606     </menu>
2607     </div>
2608     #errors
2609 wakaba 1.27 /div/menu/li/p;element not allowed:phrasing;m
2610 wakaba 1.5
2611     #data
2612     <div xmlns="http://www.w3.org/1999/xhtml">
2613     aaa
2614     <menu>
2615     <li><p>XXX</p>YYY</li>
2616     </menu>
2617     </div>
2618     #errors
2619 wakaba 1.27 /div/menu/li/p;element not allowed:phrasing;m
2620 wakaba 1.5
2621     #data
2622     <div xmlns="http://www.w3.org/1999/xhtml">
2623     <ul>
2624     <li></li>
2625     </ul>
2626     aaa
2627     </div>
2628     #errors
2629 wakaba 1.25 /div/ul/li;no significant content;s
2630 wakaba 1.5
2631     #data
2632     <div xmlns="http://www.w3.org/1999/xhtml">
2633     <ul>
2634     <li> </li>
2635     </ul>
2636     aaa
2637     </div>
2638     #errors
2639 wakaba 1.25 /div/ul/li;no significant content;s
2640 wakaba 1.5
2641     #data
2642     <div xmlns="http://www.w3.org/1999/xhtml">
2643     <ul>
2644     <li>XXX</li>
2645     </ul>
2646     aaa
2647     </div>
2648     #errors
2649    
2650     #data
2651     <div xmlns="http://www.w3.org/1999/xhtml">
2652     <ul>
2653     <li><p>XXX</p></li>
2654     </ul>
2655     aaa
2656     </div>
2657     #errors
2658    
2659     #data
2660     <div xmlns="http://www.w3.org/1999/xhtml">
2661     <ul>
2662     <li>XXX<p>YYY</p></li>
2663     </ul>
2664     aaa
2665     </div>
2666     #errors
2667    
2668     #data
2669     <div xmlns="http://www.w3.org/1999/xhtml">
2670     <ul>
2671     <li><p>XXX</p>YYY</li>
2672     </ul>
2673     aaa
2674     </div>
2675     #errors
2676    
2677     #data
2678     <div xmlns="http://www.w3.org/1999/xhtml">
2679     <ol>
2680     <li></li>
2681     </ol>
2682     aaa
2683     </div>
2684     #errors
2685 wakaba 1.25 /div/ol/li;no significant content;s
2686 wakaba 1.5
2687     #data
2688     <div xmlns="http://www.w3.org/1999/xhtml">
2689     <ol>
2690     <li> </li>
2691     </ol>
2692     aaa
2693     </div>
2694     #errors
2695 wakaba 1.25 /div/ol/li;no significant content;s
2696 wakaba 1.5
2697     #data
2698     <div xmlns="http://www.w3.org/1999/xhtml">
2699     <ol>
2700     <li>XXX</li>
2701     </ol>
2702     aaa
2703     </div>
2704     #errors
2705    
2706     #data
2707     <div xmlns="http://www.w3.org/1999/xhtml">
2708     <ol>
2709     <li><p>XXX</p></li>
2710     </ol>
2711     aaa
2712     </div>
2713     #errors
2714    
2715     #data
2716     <div xmlns="http://www.w3.org/1999/xhtml">
2717     <ol>
2718     <li>XXX<p>YYY</p></li>
2719     </ol>
2720     aaa
2721     </div>
2722     #errors
2723    
2724     #data
2725     <div xmlns="http://www.w3.org/1999/xhtml">
2726     <ol>
2727     <li><p>XXX</p>YYY</li>
2728     </ol>
2729     aaa
2730     </div>
2731     #errors
2732    
2733     #data
2734     <div xmlns="http://www.w3.org/1999/xhtml">
2735     <menu>
2736     <li></li>
2737     </menu>
2738     aaa
2739     </div>
2740     #errors
2741 wakaba 1.25 /div/menu/li;no significant content;s
2742 wakaba 1.5
2743     #data
2744     <div xmlns="http://www.w3.org/1999/xhtml">
2745     <menu>
2746     <li> </li>
2747     </menu>
2748     aaa
2749     </div>
2750     #errors
2751 wakaba 1.25 /div/menu/li;no significant content;s
2752 wakaba 1.5
2753     #data
2754     <div xmlns="http://www.w3.org/1999/xhtml">
2755     <menu>
2756     <li>XXX</li>
2757     </menu>
2758     aaa
2759     </div>
2760     #errors
2761    
2762     #data
2763     <div xmlns="http://www.w3.org/1999/xhtml">
2764     <menu>
2765     <li><p>XXX</p></li>
2766     </menu>
2767     aaa
2768     </div>
2769     #errors
2770 wakaba 1.27 /div/menu/li/p;element not allowed:phrasing;m
2771 wakaba 1.5
2772     #data
2773     <div xmlns="http://www.w3.org/1999/xhtml">
2774     <menu>
2775     <li>XXX<p>YYY</p></li>
2776     </menu>
2777     aaa
2778     </div>
2779     #errors
2780 wakaba 1.27 /div/menu/li/p;element not allowed:phrasing;m
2781 wakaba 1.5
2782     #data
2783     <div xmlns="http://www.w3.org/1999/xhtml">
2784     <menu>
2785     <li><p>XXX</p>YYY</li>
2786     </menu>
2787     aaa
2788     </div>
2789     #errors
2790 wakaba 1.27 /div/menu/li/p;element not allowed:phrasing;m
2791 wakaba 1.5
2792     #data
2793     <dd xmlns="http://www.w3.org/1999/xhtml"></dd>
2794     #errors
2795 wakaba 1.25 /dd;no significant content;s
2796 wakaba 1.5
2797     #data
2798     <dd xmlns="http://www.w3.org/1999/xhtml"> </dd>
2799     #errors
2800 wakaba 1.25 /dd;no significant content;s
2801 wakaba 1.5
2802     #data
2803     <dd xmlns="http://www.w3.org/1999/xhtml">XXX</dd>
2804     #errors
2805    
2806     #data
2807     <dd xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p></dd>
2808     #errors
2809    
2810     #data
2811     <dd xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p>YYY</dd>
2812     #errors
2813    
2814     #data
2815     <dd xmlns="http://www.w3.org/1999/xhtml">XXX<p>YYY</p></dd>
2816     #errors
2817    
2818     #data
2819 wakaba 1.4 <body xmlns="http://www.w3.org/1999/xhtml">
2820     <dl>
2821     <dt>XXX</dt>
2822     <dd></dd>
2823     </dl>
2824     </body>
2825     #errors
2826 wakaba 1.25 /body/dl/dd;no significant content;s
2827 wakaba 1.4
2828     #data
2829     <body xmlns="http://www.w3.org/1999/xhtml">
2830     <dl>
2831     <dt>XXX</dt>
2832     <dd> </dd>
2833     </dl>
2834     </body>
2835     #errors
2836 wakaba 1.25 /body/dl/dd;no significant content;s
2837 wakaba 1.4
2838     #data
2839     <body xmlns="http://www.w3.org/1999/xhtml">
2840     <dl>
2841     <dt>XXX</dt>
2842     <dd>YYY</dd>
2843     </dl>
2844     </body>
2845     #errors
2846    
2847     #data
2848     <body xmlns="http://www.w3.org/1999/xhtml">
2849     <dl>
2850     <dt>XXX</dt>
2851     <dd><p>YYY</p></dd>
2852     </dl>
2853     </body>
2854     #errors
2855    
2856     #data
2857     <body xmlns="http://www.w3.org/1999/xhtml">
2858     <dl>
2859     <dt>XXX</dt>
2860     <dd>YYY<p>ZZZ</p></dd>
2861     </dl>
2862     </body>
2863     #errors
2864    
2865     #data
2866     <body xmlns="http://www.w3.org/1999/xhtml">
2867     <dl>
2868     <dt>XXX</dt>
2869     <dd><p>YYY</p>ZZZ</dd>
2870     </dl>
2871     </body>
2872     #errors
2873    
2874     #data
2875     <dl xmlns="http://www.w3.org/1999/xhtml">
2876     <dt>XXX</dt>
2877     <dd></dd>
2878     </dl>
2879     #errors
2880 wakaba 1.25 /dl/dd;no significant content;s
2881 wakaba 1.4
2882     #data
2883     <dl xmlns="http://www.w3.org/1999/xhtml">
2884     <dt>XXX</dt>
2885     <dd> </dd>
2886     </dl>
2887     #errors
2888 wakaba 1.25 /dl/dd;no significant content;s
2889 wakaba 1.4
2890     #data
2891     <dl xmlns="http://www.w3.org/1999/xhtml">
2892     <dt>XXX</dt>
2893     <dd>YYY</dd>
2894     </dl>
2895     #errors
2896    
2897     #data
2898     <dl xmlns="http://www.w3.org/1999/xhtml">
2899     <dt>XXX</dt>
2900     <dd><p>YYY</p></dd>
2901     </dl>
2902     #errors
2903    
2904     #data
2905     <dl xmlns="http://www.w3.org/1999/xhtml">
2906     <dt>XXX</dt>
2907     <dd>YYY<p>ZZZ</p></dd>
2908     </dl>
2909     #errors
2910    
2911     #data
2912     <dl xmlns="http://www.w3.org/1999/xhtml">
2913     <dt>XXX</dt>
2914     <dd><p>YYY</p>ZZZ</dd>
2915     </dl>
2916     #errors
2917    
2918     #data
2919     <p xmlns="http://www.w3.org/1999/xhtml">
2920     <dl>
2921     <dt>XXX</dt>
2922     <dd></dd>
2923     </dl>
2924     </p>
2925     #errors
2926 wakaba 1.25 /p/dl/dd;no significant content;s
2927 wakaba 1.27 /p/dl;element not allowed:phrasing;m
2928 wakaba 1.4
2929     #data
2930     <p xmlns="http://www.w3.org/1999/xhtml">
2931     <dl>
2932     <dt>XXX</dt>
2933     <dd> </dd>
2934     </dl>
2935     </p>
2936     #errors
2937 wakaba 1.25 /p/dl/dd;no significant content;s
2938 wakaba 1.27 /p/dl;element not allowed:phrasing;m
2939 wakaba 1.4
2940     #data
2941     <p xmlns="http://www.w3.org/1999/xhtml">
2942     <dl>
2943     <dt>XXX</dt>
2944     <dd>YYY</dd>
2945     </dl>
2946     </p>
2947     #errors
2948 wakaba 1.27 /p/dl;element not allowed:phrasing;m
2949 wakaba 1.4
2950     #data
2951     <p xmlns="http://www.w3.org/1999/xhtml">
2952     <dl>
2953     <dt>XXX</dt>
2954     <dd><p>YYY</p></dd>
2955     </dl>
2956     </p>
2957     #errors
2958 wakaba 1.27 /p/dl;element not allowed:phrasing;m
2959 wakaba 1.4
2960     #data
2961     <p xmlns="http://www.w3.org/1999/xhtml">
2962     <dl>
2963     <dt>XXX</dt>
2964     <dd>YYY<p>ZZZ</p></dd>
2965     </dl>
2966     </p>
2967     #errors
2968 wakaba 1.27 /p/dl;element not allowed:phrasing;m
2969 wakaba 1.4
2970     #data
2971     <div xmlns="http://www.w3.org/1999/xhtml">
2972     <p/>
2973     <dl>
2974     <dt>XXX</dt>
2975     <dd></dd>
2976     </dl>
2977     </div>
2978     #errors
2979 wakaba 1.25 /div/p;no significant content;s
2980     /div/dl/dd;no significant content;s
2981 wakaba 1.4
2982     #data
2983     <div xmlns="http://www.w3.org/1999/xhtml">
2984     <p/>
2985     <dl>
2986     <dt>XXX</dt>
2987     <dd> </dd>
2988     </dl>
2989     </div>
2990     #errors
2991 wakaba 1.25 /div/p;no significant content;s
2992     /div/dl/dd;no significant content;s
2993 wakaba 1.4
2994     #data
2995     <div xmlns="http://www.w3.org/1999/xhtml">
2996     <p/>
2997     <dl>
2998     <dt>XXX</dt>
2999     <dd>YYY</dd>
3000     </dl>
3001     </div>
3002     #errors
3003 wakaba 1.25 /div/p;no significant content;s
3004 wakaba 1.4
3005     #data
3006     <div xmlns="http://www.w3.org/1999/xhtml">
3007     <p/>
3008     <dl>
3009     <dt>XXX</dt>
3010     <dd><p>YYY</p></dd>
3011     </dl>
3012     </div>
3013     #errors
3014 wakaba 1.25 /div/p;no significant content;s
3015 wakaba 1.4
3016     #data
3017     <div xmlns="http://www.w3.org/1999/xhtml">
3018     <p/>
3019     <dl>
3020     <dt>XXX</dt>
3021     <dd>YYY<p>ZZZ</p></dd>
3022     </dl>
3023     </div>
3024     #errors
3025 wakaba 1.25 /div/p;no significant content;s
3026 wakaba 1.4
3027     #data
3028     <div xmlns="http://www.w3.org/1999/xhtml">
3029     <dl>
3030     <dt>XXX</dt>
3031     <dd></dd>
3032     </dl>
3033     <p/>
3034     </div>
3035     #errors
3036 wakaba 1.25 /div/dl/dd;no significant content;s
3037     /div/p;no significant content;s
3038 wakaba 1.4
3039     #data
3040     <div xmlns="http://www.w3.org/1999/xhtml">
3041     <dl>
3042     <dt>XXX</dt>
3043     <dd> </dd>
3044     </dl>
3045     <p/>
3046     </div>
3047     #errors
3048 wakaba 1.25 /div/dl/dd;no significant content;s
3049     /div/p;no significant content;s
3050 wakaba 1.4
3051     #data
3052     <div xmlns="http://www.w3.org/1999/xhtml">
3053     <dl>
3054     <dt>XXX</dt>
3055     <dd>YYY</dd>
3056     </dl>
3057     <p/>
3058     </div>
3059     #errors
3060 wakaba 1.25 /div/p;no significant content;s
3061 wakaba 1.4
3062     #data
3063     <div xmlns="http://www.w3.org/1999/xhtml">
3064     <dl>
3065     <dt>XXX</dt>
3066     <dd><p>YYY</p></dd>
3067     </dl>
3068     <p/>
3069     </div>
3070     #errors
3071 wakaba 1.25 /div/p;no significant content;s
3072 wakaba 1.4
3073     #data
3074     <div xmlns="http://www.w3.org/1999/xhtml">
3075     <dl>
3076     <dt>XXX</dt>
3077     <dd><p>YYY</p>ZZZ</dd>
3078     </dl>
3079     <p/>
3080     </div>
3081     #errors
3082 wakaba 1.25 /div/p;no significant content;s
3083 wakaba 1.4
3084     #data
3085     <div xmlns="http://www.w3.org/1999/xhtml">
3086     <dl>
3087     <dt>XXX</dt>
3088     <dd>YYY<p>ZZZ</p></dd>
3089     </dl>
3090     <p/>
3091     </div>
3092     #errors
3093 wakaba 1.25 /div/p;no significant content;s
3094 wakaba 1.4
3095     #data
3096     <div xmlns="http://www.w3.org/1999/xhtml">
3097     aaa
3098     <dl>
3099     <dt>XXX</dt>
3100     <dd></dd>
3101     </dl>
3102     </div>
3103     #errors
3104 wakaba 1.25 /div/dl/dd;no significant content;s
3105 wakaba 1.4
3106     #data
3107     <div xmlns="http://www.w3.org/1999/xhtml">
3108     aaa
3109     <dl>
3110     <dt>XXX</dt>
3111     <dd> </dd>
3112     </dl>
3113     </div>
3114     #errors
3115 wakaba 1.25 /div/dl/dd;no significant content;s
3116 wakaba 1.4
3117     #data
3118     <div xmlns="http://www.w3.org/1999/xhtml">
3119     aaa
3120     <dl>
3121     <dt>XXX</dt>
3122     <dd>YYY</dd>
3123     </dl>
3124     </div>
3125     #errors
3126    
3127     #data
3128     <div xmlns="http://www.w3.org/1999/xhtml">
3129     aaa
3130     <dl>
3131     <dt>XXX</dt>
3132     <dd><p>YYY</p></dd>
3133     </dl>
3134     </div>
3135     #errors
3136    
3137     #data
3138     <div xmlns="http://www.w3.org/1999/xhtml">
3139     aaa
3140     <dl>
3141     <dt>XXX</dt>
3142     <dd>YYY<p>ZZZ</p></dd>
3143     </dl>
3144     </div>
3145     #errors
3146    
3147     #data
3148     <div xmlns="http://www.w3.org/1999/xhtml">
3149     <dl>
3150     <dt>XXX</dt>
3151     <dd></dd>
3152     </dl>
3153     aaa
3154     </div>
3155     #errors
3156 wakaba 1.25 /div/dl/dd;no significant content;s
3157 wakaba 1.4
3158     #data
3159     <div xmlns="http://www.w3.org/1999/xhtml">
3160     <dl>
3161     <dt>XXX</dt>
3162     <dd> </dd>
3163     </dl>
3164     aaa
3165     </div>
3166     #errors
3167 wakaba 1.25 /div/dl/dd;no significant content;s
3168 wakaba 1.4
3169     #data
3170     <div xmlns="http://www.w3.org/1999/xhtml">
3171     <dl>
3172     <dt>XXX</dt>
3173     <dd>YYY</dd>
3174     </dl>
3175     aaa
3176     </div>
3177     #errors
3178    
3179     #data
3180     <div xmlns="http://www.w3.org/1999/xhtml">
3181     <dl>
3182     <dt>XXX</dt>
3183     <dd><p>YYY</p></dd>
3184     </dl>
3185     aaa
3186     </div>
3187     #errors
3188    
3189     #data
3190     <div xmlns="http://www.w3.org/1999/xhtml">
3191     <dl>
3192     <dt>XXX</dt>
3193     <dd>YYY<p>ZZZ</p></dd>
3194     </dl>
3195     aaa
3196     </div>
3197     #errors
3198    
3199     #data
3200     <body xmlns="http://www.w3.org/1999/xhtml">
3201     <dl>
3202     <dt>XXX</dt>
3203     <dd><p>YYY</p>ZZZ</dd>
3204     </dl>
3205     </body>
3206     #errors
3207    
3208     #data
3209     <dialog xmlns="http://www.w3.org/1999/xhtml">
3210     <dt>XXX</dt>
3211     <dd></dd>
3212     </dialog>
3213     #errors
3214 wakaba 1.25 /dialog/dd;no significant content;s
3215 wakaba 1.4
3216     #data
3217     <dialog xmlns="http://www.w3.org/1999/xhtml">
3218     <dt>XXX</dt>
3219     <dd> </dd>
3220     </dialog>
3221     #errors
3222 wakaba 1.25 /dialog/dd;no significant content;s
3223 wakaba 1.4
3224     #data
3225     <dialog xmlns="http://www.w3.org/1999/xhtml">
3226     <dt>XXX</dt>
3227     <dd>YYY</dd>
3228     </dialog>
3229     #errors
3230    
3231     #data
3232     <dialog xmlns="http://www.w3.org/1999/xhtml">
3233     <dt>XXX</dt>
3234     <dd><p>YYY</p></dd>
3235     </dialog>
3236     #errors
3237    
3238     #data
3239     <dialog xmlns="http://www.w3.org/1999/xhtml">
3240     <dt>XXX</dt>
3241     <dd>YYY<p>ZZZ</p></dd>
3242     </dialog>
3243     #errors
3244    
3245     #data
3246     <dialog xmlns="http://www.w3.org/1999/xhtml">
3247     <dt>XXX</dt>
3248     <dd><p>YYY</p>ZZZ</dd>
3249     </dialog>
3250     #errors
3251    
3252     #data
3253 wakaba 1.6 <a xmlns="http://www.w3.org/1999/xhtml"></a>
3254     #errors
3255 wakaba 1.25 /a;no significant content;s
3256 wakaba 1.6
3257     #data
3258     <a xmlns="http://www.w3.org/1999/xhtml"> </a>
3259     #errors
3260 wakaba 1.25 /a;no significant content;s
3261 wakaba 1.6
3262     #data
3263     <a xmlns="http://www.w3.org/1999/xhtml">XXX</a>
3264     #errors
3265    
3266     #data
3267     <a xmlns="http://www.w3.org/1999/xhtml"><em>XXX</em></a>
3268     #errors
3269    
3270     #data
3271     <a xmlns="http://www.w3.org/1999/xhtml">XXX<em>YYY</em>ZZZ</a>
3272     #errors
3273    
3274     #data
3275     <a xmlns="http://www.w3.org/1999/xhtml"><blockquote/></a>
3276     #errors
3277 wakaba 1.25 /a;no significant content;s
3278     /a/blockquote;no significant content;s
3279 wakaba 1.27 /a/blockquote;element not allowed:phrasing;m
3280 wakaba 1.6
3281     #data
3282     <a xmlns="http://www.w3.org/1999/xhtml">XXX<blockquote/></a>
3283     #errors
3284 wakaba 1.25 /a/blockquote;no significant content;s
3285 wakaba 1.27 /a/blockquote;element not allowed:phrasing;m
3286 wakaba 1.6
3287     #data
3288     <a xmlns="http://www.w3.org/1999/xhtml"><a>XXX</a></a>
3289     #errors
3290 wakaba 1.27 /a/a;element not allowed:minus;m
3291 wakaba 1.6
3292     #data
3293     <a xmlns="http://www.w3.org/1999/xhtml">XXX<a>YYY</a></a>
3294     #errors
3295 wakaba 1.27 /a/a;element not allowed:minus;m
3296 wakaba 1.6
3297     #data
3298     <a xmlns="http://www.w3.org/1999/xhtml"><em><a>XXX</a></em></a>
3299     #errors
3300 wakaba 1.27 /a/em/a;element not allowed:minus;m
3301 wakaba 1.6
3302     #data
3303 wakaba 1.9 <div xmlns="http://www.w3.org/1999/xhtml">
3304     <p><a></a></p><ul><li><a></a></li></ul>
3305     </div>
3306     #errors
3307 wakaba 1.25 /div;no significant content;s
3308     /div/p;no significant content;s
3309     /div/p/a;no significant content;s
3310     /div/ul/li;no significant content;s
3311     /div/ul/li/a;no significant content;s
3312 wakaba 1.9
3313     #data
3314     <div xmlns="http://www.w3.org/1999/xhtml">
3315     <p><a></a></p><ol><li><a></a></li></ol>
3316     </div>
3317     #errors
3318 wakaba 1.25 /div;no significant content;s
3319     /div/p;no significant content;s
3320     /div/p/a;no significant content;s
3321     /div/ol/li;no significant content;s
3322     /div/ol/li/a;no significant content;s
3323 wakaba 1.9
3324     #data
3325     <div xmlns="http://www.w3.org/1999/xhtml">
3326     <p><a></a></p><ol><li><datagrid/></li></ol>
3327     </div>
3328     #errors
3329 wakaba 1.25 /div;no significant content;s
3330     /div/p;no significant content;s
3331     /div/p/a;no significant content;s
3332     /div/ol/li;no significant content;s
3333 wakaba 1.9
3334     #data
3335 wakaba 1.6 <details xmlns="http://www.w3.org/1999/xhtml">
3336     <legend/>
3337     <p><a/></p>
3338     </details>
3339     #errors
3340 wakaba 1.25 /details;no significant content;s
3341     /details/legend;no significant content;s
3342     /details/p;no significant content;s
3343     /details/p/a;no significant content;s
3344 wakaba 1.6
3345     #data
3346     <details xmlns="http://www.w3.org/1999/xhtml">
3347     <legend><a/></legend>
3348     </details>
3349     #errors
3350 wakaba 1.25 /details;no significant content;s
3351     /details/legend;no significant content;s
3352     /details/legend/a;no significant content;s
3353 wakaba 1.6
3354     #data
3355 wakaba 1.15 <datagrid xmlns="http://www.w3.org/1999/xhtml"/>
3356     #errors
3357    
3358     #data
3359     <datagrid xmlns="http://www.w3.org/1999/xhtml"> </datagrid>
3360     #errors
3361 wakaba 1.63
3362     #data
3363     <datagrid xmlns="http://www.w3.org/1999/xhtml"><!----></datagrid>
3364     #errors
3365 wakaba 1.15
3366     #data
3367     <datagrid xmlns="http://www.w3.org/1999/xhtml">aaa</datagrid>
3368     #errors
3369    
3370     #data
3371     <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/></datagrid>
3372     #errors
3373 wakaba 1.25 /datagrid;no significant content;s
3374     /datagrid/p;no significant content;s
3375 wakaba 1.15
3376     #data
3377 wakaba 1.63 <datagrid xmlns="http://www.w3.org/1999/xhtml"><br/></datagrid>
3378     #errors
3379     /datagrid;no significant content;s
3380    
3381     #data
3382 wakaba 1.15 <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/><p/></datagrid>
3383     #errors
3384 wakaba 1.25 /datagrid;no significant content;s
3385     /datagrid/p;no significant content;s
3386     /datagrid/p;no significant content;s
3387 wakaba 1.15
3388     #data
3389     <datagrid xmlns="http://www.w3.org/1999/xhtml"> <p/> <p/> </datagrid>
3390     #errors
3391 wakaba 1.25 /datagrid;no significant content;s
3392     /datagrid/p;no significant content;s
3393     /datagrid/p;no significant content;s
3394 wakaba 1.15
3395     #data
3396     <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/>&amp;<p/></datagrid>
3397     #errors
3398 wakaba 1.25 /datagrid/p;no significant content;s
3399     /datagrid/p;no significant content;s
3400 wakaba 1.15
3401     #data
3402     <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/><table/></datagrid>
3403     #errors
3404 wakaba 1.25 /datagrid;no significant content;s
3405     /datagrid/p;no significant content;s
3406 wakaba 1.15
3407     #data
3408     <datagrid xmlns="http://www.w3.org/1999/xhtml"><ul/></datagrid>
3409     #errors
3410 wakaba 1.25 /datagrid;no significant content;s
3411 wakaba 1.15
3412     #data
3413     <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/></datagrid>
3414     #errors
3415    
3416     #data
3417     <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/><table/></datagrid>
3418     #errors
3419 wakaba 1.67 /datagrid/table;element not allowed;m
3420 wakaba 1.15
3421     #data
3422     <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/><p/><table/></datagrid>
3423     #errors
3424 wakaba 1.67 /datagrid/p;element not allowed;m
3425     /datagrid/table;element not allowed;m
3426 wakaba 1.25 /datagrid/p;no significant content;s
3427 wakaba 1.15
3428     #data
3429 wakaba 1.26 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<table/></datagrid>
3430     #errors
3431 wakaba 1.67 /datagrid/table;element not allowed;m
3432 wakaba 1.26
3433     #data
3434 wakaba 1.63 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<select/></datagrid>
3435     #errors
3436 wakaba 1.67 /datagrid/select;element not allowed;m
3437 wakaba 1.63
3438     #data
3439     <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<datalist/></datagrid>
3440     #errors
3441 wakaba 1.67 /datagrid/datalist;element not allowed;m
3442 wakaba 1.63
3443     #data
3444 wakaba 1.26 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<p/><table/></datagrid>
3445     #errors
3446     /datagrid/p;no significant content;s
3447    
3448     #data
3449 wakaba 1.63 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<p/><select/></datagrid>
3450     #errors
3451     /datagrid/p;no significant content;s
3452    
3453     #data
3454     <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<p/><datalist/></datagrid>
3455     #errors
3456     /datagrid/p;no significant content;s
3457    
3458     #data
3459 wakaba 1.15 <datagrid xmlns="http://www.w3.org/1999/xhtml"><select/></datagrid>
3460     #errors
3461    
3462     #data
3463     <datagrid xmlns="http://www.w3.org/1999/xhtml"><datalist/></datagrid>
3464     #errors
3465    
3466     #data
3467     <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/>aa</datagrid>
3468     #errors
3469 wakaba 1.67 /datagrid/"aa";character not allowed;m
3470 wakaba 1.15
3471     #data
3472     <datagrid xmlns="http://www.w3.org/1999/xhtml"><select/>aa</datagrid>
3473     #errors
3474 wakaba 1.67 /datagrid/"aa";character not allowed;m
3475 wakaba 1.15
3476     #data
3477     <datagrid xmlns="http://www.w3.org/1999/xhtml"><datalist/>aa</datagrid>
3478     #errors
3479 wakaba 1.67 /datagrid/"aa";character not allowed;m
3480 wakaba 1.15
3481     #data
3482     <datagrid xmlns="http://www.w3.org/1999/xhtml"><datagrid/></datagrid>
3483     #errors
3484 wakaba 1.27 /datagrid/datagrid;element not allowed:minus;m
3485 wakaba 1.15
3486     #data
3487     <datagrid xmlns="http://www.w3.org/1999/xhtml"><div><datagrid/></div></datagrid>
3488     #errors
3489 wakaba 1.27 /datagrid/div/datagrid;element not allowed:minus;m
3490 wakaba 1.25 /datagrid;no significant content;s
3491     /datagrid/div;no significant content;s
3492 wakaba 1.15
3493     #data
3494 wakaba 1.6 <datagrid xmlns="http://www.w3.org/1999/xhtml">
3495     <p><a/></p>
3496     </datagrid>
3497     #errors
3498 wakaba 1.27 /datagrid/p/a;element not allowed:minus;m
3499 wakaba 1.25 /datagrid;no significant content;s
3500     /datagrid/p;no significant content;s
3501     /datagrid/p/a;no significant content;s
3502 wakaba 1.15
3503     #data
3504     <datagrid xmlns="http://www.w3.org/1999/xhtml">
3505     <details><legend/></details>
3506     </datagrid>
3507     #errors
3508 wakaba 1.25 /datagrid;no significant content;s
3509     /datagrid/details;no significant content;s
3510     /datagrid/details/legend;no significant content;s
3511 wakaba 1.6
3512     #data
3513     <a xmlns="http://www.w3.org/1999/xhtml">
3514     <details>
3515     <legend/>
3516     </details>
3517     </a>
3518     #errors
3519 wakaba 1.33 /a/details;element not allowed:phrasing;m
3520 wakaba 1.25 /a;no significant content;s
3521     /a/details;no significant content;s
3522     /a/details/legend;no significant content;s
3523 wakaba 1.6
3524     #data
3525     <a xmlns="http://www.w3.org/1999/xhtml">
3526     <span>
3527     <details><legend/></details>
3528     </span>
3529     </a>
3530     #errors
3531 wakaba 1.33 /a/span/details;element not allowed:phrasing;m
3532 wakaba 1.25 /a;no significant content;s
3533     /a/span;no significant content;s
3534     /a/span/details;no significant content;s
3535     /a/span/details/legend;no significant content;s
3536 wakaba 1.6
3537     #data
3538     <a xmlns="http://www.w3.org/1999/xhtml">
3539     <datagrid/>
3540     </a>
3541     #errors
3542 wakaba 1.27 /a/datagrid;element not allowed:minus;m
3543 wakaba 1.25 /a;no significant content;s
3544 wakaba 1.6
3545     #data
3546     <a xmlns="http://www.w3.org/1999/xhtml">
3547     <span><datagrid/></span>
3548     </a>
3549     #errors
3550 wakaba 1.27 /a/span/datagrid;element not allowed:minus;m
3551 wakaba 1.25 /a;no significant content;s
3552     /a/span;no significant content;s
3553 wakaba 1.6
3554     #data
3555     <em xmlns="http://www.w3.org/1999/xhtml"></em>
3556     #errors
3557 wakaba 1.25 /em;no significant content;s
3558 wakaba 1.6
3559     #data
3560     <em xmlns="http://www.w3.org/1999/xhtml"> </em>
3561     #errors
3562 wakaba 1.25 /em;no significant content;s
3563 wakaba 1.6
3564     #data
3565     <em xmlns="http://www.w3.org/1999/xhtml">XXX</em>
3566     #errors
3567    
3568     #data
3569     <em xmlns="http://www.w3.org/1999/xhtml"><blockquote/></em>
3570     #errors
3571 wakaba 1.25 /em;no significant content;s
3572     /em/blockquote;no significant content;s
3573 wakaba 1.27 /em/blockquote;element not allowed:phrasing;m
3574 wakaba 1.6
3575     #data
3576     <em xmlns="http://www.w3.org/1999/xhtml">XXX<blockquote/></em>
3577     #errors
3578 wakaba 1.25 /em/blockquote;no significant content;s
3579 wakaba 1.27 /em/blockquote;element not allowed:phrasing;m
3580 wakaba 1.6
3581     #data
3582     <em xmlns="http://www.w3.org/1999/xhtml"><p/></em>
3583     #errors
3584 wakaba 1.27 /em/p;element not allowed:phrasing;m
3585 wakaba 1.25 /em;no significant content;s
3586     /em/p;no significant content;s
3587 wakaba 1.6
3588     #data
3589 wakaba 1.4 <code xmlns="http://www.w3.org/1999/xhtml">
3590     <em></em>
3591     </code>
3592     #errors
3593 wakaba 1.25 /code;no significant content;s
3594     /code/em;no significant content;s
3595 wakaba 1.4
3596     #data
3597     <code xmlns="http://www.w3.org/1999/xhtml">
3598     <em> </em>
3599     </code>
3600     #errors
3601 wakaba 1.25 /code;no significant content;s
3602     /code/em;no significant content;s
3603 wakaba 1.4
3604     #data
3605     <code xmlns="http://www.w3.org/1999/xhtml">
3606     <em>XXX</em>
3607     </code>
3608     #errors
3609    
3610     #data
3611     <code xmlns="http://www.w3.org/1999/xhtml">
3612     <em>XXX<b/></em>
3613     </code>
3614     #errors
3615 wakaba 1.25 /code/em/b;no significant content;s
3616 wakaba 1.4
3617     #data
3618     <code xmlns="http://www.w3.org/1999/xhtml">
3619     <em>XXX<blockquote/></em>
3620     </code>
3621     #errors
3622 wakaba 1.27 /code/em/blockquote;element not allowed:phrasing;m
3623 wakaba 1.25 /code/em/blockquote;no significant content;s
3624 wakaba 1.4
3625     #data
3626     <p xmlns="http://www.w3.org/1999/xhtml">
3627     <em></em>
3628     </p>
3629     #errors
3630 wakaba 1.25 /p;no significant content;s
3631     /p/em;no significant content;s
3632 wakaba 1.4
3633     #data
3634     <p xmlns="http://www.w3.org/1999/xhtml">
3635     <em> </em>
3636     </p>
3637     #errors
3638 wakaba 1.25 /p;no significant content;s
3639     /p/em;no significant content;s
3640 wakaba 1.4
3641     #data
3642     <p xmlns="http://www.w3.org/1999/xhtml">
3643     <em>XXX</em>
3644     </p>
3645     #errors
3646    
3647     #data
3648     <p xmlns="http://www.w3.org/1999/xhtml">
3649     <em>XXX<b>YYY</b></em>
3650     </p>
3651     #errors
3652    
3653     #data
3654     <p xmlns="http://www.w3.org/1999/xhtml">
3655     <em>XXX<blockquote/></em>
3656     </p>
3657     #errors
3658 wakaba 1.25 /p/em/blockquote;no significant content;s
3659 wakaba 1.27 /p/em/blockquote;element not allowed:phrasing;m
3660 wakaba 1.4
3661     #data
3662     <p xmlns="http://www.w3.org/1999/xhtml">
3663 wakaba 1.35 @@ TODO: strong, small
3664 wakaba 1.4 </p>
3665 wakaba 1.35 #errors
3666    
3667     #data
3668     <mark xmlns="http://www.w3.org/1999/xhtml"></mark>
3669     #errors
3670     /mark;no significant content;s
3671    
3672     #data
3673     <mark xmlns="http://www.w3.org/1999/xhtml"> </mark>
3674     #errors
3675     /mark;no significant content;s
3676    
3677     #data
3678     <mark xmlns="http://www.w3.org/1999/xhtml">aaa</mark>
3679     #errors
3680    
3681     #data
3682     <mark xmlns="http://www.w3.org/1999/xhtml"><em></em></mark>
3683     #errors
3684     /mark;no significant content;s
3685     /mark/em;no significant content;s
3686    
3687     #data
3688     <mark xmlns="http://www.w3.org/1999/xhtml"><ins></ins></mark>
3689     #errors
3690     /mark;no significant content;s
3691    
3692     #data
3693     <mark xmlns="http://www.w3.org/1999/xhtml"><ins>a</ins></mark>
3694     #errors
3695    
3696     #data
3697     <mark xmlns="http://www.w3.org/1999/xhtml"><del></del></mark>
3698     #errors
3699     /mark;no significant content;s
3700    
3701     #data
3702     <mark xmlns="http://www.w3.org/1999/xhtml"><del>as</del></mark>
3703     #errors
3704     /mark;no significant content;s
3705    
3706     #data
3707     <mark xmlns="http://www.w3.org/1999/xhtml"><p>zxx</p></mark>
3708     #errors
3709     /mark/p;element not allowed:phrasing;m
3710    
3711     #data
3712     <mark xmlns="http://www.w3.org/1999/xhtml"><a href="">xx</a>yy</mark>
3713     #errors
3714    
3715     #data
3716     <mark xmlns="http://www.w3.org/1999/xhtml"><img src="" alt="x"/></mark>
3717     #errors
3718    
3719     #data
3720     <mark xmlns="http://www.w3.org/1999/xhtml"><br/></mark>
3721     #errors
3722     /mark;no significant content;s
3723    
3724     #data
3725     <mark xmlns="http://www.w3.org/1999/xhtml"><object data=""/></mark>
3726     #errors
3727    
3728     #data
3729     <p xmlns="http://www.w3.org/1999/xhtml"><mark>x</mark></p>
3730     #errors
3731    
3732     #data
3733     <div xmlns="http://www.w3.org/1999/xhtml"><mark>x</mark></div>
3734     #errors
3735    
3736     #data
3737     <ins xmlns="http://www.w3.org/1999/xhtml"><mark>x</mark></ins>
3738     #errors
3739    
3740     #data
3741     <li xmlns="http://www.w3.org/1999/xhtml"><mark>x</mark></li>
3742     #errors
3743    
3744     #data
3745     <a href="" xmlns="http://www.w3.org/1999/xhtml"><mark>x</mark></a>
3746     #errors
3747    
3748     #data
3749     <div xmlns="http://www.w3.org/1999/xhtml">
3750     <!-- From HTML5 Spec -->
3751     <p lang="en-US">Consider the following quote:</p>
3752     <blockquote lang="en-GB">
3753     <p>Look around and you will find, no-one's really
3754     <mark>colour</mark> blind.</p>
3755     </blockquote>
3756     <p lang="en-US">As we can tell from the <em>spelling</em> of the word,
3757     the person writing this quote is clearly not American.</p>
3758     </div>
3759     #errors
3760    
3761     #data
3762     <!-- From HTML5 Spec -->
3763     <p xmlns="http://www.w3.org/1999/xhtml">I also have some <mark>kitten</mark>s who are visiting me
3764     these days. They're really cute. I think they like my garden! Maybe I
3765     should adopt a <mark>kitten</mark>.</p>
3766     #errors
3767    
3768     #data
3769     <div xmlns="http://www.w3.org/1999/xhtml">
3770     <!-- From HTML5 Spec -->
3771     <p>The highlighted part below is where the error lies:</p>
3772     <pre><code>var i: Integer;
3773     begin
3774     i := <mark>1.1</mark>;
3775     end.</code></pre>
3776     </div>
3777     #errors
3778    
3779     #data
3780     <article xmlns="http://www.w3.org/1999/xhtml">
3781     <!-- From HTML5 Spec -->
3782     <style>
3783     blockquote mark, q mark {
3784     font: inherit; font-style: italic;
3785     text-decoration: none;
3786     background: transparent; color: inherit;
3787     }
3788     .bubble em {
3789     font: inherit; font-size: larger;
3790     text-decoration: underline;
3791     }
3792     </style>
3793     <h1>She knew</h1>
3794     <p>Did you notice the subtle joke in the joke on panel 4?</p>
3795     <blockquote>
3796     <p class="bubble">I didn't <em>want</em> to believe. <mark>Of course
3797     on some level I realized it was a known-plaintext attack.</mark> But I
3798     couldn't admit it until I saw for myself.</p>
3799     </blockquote>
3800     <p>(Emphasis mine.) I thought that was great. It's so pedantic, yet it
3801     explains everything neatly.</p>
3802     </article>
3803     #errors
3804 wakaba 1.55 /article/style;element not allowed:flow style;m
3805 wakaba 1.53 /article/style;SUBDOC
3806 wakaba 1.35
3807     #data
3808     <div xmlns="http://www.w3.org/1999/xhtml">
3809     <!-- From HTML5 Spec -->
3810     <h3>Wormhole Physics Introduction</h3>
3811    
3812     <p><mark>A wormhole in normal conditions can be held open for a
3813     maximum of just under 39 minutes.</mark> Conditions that can increase
3814     the time include a powerful energy source coupled to one or both of
3815     the gates connecting the wormhole, and a large gravity well (such as a
3816     black hole).</p>
3817    
3818     <p><mark>Momentum is preserved across the wormhole. Electromagnetic
3819     radiation can travel in both directions through a wormhole,
3820     but matter cannot.</mark></p>
3821    
3822     <p>When a wormhole is created, a vortex normally forms.
3823     <strong>Warning: The vortex caused by the wormhole opening will
3824     annihilate anything in its path.</strong> Vortexes can be avoided when
3825     using sufficently advanced dialing technology.</p>
3826    
3827     <p><mark>An obstruction in a gate will prevent it from accepting a
3828     wormhole connection.</mark></p>
3829     </div>
3830 wakaba 1.4 #errors
3831    
3832     #data
3833     <p xmlns="http://www.w3.org/1999/xhtml">
3834     <dfn></dfn>
3835     </p>
3836     #errors
3837 wakaba 1.25 /p;no significant content;s
3838     /p/dfn;no significant content;s
3839 wakaba 1.4
3840     #data
3841     <p xmlns="http://www.w3.org/1999/xhtml">
3842     <dfn> </dfn>
3843     </p>
3844     #errors
3845 wakaba 1.25 /p;no significant content;s
3846     /p/dfn;no significant content;s
3847 wakaba 1.4
3848     #data
3849     <p xmlns="http://www.w3.org/1999/xhtml">
3850     <dfn>XXX</dfn>
3851     </p>
3852     #errors
3853    
3854     #data
3855     <p xmlns="http://www.w3.org/1999/xhtml">
3856     <dfn><em>XXX</em></dfn>
3857     </p>
3858     #errors
3859    
3860     #data
3861     <p xmlns="http://www.w3.org/1999/xhtml">
3862     <dfn><em><blockquote/></em></dfn>
3863     </p>
3864     #errors
3865 wakaba 1.27 /p/dfn/em/blockquote;element not allowed:phrasing;m
3866 wakaba 1.25 /p;no significant content;s
3867     /p/dfn;no significant content;s
3868     /p/dfn/em;no significant content;s
3869     /p/dfn/em/blockquote;no significant content;s
3870 wakaba 1.4
3871     #data
3872     <p xmlns="http://www.w3.org/1999/xhtml">
3873     <dfn><blockquote/></dfn>
3874     </p>
3875     #errors
3876 wakaba 1.27 /p/dfn/blockquote;element not allowed:phrasing;m
3877 wakaba 1.25 /p;no significant content;s
3878     /p/dfn;no significant content;s
3879     /p/dfn/blockquote;no significant content;s
3880 wakaba 1.4
3881     #data
3882     <p xmlns="http://www.w3.org/1999/xhtml">
3883     <dfn><h1/></dfn>
3884     </p>
3885     #errors
3886 wakaba 1.27 /p/dfn/h1;element not allowed:phrasing;m
3887 wakaba 1.25 /p;no significant content;s
3888     /p/dfn;no significant content;s
3889     /p/dfn/h1;no significant content;s
3890 wakaba 1.4
3891     #data
3892     <p xmlns="http://www.w3.org/1999/xhtml">
3893     <dfn><dfn>XXX</dfn></dfn>
3894     </p>
3895     #errors
3896 wakaba 1.27 /p/dfn/dfn;element not allowed:minus;m
3897 wakaba 1.4
3898     #data
3899     <p xmlns="http://www.w3.org/1999/xhtml">
3900     <dfn></dfn><dfn/>
3901     </p>
3902     #errors
3903 wakaba 1.25 /p;no significant content;s
3904     /p/dfn;no significant content;s
3905     /p/dfn;no significant content;s
3906 wakaba 1.4
3907     #data
3908     <p xmlns="http://www.w3.org/1999/xhtml">
3909     <dfn><em><dfn/></em></dfn>
3910     </p>
3911     #errors
3912 wakaba 1.27 /p/dfn/em/dfn;element not allowed:minus;m
3913 wakaba 1.25 /p;no significant content;s
3914     /p/dfn;no significant content;s
3915     /p/dfn/em;no significant content;s
3916     /p/dfn/em/dfn;no significant content;s
3917 wakaba 1.4
3918 wakaba 1.65 #data
3919     <ruby xmlns="http://www.w3.org/1999/xhtml"></ruby>
3920     #errors
3921     /ruby;no significant content;s
3922 wakaba 1.67 /ruby;element missing;rt;m
3923 wakaba 1.65
3924     #data
3925     <ruby xmlns="http://www.w3.org/1999/xhtml"> </ruby>
3926     #errors
3927     /ruby;no significant content;s
3928 wakaba 1.67 /ruby;element missing;rt;m
3929 wakaba 1.65
3930     #data
3931     <ruby xmlns="http://www.w3.org/1999/xhtml">xxxx</ruby>
3932     #errors
3933 wakaba 1.67 /ruby;element missing;rt;m
3934 wakaba 1.65
3935     #data
3936     <ruby xmlns="http://www.w3.org/1999/xhtml">xxxx<rt>yyyy</rt></ruby>
3937     #errors
3938    
3939     #data
3940     <ruby xmlns="http://www.w3.org/1999/xhtml">xxxx<rt>yyyy</rt> </ruby>
3941     #errors
3942    
3943     #data
3944     <ruby xmlns="http://www.w3.org/1999/xhtml">xxxx<rt>yyyy</rt>zzzz</ruby>
3945     #errors
3946 wakaba 1.67 /ruby;element missing;rt;m
3947 wakaba 1.65
3948     #data
3949     <ruby xmlns="http://www.w3.org/1999/xhtml">xx<rt>yy</rt>zz<rt>aa</rt></ruby>
3950     #errors
3951    
3952     #data
3953     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rt>y</rt>z<rt>w</rt>a</ruby>
3954     #errors
3955 wakaba 1.67 /ruby;element missing;rt;m
3956 wakaba 1.65
3957     #data
3958     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rt>y</rt> a<rt> b </rt>c<rt>d</rt></ruby>
3959     #errors
3960    
3961     #data
3962     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rt></rt></ruby>
3963     #errors
3964     /ruby/rt;no significant content;s
3965    
3966     #data
3967     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rt>y</rt>z<rt></rt></ruby>
3968     #errors
3969     /ruby/rt;no significant content;s
3970    
3971     #data
3972     <ruby xmlns="http://www.w3.org/1999/xhtml"><rt>y</rt></ruby>
3973     #errors
3974     /ruby/rt;no significant content before;s
3975    
3976     #data
3977     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rt>y</rt><rt>z</rt></ruby>
3978     #errors
3979     /ruby/rt;no significant content before;s
3980    
3981     #data
3982     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt>y</rt><rp>)</rp></ruby>
3983     #errors
3984    
3985     #data
3986     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt>y</rt></ruby>
3987     #errors
3988 wakaba 1.67 /ruby;element missing;rp;m
3989 wakaba 1.65
3990     #data
3991     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp></ruby>
3992     #errors
3993 wakaba 1.67 /ruby;element missing;rt;m
3994     /ruby;element missing;rp;m
3995 wakaba 1.65
3996     #data
3997     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt>y</rt><rp>)</rp>X</ruby>
3998     #errors
3999 wakaba 1.67 /ruby;element missing;rt;m
4000 wakaba 1.65
4001     #data
4002     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt>y</rt><rp>)</rp>X<rt>Y</rt></ruby>
4003     #errors
4004    
4005     #data
4006     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt>y</rt><rp>)</rp>X<rp>(</rp></ruby>
4007     #errors
4008 wakaba 1.67 /ruby;element missing;rt;m
4009     /ruby;element missing;rp;m
4010 wakaba 1.65
4011     #data
4012     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt>y</rt><rp>)</rp>X<rp>(</rp><rt>Y</rt></ruby>
4013     #errors
4014 wakaba 1.67 /ruby;element missing;rp;m
4015 wakaba 1.65
4016     #data
4017     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt>y</rt><rp>)</rp>X<rp>(</rp><rt>Y</rt><rp>)</rp></ruby>
4018     #errors
4019    
4020     #data
4021     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rp>)</rp></ruby>
4022     #errors
4023 wakaba 1.67 /ruby/rp;ps element missing;rt;m
4024 wakaba 1.65
4025     #data
4026     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt>y</rt><rt>z</rt><rp>)</rp></ruby>
4027     #errors
4028 wakaba 1.67 /ruby/rt;ps element missing;rp;m
4029 wakaba 1.65 /ruby/rt;no significant content before;s
4030     /ruby/rp;no significant content before;s
4031     /ruby/rp;rp:syntax error;m
4032 wakaba 1.67 /ruby;element missing;rt;m
4033     /ruby;element missing;rp;m
4034 wakaba 1.65
4035     #data
4036     <ruby xmlns="http://www.w3.org/1999/xhtml"><rp>(</rp><rt>y</rt><rp>)</rp></ruby>
4037     #errors
4038     /ruby/rp;no significant content before;s
4039    
4040     #data
4041     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt>y</rt><rp>(</rp></ruby>
4042     #errors
4043     /ruby/rp;rp:syntax error;m
4044    
4045     #data
4046     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt>y</rt><rp></rp></ruby>
4047     #errors
4048     /ruby/rp;rp:syntax error;m
4049    
4050     #data
4051     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt>y</rt><rp>))</rp></ruby>
4052     #errors
4053     /ruby/rp;rp:syntax error;m
4054    
4055     #data
4056     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt>y</rt><rp>) </rp></ruby>
4057     #errors
4058     /ruby/rp;rp:syntax error;m
4059    
4060     #data
4061     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt>y</rt><rp>)<!----> </rp></ruby>
4062     #errors
4063    
4064     #data
4065     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt>y</rt><rp>)<!---->)</rp></ruby>
4066     #errors
4067     /ruby/rp;rp:syntax error;m
4068    
4069     #data
4070     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt></rt><rp>)</rp></ruby>
4071     #errors
4072     /ruby/rt;no significant content;s
4073    
4074     #data
4075     <ruby xmlns="http://www.w3.org/1999/xhtml"><rp>(</rp><rt></rt><rp>)</rp></ruby>
4076     #errors
4077     /ruby/rp;no significant content before;s
4078     /ruby/rt;no significant content;s
4079    
4080     #data
4081     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp></rp><rt>y</rt><rp>)</rp></ruby>
4082     #errors
4083     /ruby/rp;rp:syntax error;m
4084    
4085     #data
4086     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>( </rp><rt>y</rt><rp>)</rp></ruby>
4087     #errors
4088     /ruby/rp;rp:syntax error;m
4089    
4090     #data
4091     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp> <!-- -->(</rp><rt>y</rt><rp>)</rp></ruby>
4092     #errors
4093    
4094     #data
4095     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>[(</rp><rt>y</rt><rp>)</rp></ruby>
4096     #errors
4097     /ruby/rp;rp:syntax error;m
4098    
4099     #data
4100     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>)</rp><rt>y</rt><rp>)</rp></ruby>
4101     #errors
4102     /ruby/rp;rp:syntax error;m
4103    
4104     #data
4105     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>[</rp><rt>y</rt><rp>]</rp></ruby>
4106     #errors
4107    
4108     #data
4109     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>[</rp><rt><p>y</p></rt><rp>]</rp></ruby>
4110     #errors
4111     /ruby/rt/p;element not allowed:phrasing;m
4112    
4113     #data
4114     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt>y</rt><rp>)</rp></ruby>
4115     #errors
4116    
4117     #data
4118     <ruby xmlns="http://www.w3.org/1999/xhtml"><span>x</span><rp>(</rp><rt>y</rt><rp>)</rp></ruby>
4119     #errors
4120    
4121     #data
4122     <ruby xmlns="http://www.w3.org/1999/xhtml"><rb>x</rb><rp>(</rp><rt>y</rt><rp>)</rp></ruby>
4123     #errors
4124     /ruby/rb;element not defined;m
4125     /ruby/rb;element not allowed:ruby base;m
4126    
4127     #data
4128     <ruby xmlns="http://www.w3.org/1999/xhtml"><p>x</p><rp>(</rp><rt>y</rt><rp>)</rp></ruby>
4129     #errors
4130     /ruby/p;element not allowed:ruby base;m
4131    
4132     #data
4133     <ruby xmlns="http://www.w3.org/1999/xhtml"><rb></rb>x<rp>(</rp><rt>y</rt><rp>)</rp></ruby>
4134     #errors
4135     /ruby/rb;element not defined;m
4136     /ruby/rb;element not allowed:ruby base;m
4137    
4138     #data
4139     <ruby xmlns="http://www.w3.org/1999/xhtml"><rbc><rb>x</rb><rb>c</rb></rbc><rtc/><rt>y</rt><rt>d</rt></ruby>
4140     #errors
4141     /ruby/rbc;element not defined;m
4142     /ruby/rbc;element not allowed:ruby base;m
4143     /ruby/rbc/rb;element not defined;m
4144     /ruby/rbc/rb;element not defined;m
4145     /ruby/rtc;element not defined;m
4146     /ruby/rtc;element not allowed:ruby base;m
4147     /ruby/rt;no significant content before;s
4148    
4149     #data
4150     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp><span>(</span></rp><rt>y</rt><rp>)</rp></ruby>
4151     #errors
4152 wakaba 1.67 /ruby/rp/span;element not allowed:text;m
4153 wakaba 1.65 /ruby/rp;rp:syntax error;m
4154    
4155     #data
4156     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt><span>y</span></rt><rp>)</rp></ruby>
4157     #errors
4158    
4159     #data
4160     <ruby xmlns="http://www.w3.org/1999/xhtml">x<rp>(</rp><rt>y</rt><rp><span>)</span></rp></ruby>
4161     #errors
4162 wakaba 1.67 /ruby/rp/span;element not allowed:text;m
4163 wakaba 1.65 /ruby/rp;rp:syntax error;m
4164    
4165     #data
4166     <p xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>(</rp><rt>y</rt><rp>)</rp></ruby></p>
4167     #errors
4168    
4169     #data
4170     <p xmlns="http://www.w3.org/1999/xhtml"><ruby><rp>(</rp><rt>y</rt><rp>)</rp></ruby></p>
4171     #errors
4172     /p/ruby/rp;no significant content before;s
4173    
4174     #data
4175     <p xmlns="http://www.w3.org/1999/xhtml"><ruby><rt></rt></ruby></p>
4176     #errors
4177     /p;no significant content;s
4178     /p/ruby/rt;no significant content before;s
4179     /p/ruby/rt;no significant content;s
4180    
4181     #data
4182     <p xmlns="http://www.w3.org/1999/xhtml"><ruby><rt></rt></ruby>x</p>
4183     #errors
4184     /p/ruby/rt;no significant content before;s
4185     /p/ruby/rt;no significant content;s
4186    
4187     #data
4188     <p xmlns="http://www.w3.org/1999/xhtml">x<ruby><rt></rt></ruby></p>
4189     #errors
4190     /p/ruby/rt;no significant content before;s
4191     /p/ruby/rt;no significant content;s
4192    
4193     #data
4194     <p xmlns="http://www.w3.org/1999/xhtml"><ruby><rt></rt>x</ruby></p>
4195     #errors
4196     /p/ruby/rt;no significant content before;s
4197     /p/ruby/rt;no significant content;s
4198 wakaba 1.67 /p/ruby;element missing;rt;m
4199 wakaba 1.64
4200 wakaba 1.65 #data
4201     <p xmlns="http://www.w3.org/1999/xhtml"><ruby><rp>(</rp><rt></rt><rp>)</rp></ruby></p>
4202     #errors
4203     /p/ruby/rp;no significant content before;s
4204     /p/ruby/rt;no significant content;s
4205    
4206     #data
4207     <p xmlns="http://www.w3.org/1999/xhtml"><rt></rt></p>
4208     #errors
4209     /p;no significant content;s
4210     /p/rt;no significant content;s
4211     /p/rt;element not allowed:phrasing;m
4212    
4213     #data
4214     <p xmlns="http://www.w3.org/1999/xhtml"><rt>x</rt></p>
4215     #errors
4216     /p/rt;element not allowed:phrasing;m
4217    
4218     #data
4219     <p xmlns="http://www.w3.org/1999/xhtml"><rp>x</rp></p>
4220     #errors
4221     /p/rp;element not allowed:phrasing;m
4222     /p/rp;rp:syntax error;m
4223    
4224     #data
4225     <p xmlns="http://www.w3.org/1999/xhtml"><rp>(</rp></p>
4226     #errors
4227     /p/rp;element not allowed:phrasing;m
4228    
4229     #data
4230     <p xmlns="http://www.w3.org/1999/xhtml"><rp>)</rp></p>
4231     #errors
4232     /p/rp;element not allowed:phrasing;m
4233     /p/rp;rp:syntax error;m
4234 wakaba 1.64
4235 wakaba 1.6 #data
4236 wakaba 1.32 <figure xmlns="http://www.w3.org/1999/xhtml">
4237     </figure>
4238     #errors
4239     /figure;no significant content;s
4240    
4241     #data
4242     <figure xmlns="http://www.w3.org/1999/xhtml">
4243     <legend/>
4244     </figure>
4245     #errors
4246     /figure;no significant content;s
4247     /figure/legend;no significant content;s
4248    
4249     #data
4250     <figure xmlns="http://www.w3.org/1999/xhtml">
4251     <legend>x</legend>
4252     </figure>
4253     #errors
4254    
4255     #data
4256     <figure xmlns="http://www.w3.org/1999/xhtml">
4257     x
4258     </figure>
4259     #errors
4260    
4261     #data
4262     <figure xmlns="http://www.w3.org/1999/xhtml">
4263     x<legend>y</legend>
4264     </figure>
4265     #errors
4266    
4267     #data
4268     <figure xmlns="http://www.w3.org/1999/xhtml">
4269     <legend>x</legend>y
4270     </figure>
4271     #errors
4272    
4273     #data
4274     <figure xmlns="http://www.w3.org/1999/xhtml">
4275     <legend>x</legend><legend>y</legend>
4276     </figure>
4277     #errors
4278     /figure/legend;element not allowed:figure legend;m
4279    
4280     #data
4281     <figure xmlns="http://www.w3.org/1999/xhtml">
4282     y<legend>x</legend>z
4283     </figure>
4284     #errors
4285     /figure/legend;element not allowed:figure legend;m
4286    
4287     #data
4288     <figure xmlns="http://www.w3.org/1999/xhtml">
4289     x<legend>x</legend><legend>y</legend>
4290     </figure>
4291     #errors
4292     /figure/legend;element not allowed:figure legend;m
4293    
4294     #data
4295     <figure xmlns="http://www.w3.org/1999/xhtml">
4296     <legend>x</legend><legend>y</legend>z
4297     </figure>
4298     #errors
4299     /figure/legend;element not allowed:figure legend;m
4300    
4301     #data
4302     <figure xmlns="http://www.w3.org/1999/xhtml">
4303     x<legend>y</legend><legend>z</legend>w
4304     </figure>
4305     #errors
4306     /figure/legend;element not allowed:figure legend;m
4307     /figure/legend;element not allowed:figure legend;m
4308    
4309     #data
4310     <figure xmlns="http://www.w3.org/1999/xhtml">
4311     x<legend>y</legend><legend>z</legend><legend>w</legend>v
4312     </figure>
4313     #errors
4314     /figure/legend;element not allowed:figure legend;m
4315     /figure/legend;element not allowed:figure legend;m
4316     /figure/legend;element not allowed:figure legend;m
4317    
4318     #data
4319     <figure xmlns="http://www.w3.org/1999/xhtml">
4320     <p>x</p><legend>y</legend><legend>z</legend>w
4321     </figure>
4322     #errors
4323     /figure/legend;element not allowed:figure legend;m
4324     /figure/legend;element not allowed:figure legend;m
4325 wakaba 1.36
4326     #data
4327     <object xmlns="http://www.w3.org/1999/xhtml" data=""></object>
4328     #errors
4329     /object;no significant content;s
4330    
4331     #data
4332     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4333     </object>
4334     #errors
4335     /object;no significant content;s
4336    
4337     #data
4338     <object xmlns="http://www.w3.org/1999/xhtml" data="">xxxx</object>
4339     #errors
4340    
4341     #data
4342     <object xmlns="http://www.w3.org/1999/xhtml" data=""><p>xx</p></object>
4343     #errors
4344    
4345     #data
4346     <object xmlns="http://www.w3.org/1999/xhtml" data=""><p></p></object>
4347     #errors
4348     /object;no significant content;s
4349     /object/p;no significant content;s
4350    
4351     #data
4352     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4353     <param name="x" value="y"/>
4354     </object>
4355     #errors
4356     /object;no significant content;s
4357    
4358     #data
4359     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4360     <param name="x" value="y"/>
4361     <param name="v" value="w"/>
4362     </object>
4363     #errors
4364     /object;no significant content;s
4365    
4366     #data
4367     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4368     <param name="x" value="y"/>
4369     <param name="v" value="w"/>
4370     <param name="a" value="b"/>
4371     </object>
4372     #errors
4373     /object;no significant content;s
4374    
4375     #data
4376     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4377     <param name="x" value="y"/>
4378     zzz
4379     </object>
4380     #errors
4381    
4382     #data
4383     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4384     <param name="x" value="y"/>
4385     <p>zzz</p>
4386     </object>
4387     #errors
4388    
4389     #data
4390     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4391     <param name="x" value="y"/><p>
4392     zzz</p><img src="" alt="a"/>
4393     </object>
4394     #errors
4395    
4396     #data
4397     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4398     <param name="x" value="y"/>
4399     <param name="z" value="w"/>
4400     zzz
4401     </object>
4402     #errors
4403    
4404     #data
4405     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4406     <param name="x" value="y"/>
4407     zzz
4408     <param name="a" value="y"/>
4409     </object>
4410     #errors
4411 wakaba 1.55 /object/param;element not allowed:flow;m
4412 wakaba 1.36
4413     #data
4414     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4415     aaa
4416     <param name="x" value="y"/>
4417     </object>
4418     #errors
4419 wakaba 1.55 /object/param;element not allowed:flow;m
4420 wakaba 1.36
4421     #data
4422     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4423     <p>zxx</p>
4424     <param name="x" value="y"/>
4425     </object>
4426     #errors
4427 wakaba 1.55 /object/param;element not allowed:flow;m
4428 wakaba 1.36
4429     #data
4430     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4431     <param name="x" value="y"/>
4432     <style scoped=""/>
4433     </object>
4434     #errors
4435 wakaba 1.53 /object/style;SUBDOC
4436 wakaba 1.36 /object;no significant content;s
4437    
4438     #data
4439     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4440     <param name="x" value="y"/>
4441     <style scoped=""/>
4442     aaa
4443     </object>
4444     #errors
4445 wakaba 1.53 /object/style;SUBDOC
4446 wakaba 1.36
4447     #data
4448     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4449     <param name="x" value="y"/>
4450     <style scoped=""/>
4451     <p>xxx</p>
4452     </object>
4453     #errors
4454 wakaba 1.53 /object/style;SUBDOC
4455 wakaba 1.36
4456     #data
4457     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4458     <param name="x" value="y"/>
4459     <style scoped=""/>
4460     <param name="xz" value=""/>
4461     </object>
4462     #errors
4463 wakaba 1.53 /object/style;SUBDOC
4464 wakaba 1.55 /object/param;element not allowed:flow;m
4465 wakaba 1.36 /object;no significant content;s
4466    
4467     #data
4468     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4469     <style scoped=""/>
4470     <param name="x" value="y"/>
4471     </object>
4472     #errors
4473 wakaba 1.53 /object/style;SUBDOC
4474 wakaba 1.36 /object;no significant content;s
4475 wakaba 1.55 /object/param;element not allowed:flow;m
4476 wakaba 1.36
4477     #data
4478     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4479     <param name="x" value="y"/>
4480     <p>xxx</p>
4481     <style scoped=""/>
4482     </object>
4483     #errors
4484 wakaba 1.53 /object/style;SUBDOC
4485 wakaba 1.55 /object/style;element not allowed:flow style;m
4486 wakaba 1.36
4487     #data
4488     <object xmlns="http://www.w3.org/1999/xhtml" data="">
4489     <param name="x" value="y"/>
4490     <style/>
4491     </object>
4492     #errors
4493 wakaba 1.53 /object/style;SUBDOC
4494 wakaba 1.36 /object;no significant content;s
4495 wakaba 1.55 /object/style;element not allowed:flow style;m
4496 wakaba 1.36
4497     #data
4498     <p xmlns="http://www.w3.org/1999/xhtml">
4499     <object data="">
4500     <param name="x" value="y"/>
4501     <style scoped=""/>
4502     </object>
4503     </p>
4504     #errors
4505 wakaba 1.53 /p/object/style;SUBDOC
4506 wakaba 1.36 /p/object/style;element not allowed:phrasing;m
4507    
4508     #data
4509     <p xmlns="http://www.w3.org/1999/xhtml">
4510     <object data="">
4511     <param name="x" value="y"/>
4512     xxxx
4513     </object>
4514     </p>
4515     #errors
4516    
4517     #data
4518     <p xmlns="http://www.w3.org/1999/xhtml">
4519     <object data="">
4520     <param name="x" value="y"/>
4521     <p>xxxx</p>
4522     </object>
4523     </p>
4524     #errors
4525     /p/object/p;element not allowed:phrasing;m
4526    
4527     #data
4528     <div xmlns="http://www.w3.org/1999/xhtml">
4529     <object data="">
4530     <param name="x" value="y"/>
4531     <p>xxxx</p>
4532     </object>
4533     </div>
4534     #errors
4535    
4536     #data
4537     <div xmlns="http://www.w3.org/1999/xhtml">
4538     <object data="">
4539     <p>xxxx</p>
4540     <param name="x" value="y"/>
4541     </object>
4542     </div>
4543     #errors
4544 wakaba 1.55 /div/object/param;element not allowed:flow;m
4545 wakaba 1.36
4546     #data
4547     <div xmlns="http://www.w3.org/1999/xhtml">
4548     <object data="">
4549     <object data="">
4550     <param name="x" value="y"/>
4551     <p>xxxx</p>
4552     </object>
4553     </object>
4554     </div>
4555     #errors
4556    
4557     #data
4558     <span xmlns="http://www.w3.org/1999/xhtml">
4559     <object data="">
4560 wakaba 1.41 <param name="x" value="y"/>
4561     <p>xxxx</p>
4562     </object>
4563     </span>
4564     #errors
4565     /span/object/p;element not allowed:phrasing;m
4566    
4567     #data
4568     <span xmlns="http://www.w3.org/1999/xhtml">
4569     <ins>
4570     <object data="">
4571     <param name="x" value="y"/>
4572     <p>xxxx</p>
4573     </object>
4574     </ins>
4575     </span>
4576     #errors
4577     /span/ins/object/p;element not allowed:phrasing;m
4578    
4579     #data
4580     <span xmlns="http://www.w3.org/1999/xhtml">
4581     <object data="">
4582 wakaba 1.36 <object data="">
4583     <param name="x" value="y"/>
4584     <p>xxxx</p>
4585     </object>
4586     </object>
4587     </span>
4588     #errors
4589     /span/object/object/p;element not allowed:phrasing;m
4590    
4591     #data
4592     <span xmlns="http://www.w3.org/1999/xhtml">
4593     <object data="">
4594     <object data="">
4595     <p>xxxx</p>
4596     <param name="x" value="y"/>
4597     </object>
4598     </object>
4599     </span>
4600     #errors
4601     /span/object/object/p;element not allowed:phrasing;m
4602     /span/object/object/param;element not allowed:phrasing;m
4603 wakaba 1.32
4604     #data
4605 wakaba 1.38 <p xmlns="http://www.w3.org/1999/xhtml"><object data=""><p>xx</p></object></p>
4606     #errors
4607     /p/object/p;element not allowed:phrasing;m
4608    
4609     #data
4610     <p xmlns="http://www.w3.org/1999/xhtml"><object data=""><style scoped=""></style>xx</object></p>
4611     #errors
4612     /p/object/style;element not allowed:phrasing;m
4613 wakaba 1.53 /p/object/style;SUBDOC
4614 wakaba 1.38
4615     #data
4616 wakaba 1.39 <video xmlns="http://www.w3.org/1999/xhtml"></video>
4617     #errors
4618     /video;no significant content;s
4619 wakaba 1.67 /video;child element missing;source;m
4620 wakaba 1.39
4621     #data
4622     <video xmlns="http://www.w3.org/1999/xhtml"> </video>
4623     #errors
4624 wakaba 1.67 /video;child element missing;source;m
4625 wakaba 1.39 /video;no significant content;s
4626    
4627     #data
4628     <video xmlns="http://www.w3.org/1999/xhtml">xx</video>
4629     #errors
4630 wakaba 1.67 /video;child element missing;source;m
4631 wakaba 1.39
4632     #data
4633     <video xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/>xx</video>
4634     #errors
4635 wakaba 1.67 /video;child element missing;source;m
4636 wakaba 1.53 /video/style;SUBDOC
4637 wakaba 1.39
4638     #data
4639     <video xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><p>xx</p></video>
4640     #errors
4641 wakaba 1.67 /video;child element missing;source;m
4642 wakaba 1.53 /video/style;SUBDOC
4643 wakaba 1.39
4644     #data
4645     <video xmlns="http://www.w3.org/1999/xhtml" src=""></video>
4646     #errors
4647     /video;no significant content;s
4648    
4649     #data
4650     <video xmlns="http://www.w3.org/1999/xhtml" src=""> </video>
4651     #errors
4652     /video;no significant content;s
4653    
4654     #data
4655     <video xmlns="http://www.w3.org/1999/xhtml" src="">xx</video>
4656     #errors
4657    
4658     #data
4659     <video xmlns="http://www.w3.org/1999/xhtml" src=""><style scoped=""/>xx</video>
4660     #errors
4661 wakaba 1.53 /video/style;SUBDOC
4662 wakaba 1.39
4663     #data
4664     <video xmlns="http://www.w3.org/1999/xhtml" src=""><style scoped=""/><p>xx</p></video>
4665     #errors
4666 wakaba 1.53 /video/style;SUBDOC
4667 wakaba 1.39
4668     #data
4669     <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/></video>
4670     #errors
4671     /video;no significant content;s
4672    
4673     #data
4674     <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/>xx</video>
4675     #errors
4676    
4677     #data
4678     <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/>xx</video>
4679     #errors
4680 wakaba 1.53 /video/style;SUBDOC
4681 wakaba 1.39
4682     #data
4683     <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><p>xx</p></video>
4684     #errors
4685 wakaba 1.53 /video/style;SUBDOC
4686 wakaba 1.39
4687     #data
4688     <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><source src=""/></video>
4689     #errors
4690     /video;no significant content;s
4691    
4692     #data
4693     <video xmlns="http://www.w3.org/1999/xhtml">x<source src=""/></video>
4694     #errors
4695 wakaba 1.55 /video/source;element not allowed:flow;m
4696 wakaba 1.39
4697     #data
4698     <video xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><source src=""/></video>
4699     #errors
4700 wakaba 1.55 /video/source;element not allowed:flow;m
4701 wakaba 1.53 /video/style;SUBDOC
4702 wakaba 1.39 /video;no significant content;s
4703    
4704     #data
4705     <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><source src=""/></video>
4706     #errors
4707 wakaba 1.55 /video/source;element not allowed:flow;m
4708 wakaba 1.53 /video/style;SUBDOC
4709 wakaba 1.39 /video;no significant content;s
4710    
4711     #data
4712     <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><source src=""/><source src=""/></video>
4713     #errors
4714 wakaba 1.55 /video/source;element not allowed:flow;m
4715     /video/source;element not allowed:flow;m
4716 wakaba 1.53 /video/style;SUBDOC
4717 wakaba 1.39 /video;no significant content;s
4718    
4719     #data
4720     <div xmlns="http://www.w3.org/1999/xhtml"><video></video></div>
4721     #errors
4722 wakaba 1.67 /div/video;child element missing;source;m
4723 wakaba 1.39
4724     #data
4725     <div xmlns="http://www.w3.org/1999/xhtml"><video> </video></div>
4726     #errors
4727 wakaba 1.67 /div/video;child element missing;source;m
4728 wakaba 1.39
4729     #data
4730     <div xmlns="http://www.w3.org/1999/xhtml"><video>xx</video></div>
4731     #errors
4732 wakaba 1.67 /div/video;child element missing;source;m
4733 wakaba 1.39
4734     #data
4735     <div xmlns="http://www.w3.org/1999/xhtml"><video><style scoped=""/>xx</video></div>
4736     #errors
4737 wakaba 1.67 /div/video;child element missing;source;m
4738 wakaba 1.53 /div/video/style;SUBDOC
4739 wakaba 1.39
4740     #data
4741     <div xmlns="http://www.w3.org/1999/xhtml">
4742     <video><style scoped=""/><p>xx</p></video></div>
4743     #errors
4744 wakaba 1.67 /div/video;child element missing;source;m
4745 wakaba 1.53 /div/video/style;SUBDOC
4746 wakaba 1.39
4747     #data
4748     <div xmlns="http://www.w3.org/1999/xhtml"><video src=""></video></div>
4749     #errors
4750    
4751     #data
4752     <div xmlns="http://www.w3.org/1999/xhtml"><video src=""> </video></div>
4753     #errors
4754    
4755     #data
4756     <div xmlns="http://www.w3.org/1999/xhtml"><video src="">xx</video></div>
4757     #errors
4758    
4759     #data
4760     <div xmlns="http://www.w3.org/1999/xhtml">
4761     <video src=""><style scoped=""/>xx</video></div>
4762     #errors
4763 wakaba 1.53 /div/video/style;SUBDOC
4764 wakaba 1.39
4765     #data
4766     <div xmlns="http://www.w3.org/1999/xhtml">
4767     <video src=""><style scoped=""/><p>xx</p></video></div>
4768     #errors
4769 wakaba 1.53 /div/video/style;SUBDOC
4770 wakaba 1.39
4771     #data
4772     <div xmlns="http://www.w3.org/1999/xhtml"><video><source src=""/></video></div>
4773     #errors
4774    
4775     #data
4776     <div xmlns="http://www.w3.org/1999/xhtml"><video><source src=""/>xx</video></div>
4777     #errors
4778    
4779     #data
4780     <div xmlns="http://www.w3.org/1999/xhtml">
4781     <video><source src=""/><style scoped=""/>xx</video></div>
4782     #errors
4783 wakaba 1.53 /div/video/style;SUBDOC
4784 wakaba 1.39
4785     #data
4786     <div xmlns="http://www.w3.org/1999/xhtml">
4787     <video><source src=""/><style scoped=""/><p>xx</p></video></div>
4788     #errors
4789 wakaba 1.53 /div/video/style;SUBDOC
4790 wakaba 1.39
4791     #data
4792     <div xmlns="http://www.w3.org/1999/xhtml">
4793     <video><source src=""/><source src=""/></video></div>
4794     #errors
4795    
4796     #data
4797     <div xmlns="http://www.w3.org/1999/xhtml"><video>x<source src=""/></video></div>
4798     #errors
4799 wakaba 1.55 /div/video/source;element not allowed:flow;m
4800 wakaba 1.39
4801     #data
4802     <div xmlns="http://www.w3.org/1999/xhtml">
4803     <video><style scoped=""/><source src=""/></video></div>
4804     #errors
4805 wakaba 1.55 /div/video/source;element not allowed:flow;m
4806 wakaba 1.53 /div/video/style;SUBDOC
4807 wakaba 1.39
4808     #data
4809     <div xmlns="http://www.w3.org/1999/xhtml">
4810     <video><source src=""/><style scoped=""/><source src=""/></video></div>
4811     #errors
4812 wakaba 1.55 /div/video/source;element not allowed:flow;m
4813 wakaba 1.53 /div/video/style;SUBDOC
4814 wakaba 1.39
4815     #data
4816     <div xmlns="http://www.w3.org/1999/xhtml">
4817     <video><source src=""/><style scoped=""/><source src=""/><source src=""/></video></div>
4818     #errors
4819 wakaba 1.55 /div/video/source;element not allowed:flow;m
4820     /div/video/source;element not allowed:flow;m
4821 wakaba 1.53 /div/video/style;SUBDOC
4822 wakaba 1.39
4823     #data
4824     <em xmlns="http://www.w3.org/1999/xhtml"><video></video></em>
4825     #errors
4826 wakaba 1.67 /em/video;child element missing;source;m
4827 wakaba 1.39
4828     #data
4829     <em xmlns="http://www.w3.org/1999/xhtml"><video> </video></em>
4830     #errors
4831 wakaba 1.67 /em/video;child element missing;source;m
4832 wakaba 1.39
4833     #data
4834     <em xmlns="http://www.w3.org/1999/xhtml"><video>xx</video></em>
4835     #errors
4836 wakaba 1.67 /em/video;child element missing;source;m
4837 wakaba 1.39
4838     #data
4839     <em xmlns="http://www.w3.org/1999/xhtml"><video><style scoped=""/>xx</video></em>
4840     #errors
4841 wakaba 1.67 /em/video;child element missing;source;m
4842 wakaba 1.53 /em/video/style;SUBDOC
4843 wakaba 1.39 /em/video/style;element not allowed:phrasing;m
4844    
4845     #data
4846     <em xmlns="http://www.w3.org/1999/xhtml">
4847     <video><style scoped=""/><p>xx</p></video></em>
4848     #errors
4849 wakaba 1.67 /em/video;child element missing;source;m
4850 wakaba 1.53 /em/video/style;SUBDOC
4851 wakaba 1.39 /em/video/style;element not allowed:phrasing;m
4852     /em/video/p;element not allowed:phrasing;m
4853    
4854     #data
4855     <em xmlns="http://www.w3.org/1999/xhtml"><video src=""></video></em>
4856     #errors
4857    
4858     #data
4859     <em xmlns="http://www.w3.org/1999/xhtml"><video src=""> </video></em>
4860     #errors
4861    
4862     #data
4863     <em xmlns="http://www.w3.org/1999/xhtml"><video src="">xx</video></em>
4864     #errors
4865    
4866     #data
4867     <em xmlns="http://www.w3.org/1999/xhtml">
4868     <video src=""><style scoped=""/>xx</video></em>
4869     #errors
4870 wakaba 1.53 /em/video/style;SUBDOC
4871 wakaba 1.39 /em/video/style;element not allowed:phrasing;m
4872    
4873     #data
4874     <em xmlns="http://www.w3.org/1999/xhtml">
4875     <video src=""><style scoped=""/><p>xx</p></video></em>
4876     #errors
4877 wakaba 1.53 /em/video/style;SUBDOC
4878 wakaba 1.39 /em/video/style;element not allowed:phrasing;m
4879     /em/video/p;element not allowed:phrasing;m
4880    
4881     #data
4882     <em xmlns="http://www.w3.org/1999/xhtml"><video><source src=""/></video></em>
4883     #errors
4884    
4885     #data
4886     <em xmlns="http://www.w3.org/1999/xhtml"><video><source src=""/>xx</video></em>
4887     #errors
4888    
4889     #data
4890     <em xmlns="http://www.w3.org/1999/xhtml">
4891     <video><source src=""/><style scoped=""/>xx</video></em>
4892     #errors
4893 wakaba 1.53 /em/video/style;SUBDOC
4894 wakaba 1.39 /em/video/style;element not allowed:phrasing;m
4895    
4896     #data
4897     <em xmlns="http://www.w3.org/1999/xhtml">
4898     <video><source src=""/><style scoped=""/><p>xx</p></video></em>
4899     #errors
4900 wakaba 1.53 /em/video/style;SUBDOC
4901 wakaba 1.39 /em/video/style;element not allowed:phrasing;m
4902     /em/video/p;element not allowed:phrasing;m
4903    
4904     #data
4905     <em xmlns="http://www.w3.org/1999/xhtml">
4906     <video><source src=""/><source src=""/></video></em>
4907     #errors
4908    
4909     #data
4910     <em xmlns="http://www.w3.org/1999/xhtml"><video>x<source src=""/></video></em>
4911     #errors
4912     /em/video/source;element not allowed:phrasing;m
4913    
4914     #data
4915     <em xmlns="http://www.w3.org/1999/xhtml">
4916     <video><style scoped=""/><source src=""/></video></em>
4917     #errors
4918     /em/video/source;element not allowed:phrasing;m
4919 wakaba 1.53 /em/video/style;SUBDOC
4920 wakaba 1.39 /em/video/style;element not allowed:phrasing;m
4921    
4922     #data
4923     <em xmlns="http://www.w3.org/1999/xhtml">
4924     <video><source src=""/><style scoped=""/><source src=""/></video></em>
4925     #errors
4926     /em/video/source;element not allowed:phrasing;m
4927 wakaba 1.53 /em/video/style;SUBDOC
4928 wakaba 1.39 /em/video/style;element not allowed:phrasing;m
4929    
4930     #data
4931     <em xmlns="http://www.w3.org/1999/xhtml">
4932     <video><source src=""/><style scoped=""/><source src=""/><source src=""/></video></em>
4933     #errors
4934     /em/video/source;element not allowed:phrasing;m
4935     /em/video/source;element not allowed:phrasing;m
4936 wakaba 1.53 /em/video/style;SUBDOC
4937 wakaba 1.39 /em/video/style;element not allowed:phrasing;m
4938    
4939     #data
4940     <audio xmlns="http://www.w3.org/1999/xhtml"></audio>
4941     #errors
4942     /audio;no significant content;s
4943 wakaba 1.67 /audio;child element missing;source;m
4944 wakaba 1.39
4945     #data
4946     <audio xmlns="http://www.w3.org/1999/xhtml"> </audio>
4947     #errors
4948 wakaba 1.67 /audio;child element missing;source;m
4949 wakaba 1.39 /audio;no significant content;s
4950    
4951     #data
4952     <audio xmlns="http://www.w3.org/1999/xhtml">xx</audio>
4953     #errors
4954 wakaba 1.67 /audio;child element missing;source;m
4955 wakaba 1.39
4956     #data
4957     <audio xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/>xx</audio>
4958     #errors
4959 wakaba 1.67 /audio;child element missing;source;m
4960 wakaba 1.53 /audio/style;SUBDOC
4961 wakaba 1.39
4962     #data
4963     <audio xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><p>xx</p></audio>
4964     #errors
4965 wakaba 1.67 /audio;child element missing;source;m
4966 wakaba 1.53 /audio/style;SUBDOC
4967 wakaba 1.39
4968     #data
4969     <audio xmlns="http://www.w3.org/1999/xhtml" src=""></audio>
4970     #errors
4971     /audio;no significant content;s
4972    
4973     #data
4974     <audio xmlns="http://www.w3.org/1999/xhtml" src=""> </audio>
4975     #errors
4976     /audio;no significant content;s
4977    
4978     #data
4979     <audio xmlns="http://www.w3.org/1999/xhtml" src="">xx</audio>
4980     #errors
4981    
4982     #data
4983     <audio xmlns="http://www.w3.org/1999/xhtml" src=""><style scoped=""/>xx</audio>
4984     #errors
4985 wakaba 1.53 /audio/style;SUBDOC
4986 wakaba 1.39
4987     #data
4988     <audio xmlns="http://www.w3.org/1999/xhtml" src=""><style scoped=""/><p>xx</p></audio>
4989     #errors
4990 wakaba 1.53 /audio/style;SUBDOC
4991 wakaba 1.39
4992     #data
4993     <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/></audio>
4994     #errors
4995     /audio;no significant content;s
4996    
4997     #data
4998     <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/>xx</audio>
4999     #errors
5000    
5001     #data
5002     <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/>xx</audio>
5003     #errors
5004 wakaba 1.53 /audio/style;SUBDOC
5005 wakaba 1.39
5006     #data
5007     <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><p>xx</p></audio>
5008     #errors
5009 wakaba 1.53 /audio/style;SUBDOC
5010 wakaba 1.39
5011     #data
5012     <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><source src=""/></audio>
5013     #errors
5014     /audio;no significant content;s
5015    
5016     #data
5017     <audio xmlns="http://www.w3.org/1999/xhtml">x<source src=""/></audio>
5018     #errors
5019 wakaba 1.55 /audio/source;element not allowed:flow;m
5020 wakaba 1.39
5021     #data
5022     <audio xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><source src=""/></audio>
5023     #errors
5024 wakaba 1.55 /audio/source;element not allowed:flow;m
5025 wakaba 1.53 /audio/style;SUBDOC
5026 wakaba 1.39 /audio;no significant content;s
5027    
5028     #data
5029     <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><source src=""/></audio>
5030     #errors
5031 wakaba 1.55 /audio/source;element not allowed:flow;m
5032 wakaba 1.53 /audio/style;SUBDOC
5033 wakaba 1.39 /audio;no significant content;s
5034    
5035     #data
5036     <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><source src=""/><source src=""/></audio>
5037     #errors
5038 wakaba 1.55 /audio/source;element not allowed:flow;m
5039     /audio/source;element not allowed:flow;m
5040 wakaba 1.53 /audio/style;SUBDOC
5041 wakaba 1.39 /audio;no significant content;s
5042    
5043     #data
5044     <div xmlns="http://www.w3.org/1999/xhtml"><audio></audio></div>
5045     #errors
5046 wakaba 1.67 /div/audio;child element missing;source;m
5047 wakaba 1.39
5048     #data
5049     <div xmlns="http://www.w3.org/1999/xhtml"><audio> </audio></div>
5050     #errors
5051 wakaba 1.67 /div/audio;child element missing;source;m
5052 wakaba 1.39
5053     #data
5054     <div xmlns="http://www.w3.org/1999/xhtml"><audio>xx</audio></div>
5055     #errors
5056 wakaba 1.67 /div/audio;child element missing;source;m
5057 wakaba 1.39
5058     #data
5059     <div xmlns="http://www.w3.org/1999/xhtml"><audio><style scoped=""/>xx</audio></div>
5060     #errors
5061 wakaba 1.67 /div/audio;child element missing;source;m
5062 wakaba 1.53 /div/audio/style;SUBDOC
5063 wakaba 1.39
5064     #data
5065     <div xmlns="http://www.w3.org/1999/xhtml">
5066     <audio><style scoped=""/><p>xx</p></audio></div>
5067     #errors
5068 wakaba 1.67 /div/audio;child element missing;source;m
5069 wakaba 1.53 /div/audio/style;SUBDOC
5070 wakaba 1.39
5071     #data
5072     <div xmlns="http://www.w3.org/1999/xhtml"><audio src=""></audio></div>
5073     #errors
5074    
5075     #data
5076     <div xmlns="http://www.w3.org/1999/xhtml"><audio src=""> </audio></div>
5077     #errors
5078    
5079     #data
5080     <div xmlns="http://www.w3.org/1999/xhtml"><audio src="">xx</audio></div>
5081     #errors
5082    
5083     #data
5084     <div xmlns="http://www.w3.org/1999/xhtml">
5085     <audio src=""><style scoped=""/>xx</audio></div>
5086     #errors
5087 wakaba 1.53 /div/audio/style;SUBDOC
5088 wakaba 1.39
5089     #data
5090     <div xmlns="http://www.w3.org/1999/xhtml">
5091     <audio src=""><style scoped=""/><p>xx</p></audio></div>
5092     #errors
5093 wakaba 1.53 /div/audio/style;SUBDOC
5094 wakaba 1.39
5095     #data
5096     <div xmlns="http://www.w3.org/1999/xhtml"><audio><source src=""/></audio></div>
5097     #errors
5098    
5099     #data
5100     <div xmlns="http://www.w3.org/1999/xhtml"><audio><source src=""/>xx</audio></div>
5101     #errors
5102    
5103     #data
5104     <div xmlns="http://www.w3.org/1999/xhtml">
5105     <audio><source src=""/><style scoped=""/>xx</audio></div>
5106     #errors
5107 wakaba 1.53 /div/audio/style;SUBDOC
5108 wakaba 1.39
5109     #data
5110     <div xmlns="http://www.w3.org/1999/xhtml">
5111     <audio><source src=""/><style scoped=""/><p>xx</p></audio></div>
5112     #errors
5113 wakaba 1.53 /div/audio/style;SUBDOC
5114 wakaba 1.39
5115     #data
5116     <div xmlns="http://www.w3.org/1999/xhtml">
5117     <audio><source src=""/><source src=""/></audio></div>
5118     #errors
5119    
5120     #data
5121     <div xmlns="http://www.w3.org/1999/xhtml"><audio>x<source src=""/></audio></div>
5122     #errors
5123 wakaba 1.55 /div/audio/source;element not allowed:flow;m
5124 wakaba 1.39
5125     #data
5126     <div xmlns="http://www.w3.org/1999/xhtml">
5127     <audio><style scoped=""/><source src=""/></audio></div>
5128     #errors
5129 wakaba 1.55 /div/audio/source;element not allowed:flow;m
5130 wakaba 1.53 /div/audio/style;SUBDOC
5131 wakaba 1.39
5132     #data
5133     <div xmlns="http://www.w3.org/1999/xhtml">
5134     <audio><source src=""/><style scoped=""/><source src=""/></audio></div>
5135     #errors
5136 wakaba 1.55 /div/audio/source;element not allowed:flow;m
5137 wakaba 1.53 /div/audio/style;SUBDOC
5138 wakaba 1.39
5139     #data
5140     <div xmlns="http://www.w3.org/1999/xhtml">
5141     <audio><source src=""/><style scoped=""/><source src=""/><source src=""/></audio></div>
5142     #errors
5143 wakaba 1.55 /div/audio/source;element not allowed:flow;m
5144     /div/audio/source;element not allowed:flow;m
5145 wakaba 1.53 /div/audio/style;SUBDOC
5146 wakaba 1.39
5147     #data
5148     <em xmlns="http://www.w3.org/1999/xhtml"><audio></audio></em>
5149     #errors
5150 wakaba 1.67 /em/audio;child element missing;source;m
5151 wakaba 1.39
5152     #data
5153     <em xmlns="http://www.w3.org/1999/xhtml"><audio> </audio></em>
5154     #errors
5155 wakaba 1.67 /em/audio;child element missing;source;m
5156 wakaba 1.39
5157     #data
5158     <em xmlns="http://www.w3.org/1999/xhtml"><audio>xx</audio></em>
5159     #errors
5160 wakaba 1.67 /em/audio;child element missing;source;m
5161 wakaba 1.39
5162     #data
5163     <em xmlns="http://www.w3.org/1999/xhtml"><audio><style scoped=""/>xx</audio></em>
5164     #errors
5165 wakaba 1.67 /em/audio;child element missing;source;m
5166 wakaba 1.53 /em/audio/style;SUBDOC
5167 wakaba 1.39 /em/audio/style;element not allowed:phrasing;m
5168    
5169     #data
5170     <em xmlns="http://www.w3.org/1999/xhtml">
5171     <audio><style scoped=""/><p>xx</p></audio></em>
5172     #errors
5173 wakaba 1.67 /em/audio;child element missing;source;m
5174 wakaba 1.53 /em/audio/style;SUBDOC
5175 wakaba 1.39 /em/audio/style;element not allowed:phrasing;m
5176     /em/audio/p;element not allowed:phrasing;m
5177    
5178     #data
5179     <em xmlns="http://www.w3.org/1999/xhtml"><audio src=""></audio></em>
5180     #errors
5181    
5182     #data
5183     <em xmlns="http://www.w3.org/1999/xhtml"><audio src=""> </audio></em>
5184     #errors
5185    
5186     #data
5187     <em xmlns="http://www.w3.org/1999/xhtml"><audio src="">xx</audio></em>
5188     #errors
5189    
5190     #data
5191     <em xmlns="http://www.w3.org/1999/xhtml">
5192     <audio src=""><style scoped=""/>xx</audio></em>
5193     #errors
5194 wakaba 1.53 /em/audio/style;SUBDOC
5195 wakaba 1.39 /em/audio/style;element not allowed:phrasing;m
5196    
5197     #data
5198     <em xmlns="http://www.w3.org/1999/xhtml">
5199     <audio src=""><style scoped=""/><p>xx</p></audio></em>
5200     #errors
5201 wakaba 1.53 /em/audio/style;SUBDOC
5202 wakaba 1.39 /em/audio/style;element not allowed:phrasing;m
5203     /em/audio/p;element not allowed:phrasing;m
5204    
5205     #data
5206     <em xmlns="http://www.w3.org/1999/xhtml"><audio><source src=""/></audio></em>
5207     #errors
5208    
5209     #data
5210     <em xmlns="http://www.w3.org/1999/xhtml"><audio><source src=""/>xx</audio></em>
5211     #errors
5212    
5213     #data
5214     <em xmlns="http://www.w3.org/1999/xhtml">
5215     <audio><source src=""/><style scoped=""/>xx</audio></em>
5216     #errors
5217 wakaba 1.53 /em/audio/style;SUBDOC
5218 wakaba 1.39 /em/audio/style;element not allowed:phrasing;m
5219    
5220     #data
5221     <em xmlns="http://www.w3.org/1999/xhtml">
5222     <audio><source src=""/><style scoped=""/><p>xx</p></audio></em>
5223     #errors
5224 wakaba 1.53 /em/audio/style;SUBDOC
5225 wakaba 1.39 /em/audio/style;element not allowed:phrasing;m
5226     /em/audio/p;element not allowed:phrasing;m
5227    
5228     #data
5229     <em xmlns="http://www.w3.org/1999/xhtml">
5230     <audio><source src=""/><source src=""/></audio></em>
5231     #errors
5232    
5233     #data
5234     <em xmlns="http://www.w3.org/1999/xhtml"><audio>x<source src=""/></audio></em>
5235     #errors
5236     /em/audio/source;element not allowed:phrasing;m
5237    
5238     #data
5239     <em xmlns="http://www.w3.org/1999/xhtml">
5240     <audio><style scoped=""/><source src=""/></audio></em>
5241     #errors
5242     /em/audio/source;element not allowed:phrasing;m
5243 wakaba 1.53 /em/audio/style;SUBDOC
5244 wakaba 1.39 /em/audio/style;element not allowed:phrasing;m
5245    
5246     #data
5247     <em xmlns="http://www.w3.org/1999/xhtml">
5248     <audio><source src=""/><style scoped=""/><source src=""/></audio></em>
5249     #errors
5250     /em/audio/source;element not allowed:phrasing;m
5251 wakaba 1.53 /em/audio/style;SUBDOC
5252 wakaba 1.39 /em/audio/style;element not allowed:phrasing;m
5253    
5254     #data
5255     <em xmlns="http://www.w3.org/1999/xhtml">
5256     <audio><source src=""/><style scoped=""/><source src=""/><source src=""/></audio></em>
5257     #errors
5258     /em/audio/source;element not allowed:phrasing;m
5259     /em/audio/source;element not allowed:phrasing;m
5260 wakaba 1.53 /em/audio/style;SUBDOC
5261 wakaba 1.39 /em/audio/style;element not allowed:phrasing;m
5262    
5263     #data
5264 wakaba 1.47 <area shape="default" href="" alt="a" xmlns="http://www.w3.org/1999/xhtml"/>
5265     #errors
5266    
5267     #data
5268     <div xmlns="http://www.w3.org/1999/xhtml">
5269     <area shape="default" href="" alt="a"/>
5270     </div>
5271     #errors
5272     /div;no significant content;s
5273     /div/area;element not allowed:area;m
5274    
5275     #data
5276     <map id="map1" xmlns="http://www.w3.org/1999/xhtml">
5277     <area shape="default" href="" alt="a"/>
5278     </map>
5279     #errors
5280     /map;no significant content;s
5281 wakaba 1.67 /map;attribute missing;name;m
5282 wakaba 1.66
5283     #data
5284     <map name="map1" xmlns="http://www.w3.org/1999/xhtml">
5285     <area shape="default" href="" alt="a"/>
5286     </map>
5287     #errors
5288     /map;no significant content;s
5289    
5290     #data
5291     <map id="map1" name="map1" xmlns="http://www.w3.org/1999/xhtml">
5292     <area shape="default" href="" alt="a"/>
5293     </map>
5294     #errors
5295     /map;no significant content;s
5296 wakaba 1.47
5297     #data
5298     <map id="map1" xmlns="http://www.w3.org/1999/xhtml">
5299     <p><area shape="default" href="" alt="a"/></p>
5300     </map>
5301     #errors
5302     /map;no significant content;s
5303     /map/p;no significant content;s
5304 wakaba 1.67 /map;attribute missing;name;m
5305 wakaba 1.66
5306     #data
5307     <map name="map1" xmlns="http://www.w3.org/1999/xhtml">
5308     <p><area shape="default" href="" alt="a"/></p>
5309     </map>
5310     #errors
5311     /map;no significant content;s
5312     /map/p;no significant content;s
5313 wakaba 1.47
5314     #data
5315     <map id="map1" xmlns="http://www.w3.org/1999/xhtml">
5316     <map id="map2"><p><area shape="default" href="" alt="a"/></p></map>
5317     </map>
5318     #errors
5319     /map;no significant content;s
5320     /map/map;no significant content;s
5321     /map/map/p;no significant content;s
5322 wakaba 1.67 /map;attribute missing;name;m
5323     /map/map;attribute missing;name;m
5324 wakaba 1.66
5325     #data
5326     <map name="map1" xmlns="http://www.w3.org/1999/xhtml">
5327     <map name="map2"><p><area shape="default" href="" alt="a"/></p></map>
5328     </map>
5329     #errors
5330     /map;no significant content;s
5331     /map/map;no significant content;s
5332     /map/map/p;no significant content;s
5333 wakaba 1.47
5334     #data
5335     <div xmlns="http://www.w3.org/1999/xhtml">
5336 wakaba 1.66 <map name="map1">
5337     <map name="map2"/>
5338 wakaba 1.47 </map>
5339     <area shape="default" href="" alt="a"/></div>
5340     #errors
5341     /div;no significant content;s
5342     /div/map;no significant content;s
5343     /div/map/map;no significant content;s
5344     /div/area;element not allowed:area;m
5345    
5346     #data
5347 wakaba 1.66 <map name="map1" xmlns="http://www.w3.org/1999/xhtml">
5348     <map name="map2"/><p><area shape="default" href="" alt="a"/></p>
5349 wakaba 1.47 </map>
5350     #errors
5351     /map;no significant content;s
5352     /map/map;no significant content;s
5353     /map/p;no significant content;s
5354    
5355     #data
5356     <div xmlns="http://www.w3.org/1999/xhtml">
5357 wakaba 1.66 <map name="map2"/><p><area shape="default" href="" alt="a"/></p>
5358 wakaba 1.47 </div>
5359     #errors
5360     /div;no significant content;s
5361     /div/map;no significant content;s
5362     /div/p;no significant content;s
5363     /div/p/area;element not allowed:area;m
5364    
5365     #data
5366 wakaba 1.12 <table xmlns="http://www.w3.org/1999/xhtml">
5367     <thead><tr><td/></tr></thead>
5368     <tbody><tr><td/></tr></tbody>
5369     <tfoot><tr><td/></tr></tfoot>
5370     </table>
5371     #errors
5372 wakaba 1.25 /table/thead/tr/td;no significant content;s
5373     /table/tbody/tr/td;no significant content;s
5374     /table/tfoot/tr/td;no significant content;s
5375 wakaba 1.12
5376     #data
5377 wakaba 1.28 <th xmlns="http://www.w3.org/1999/xhtml"></th>
5378     #errors
5379     /th;no significant content;s
5380    
5381     #data
5382     <th xmlns="http://www.w3.org/1999/xhtml">xxx</th>
5383     #errors
5384    
5385     #data
5386     <th xmlns="http://www.w3.org/1999/xhtml"> </th>
5387     #errors
5388     /th;no significant content;s
5389    
5390     #data
5391     <th xmlns="http://www.w3.org/1999/xhtml"> <!---->xxx</th>
5392     #errors
5393    
5394     #data
5395     <th xmlns="http://www.w3.org/1999/xhtml"><a href="">aa</a></th>
5396     #errors
5397    
5398     #data
5399     <th xmlns="http://www.w3.org/1999/xhtml"><a href=""></a></th>
5400     #errors
5401     /th;no significant content;s
5402     /th/a;no significant content;s
5403    
5404     #data
5405     <th xmlns="http://www.w3.org/1999/xhtml"><p>xx</p></th>
5406     #errors
5407     /th/p;element not allowed:phrasing;m
5408    
5409     #data
5410     <th xmlns="http://www.w3.org/1999/xhtml"><ul><li>xx</li></ul></th>
5411     #errors
5412     /th/ul;element not allowed:phrasing;m
5413    
5414     #data
5415     <th xmlns="http://www.w3.org/1999/xhtml"><h1>aaa</h1></th>
5416     #errors
5417     /th/h1;element not allowed:phrasing;m
5418    
5419     #data
5420     <th xmlns="http://www.w3.org/1999/xhtml"><table/></th>
5421     #errors
5422     /th/table;element not allowed:phrasing;m
5423     /th;no significant content;s
5424    
5425     #data
5426     <th xmlns="http://www.w3.org/1999/xhtml"><ins></ins></th>
5427     #errors
5428     /th;no significant content;s
5429    
5430     #data
5431     <th xmlns="http://www.w3.org/1999/xhtml"><ins>xxx</ins></th>
5432     #errors
5433    
5434     #data
5435     <th xmlns="http://www.w3.org/1999/xhtml"><ins><p>xx</p></ins></th>
5436     #errors
5437     /th/ins/p;element not allowed:phrasing;m
5438    
5439     #data
5440     <th xmlns="http://www.w3.org/1999/xhtml"><ins>xxx<p>xxx</p></ins></th>
5441     #errors
5442     /th/ins/p;element not allowed:phrasing;m
5443    
5444     #data
5445     <th xmlns="http://www.w3.org/1999/xhtml"><del></del></th>
5446     #errors
5447     /th;no significant content;s
5448    
5449     #data
5450     <th xmlns="http://www.w3.org/1999/xhtml"><del>xx</del></th>
5451     #errors
5452     /th;no significant content;s
5453    
5454     #data
5455     <th xmlns="http://www.w3.org/1999/xhtml"><del><p>xx</p></del></th>
5456     #errors
5457     /th;no significant content;s
5458     /th/del/p;element not allowed:phrasing;m
5459    
5460     #data
5461     <th xmlns="http://www.w3.org/1999/xhtml"><del><p>xxx</p>xxx</del></th>
5462     #errors
5463     /th;no significant content;s
5464     /th/del/p;element not allowed:phrasing;m
5465    
5466     #data
5467     <th xmlns="http://www.w3.org/1999/xhtml"><del><ins>xxx<p>xxx</p></ins></del></th>
5468     #errors
5469     /th;no significant content;s
5470     /th/del/ins/p;element not allowed:phrasing;m
5471    
5472     #data
5473 wakaba 1.6 <fieldset xmlns="http://www.w3.org/1999/xhtml">
5474     <legend>XXX</legend>
5475     </fieldset>
5476     #errors
5477 wakaba 1.4
5478 wakaba 1.6 #data
5479     <fieldset xmlns="http://www.w3.org/1999/xhtml">
5480     <legend><p>XXX</p></legend>
5481     </fieldset>
5482     #errors
5483 wakaba 1.27 /fieldset/legend/p;element not allowed:phrasing;m
5484 wakaba 1.6
5485     #data
5486     <fieldset xmlns="http://www.w3.org/1999/xhtml">
5487     <legend><blockquote><p>XXX</p></blockquote></legend>
5488     </fieldset>
5489     #errors
5490 wakaba 1.27 /fieldset/legend/blockquote;element not allowed:phrasing;m
5491 wakaba 1.6
5492     #data
5493     <figure xmlns="http://www.w3.org/1999/xhtml">
5494     <legend>XXX</legend>
5495 wakaba 1.34 <img src="" alt="x"/>
5496 wakaba 1.6 </figure>
5497     #errors
5498    
5499     #data
5500     <figure xmlns="http://www.w3.org/1999/xhtml">
5501     <legend><p>XXX</p></legend>
5502 wakaba 1.34 <img src="" alt="x"/>
5503 wakaba 1.6 </figure>
5504     #errors
5505 wakaba 1.27 /figure/legend/p;element not allowed:phrasing;m
5506 wakaba 1.6
5507     #data
5508     <figure xmlns="http://www.w3.org/1999/xhtml">
5509     <legend><blockquote><p>XXX</p></blockquote></legend>
5510 wakaba 1.34 <img src="" alt="x"/>
5511 wakaba 1.6 </figure>
5512     #errors
5513 wakaba 1.27 /figure/legend/blockquote;element not allowed:phrasing;m
5514 wakaba 1.6
5515     #data
5516     <figure xmlns="http://www.w3.org/1999/xhtml">
5517     <legend>XXX</legend>
5518 wakaba 1.34 <img src="" alt="x"/>
5519 wakaba 1.6 </figure>
5520     #errors
5521    
5522     #data
5523     <figure xmlns="http://www.w3.org/1999/xhtml">
5524     <legend><p>XXX</p></legend>
5525 wakaba 1.34 <img src="" alt="x"/>
5526 wakaba 1.6 </figure>
5527     #errors
5528 wakaba 1.27 /figure/legend/p;element not allowed:phrasing;m
5529 wakaba 1.6
5530     #data
5531     <figure xmlns="http://www.w3.org/1999/xhtml">
5532     <legend><blockquote><p>XXX</p></blockquote></legend>
5533 wakaba 1.34 <img src="" alt="x"/>
5534 wakaba 1.6 </figure>
5535     #errors
5536 wakaba 1.27 /figure/legend/blockquote;element not allowed:phrasing;m
5537 wakaba 1.19
5538     #data
5539     <head xmlns="http://www.w3.org/1999/xhtml">
5540     <title/>
5541     <noscript>
5542     <p/>
5543     </noscript>
5544     </head>
5545     #errors
5546 wakaba 1.67 /head/noscript;in XML:noscript;m
5547 wakaba 1.32 /head/noscript/p;element not allowed:head noscript;m
5548 wakaba 1.25 /head/noscript/p;no significant content;s
5549 wakaba 1.19
5550     #data
5551     <head xmlns="http://www.w3.org/1999/xhtml">
5552     <title/>
5553     <noscript>
5554     <noscript/>
5555     </noscript>
5556     </head>
5557     #errors
5558 wakaba 1.67 /head/noscript;in XML:noscript;m
5559     /head/noscript/noscript;in XML:noscript;m
5560 wakaba 1.32 /head/noscript/noscript;element not allowed:head noscript;m
5561 wakaba 1.19
5562     #data
5563     <head xmlns="http://www.w3.org/1999/xhtml">
5564     <title/>
5565     <noscript>
5566     <link rel="stylesheet" href=""/>
5567     </noscript>
5568     </head>
5569     #errors
5570 wakaba 1.67 /head/noscript;in XML:noscript;m
5571 wakaba 1.19
5572     #data
5573     <head xmlns="http://www.w3.org/1999/xhtml">
5574     <title/>
5575     <noscript>
5576     <style/>
5577     </noscript>
5578     </head>
5579     #errors
5580 wakaba 1.67 /head/noscript;in XML:noscript;m
5581 wakaba 1.53 /head/noscript/style;SUBDOC
5582 wakaba 1.19
5583     #data
5584     <head xmlns="http://www.w3.org/1999/xhtml">
5585     <title/>
5586     <noscript>
5587     <script/>
5588     </noscript>
5589     </head>
5590     #errors
5591 wakaba 1.67 /head/noscript;in XML:noscript;m
5592 wakaba 1.32 /head/noscript/script;element not allowed:head noscript;m
5593 wakaba 1.62 /head/noscript/script;SUBDOC
5594 wakaba 1.19
5595     #data
5596     <head xmlns="http://www.w3.org/1999/xhtml">
5597     <title/>
5598     <noscript>
5599     <meta name="keywords" content=""/>
5600     </noscript>
5601     </head>
5602     #errors
5603 wakaba 1.67 /head/noscript;in XML:noscript;m
5604 wakaba 1.38 /head/noscript/meta;element not allowed:head noscript;m
5605 wakaba 1.19
5606     #data
5607     <head xmlns="http://www.w3.org/1999/xhtml">
5608     <title/>
5609     <noscript>
5610     <base href=""/>
5611     </noscript>
5612     </head>
5613     #errors
5614 wakaba 1.67 /head/noscript;in XML:noscript;m
5615 wakaba 1.32 /head/noscript/base;element not allowed:head noscript;m
5616 wakaba 1.19
5617     #data
5618     <head xmlns="http://www.w3.org/1999/xhtml">
5619     <title/>
5620     <noscript>
5621     <event-source src=""/>
5622     </noscript>
5623     </head>
5624     #errors
5625 wakaba 1.67 /head/noscript;in XML:noscript;m
5626 wakaba 1.32 /head/noscript/event-source;element not allowed:head noscript;m
5627 wakaba 1.70 /head/noscript/event-source;element not defined;m
5628     /head/noscript/event-source/@src;attribute not defined;m
5629    
5630     #data
5631     <head xmlns="http://www.w3.org/1999/xhtml">
5632     <title/>
5633     <noscript>
5634     <eventsource src=""/>
5635     </noscript>
5636     </head>
5637     #errors
5638     /head/noscript;in XML:noscript;m
5639     /head/noscript/eventsource;element not allowed:head noscript;m
5640 wakaba 1.19
5641     #data
5642     <head xmlns="http://www.w3.org/1999/xhtml">
5643     <title/>
5644     <noscript>
5645     <title/>
5646     </noscript>
5647     </head>
5648     #errors
5649 wakaba 1.67 /head/noscript;in XML:noscript;m
5650 wakaba 1.32 /head/noscript/title;element not allowed:head noscript;m
5651 wakaba 1.19
5652     #data
5653     <head xmlns="http://www.w3.org/1999/xhtml">
5654     <title/>
5655     <noscript>
5656     <link rel="stylesheet" href=""/>
5657     <style/>
5658     </noscript>
5659     </head>
5660     #errors
5661 wakaba 1.67 /head/noscript;in XML:noscript;m
5662 wakaba 1.53 /head/noscript/style;SUBDOC
5663 wakaba 1.19
5664     #data
5665     <head xmlns="http://www.w3.org/1999/xhtml">
5666     <title/>
5667     <noscript>
5668     <link rel="stylesheet" href=""/>
5669     <noscript>
5670     <style/>
5671     </noscript>
5672     </noscript>
5673     </head>
5674     #errors
5675 wakaba 1.67 /head/noscript;in XML:noscript;m
5676     /head/noscript/noscript;in XML:noscript;m
5677 wakaba 1.32 /head/noscript/noscript;element not allowed:head noscript;m
5678 wakaba 1.53 /head/noscript/noscript/style;SUBDOC
5679 wakaba 1.19
5680     #data
5681     <head xmlns="http://www.w3.org/1999/xhtml">
5682     <title/>
5683     <noscript>
5684     <link rel="stylesheet" href=""/>
5685     <noscript>
5686     <p/>
5687     </noscript>
5688     </noscript>
5689     </head>
5690     #errors
5691 wakaba 1.67 /head/noscript;in XML:noscript;m
5692     /head/noscript/noscript;in XML:noscript;m
5693 wakaba 1.32 /head/noscript/noscript;element not allowed:head noscript;m
5694     /head/noscript/noscript/p;element not allowed:head noscript;m
5695 wakaba 1.25 /head/noscript/noscript/p;no significant content;s
5696 wakaba 1.19
5697     #data
5698     <head xmlns="http://www.w3.org/1999/xhtml">
5699     <title/>
5700     <noscript>
5701     <link rel="stylesheet" href=""/>
5702     <noscript>
5703     <meta charset="us-ascii"/>
5704     </noscript>
5705     </noscript>
5706     </head>
5707     #errors
5708 wakaba 1.67 /head/noscript;in XML:noscript;m
5709     /head/noscript/noscript;in XML:noscript;m
5710 wakaba 1.32 /head/noscript/noscript;element not allowed:head noscript;m
5711 wakaba 1.42 /head/noscript/noscript/meta;element not allowed:head noscript;m
5712 wakaba 1.29 /head/noscript/noscript/meta;element not allowed:meta charset;m
5713     /head/noscript/noscript/meta;in XML:charset;m
5714 wakaba 1.67 /head/noscript/noscript/meta/@charset;mismatched charset name not checked;u
5715 wakaba 1.19
5716     #data
5717     <noscript xmlns="http://www.w3.org/1999/xhtml">
5718     <meta name="keywords" content=""/>
5719     </noscript>
5720     #errors
5721 wakaba 1.67 /noscript;in XML:noscript;m
5722 wakaba 1.25 /noscript;no significant content;s
5723 wakaba 1.55 /noscript/meta;element not allowed:flow;m
5724 wakaba 1.19
5725     #data
5726     <noscript xmlns="http://www.w3.org/1999/xhtml">
5727     <title/>
5728     </noscript>
5729     #errors
5730 wakaba 1.25 /noscript;no significant content;s
5731 wakaba 1.67 /noscript;in XML:noscript;m
5732 wakaba 1.55 /noscript/title;element not allowed:flow;m
5733 wakaba 1.19
5734     #data
5735     <noscript xmlns="http://www.w3.org/1999/xhtml">
5736     <link rel="stylesheet" href=""/>
5737     </noscript>
5738     #errors
5739 wakaba 1.25 /noscript;no significant content;s
5740 wakaba 1.67 /noscript;in XML:noscript;m
5741 wakaba 1.55 /noscript/link;element not allowed:flow;m
5742 wakaba 1.19
5743     #data
5744     <noscript xmlns="http://www.w3.org/1999/xhtml">
5745     <style/>
5746     </noscript>
5747     #errors
5748 wakaba 1.25 /noscript;no significant content;s
5749 wakaba 1.67 /noscript;in XML:noscript;m
5750 wakaba 1.55 /noscript/style;element not allowed:flow style;m
5751 wakaba 1.53 /noscript/style;SUBDOC
5752 wakaba 1.26
5753     #data
5754     <noscript xmlns="http://www.w3.org/1999/xhtml">
5755 wakaba 1.41 <style scoped=""/>
5756 wakaba 1.26 </noscript>
5757     #errors
5758     /noscript;no significant content;s
5759 wakaba 1.67 /noscript;in XML:noscript;m
5760 wakaba 1.53 /noscript/style;SUBDOC
5761 wakaba 1.19
5762     #data
5763     <noscript xmlns="http://www.w3.org/1999/xhtml">
5764     <meta charset="us-ascii"/>
5765     </noscript>
5766     #errors
5767 wakaba 1.25 /noscript;no significant content;s
5768 wakaba 1.67 /noscript;in XML:noscript;m
5769 wakaba 1.55 /noscript/meta;element not allowed:flow;m
5770 wakaba 1.29 /noscript/meta;element not allowed:meta charset;m
5771     /noscript/meta;in XML:charset;m
5772 wakaba 1.67 /noscript/meta/@charset;mismatched charset name not checked;u
5773 wakaba 1.42
5774     #data
5775     <noscript xmlns="http://www.w3.org/1999/xhtml">
5776     <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"/>
5777     </noscript>
5778     #errors
5779     /noscript;no significant content;s
5780 wakaba 1.67 /noscript;in XML:noscript;m
5781 wakaba 1.55 /noscript/meta;element not allowed:flow;m
5782 wakaba 1.42 /noscript/meta;element not allowed:meta charset;m
5783     /noscript/meta;in XML:charset;m
5784 wakaba 1.67 /noscript/meta/@content;mismatched charset name not checked;u
5785 wakaba 1.19
5786     #data
5787     <noscript xmlns="http://www.w3.org/1999/xhtml">
5788     <noscript/>
5789     </noscript>
5790     #errors
5791 wakaba 1.25 /noscript;no significant content;s
5792 wakaba 1.67 /noscript;in XML:noscript;m
5793 wakaba 1.27 /noscript/noscript;element not allowed:minus;m
5794 wakaba 1.67 /noscript/noscript;in XML:noscript;m
5795 wakaba 1.70
5796     #data
5797     <em xmlns="http://www.w3.org/1999/xhtml"><eventsource/></em>
5798     #errors
5799     /em;no significant content;s
5800    
5801     #data
5802     <p xmlns="http://www.w3.org/1999/xhtml"><eventsource/></p>
5803     #errors
5804     /p;no significant content;s
5805    
5806     #data
5807     <div xmlns="http://www.w3.org/1999/xhtml"><eventsource/></div>
5808     #errors
5809     /div;no significant content;s
5810    
5811     #data
5812     <section xmlns="http://www.w3.org/1999/xhtml"><eventsource/></section>
5813     #errors
5814     /section;no significant content;s
5815 wakaba 1.40
5816     #data
5817     <details xmlns="http://www.w3.org/1999/xhtml"></details>
5818     #errors
5819     /details;no significant content;s
5820 wakaba 1.67 /details;child element missing;legend;m
5821 wakaba 1.40
5822     #data
5823     <details xmlns="http://www.w3.org/1999/xhtml"> </details>
5824     #errors
5825     /details;no significant content;s
5826 wakaba 1.67 /details;child element missing;legend;m
5827 wakaba 1.40
5828     #data
5829     <details xmlns="http://www.w3.org/1999/xhtml">xxxx</details>
5830     #errors
5831 wakaba 1.67 /details;child element missing;legend;m
5832 wakaba 1.40
5833     #data
5834     <details xmlns="http://www.w3.org/1999/xhtml"><p></p></details>
5835     #errors
5836 wakaba 1.67 /details;child element missing;legend;m
5837 wakaba 1.40 /details;no significant content;s
5838     /details/p;no significant content;s
5839    
5840     #data
5841     <details xmlns="http://www.w3.org/1999/xhtml"><p>xxx</p></details>
5842     #errors
5843 wakaba 1.67 /details;child element missing;legend;m
5844 wakaba 1.40
5845     #data
5846     <details xmlns="http://www.w3.org/1999/xhtml"><legend>xx</legend>xxx</details>
5847     #errors
5848    
5849     #data
5850     <details xmlns="http://www.w3.org/1999/xhtml"><legend>xx</legend><p>xxx</p></details>
5851     #errors
5852    
5853     #data
5854     <details xmlns="http://www.w3.org/1999/xhtml"><legend>xx</legend><style scoped="scoped"></style><p>xxx</p></details>
5855     #errors
5856 wakaba 1.53 /details/style;SUBDOC
5857 wakaba 1.40
5858     #data
5859     <details xmlns="http://www.w3.org/1999/xhtml">
5860     <legend>xx</legend>
5861     <style scoped="scoped"></style><p>xxx</p></details>
5862     #errors
5863 wakaba 1.53 /details/style;SUBDOC
5864 wakaba 1.40
5865     #data
5866     <details xmlns="http://www.w3.org/1999/xhtml">
5867     xx<legend>xx</legend></details>
5868     #errors
5869     /details/legend;element not allowed:details legend;m
5870    
5871     #data
5872     <details xmlns="http://www.w3.org/1999/xhtml">
5873     <p>xx</p><legend>xx</legend></details>
5874     #errors
5875     /details/legend;element not allowed:details legend;m
5876    
5877     #data
5878     <details xmlns="http://www.w3.org/1999/xhtml">
5879     <legend>yy</legend><legend>xx</legend></details>
5880     #errors
5881     /details/legend;element not allowed:details legend;m
5882    
5883     #data
5884     <details xmlns="http://www.w3.org/1999/xhtml">
5885     <ins><legend>xx</legend>aa</ins></details>
5886     #errors
5887    
5888     #data
5889     <details xmlns="http://www.w3.org/1999/xhtml">
5890     zzz<legend>yy</legend><legend>xx</legend>aaa</details>
5891     #errors
5892     /details/legend;element not allowed:details legend;m
5893     /details/legend;element not allowed:details legend;m
5894 wakaba 1.21
5895     #data
5896 wakaba 1.69 <bb xmlns="http://www.w3.org/1999/xhtml"></bb>
5897     #errors
5898     /bb;no significant content;s
5899    
5900     #data
5901     <bb xmlns="http://www.w3.org/1999/xhtml"> </bb>
5902     #errors
5903     /bb;no significant content;s
5904    
5905     #data
5906     <bb xmlns="http://www.w3.org/1999/xhtml">x</bb>
5907     #errors
5908    
5909     #data
5910     <bb xmlns="http://www.w3.org/1999/xhtml"><em>x</em></bb>
5911     #errors
5912    
5913     #data
5914     <bb xmlns="http://www.w3.org/1999/xhtml">x<em>y</em>z</bb>
5915     #errors
5916    
5917     #data
5918     <bb xmlns="http://www.w3.org/1999/xhtml"><p>x</p></bb>
5919     #errors
5920     /bb/p;element not allowed:phrasing;m
5921    
5922     #data
5923     <bb xmlns="http://www.w3.org/1999/xhtml"><meta name="keywords" content="y"/></bb>
5924     #errors
5925     /bb/meta;element not allowed:phrasing;m
5926     /bb;no significant content;s
5927    
5928     #data
5929     <bb xmlns="http://www.w3.org/1999/xhtml">x<script>y</script></bb>
5930     #errors
5931     /bb/script;SUBDOC
5932    
5933     #data
5934     <bb xmlns="http://www.w3.org/1999/xhtml"><ins>x</ins></bb>
5935     #errors
5936    
5937     #data
5938     <bb xmlns="http://www.w3.org/1999/xhtml"><ins><p>x</p></ins></bb>
5939     #errors
5940     /bb/ins/p;element not allowed:phrasing;m
5941    
5942     #data
5943     <p xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></p>
5944     #errors
5945    
5946     #data
5947     <em xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></em>
5948     #errors
5949    
5950     #data
5951     <br xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></br>
5952     #errors
5953     /br/bb;element not allowed:empty;m
5954    
5955     #data
5956     <title xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></title>
5957     #errors
5958     /title/bb;element not allowed:text;m
5959    
5960     #data
5961     <td xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></td>
5962     #errors
5963    
5964     #data
5965     <ins xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></ins>
5966     #errors
5967    
5968     #data
5969     <p xmlns="http://www.w3.org/1999/xhtml"><del><bb>x</bb></del>y</p>
5970     #errors
5971    
5972     #data
5973     <p xmlns="http://www.w3.org/1999/xhtml"><bb><style></style>x</bb></p>
5974     #errors
5975     /p/bb/style;element not allowed:phrasing;m
5976     /p/bb/style;SUBDOC
5977    
5978     #data
5979 wakaba 1.21 <datatemplate xmlns="http://www.w3.org/1999/xhtml"/>
5980     #errors
5981    
5982     #data
5983     <datatemplate xmlns="http://www.w3.org/1999/xhtml"><rule/></datatemplate>
5984     #errors
5985    
5986     #data
5987     <datatemplate xmlns="http://www.w3.org/1999/xhtml">
5988     <rule/>
5989     </datatemplate>
5990     #errors
5991    
5992     #data
5993     <datatemplate xmlns="http://www.w3.org/1999/xhtml">
5994     <rule/><!-- -->
5995     </datatemplate>
5996     #errors
5997    
5998     #data
5999     <datatemplate xmlns="http://www.w3.org/1999/xhtml"><rule/>aa</datatemplate>
6000     #errors
6001 wakaba 1.67 /datatemplate/"aa";character not allowed;m
6002 wakaba 1.21
6003     #data
6004     <datatemplate xmlns="http://www.w3.org/1999/xhtml">aa<rule/></datatemplate>
6005     #errors
6006 wakaba 1.67 /datatemplate/"aa";character not allowed;m
6007 wakaba 1.21
6008     #data
6009     <datatemplate xmlns="http://www.w3.org/1999/xhtml"><p/></datatemplate>
6010     #errors
6011 wakaba 1.67 /datatemplate/p;element not allowed:datatemplate;m
6012 wakaba 1.25 /datatemplate/p;no significant content;s
6013 wakaba 1.21
6014     #data
6015     <head xmlns="http://www.w3.org/1999/xhtml">
6016     <title/>
6017     <datatemplate/>
6018     </head>
6019     #errors
6020    
6021     #data
6022     <body xmlns="http://www.w3.org/1999/xhtml">
6023     <datatemplate/>
6024     </body>
6025     #errors
6026 wakaba 1.25 /body;no significant content;s
6027 wakaba 1.21
6028     #data
6029     <section xmlns="http://www.w3.org/1999/xhtml">
6030     <datatemplate/>
6031     </section>
6032     #errors
6033 wakaba 1.25 /section;no significant content;s
6034 wakaba 1.21
6035     #data
6036     <p xmlns="http://www.w3.org/1999/xhtml">
6037     <datatemplate/>
6038     </p>
6039     #errors
6040 wakaba 1.27 /p/datatemplate;element not allowed:phrasing;m
6041 wakaba 1.25 /p;no significant content;s
6042 wakaba 1.21
6043     #data
6044 wakaba 1.59 <datetemplate xmlns="http://www.w3.org/1999/xhtml"/>
6045     #errors
6046     /datetemplate;element not defined;m
6047    
6048     #data
6049 wakaba 1.21 <rule xmlns="http://www.w3.org/1999/xhtml"/>
6050     #errors
6051    
6052     #data
6053     <rule xmlns="http://www.w3.org/1999/xhtml"><p/></rule>
6054     #errors
6055 wakaba 1.25 /rule/p;no significant content;s
6056 wakaba 1.21
6057     #data
6058     <rule xmlns="http://www.w3.org/1999/xhtml">aa</rule>
6059     #errors
6060    
6061     #data
6062     <rule xmlns="http://www.w3.org/1999/xhtml"><!----><?a?></rule>
6063     #errors
6064    
6065     #data
6066     <rule xmlns="http://www.w3.org/1999/xhtml"><unknownelement/></rule>
6067     #errors
6068 wakaba 1.43 /rule/unknownelement;element not defined;m
6069 wakaba 1.21
6070     #data
6071     <rule xmlns="http://www.w3.org/1999/xhtml"><unknown xmlns=""/></rule>
6072     #errors
6073 wakaba 1.67 /rule/unknown;unknown element;u
6074 wakaba 1.21
6075     #data
6076     <rule xmlns="http://www.w3.org/1999/xhtml">
6077     <unknown xmlns="http://www.example.org/"/>
6078     </rule>
6079     #errors
6080 wakaba 1.67 /rule/unknown;unknown element;u
6081 wakaba 1.21
6082     #data
6083     <p xmlns="http://www.w3.org/1999/xhtml"><rule/></p>
6084     #errors
6085 wakaba 1.27 /p/rule;element not allowed:phrasing;m
6086 wakaba 1.25 /p;no significant content;s
6087 wakaba 1.21
6088     #data
6089     <body xmlns="http://www.w3.org/1999/xhtml"><rule/></body>
6090     #errors
6091 wakaba 1.55 /body/rule;element not allowed:flow;m
6092 wakaba 1.25 /body;no significant content;s
6093 wakaba 1.21
6094     #data
6095     <head xmlns="http://www.w3.org/1999/xhtml"><title/><rule/></head>
6096     #errors
6097 wakaba 1.27 /head/rule;element not allowed:metadata;m
6098 wakaba 1.21
6099     #data
6100     <nest xmlns="http://www.w3.org/1999/xhtml"/>
6101     #errors
6102    
6103     #data
6104     <nest xmlns="http://www.w3.org/1999/xhtml"> </nest>
6105     #errors
6106    
6107     #data
6108     <nest xmlns="http://www.w3.org/1999/xhtml">aa</nest>
6109     #errors
6110 wakaba 1.27 /nest/"aa";character not allowed:empty;m
6111 wakaba 1.21
6112     #data
6113     <nest xmlns="http://www.w3.org/1999/xhtml"><p/></nest>
6114     #errors
6115 wakaba 1.27 /nest/p;element not allowed:empty;m
6116 wakaba 1.25 /nest/p;no significant content;s
6117 wakaba 1.21
6118     #data
6119     <nest xmlns="http://www.w3.org/1999/xhtml"><!----></nest>
6120     #errors
6121    
6122     #data
6123     <nest xmlns="http://www.w3.org/1999/xhtml"><nest/></nest>
6124     #errors
6125 wakaba 1.27 /nest/nest;element not allowed:empty;m
6126 wakaba 1.21
6127     #data
6128     <p xmlns="http://www.w3.org/1999/xhtml"><nest/></p>
6129     #errors
6130 wakaba 1.27 /p/nest;element not allowed:phrasing;m
6131 wakaba 1.25 /p;no significant content;s
6132 wakaba 1.21
6133     #data
6134     <head xmlns="http://www.w3.org/1999/xhtml"><title/><nest/></head>
6135     #errors
6136 wakaba 1.27 /head/nest;element not allowed:metadata;m
6137 wakaba 1.21
6138     #data
6139     <div xmlns="http://www.w3.org/1999/xhtml"><nest/></div>
6140     #errors
6141 wakaba 1.55 /div/nest;element not allowed:flow;m
6142 wakaba 1.25 /div;no significant content;s
6143 wakaba 1.21
6144     #data
6145     <datatemplate xmlns="http://www.w3.org/1999/xhtml"><nest/></datatemplate>
6146     #errors
6147 wakaba 1.67 /datatemplate/nest;element not allowed:datatemplate;m
6148 wakaba 1.21
6149     #data
6150     <rule xmlns="http://www.w3.org/1999/xhtml"><nest/></rule>
6151     #errors
6152    
6153     #data
6154     <rule xmlns="http://www.w3.org/1999/xhtml"><br><nest/></br></rule>
6155     #errors
6156    
6157     #data
6158     <rule xmlns="http://www.w3.org/1999/xhtml"><br><nest/>a</br></rule>
6159     #errors
6160 wakaba 1.27 /rule/br/"a";character not allowed:empty;m
6161 wakaba 1.21
6162     #data
6163     <rule xmlns="http://www.w3.org/1999/xhtml"><title><nest/></title></rule>
6164     #errors
6165    
6166     #data
6167     <rule xmlns="http://www.w3.org/1999/xhtml"><title><nest/>aa</title></rule>
6168     #errors
6169    
6170     #data
6171     <rule xmlns="http://www.w3.org/1999/xhtml">
6172     <plaintext><nest/></plaintext>
6173     </rule>
6174     #errors
6175 wakaba 1.43 /rule/plaintext;element not defined;m
6176 wakaba 1.21
6177     #data
6178     <rule xmlns="http://www.w3.org/1999/xhtml"><textarea><nest/></textarea></rule>
6179     #errors
6180    
6181     #data
6182     <rule xmlns="http://www.w3.org/1999/xhtml"><section><nest/></section></rule>
6183     #errors
6184 wakaba 1.25 /rule/section;no significant content;s
6185 wakaba 1.21
6186     #data
6187     <rule xmlns="http://www.w3.org/1999/xhtml">
6188     <section><style scoped=""/><nest/></section>
6189     </rule>
6190     #errors
6191 wakaba 1.53 /rule/section/style;SUBDOC
6192 wakaba 1.25 /rule/section;no significant content;s
6193 wakaba 1.21
6194     #data
6195     <rule xmlns="http://www.w3.org/1999/xhtml">
6196     <section><nest/><style scoped=""/></section>
6197     </rule>
6198     #errors
6199 wakaba 1.53 /rule/section/style;SUBDOC
6200 wakaba 1.25 /rule/section;no significant content;s
6201 wakaba 1.21
6202     #data
6203     <rule xmlns="http://www.w3.org/1999/xhtml">
6204     <section><nest/><style scoped=""/><p/></section>
6205     </rule>
6206     #errors
6207 wakaba 1.53 /rule/section/style;SUBDOC
6208 wakaba 1.25 /rule/section;no significant content;s
6209     /rule/section/p;no significant content;s
6210 wakaba 1.21
6211     #data
6212     <rule xmlns="http://www.w3.org/1999/xhtml">
6213     <section><p/><style scoped=""/><nest/></section>
6214     </rule>
6215     #errors
6216 wakaba 1.55 /rule/section/style;element not allowed:flow style;m
6217 wakaba 1.53 /rule/section/style;SUBDOC
6218 wakaba 1.25 /rule/section;no significant content;s
6219     /rule/section/p;no significant content;s
6220 wakaba 1.21
6221     #data
6222     <rule xmlns="http://www.w3.org/1999/xhtml"><p><nest/></p></rule>
6223     #errors
6224 wakaba 1.25 /rule/p;no significant content;s
6225 wakaba 1.21
6226     #data
6227     <rule xmlns="http://www.w3.org/1999/xhtml"><p><nest/>aaa</p></rule>
6228     #errors
6229    
6230     #data
6231     <rule xmlns="http://www.w3.org/1999/xhtml"><p><!----><nest/></p></rule>
6232     #errors
6233 wakaba 1.25 /rule/p;no significant content;s
6234 wakaba 1.21
6235     #data
6236     <rule xmlns="http://www.w3.org/1999/xhtml"><body><nest/></body></rule>
6237     #errors
6238 wakaba 1.25 /rule/body;no significant content;s
6239 wakaba 1.21
6240     #data
6241     <rule xmlns="http://www.w3.org/1999/xhtml"><em><nest/></em></rule>
6242     #errors
6243 wakaba 1.25 /rule/em;no significant content;s
6244 wakaba 1.21
6245     #data
6246     <rule xmlns="http://www.w3.org/1999/xhtml"><em>aa<nest/></em></rule>
6247     #errors
6248    
6249     #data
6250     <rule xmlns="http://www.w3.org/1999/xhtml"><em><nest/><i/></em></rule>
6251     #errors
6252 wakaba 1.25 /rule/em;no significant content;s
6253     /rule/em/i;no significant content;s
6254 wakaba 1.21
6255     #data
6256     <rule xmlns="http://www.w3.org/1999/xhtml"><sub><nest/></sub></rule>
6257     #errors
6258 wakaba 1.25 /rule/sub;no significant content;s
6259 wakaba 1.21
6260     #data
6261     <rule xmlns="http://www.w3.org/1999/xhtml"><sup><nest/><sub/></sup></rule>
6262     #errors
6263 wakaba 1.25 /rule/sup;no significant content;s
6264     /rule/sup/sub;no significant content;s
6265 wakaba 1.21
6266     #data
6267     <rule xmlns="http://www.w3.org/1999/xhtml"><sub><em><nest/></em></sub></rule>
6268     #errors
6269 wakaba 1.25 /rule/sub;no significant content;s
6270     /rule/sub/em;no significant content;s
6271 wakaba 1.21
6272     #data
6273     <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/></div></rule>
6274     #errors
6275 wakaba 1.25 /rule/div;no significant content;s
6276 wakaba 1.21
6277     #data
6278     <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/><p/></div></rule>
6279     #errors
6280 wakaba 1.25 /rule/div;no significant content;s
6281     /rule/div/p;no significant content;s
6282 wakaba 1.21
6283     #data
6284     <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/><i/></div></rule>
6285     #errors
6286 wakaba 1.25 /rule/div;no significant content;s
6287     /rule/div/i;no significant content;s
6288 wakaba 1.21
6289     #data
6290     <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/>aa</div></rule>
6291     #errors
6292    
6293     #data
6294     <rule xmlns="http://www.w3.org/1999/xhtml"><div><nest/><p/><i/></div></rule>
6295     #errors
6296 wakaba 1.25 /rule/div;no significant content;s
6297     /rule/div/p;no significant content;s
6298     /rule/div/i;no significant content;s
6299 wakaba 1.21
6300     #data
6301     <rule xmlns="http://www.w3.org/1999/xhtml"><div><p/><nest/></div></rule>
6302     #errors
6303 wakaba 1.25 /rule/div;no significant content;s
6304     /rule/div/p;no significant content;s
6305 wakaba 1.21
6306     #data
6307     <rule xmlns="http://www.w3.org/1999/xhtml"><div><i/><nest/></div></rule>
6308     #errors
6309 wakaba 1.25 /rule/div;no significant content;s
6310     /rule/div/i;no significant content;s
6311 wakaba 1.21
6312     #data
6313     <rule xmlns="http://www.w3.org/1999/xhtml"><div>aa<nest/></div></rule>
6314     #errors
6315    
6316     #data
6317     <rule xmlns="http://www.w3.org/1999/xhtml"><div>aa<nest/><p/></div></rule>
6318     #errors
6319 wakaba 1.25 /rule/div/p;no significant content;s
6320 wakaba 1.21
6321     #data
6322     <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/></aside></rule>
6323     #errors
6324 wakaba 1.25 /rule/aside;no significant content;s
6325 wakaba 1.21
6326     #data
6327     <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/>aa</aside></rule>
6328     #errors
6329    
6330     #data
6331     <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/><i/></aside></rule>
6332     #errors
6333 wakaba 1.25 /rule/aside;no significant content;s
6334     /rule/aside/i;no significant content;s
6335 wakaba 1.21
6336     #data
6337     <rule xmlns="http://www.w3.org/1999/xhtml"><aside><nest/><p/></aside></rule>
6338     #errors
6339 wakaba 1.25 /rule/aside;no significant content;s
6340     /rule/aside/p;no significant content;s
6341 wakaba 1.21
6342     #data
6343     <rule xmlns="http://www.w3.org/1999/xhtml"><aside>aa<nest/></aside></rule>
6344     #errors
6345    
6346     #data
6347     <rule xmlns="http://www.w3.org/1999/xhtml"><aside><i/><nest/></aside></rule>
6348     #errors
6349 wakaba 1.25 /rule/aside;no significant content;s
6350     /rule/aside/i;no significant content;s
6351 wakaba 1.21
6352     #data
6353     <rule xmlns="http://www.w3.org/1999/xhtml"><aside><p/><nest/></aside></rule>
6354     #errors
6355 wakaba 1.25 /rule/aside;no significant content;s
6356     /rule/aside/p;no significant content;s
6357 wakaba 1.21
6358     #data
6359     <rule xmlns="http://www.w3.org/1999/xhtml">
6360     <aside><nest/><style scoped=""/></aside>
6361     </rule>
6362     #errors
6363 wakaba 1.53 /rule/aside/style;SUBDOC
6364 wakaba 1.25 /rule/aside;no significant content;s
6365 wakaba 1.21
6366     #data
6367     <rule xmlns="http://www.w3.org/1999/xhtml">
6368     <aside><nest/><style scoped=""/>aa</aside>
6369     </rule>
6370     #errors
6371 wakaba 1.53 /rule/aside/style;SUBDOC
6372 wakaba 1.21
6373     #data
6374     <rule xmlns="http://www.w3.org/1999/xhtml">
6375     <aside><nest/><style scoped=""/><i/></aside>
6376     </rule>
6377     #errors
6378 wakaba 1.53 /rule/aside/style;SUBDOC
6379 wakaba 1.25 /rule/aside;no significant content;s
6380     /rule/aside/i;no significant content;s
6381 wakaba 1.21
6382     #data
6383     <rule xmlns="http://www.w3.org/1999/xhtml">
6384     <aside><nest/><style scoped=""/><blockquote/></aside>
6385     </rule>
6386     #errors
6387 wakaba 1.53 /rule/aside/style;SUBDOC
6388 wakaba 1.25 /rule/aside;no significant content;s
6389     /rule/aside/blockquote;no significant content;s
6390 wakaba 1.21
6391     #data
6392     <rule xmlns="http://www.w3.org/1999/xhtml">
6393     <aside><nest/><style scoped=""/><blockquote/><p/></aside>
6394     </rule>
6395     #errors
6396 wakaba 1.53 /rule/aside/style;SUBDOC
6397 wakaba 1.25 /rule/aside;no significant content;s
6398     /rule/aside/blockquote;no significant content;s
6399     /rule/aside/p;no significant content;s
6400 wakaba 1.21
6401     #data
6402     <rule xmlns="http://www.w3.org/1999/xhtml">
6403     <aside><nest/><style scoped=""/><blockquote/><i/></aside>
6404     </rule>
6405     #errors
6406 wakaba 1.53 /rule/aside/style;SUBDOC
6407 wakaba 1.25 /rule/aside;no significant content;s
6408     /rule/aside/blockquote;no significant content;s
6409     /rule/aside/i;no significant content;s
6410 wakaba 1.21
6411     #data
6412     <rule xmlns="http://www.w3.org/1999/xhtml">
6413     <aside><nest/><style scoped=""/><p/></aside>
6414     </rule>
6415     #errors
6416 wakaba 1.53 /rule/aside/style;SUBDOC
6417 wakaba 1.25 /rule/aside;no significant content;s
6418     /rule/aside/p;no significant content;s
6419 wakaba 1.21
6420     #data
6421     <rule xmlns="http://www.w3.org/1999/xhtml">
6422     <aside><nest/>aa<style scoped=""/></aside>
6423     </rule>
6424     #errors
6425 wakaba 1.55 /rule/aside/style;element not allowed:flow style;m
6426 wakaba 1.53 /rule/aside/style;SUBDOC
6427 wakaba 1.21
6428     #data
6429     <rule xmlns="http://www.w3.org/1999/xhtml">
6430     <aside><nest/><i/><style scoped=""/></aside>
6431     </rule>
6432     #errors
6433 wakaba 1.55 /rule/aside/style;element not allowed:flow style;m
6434 wakaba 1.53 /rule/aside/style;SUBDOC
6435 wakaba 1.25 /rule/aside;no significant content;s
6436     /rule/aside/i;no significant content;s
6437 wakaba 1.21
6438     #data
6439     <rule xmlns="http://www.w3.org/1999/xhtml">
6440     <aside><nest/><p/><style scoped=""/></aside>
6441     </rule>
6442     #errors
6443 wakaba 1.55 /rule/aside/style;element not allowed:flow style;m
6444 wakaba 1.53 /rule/aside/style;SUBDOC
6445 wakaba 1.25 /rule/aside;no significant content;s
6446     /rule/aside/p;no significant content;s
6447 wakaba 1.21
6448     #data
6449     <rule xmlns="http://www.w3.org/1999/xhtml">
6450     <aside>aa<nest/></aside>
6451     </rule>
6452     #errors
6453    
6454     #data
6455     <rule xmlns="http://www.w3.org/1999/xhtml">
6456     <aside><i/><nest/></aside>
6457     </rule>
6458     #errors
6459 wakaba 1.25 /rule/aside;no significant content;s
6460     /rule/aside/i;no significant content;s
6461 wakaba 1.21
6462     #data
6463     <rule xmlns="http://www.w3.org/1999/xhtml">
6464     <aside><blockquote/><nest/></aside>
6465     </rule>
6466     #errors
6467 wakaba 1.25 /rule/aside;no significant content;s
6468     /rule/aside/blockquote;no significant content;s
6469 wakaba 1.21
6470     #data
6471     <rule xmlns="http://www.w3.org/1999/xhtml">
6472     <aside><p/><nest/></aside>
6473     </rule>
6474     #errors
6475 wakaba 1.25 /rule/aside;no significant content;s
6476     /rule/aside/p;no significant content;s
6477 wakaba 1.21
6478     #data
6479     <rule xmlns="http://www.w3.org/1999/xhtml">
6480     <aside>aa<nest/><style scoped=""/></aside>
6481     </rule>
6482     #errors
6483 wakaba 1.55 /rule/aside/style;element not allowed:flow style;m
6484 wakaba 1.53 /rule/aside/style;SUBDOC
6485 wakaba 1.21
6486     #data
6487     <rule xmlns="http://www.w3.org/1999/xhtml">
6488     <aside><i/><nest/><style scoped=""/></aside>
6489     </rule>
6490     #errors
6491 wakaba 1.55 /rule/aside/style;element not allowed:flow style;m
6492 wakaba 1.53 /rule/aside/style;SUBDOC
6493 wakaba 1.25 /rule/aside;no significant content;s
6494     /rule/aside/i;no significant content;s
6495 wakaba 1.21
6496     #data
6497     <rule xmlns="http://www.w3.org/1999/xhtml">
6498     <aside><blockquote/><nest/><style scoped=""/></aside>
6499     </rule>
6500     #errors
6501 wakaba 1.55 /rule/aside/style;element not allowed:flow style;m
6502 wakaba 1.53 /rule/aside/style;SUBDOC
6503 wakaba 1.37 /rule/aside/blockquote;no significant content;s
6504 wakaba 1.25 /rule/aside;no significant content;s
6505 wakaba 1.21
6506     #data
6507     <rule xmlns="http://www.w3.org/1999/xhtml">
6508     <aside><p/><nest/><style scoped=""/></aside>
6509     </rule>
6510     #errors
6511 wakaba 1.55 /rule/aside/style;element not allowed:flow style;m
6512 wakaba 1.53 /rule/aside/style;SUBDOC
6513 wakaba 1.25 /rule/aside;no significant content;s
6514     /rule/aside/p;no significant content;s
6515 wakaba 1.65
6516     #data
6517     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby><nest/></ruby></rule>
6518     #errors
6519     /rule/ruby;no significant content;s
6520 wakaba 1.67 /rule/ruby;element missing;rt;m
6521 wakaba 1.65
6522     #data
6523     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby><nest/><rt>x</rt></ruby></rule>
6524     #errors
6525     /rule/ruby/rt;no significant content before;s
6526    
6527     #data
6528     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby><nest/>x<rt>y</rt></ruby></rule>
6529     #errors
6530    
6531     #data
6532     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<nest/><rt>y</rt></ruby></rule>
6533     #errors
6534    
6535     #data
6536     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rt>y</rt><nest/></ruby></rule>
6537     #errors
6538    
6539     #data
6540     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rt><nest/></rt></ruby></rule>
6541     #errors
6542     /rule/ruby/rt;no significant content;s
6543    
6544     #data
6545     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp><nest/>(</rp><rt>y</rt><rp>)</rp></ruby></rule>
6546     #errors
6547    
6548     #data
6549     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp><nest/></rp><rt>y</rt><rp>)</rp></ruby></rule>
6550     #errors
6551     /rule/ruby/rp;rp:syntax error;m
6552    
6553     #data
6554     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>(<nest/>(</rp><rt>y</rt><rp>]</rp></ruby></rule>
6555     #errors
6556     /rule/ruby/rp;rp:syntax error;m
6557    
6558     #data
6559     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt><nest/></rt><rp>]</rp></ruby></rule>
6560     #errors
6561     /rule/ruby/rt;no significant content;s
6562    
6563     #data
6564     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt>y</rt><rp>]<nest/></rp></ruby></rule>
6565     #errors
6566    
6567     #data
6568     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt>y</rt><rp>]<nest/></rp></ruby></rule>
6569     #errors
6570    
6571     #data
6572     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><nest/><rt>y</rt><rp>]</rp></ruby></rule>
6573     #errors
6574    
6575     #data
6576     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt>y</rt><nest/><rp>]</rp></ruby></rule>
6577     #errors
6578    
6579     #data
6580     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt>c</rt><rp>]</rp><nest/></ruby></rule>
6581     #errors
6582    
6583     #data
6584     <rule xmlns="http://www.w3.org/1999/xhtml"><ruby>x<rp>[</rp><rt>c</rt><nest/></ruby></rule>
6585     #errors
6586 wakaba 1.67 /rule/ruby;element missing;rp;m
6587 wakaba 1.65
6588     #data
6589     <rule xmlns="http://www.w3.org/1999/xhtml"><rt><nest/></rt></rule>
6590     #errors
6591     /rule/rt;no significant content;s
6592    
6593     #data
6594     <rule xmlns="http://www.w3.org/1999/xhtml"><rt>x<nest/></rt></rule>
6595     #errors
6596    
6597     #data
6598     <rule xmlns="http://www.w3.org/1999/xhtml"><rp><nest/></rp></rule>
6599     #errors
6600     /rule/rp;rp:syntax error;m
6601    
6602     #data
6603     <rule xmlns="http://www.w3.org/1999/xhtml"><rp>(<nest/></rp></rule>
6604     #errors
6605    
6606     #data
6607     <rule xmlns="http://www.w3.org/1999/xhtml"><rp><nest/>)</rp></rule>
6608     #errors
6609     /rule/rp;rp:syntax error;m
6610    
6611     #data
6612     <rule xmlns="http://www.w3.org/1999/xhtml"><rb><nest/></rb></rule>
6613     #errors
6614     /rule/rb;element not defined;m
6615 wakaba 1.21
6616     #data
6617     <rule xmlns="http://www.w3.org/1999/xhtml"><ins><nest/></ins></rule>
6618     #errors
6619    
6620     #data
6621     <rule xmlns="http://www.w3.org/1999/xhtml"><p><ins><nest/></ins></p></rule>
6622     #errors
6623 wakaba 1.25 /rule/p;no significant content;s
6624 wakaba 1.21
6625     #data
6626     <rule xmlns="http://www.w3.org/1999/xhtml"><html><nest/></html></rule>
6627     #errors
6628 wakaba 1.67 /rule/html;child element missing;head;m
6629     /rule/html;child element missing;body;m
6630 wakaba 1.21
6631     #data
6632     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6633     <head><title/></head><body/><nest/>
6634     </html></rule>
6635     #errors
6636 wakaba 1.25 /rule/html/body;no significant content;s
6637 wakaba 1.21
6638     #data
6639     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6640     <head><title/></head><nest/><body/>
6641     </html></rule>
6642     #errors
6643 wakaba 1.25 /rule/html/body;no significant content;s
6644 wakaba 1.21
6645     #data
6646     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6647     <nest/><head><title/></head><body/>
6648     </html></rule>
6649     #errors
6650 wakaba 1.25 /rule/html/body;no significant content;s
6651 wakaba 1.21
6652     #data
6653     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6654     <head><title/></head><body/><nest/><body/>
6655     </html></rule>
6656     #errors
6657 wakaba 1.67 /rule/html/body;element not allowed;m
6658 wakaba 1.25 /rule/html/body;no significant content;s
6659     /rule/html/body;no significant content;s
6660 wakaba 1.21
6661     #data
6662     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6663     <head><title/></head><nest/>
6664     </html></rule>
6665     #errors
6666 wakaba 1.67 /rule/html;child element missing;body;m
6667 wakaba 1.21
6668     #data
6669     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6670     <nest/><body/>
6671     </html></rule>
6672     #errors
6673 wakaba 1.67 /rule/html/body;ps element missing;head;m
6674 wakaba 1.25 /rule/html/body;no significant content;s
6675 wakaba 1.21
6676     #data
6677     <rule xmlns="http://www.w3.org/1999/xhtml"><html>
6678     <head><title/></head><body/><nest/>
6679     </html></rule>
6680     #errors
6681 wakaba 1.25 /rule/html/body;no significant content;s
6682 wakaba 1.21
6683     #data
6684     <rule xmlns="http://www.w3.org/1999/xhtml">
6685     <head><nest/></head>
6686     </rule>
6687     #errors
6688 wakaba 1.67 /rule/head;child element missing;title;m
6689 wakaba 1.21
6690     #data
6691     <rule xmlns="http://www.w3.org/1999/xhtml">
6692     <head><title/><nest/></head>
6693     </rule>
6694     #errors
6695    
6696     #data
6697     <rule xmlns="http://www.w3.org/1999/xhtml">
6698     <head><nest/><title/></head>
6699     </rule>
6700     #errors
6701    
6702     #data
6703     <rule xmlns="http://www.w3.org/1999/xhtml">
6704     <head><nest/><base href="http://www.example.com/"/><title/></head>
6705     </rule>
6706     #errors
6707    
6708     #data
6709     <rule xmlns="http://www.w3.org/1999/xhtml">
6710     <head><base href="http://www.example.com/"/><nest/><title/></head>
6711     </rule>
6712     #errors
6713    
6714     #data
6715     <rule xmlns="http://www.w3.org/1999/xhtml">
6716     <head><meta charset="us-ascii"/><nest/><title/></head>
6717     </rule>
6718     #errors
6719 wakaba 1.29 /rule/head/meta;element not allowed:meta charset;m
6720     /rule/head/meta;in XML:charset;m
6721 wakaba 1.67 /rule/head/meta/@charset;mismatched charset name not checked;u
6722 wakaba 1.21
6723     #data
6724     <rule xmlns="http://www.w3.org/1999/xhtml">
6725     <head><nest/><meta charset="us-ascii"/><title/></head>
6726     </rule>
6727     #errors
6728 wakaba 1.29 /rule/head/meta;element not allowed:meta charset;m
6729     /rule/head/meta;in XML:charset;m
6730 wakaba 1.67 /rule/head/meta/@charset;mismatched charset name not checked;u
6731 wakaba 1.21
6732     #data
6733     <rule xmlns="http://www.w3.org/1999/xhtml"><style><nest/></style></rule>
6734     #errors
6735 wakaba 1.53 /rule/style;SUBDOC
6736 wakaba 1.21
6737     #data
6738     <rule xmlns="http://www.w3.org/1999/xhtml"><script><nest/></script></rule>
6739     #errors
6740 wakaba 1.62 /rule/script;SUBDOC
6741 wakaba 1.21
6742     #data
6743     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/></footer></rule>
6744     #errors
6745 wakaba 1.25 /rule/footer;no significant content;s
6746 wakaba 1.21
6747     #data
6748     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/>a</footer></rule>
6749     #errors
6750    
6751     #data
6752     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><i/></footer></rule>
6753     #errors
6754 wakaba 1.25 /rule/footer;no significant content;s
6755     /rule/footer/i;no significant content;s
6756 wakaba 1.21
6757     #data
6758     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><ul/></footer></rule>
6759     #errors
6760 wakaba 1.25 /rule/footer;no significant content;s
6761 wakaba 1.21
6762     #data
6763     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><p/></footer></rule>
6764     #errors
6765 wakaba 1.25 /rule/footer;no significant content;s
6766     /rule/footer/p;no significant content;s
6767 wakaba 1.21
6768     #data
6769     <rule xmlns="http://www.w3.org/1999/xhtml"><footer>a<nest/></footer></rule>
6770     #errors
6771    
6772     #data
6773     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><i/><nest/></footer></rule>
6774     #errors
6775 wakaba 1.25 /rule/footer;no significant content;s
6776     /rule/footer/i;no significant content;s
6777 wakaba 1.21
6778     #data
6779     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><ol/><nest/></footer></rule>
6780     #errors
6781 wakaba 1.25 /rule/footer;no significant content;s
6782 wakaba 1.21
6783     #data
6784     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><p/><nest/></footer></rule>
6785     #errors
6786 wakaba 1.25 /rule/footer;no significant content;s
6787     /rule/footer/p;no significant content;s
6788 wakaba 1.21
6789     #data
6790     <rule xmlns="http://www.w3.org/1999/xhtml"><footer>a<nest/><p/></footer></rule>
6791     #errors
6792 wakaba 1.25 /rule/footer/p;no significant content;s
6793 wakaba 1.21
6794     #data
6795     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><p/><nest/>a</footer></rule>
6796     #errors
6797 wakaba 1.25 /rule/footer/p;no significant content;s
6798 wakaba 1.21
6799     #data
6800     <rule xmlns="http://www.w3.org/1999/xhtml"><footer><nest/><h1/></footer></rule>
6801     #errors
6802 wakaba 1.27 /rule/footer/h1;element not allowed:minus;m
6803 wakaba 1.25 /rule/footer;no significant content;s
6804     /rule/footer/h1;no significant content;s
6805 wakaba 1.21
6806     #data
6807     <rule xmlns="http://www.w3.org/1999/xhtml"><dialog><nest/></dialog></rule>
6808     #errors
6809    
6810     #data
6811     <rule xmlns="http://www.w3.org/1999/xhtml">
6812     <dialog><dt/><nest/></dialog>
6813     </rule>
6814     #errors
6815 wakaba 1.67 /rule/dialog;child element missing;dd;m
6816 wakaba 1.25 /rule/dialog/dt;no significant content;s
6817 wakaba 1.21
6818     #data
6819     <rule xmlns="http://www.w3.org/1999/xhtml">
6820     <dialog><dt/><dd/><nest/></dialog>
6821     </rule>
6822     #errors
6823 wakaba 1.25 /rule/dialog/dt;no significant content;s
6824     /rule/dialog/dd;no significant content;s
6825 wakaba 1.21
6826     #data
6827     <rule xmlns="http://www.w3.org/1999/xhtml">
6828     <dialog><dt/><dd/><dt/><nest/></dialog>
6829     </rule>
6830     #errors
6831 wakaba 1.67 /rule/dialog;child element missing;dd;m
6832 wakaba 1.25 /rule/dialog/dt;no significant content;s
6833     /rule/dialog/dd;no significant content;s
6834     /rule/dialog/dt;no significant content;s
6835 wakaba 1.21
6836     #data
6837     <rule xmlns="http://www.w3.org/1999/xhtml">
6838     <dialog><dt/><dd/><dt/><dd/><nest/></dialog>
6839     </rule>
6840     #errors
6841 wakaba 1.25 /rule/dialog/dt;no significant content;s
6842     /rule/dialog/dd;no significant content;s
6843     /rule/dialog/dt;no significant content;s
6844     /rule/dialog/dd;no significant content;s
6845 wakaba 1.21
6846     #data
6847     <rule xmlns="http://www.w3.org/1999/xhtml">
6848     <dialog><dt/><nest/><dd/></dialog>
6849     </rule>
6850     #errors
6851 wakaba 1.25 /rule/dialog/dt;no significant content;s
6852     /rule/dialog/dd;no significant content;s
6853 wakaba 1.21
6854     #data
6855     <rule xmlns="http://www.w3.org/1999/xhtml">
6856     <dialog><dt/><nest/><dt/><dd/></dialog>
6857     </rule>
6858     #errors
6859 wakaba 1.67 /rule/dialog/dt;ps element missing;dd;m
6860 wakaba 1.25 /rule/dialog/dt;no significant content;s
6861     /rule/dialog/dt;no significant content;s
6862     /rule/dialog/dd;no significant content;s
6863 wakaba 1.21
6864     #data
6865     <rule xmlns="http://www.w3.org/1999/xhtml">
6866     <dialog><nest/><dt/></dialog>
6867     </rule>
6868     #errors
6869 wakaba 1.67 /rule/dialog;child element missing;dd;m
6870 wakaba 1.25 /rule/dialog/dt;no significant content;s
6871 wakaba 1.21
6872     #data
6873     <rule xmlns="http://www.w3.org/1999/xhtml">
6874     <dialog><nest/><dt/><dd/></dialog>
6875     </rule>
6876     #errors
6877 wakaba 1.25 /rule/dialog/dt;no significant content;s
6878     /rule/dialog/dd;no significant content;s
6879 wakaba 1.21
6880     #data
6881     <rule xmlns="http://www.w3.org/1999/xhtml"><ul><nest/></ul></rule>
6882     #errors
6883    
6884     #data
6885     <rule xmlns="http://www.w3.org/1999/xhtml"><ul><li/><nest/></ul></rule>
6886     #errors
6887 wakaba 1.25 /rule/ul/li;no significant content;s
6888 wakaba 1.21
6889     #data
6890     <rule xmlns="http://www.w3.org/1999/xhtml"><ul><nest/><li/></ul></rule>
6891     #errors
6892 wakaba 1.25 /rule/ul/li;no significant content;s
6893 wakaba 1.21
6894     #data
6895     <rule xmlns="http://www.w3.org/1999/xhtml"><ol><nest/></ol></rule>
6896     #errors
6897    
6898     #data
6899     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/></dl></rule>
6900     #errors
6901    
6902     #data
6903     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/><dt/></dl></rule>
6904     #errors
6905 wakaba 1.67 /rule/dl;child element missing;dd;m
6906 wakaba 1.25 /rule/dl/dt;no significant content;s
6907 wakaba 1.21
6908     #data
6909     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><nest/></dl></rule>
6910     #errors
6911 wakaba 1.67 /rule/dl;child element missing;dd;m
6912 wakaba 1.25 /rule/dl/dt;no significant content;s
6913 wakaba 1.21
6914     #data
6915     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><nest/><dd/></dl></rule>
6916     #errors
6917 wakaba 1.25 /rule/dl/dt;no significant content;s
6918     /rule/dl/dd;no significant content;s
6919 wakaba 1.21
6920     #data
6921     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><dt/><dd/><nest/></dl></rule>
6922     #errors
6923 wakaba 1.25 /rule/dl/dt;no significant content;s
6924     /rule/dl/dd;no significant content;s
6925 wakaba 1.21
6926     #data
6927     <rule xmlns="http://www.w3.org/1999/xhtml"><dl><nest/><dt/><dd/></dl></rule>
6928     #errors
6929 wakaba 1.25 /rule/dl/dt;no significant content;s
6930     /rule/dl/dd;no significant content;s
6931 wakaba 1.21
6932     #data
6933     <rule xmlns="http://www.w3.org/1999/xhtml">
6934     <dl><dt/><dd/><nest/><dt/><dd/></dl>
6935     </rule>
6936     #errors
6937 wakaba 1.25 /rule/dl/dt;no significant content;s
6938     /rule/dl/dd;no significant content;s
6939     /rule/dl/dt;no significant content;s
6940     /rule/dl/dd;no significant content;s
6941 wakaba 1.21
6942     #data
6943     <rule xmlns="http://www.w3.org/1999/xhtml">
6944     <dl><dt/><nest/><dt/><dd/></dl>
6945     </rule>
6946     #errors
6947 wakaba 1.25 /rule/dl/dt;no significant content;s
6948     /rule/dl/dt;no significant content;s
6949     /rule/dl/dd;no significant content;s
6950 wakaba 1.21
6951     #data
6952     <rule xmlns="http://www.w3.org/1999/xhtml">
6953     <dl><dt/><dd/><nest/><dd/></dl>
6954     </rule>
6955     #errors
6956 wakaba 1.25 /rule/dl/dt;no significant content;s
6957     /rule/dl/dd;no significant content;s
6958     /rule/dl/dd;no significant content;s
6959 wakaba 1.21
6960     #data
6961     <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/></del></rule>
6962     #errors
6963    
6964     #data
6965     <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/>aa</del></rule>
6966     #errors
6967    
6968     #data
6969     <rule xmlns="http://www.w3.org/1999/xhtml"><del><nest/><p/></del></rule>
6970     #errors
6971 wakaba 1.25 /rule/del/p;no significant content;s
6972 wakaba 1.21
6973     #data
6974     <rule xmlns="http://www.w3.org/1999/xhtml">
6975     <video src="/"><nest/></video>
6976     </rule>
6977     #errors
6978    
6979     #data
6980     <rule xmlns="http://www.w3.org/1999/xhtml">
6981     <video><nest/><source src="/"/></video>
6982     </rule>
6983     #errors
6984    
6985     #data
6986     <rule xmlns="http://www.w3.org/1999/xhtml">
6987     <video><source src="/"/><nest/><source src="/"/></video>
6988     </rule>
6989     #errors
6990    
6991     #data
6992     <rule xmlns="http://www.w3.org/1999/xhtml">
6993     <video><source src="/"/><nest/></video>
6994     </rule>
6995     #errors
6996    
6997     #data
6998     <rule xmlns="http://www.w3.org/1999/xhtml">
6999     <table><nest/></table>
7000     </rule>
7001     #errors
7002    
7003     #data
7004     <rule xmlns="http://www.w3.org/1999/xhtml">
7005     <table><nest/><tr><td/></tr></table>
7006     </rule>
7007     #errors
7008 wakaba 1.25 /rule/table/tr/td;no significant content;s
7009 wakaba 1.21
7010     #data
7011     <rule xmlns="http://www.w3.org/1999/xhtml">
7012     <table><nest/><tbody><tr><td/></tr></tbody></table>
7013     </rule>
7014     #errors
7015 wakaba 1.25 /rule/table/tbody/tr/td;no significant content;s
7016 wakaba 1.21
7017     #data
7018     <rule xmlns="http://www.w3.org/1999/xhtml">
7019     <table><tbody><tr><td/></tr></tbody><nest/></table>
7020     </rule>
7021     #errors
7022 wakaba 1.25 /rule/table/tbody/tr/td;no significant content;s
7023 wakaba 1.21
7024     #data
7025     <rule xmlns="http://www.w3.org/1999/xhtml">
7026     <table><caption/><nest/><caption/><tr><td/></tr></table>
7027     </rule>
7028     #errors
7029 wakaba 1.67 /rule/table/caption;element not allowed;m
7030 wakaba 1.25 /rule/table/caption;no significant content;s
7031     /rule/table/caption;no significant content;s
7032     /rule/table/tr/td;no significant content;s
7033 wakaba 1.21
7034     #data
7035     <rule xmlns="http://www.w3.org/1999/xhtml">
7036     <colgroup><nest/></colgroup>
7037     </rule>
7038     #errors
7039    
7040     #data
7041     <rule xmlns="http://www.w3.org/1999/xhtml">
7042     <colgroup><col/><nest/></colgroup>
7043     </rule>
7044     #errors
7045    
7046     #data
7047     <rule xmlns="http://www.w3.org/1999/xhtml">
7048     <colgroup><nest/><col/></colgroup>
7049     </rule>
7050     #errors
7051    
7052     #data
7053     <rule xmlns="http://www.w3.org/1999/xhtml">
7054     <colgroup><col/><nest/><col/></colgroup>
7055     </rule>
7056     #errors
7057    
7058     #data
7059     <rule xmlns="http://www.w3.org/1999/xhtml">
7060     <tbody><nest/></tbody>
7061     </rule>
7062     #errors
7063    
7064     #data
7065     <rule xmlns="http://www.w3.org/1999/xhtml">
7066     <tbody><nest/><tr><td/></tr></tbody>
7067     </rule>
7068     #errors
7069 wakaba 1.25 /rule/tbody/tr/td;no significant content;s
7070 wakaba 1.21
7071     #data
7072     <rule xmlns="http://www.w3.org/1999/xhtml">
7073     <tbody><tr><td/></tr><nest/></tbody>
7074     </rule>
7075     #errors
7076 wakaba 1.25 /rule/tbody/tr/td;no significant content;s
7077 wakaba 1.21
7078     #data
7079     <rule xmlns="http://www.w3.org/1999/xhtml">
7080     <tr><nest/></tr>
7081     </rule>
7082     #errors
7083    
7084     #data
7085     <rule xmlns="http://www.w3.org/1999/xhtml">
7086     <tr><td/><nest/></tr>
7087     </rule>
7088     #errors
7089 wakaba 1.25 /rule/tr/td;no significant content;s
7090 wakaba 1.21
7091     #data
7092     <rule xmlns="http://www.w3.org/1999/xhtml">
7093     <tr><nest/><td/></tr>
7094     </rule>
7095     #errors
7096 wakaba 1.25 /rule/tr/td;no significant content;s
7097 wakaba 1.21
7098     #data
7099     <rule xmlns="http://www.w3.org/1999/xhtml">
7100     <tr><th/><nest/></tr>
7101     </rule>
7102     #errors
7103 wakaba 1.25 /rule/tr/th;no significant content;s
7104 wakaba 1.21
7105     #data
7106     <rule xmlns="http://www.w3.org/1999/xhtml">
7107     <tr><th/><nest/><td/></tr>
7108     </rule>
7109     #errors
7110 wakaba 1.25 /rule/tr/th;no significant content;s
7111     /rule/tr/td;no significant content;s
7112 wakaba 1.21
7113     #data
7114     <rule xmlns="http://www.w3.org/1999/xhtml">
7115     <head><title/><noscript><nest/></noscript></head>
7116     </rule>
7117     #errors
7118 wakaba 1.67 /rule/head/noscript;in XML:noscript;m
7119 wakaba 1.21
7120     #data
7121     <rule xmlns="http://www.w3.org/1999/xhtml"><head><title/>
7122     <noscript><link rel="alternate" href=""/><nest/></noscript>
7123     </head></rule>
7124     #errors
7125 wakaba 1.67 /rule/head/noscript;in XML:noscript;m
7126 wakaba 1.21
7127     #data
7128     <rule xmlns="http://www.w3.org/1999/xhtml">
7129     <datagrid><nest/></datagrid>
7130     </rule>
7131     #errors
7132    
7133     #data
7134     <rule xmlns="http://www.w3.org/1999/xhtml">
7135     <datagrid><nest/><table/></datagrid>
7136     </rule>
7137     #errors
7138    
7139     #data
7140     <rule xmlns="http://www.w3.org/1999/xhtml">
7141     <datagrid><nest/><table/><p/></datagrid>
7142     </rule>
7143     #errors
7144 wakaba 1.67 /rule/datagrid/p;element not allowed;m
7145 wakaba 1.25 /rule/datagrid/p;no significant content;s
7146 wakaba 1.21
7147     #data
7148     <rule xmlns="http://www.w3.org/1999/xhtml">
7149     <datagrid><p/><nest/><table/></datagrid>
7150     </rule>
7151     #errors
7152 wakaba 1.25 /rule/datagrid;no significant content;s
7153     /rule/datagrid/p;no significant content;s
7154 wakaba 1.21
7155     #data
7156     <rule xmlns="http://www.w3.org/1999/xhtml">
7157     <datagrid><table/><nest/><p/></datagrid>
7158     </rule>
7159     #errors
7160 wakaba 1.67 /rule/datagrid/p;element not allowed;m
7161 wakaba 1.25 /rule/datagrid/p;no significant content;s
7162 wakaba 1.69
7163     #data
7164     <rule xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></rule>
7165     #errors
7166    
7167     #data
7168     <rule xmlns="http://www.w3.org/1999/xhtml"><bb>x<nest/></bb></rule>
7169     #errors
7170    
7171     #data
7172     <rule xmlns="http://www.w3.org/1999/xhtml"><ins><bb>x</bb></ins></rule>
7173     #errors
7174 wakaba 1.21
7175     #data
7176     <rule xmlns="http://www.w3.org/1999/xhtml">
7177     <menu><nest/></menu>
7178     </rule>
7179     #errors
7180 wakaba 1.25 /rule/menu;no significant content;s
7181 wakaba 1.21
7182     #data
7183     <rule xmlns="http://www.w3.org/1999/xhtml">
7184     <menu><li/><nest/></menu>
7185     </rule>
7186     #errors
7187 wakaba 1.25 /rule/menu/li;no significant content;s
7188 wakaba 1.21
7189     #data
7190     <rule xmlns="http://www.w3.org/1999/xhtml">
7191     <menu><nest/><li/></menu>
7192     </rule>
7193     #errors
7194 wakaba 1.25 /rule/menu/li;no significant content;s
7195 wakaba 1.21
7196     #data
7197     <rule xmlns="http://www.w3.org/1999/xhtml">
7198     <menu><li/><nest/><li/></menu>
7199     </rule>
7200     #errors
7201 wakaba 1.25 /rule/menu/li;no significant content;s
7202     /rule/menu/li;no significant content;s
7203 wakaba 1.21
7204     #data
7205     <rule xmlns="http://www.w3.org/1999/xhtml">
7206     <menu>aa<nest/></menu>
7207     </rule>
7208     #errors
7209    
7210     #data
7211     <rule xmlns="http://www.w3.org/1999/xhtml">
7212     <menu><nest/>aa</menu>
7213     </rule>
7214     #errors
7215    
7216     #data
7217     <rule xmlns="http://www.w3.org/1999/xhtml">
7218     <menu>aa<nest/>bb</menu>
7219     </rule>
7220     #errors
7221    
7222     #data
7223     <rule xmlns="http://www.w3.org/1999/xhtml">
7224     <menu>aa<nest/><li/></menu>
7225     </rule>
7226     #errors
7227 wakaba 1.67 /rule/menu/li;element not allowed;m
7228 wakaba 1.25 /rule/menu/li;no significant content;s
7229 wakaba 1.21
7230     #data
7231     <rule xmlns="http://www.w3.org/1999/xhtml">
7232     <menu><li/><nest/>aa</menu>
7233     </rule>
7234     #errors
7235 wakaba 1.67 /rule/menu/"aa";character not allowed;m
7236 wakaba 1.25 /rule/menu/li;no significant content;s
7237 wakaba 1.21
7238     #data
7239     <rule xmlns="http://www.w3.org/1999/xhtml">
7240     <datatemplate><nest/></datatemplate>
7241     </rule>
7242     #errors
7243    
7244     #data
7245     <rule xmlns="http://www.w3.org/1999/xhtml">
7246     <datatemplate><nest/><rule/></datatemplate>
7247     </rule>
7248     #errors
7249    
7250     #data
7251     <rule xmlns="http://www.w3.org/1999/xhtml">
7252     <datatemplate><rule/><nest/></datatemplate>
7253     </rule>
7254     #errors
7255    
7256     #data
7257     <rule xmlns="http://www.w3.org/1999/xhtml">
7258     <rule><nest/></rule>
7259     </rule>
7260     #errors
7261    
7262     #data
7263     <rule xmlns="http://www.w3.org/1999/xhtml">
7264     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name><nest/></a:name></a:author>
7265     </rule>
7266     #errors
7267    
7268     #data
7269     <rule xmlns="http://www.w3.org/1999/xhtml">
7270     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name><nest/>aa</a:name></a:author>
7271     </rule>
7272     #errors
7273    
7274     #data
7275     <rule xmlns="http://www.w3.org/1999/xhtml">
7276     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:name>aa<nest/></a:name></a:author>
7277     </rule>
7278     #errors
7279    
7280     #data
7281     <rule xmlns="http://www.w3.org/1999/xhtml">
7282     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:uri><nest/>http://www.example.org/</a:uri><a:name/></a:author>
7283     </rule>
7284     #errors
7285    
7286     #data
7287     <rule xmlns="http://www.w3.org/1999/xhtml">
7288     <a:author xmlns:a="http://www.w3.org/2005/Atom"><a:email><nest/>a@example.com</a:email><a:name/></a:author>
7289     </rule>
7290     #errors
7291 wakaba 1.48 /rule/author/email;addr-spec not supported;u
7292 wakaba 1.21
7293     #data
7294     <rule xmlns="http://www.w3.org/1999/xhtml">
7295     <a:published xmlns:a="http://www.w3.org/2005/Atom">2006-12-31T00:00:00Z<nest/></a:published>
7296     </rule>
7297     #errors
7298    
7299     #data
7300     <rule xmlns="http://www.w3.org/1999/xhtml">
7301     <a:entry xmlns:a="http://www.w3.org/2005/Atom"><a:id>http://www.example.org/</a:id><a:title/><a:content/><a:author><a:name/></a:author><a:updated>2006-12-31T00:00:00Z</a:updated><nest/></a:entry>
7302     </rule>
7303     #errors
7304    
7305     #data
7306     <rule xmlns="http://www.w3.org/1999/xhtml">
7307     <a:entry xmlns:a="http://www.w3.org/2005/Atom"><nest/><a:id>http://www.example.org/</a:id><a:title/><a:content/><a:author><a:name/></a:author><a:updated>2006-12-31T00:00:00Z</a:updated></a:entry>
7308     </rule>
7309     #errors
7310    
7311     #data
7312     <rule xmlns="http://www.w3.org/1999/xhtml">
7313     <a:feed xmlns:a="http://www.w3.org/2005/Atom"><nest/><a:id>http://www.example.org/</a:id><a:title/><a:link rel="self" href="/"/><a:author><a:name/></a:author><a:updated>2006-12-31T00:00:00Z</a:updated></a:feed>
7314     </rule>
7315     #errors
7316    
7317     #data
7318     <rule xmlns="http://www.w3.org/1999/xhtml">
7319     <a:feed xmlns:a="http://www.w3.org/2005/Atom"><a:id>http://www.example.org/</a:id><a:title/><a:link rel="self" href="/"/><a:author><a:name/></a:author><a:updated>2006-12-31T00:00:00Z</a:updated><nest/></a:feed>
7320     </rule>
7321     #errors
7322    
7323     #data
7324     <rule xmlns="http://www.w3.org/1999/xhtml">
7325     <a:feed xmlns:a="http://www.w3.org/2005/Atom"><a:id>http://www.example.org/</a:id><a:title/><a:link rel="self" href="/"/><a:author><a:name/></a:author><a:updated>2006-12-31T00:00:00Z</a:updated><nest/><a:entry><a:id>http://www.example.org/1/</a:id><a:title/><a:content/><a:updated>2007-01-01T00:00:00Z</a:updated></a:entry></a:feed>
7326     </rule>
7327     #errors
7328 wakaba 1.67 /rule/feed/entry;child element missing:atom;author;m
7329 wakaba 1.21
7330     #data
7331     <rule xmlns="http://www.w3.org/1999/xhtml">
7332     <a:feed xmlns:a="http://www.w3.org/2005/Atom"><a:id>http://www.example.org/</a:id><a:title/><a:link rel="self" href="/"/><a:author><a:name/></a:author><a:updated>2006-12-31T00:00:00Z</a:updated><a:entry><a:id>http://www.example.org/1/</a:id><a:title/><a:content/><a:updated>2007-01-01T00:00:00Z</a:updated></a:entry><nest/><a:entry><a:id>http://www.example.org/2/</a:id><a:title/><a:content/><a:updated>2007-01-01T00:00:00Z</a:updated></a:entry></a:feed>
7333     </rule>
7334     #errors
7335 wakaba 1.67 /rule/feed/entry;child element missing:atom;author;m
7336     /rule/feed/entry;child element missing:atom;author;m
7337 wakaba 1.21
7338     #data
7339     <div xmlns="http://www.w3.org/1999/xhtml">
7340     <datatemplate><rule></rule><nest></nest></datatemplate>
7341     <nest></nest>
7342     </div>
7343     #errors
7344 wakaba 1.67 /div/datatemplate/nest;element not allowed:datatemplate;m
7345 wakaba 1.55 /div/nest;element not allowed:flow;m
7346 wakaba 1.25 /div;no significant content;s
7347 wakaba 1.21
7348     #data
7349     <div xmlns="http://www.w3.org/1999/xhtml">
7350     <datatemplate><rule></rule><nest></nest></datatemplate>
7351     </div>
7352     #errors
7353 wakaba 1.67 /div/datatemplate/nest;element not allowed:datatemplate;m
7354 wakaba 1.25 /div;no significant content;s
7355 wakaba 1.49
7356     #data
7357     <center xmlns="http://www.w3.org/1999/xhtml"></center>
7358     #errors
7359     /center;element not defined;m
7360     /center;no significant content;s
7361    
7362     #data
7363     <center xmlns="http://www.w3.org/1999/xhtml"> </center>
7364     #errors
7365     /center;element not defined;m
7366     /center;no significant content;s
7367    
7368     #data
7369     <center xmlns="http://www.w3.org/1999/xhtml">x</center>
7370     #errors
7371     /center;element not defined;m
7372    
7373     #data
7374     <center xmlns="http://www.w3.org/1999/xhtml">x<p>y</p></center>
7375     #errors
7376     /center;element not defined;m
7377    
7378     #data
7379     <div xmlns="http://www.w3.org/1999/xhtml"><center>x</center></div>
7380     #errors
7381     /div/center;element not defined;m
7382 wakaba 1.55 /div/center;element not allowed:flow;m
7383 wakaba 1.49
7384     #data
7385     <b xmlns="http://www.w3.org/1999/xhtml"><center>x</center></b>
7386     #errors
7387     /b/center;element not defined;m
7388     /b/center;element not allowed:phrasing;m
7389    
7390     #data
7391     <centre xmlns="http://www.w3.org/1999/xhtml"></centre>
7392     #errors
7393     /centre;element not defined;m
7394    
7395     #data
7396     <basefont xmlns="http://www.w3.org/1999/xhtml"></basefont>
7397     #errors
7398     /basefont;element not defined;m
7399    
7400     #data
7401     <div xmlns="http://www.w3.org/1999/xhtml"><basefont/></div>
7402     #errors
7403     /div/basefont;element not defined;m
7404 wakaba 1.55 /div/basefont;element not allowed:flow;m
7405 wakaba 1.49 /div;no significant content;s
7406    
7407     #data
7408     <span xmlns="http://www.w3.org/1999/xhtml"><basefont/></span>
7409     #errors
7410     /span/basefont;element not defined;m
7411     /span/basefont;element not allowed:phrasing;m
7412     /span;no significant content;s
7413    
7414     #data
7415     <dir xmlns="http://www.w3.org/1999/xhtml"></dir>
7416     #errors
7417     /dir;element not defined;m
7418    
7419     #data
7420     <dir xmlns="http://www.w3.org/1999/xhtml"><li/></dir>
7421     #errors
7422     /dir;element not defined;m
7423     /dir/li;no significant content;s
7424    
7425     #data
7426     <dir xmlns="http://www.w3.org/1999/xhtml"><li/>a</dir>
7427     #errors
7428     /dir;element not defined;m
7429     /dir/li;no significant content;s
7430 wakaba 1.67 /dir/"a";character not allowed;m
7431 wakaba 1.49
7432     #data
7433     <dir xmlns="http://www.w3.org/1999/xhtml">a</dir>
7434     #errors
7435     /dir;element not defined;m
7436 wakaba 1.67 /dir/"a";character not allowed;m
7437 wakaba 1.49
7438     #data
7439     <dir xmlns="http://www.w3.org/1999/xhtml"><p/></dir>
7440     /dir;element not defined;m
7441     /dir/p;element not allowed;m
7442     /dir/p;no significant content;s
7443    
7444     #data
7445     <div xmlns="http://www.w3.org/1999/xhtml"><dir><li/></dir></div>
7446     #errors
7447     /div;no significant content;s
7448     /div/dir;element not defined;m
7449 wakaba 1.55 /div/dir;element not allowed:flow;m
7450 wakaba 1.49 /div/dir/li;no significant content;s
7451    
7452     #data
7453     <i xmlns="http://www.w3.org/1999/xhtml"><dir><li/></dir></i>
7454     #errors
7455     /i;no significant content;s
7456     /i/dir;element not defined;m
7457     /i/dir;element not allowed:phrasing;m
7458     /i/dir/li;no significant content;s
7459 wakaba 1.58
7460     #data
7461     <p xmlns="http://www.w3.org/1999/xhtml"><font>x</font></p>
7462     #errors
7463     /p/font;element not defined;m
7464    
7465     #data
7466     <p xmlns="http://www.w3.org/1999/xhtml"><span><font>x</font></span></p>
7467     #errors
7468     /p/span/font;element not defined;m
7469    
7470     #data html
7471     <!DOCTYPE HTML>
7472     <html>
7473     <head>
7474     <title></title>
7475     <meta name="generator" content="Sample Editor 1.0 (WYSIWYG editor)">
7476     </head>
7477     <body>
7478     <font style="display: block; border: solid">
7479     <h1>Hello.</h1>
7480     </font>
7481     <p>
7482     <font style="color: orange; background: white">How</font>
7483     <font style="color: yellow; background: white">do</font>
7484     <font style="color: green; background: white"><em>you</em></font>
7485     <font style="color: blue; background: white">do?</font>
7486     </p>
7487     </body>
7488     </html>
7489     <!-- From old HTML5 draft -->
7490     #errors
7491     /html/body/font;element not defined;m
7492 wakaba 1.67 /html/body/font/@style;unknown attribute;u
7493 wakaba 1.58 /html/body/p/font;element not defined;m
7494 wakaba 1.67 /html/body/p/font/@style;unknown attribute;u
7495 wakaba 1.58 /html/body/p/font;element not defined;m
7496 wakaba 1.67 /html/body/p/font/@style;unknown attribute;u
7497 wakaba 1.58 /html/body/p/font;element not defined;m
7498 wakaba 1.67 /html/body/p/font/@style;unknown attribute;u
7499 wakaba 1.58 /html/body/p/font;element not defined;m
7500 wakaba 1.67 /html/body/p/font/@style;unknown attribute;u
7501 wakaba 1.58

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24