/[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.44 - (hide annotations) (download)
Tue Feb 26 07:46:22 2008 UTC (18 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.43: +0 -2 lines
++ whatpm/t/ChangeLog	26 Feb 2008 07:46:15 -0000
2008-02-26  Wakaba  <wakaba@suika.fam.cx>

	* content-model-1.dat: Figure caption is now optional (HTML5
	revision 1240).  Add test data for |ol reversed| (HTML5
	revision 1248).

++ whatpm/Whatpm/ContentChecker/ChangeLog	26 Feb 2008 07:45:46 -0000
2008-02-26  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Make |figure| caption optional (HTML5 revision 1240).
	Add |reversed| to |ol| (HTML5 revision 1248).

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24