/[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.80 - (show annotations) (download)
Sun Oct 5 11:51:14 2008 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.79: +1386 -7856 lines
++ whatpm/t/ChangeLog	5 Oct 2008 11:46:29 -0000
	* ContentChecker.t: New files added.

	* content-model-1.dat, content-model-2.dat: Numbers of test
	entries are moved to other files.

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

++ whatpm/t/dom-conformance/ChangeLog	5 Oct 2008 11:47:29 -0000
	* html-datatemplate.dat, html-flows-1.dat, html-form-input-1.dat,
	html-forms-1.dat, html-global-1.dat, html-metadata-1.dat,
	html-repetitions.dat, html-tables-1.dat, html-texts-1.dat: New
	files (test entries moved from ../content-model-1.dat and
	../content-model-2.dat).

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

1 #data
2 <html></html>
3 #errors
4 /html;unknown element;u
5
6 #data
7 <unknown xmlns="http://www.w3.org/1999/xhtml"></unknown>
8 #errors
9 /unknown;element not defined;m
10
11 #data
12 <p xmlns="http://www.w3.org/1999/xhtml"><unknown/></p>
13 #errors
14 /p/unknown;element not allowed:phrasing;m
15 /p/unknown;element not defined;m
16 /p;no significant content;s
17
18 #data
19 <a xmlns="http://www.w3.org/1999/xhtml"></a>
20 #errors
21 /a;no significant content;s
22
23 #data
24 <a xmlns="http://www.w3.org/1999/xhtml"> </a>
25 #errors
26 /a;no significant content;s
27
28 #data
29 <a xmlns="http://www.w3.org/1999/xhtml">XXX</a>
30 #errors
31
32 #data
33 <a xmlns="http://www.w3.org/1999/xhtml"><em>XXX</em></a>
34 #errors
35
36 #data
37 <a xmlns="http://www.w3.org/1999/xhtml">XXX<em>YYY</em>ZZZ</a>
38 #errors
39
40 #data
41 <a xmlns="http://www.w3.org/1999/xhtml"><blockquote/></a>
42 #errors
43 /a;no significant content;s
44 /a/blockquote;no significant content;s
45
46 #data
47 <a xmlns="http://www.w3.org/1999/xhtml">XXX<blockquote/></a>
48 #errors
49 /a/blockquote;no significant content;s
50
51 #data
52 <a xmlns="http://www.w3.org/1999/xhtml"><a>XXX</a></a>
53 #errors
54 /a/a;element not allowed:minus;m
55
56 #data
57 <span xmlns="http://www.w3.org/1999/xhtml">
58 <a>xxx</a>
59 </span>
60 #errors
61
62 #data
63 <span xmlns="http://www.w3.org/1999/xhtml">
64 <a><em>xxx</em></a>
65 </span>
66 #errors
67
68 #data
69 <span xmlns="http://www.w3.org/1999/xhtml">
70 <a><p>xxx</p></a>
71 </span>
72 #errors
73 /span/a/p;element not allowed:phrasing;m
74
75 #data
76 <span xmlns="http://www.w3.org/1999/xhtml">
77 <a>x<ins>x</ins>x</a>
78 </span>
79 #errors
80
81 #data
82 <span xmlns="http://www.w3.org/1999/xhtml">
83 <del><a>xxx</a></del>yyy
84 </span>
85 #errors
86
87 #data
88 <span xmlns="http://www.w3.org/1999/xhtml">
89 <del><a>x<p>x</p>x</a></del>yyy
90 </span>
91 #errors
92 /span/del/a/p;element not allowed:phrasing;m
93
94 #data
95 <p xmlns="http://www.w3.org/1999/xhtml">
96 <a>xxx</a>
97 </p>
98 #errors
99
100 #data
101 <p xmlns="http://www.w3.org/1999/xhtml">
102 <a>x<em>x</em>x</a>
103 </p>
104 #errors
105
106 #data
107 <p xmlns="http://www.w3.org/1999/xhtml">
108 <a>x<div>x</div>x</a>
109 </p>
110 #errors
111 /p/a/div;element not allowed:phrasing;m
112
113 #data
114 <div xmlns="http://www.w3.org/1999/xhtml">
115 <a>x<p>x</p>x</a>
116 </div>
117 #errors
118
119 #data
120 <div xmlns="http://www.w3.org/1999/xhtml">
121 <a><h1>xxx</h1></a>
122 </div>
123 #errors
124
125 #data
126 <span xmlns="http://www.w3.org/1999/xhtml">
127 <a></a>
128 x</span>
129 #errors
130
131 #data
132 <div xmlns="http://www.w3.org/1999/xhtml">
133 <a></a>
134 x</div>
135 #errors
136
137 #data
138 <a xmlns="http://www.w3.org/1999/xhtml">XXX<a>YYY</a></a>
139 #errors
140 /a/a;element not allowed:minus;m
141
142 #data
143 <a xmlns="http://www.w3.org/1999/xhtml"><em><a>XXX</a></em></a>
144 #errors
145 /a/em/a;element not allowed:minus;m
146
147 #data
148 <div xmlns="http://www.w3.org/1999/xhtml">
149 <p><a></a></p><ul><li><a></a></li></ul>
150 </div>
151 #errors
152 /div;no significant content;s
153 /div/p;no significant content;s
154 /div/ul/li;no significant content;s
155
156 #data
157 <div xmlns="http://www.w3.org/1999/xhtml">
158 <p><a></a></p><ol><li><a></a></li></ol>
159 </div>
160 #errors
161 /div;no significant content;s
162 /div/p;no significant content;s
163 /div/ol/li;no significant content;s
164
165 #data
166 <a xmlns="http://www.w3.org/1999/xhtml">
167 <video src="">x</video>
168 </a>
169 #errors
170
171 #data
172 <a xmlns="http://www.w3.org/1999/xhtml">
173 <span><video src="">x</video></span>
174 </a>
175 #errors
176
177 #data
178 <div xmlns="http://www.w3.org/1999/xhtml">
179 <a><video src="">x</video></a>
180 <video src="">y</video>
181 </div>
182 #errors
183
184 #data
185 <a xmlns="http://www.w3.org/1999/xhtml">
186 <video src="" controls="">x</video>
187 </a>
188 #errors
189 /a/video;element not allowed:minus;m
190
191 #data
192 <a xmlns="http://www.w3.org/1999/xhtml">
193 <span><video src="" controls="">x</video></span>
194 </a>
195 #errors
196 /a/span/video;element not allowed:minus;m
197
198 #data
199 <div xmlns="http://www.w3.org/1999/xhtml">
200 <a><video src="" controls="">x</video></a>
201 <video src="" controls="">y</video>
202 </div>
203 #errors
204 /div/a/video;element not allowed:minus;m
205
206 #data
207 <a xmlns="http://www.w3.org/1999/xhtml">
208 <audio src="">x</audio>
209 </a>
210 #errors
211
212 #data
213 <a xmlns="http://www.w3.org/1999/xhtml">
214 <span><audio src="">x</audio></span>
215 </a>
216 #errors
217
218 #data
219 <div xmlns="http://www.w3.org/1999/xhtml">
220 <a><audio src="">x</audio></a>
221 <audio src="">y</audio>
222 </div>
223 #errors
224
225 #data
226 <a xmlns="http://www.w3.org/1999/xhtml">
227 <audio src="" controls="">x</audio>
228 </a>
229 #errors
230 /a/audio;element not allowed:minus;m
231
232 #data
233 <a xmlns="http://www.w3.org/1999/xhtml">
234 <span><audio src="" controls="">x</audio></span>
235 </a>
236 #errors
237 /a/span/audio;element not allowed:minus;m
238
239 #data
240 <div xmlns="http://www.w3.org/1999/xhtml">
241 <a><audio src="" controls="">x</audio></a>
242 <audio src="" controls="">y</audio>
243 </div>
244 #errors
245 /div/a/audio;element not allowed:minus;m
246
247 #data
248 <a xmlns="http://www.w3.org/1999/xhtml">
249 <label>x</label>
250 </a>
251 #errors
252 /a/label;element not allowed:minus;m
253
254 #data
255 <a xmlns="http://www.w3.org/1999/xhtml">
256 <span><label>x</label></span>
257 </a>
258 #errors
259 /a/span/label;element not allowed:minus;m
260
261 #data
262 <div xmlns="http://www.w3.org/1999/xhtml">
263 <a><label>x</label></a>
264 <label>y</label>
265 </div>
266 #errors
267 /div/a/label;element not allowed:minus;m
268
269 #data
270 <a xmlns="http://www.w3.org/1999/xhtml">
271 <input/>x
272 </a>
273 #errors
274 /a/input;element not allowed:minus;m
275
276 #data
277 <a xmlns="http://www.w3.org/1999/xhtml">
278 <span><input/>x</span>
279 </a>
280 #errors
281 /a/span/input;element not allowed:minus;m
282
283 #data
284 <div xmlns="http://www.w3.org/1999/xhtml">
285 <a><input/>x</a>
286 <input/>
287 </div>
288 #errors
289 /div/a/input;element not allowed:minus;m
290
291 #data
292 <a xmlns="http://www.w3.org/1999/xhtml">
293 <button>x</button>
294 </a>
295 #errors
296 /a/button;element not allowed:minus;m
297
298 #data
299 <a xmlns="http://www.w3.org/1999/xhtml"><button><input/>x</button></a>
300 #errors
301 /a/button;element not allowed:minus;m
302 /a/button/input;element not allowed:minus;m
303
304 #data
305 <a xmlns="http://www.w3.org/1999/xhtml">
306 <span><button>x</button></span>
307 </a>
308 #errors
309 /a/span/button;element not allowed:minus;m
310
311 #data
312 <div xmlns="http://www.w3.org/1999/xhtml">
313 <a><button>x</button></a>
314 <button>y</button>
315 </div>
316 #errors
317 /div/a/button;element not allowed:minus;m
318
319 #data
320 <a xmlns="http://www.w3.org/1999/xhtml">
321 <select><option>x</option></select>
322 </a>
323 #errors
324 /a/select;element not allowed:minus;m
325
326 #data
327 <a xmlns="http://www.w3.org/1999/xhtml">
328 <span><select><option>x</option></select></span>
329 </a>
330 #errors
331 /a/span/select;element not allowed:minus;m
332
333 #data
334 <div xmlns="http://www.w3.org/1999/xhtml">
335 <a><select><option>x</option></select></a>
336 <select><option>y</option></select>
337 </div>
338 #errors
339 /div/a/select;element not allowed:minus;m
340
341 #data
342 <a xmlns="http://www.w3.org/1999/xhtml">
343 <textarea>x</textarea>
344 </a>
345 #errors
346 /a/textarea;element not allowed:minus;m
347
348 #data
349 <a xmlns="http://www.w3.org/1999/xhtml">
350 <span><textarea>x</textarea></span>
351 </a>
352 #errors
353 /a/span/textarea;element not allowed:minus;m
354
355 #data
356 <div xmlns="http://www.w3.org/1999/xhtml">
357 <a><textarea>x</textarea></a>
358 <textarea>y</textarea>
359 </div>
360 #errors
361 /div/a/textarea;element not allowed:minus;m
362
363 #data
364 <a xmlns="http://www.w3.org/1999/xhtml">
365 <details><legend>y</legend>x</details>
366 </a>
367 #errors
368 /a/details;element not allowed:minus;m
369
370 #data
371 <a xmlns="http://www.w3.org/1999/xhtml">
372 <span><details><legend>y</legend>x</details></span>
373 </a>
374 #errors
375 /a/span/details;element not allowed:minus;m
376
377 #data
378 <div xmlns="http://www.w3.org/1999/xhtml">
379 <a><details><legend>y</legend>x</details></a>
380 <details><legend>y</legend>y</details>
381 </div>
382 #errors
383 /div/a/details;element not allowed:minus;m
384
385 #data
386 <a xmlns="http://www.w3.org/1999/xhtml">
387 <datagrid>x</datagrid>
388 </a>
389 #errors
390 /a/datagrid;element not allowed:minus;m
391
392 #data
393 <a xmlns="http://www.w3.org/1999/xhtml">
394 <span><datagrid>x</datagrid></span>
395 </a>
396 #errors
397 /a/span/datagrid;element not allowed:minus;m
398
399 #data
400 <div xmlns="http://www.w3.org/1999/xhtml">
401 <a><datagrid>x</datagrid></a>
402 <datagrid>y</datagrid>
403 </div>
404 #errors
405 /div/a/datagrid;element not allowed:minus;m
406
407 #data
408 <a xmlns="http://www.w3.org/1999/xhtml">
409 <bb>x</bb>
410 </a>
411 #errors
412 /a/bb;element not allowed:minus;m
413
414 #data
415 <a xmlns="http://www.w3.org/1999/xhtml">
416 <span><bb>x</bb></span>
417 </a>
418 #errors
419 /a/span/bb;element not allowed:minus;m
420
421 #data
422 <div xmlns="http://www.w3.org/1999/xhtml">
423 <a><bb>x</bb></a>
424 <bb>y</bb>
425 </div>
426 #errors
427 /div/a/bb;element not allowed:minus;m
428
429 #data
430 <a xmlns="http://www.w3.org/1999/xhtml">
431 <menu>x</menu>
432 </a>
433 #errors
434
435 #data
436 <a xmlns="http://www.w3.org/1999/xhtml">
437 <span><menu>x</menu></span>
438 </a>
439 #errors
440
441 #data
442 <div xmlns="http://www.w3.org/1999/xhtml">
443 <a><menu>x</menu></a>
444 <menu>y</menu>
445 </div>
446 #errors
447
448 #data
449 <a xmlns="http://www.w3.org/1999/xhtml">
450 <menu type="toolbar">x</menu>
451 </a>
452 #errors
453 /a/menu;element not allowed:minus;m
454
455 #data
456 <a xmlns="http://www.w3.org/1999/xhtml">
457 <span><menu type="toolbar">x</menu></span>
458 </a>
459 #errors
460 /a/span/menu;element not allowed:minus;m
461
462 #data
463 <div xmlns="http://www.w3.org/1999/xhtml">
464 <a><menu type="toolbar">x</menu></a>
465 <menu type="toolbar">y</menu>
466 </div>
467 #errors
468 /div/a/menu;element not allowed:minus;m
469
470 #data
471 <div xmlns="http://www.w3.org/1999/xhtml">
472 <p><a></a></p><ol><li><datagrid/></li></ol>
473 </div>
474 #errors
475 /div;no significant content;s
476 /div/p;no significant content;s
477 /div/ol/li;no significant content;s
478
479 #data
480 <details xmlns="http://www.w3.org/1999/xhtml">
481 <legend/>
482 <p><a/></p>
483 </details>
484 #errors
485 /details;no significant content;s
486 /details/legend;no significant content;s
487 /details/p;no significant content;s
488
489 #data
490 <details xmlns="http://www.w3.org/1999/xhtml">
491 <legend><a/></legend>
492 </details>
493 #errors
494 /details;no significant content;s
495 /details/legend;no significant content;s
496
497 #data
498 <datagrid xmlns="http://www.w3.org/1999/xhtml"/>
499 #errors
500
501 #data
502 <datagrid xmlns="http://www.w3.org/1999/xhtml"> </datagrid>
503 #errors
504
505 #data
506 <datagrid xmlns="http://www.w3.org/1999/xhtml"><!----></datagrid>
507 #errors
508
509 #data
510 <datagrid xmlns="http://www.w3.org/1999/xhtml">aaa</datagrid>
511 #errors
512
513 #data
514 <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/></datagrid>
515 #errors
516 /datagrid;no significant content;s
517 /datagrid/p;no significant content;s
518
519 #data
520 <datagrid xmlns="http://www.w3.org/1999/xhtml"><br/></datagrid>
521 #errors
522 /datagrid;no significant content;s
523
524 #data
525 <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/><p/></datagrid>
526 #errors
527 /datagrid;no significant content;s
528 /datagrid/p;no significant content;s
529 /datagrid/p;no significant content;s
530
531 #data
532 <datagrid xmlns="http://www.w3.org/1999/xhtml"> <p/> <p/> </datagrid>
533 #errors
534 /datagrid;no significant content;s
535 /datagrid/p;no significant content;s
536 /datagrid/p;no significant content;s
537
538 #data
539 <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/>&amp;<p/></datagrid>
540 #errors
541 /datagrid/p;no significant content;s
542 /datagrid/p;no significant content;s
543
544 #data
545 <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/><table/></datagrid>
546 #errors
547 /datagrid;no significant content;s
548 /datagrid/p;no significant content;s
549
550 #data
551 <datagrid xmlns="http://www.w3.org/1999/xhtml"><ul/></datagrid>
552 #errors
553 /datagrid;no significant content;s
554
555 #data
556 <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/></datagrid>
557 #errors
558
559 #data
560 <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/><table/></datagrid>
561 #errors
562 /datagrid/table;element not allowed;m
563
564 #data
565 <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/><p/><table/></datagrid>
566 #errors
567 /datagrid/p;element not allowed;m
568 /datagrid/table;element not allowed;m
569 /datagrid/p;no significant content;s
570
571 #data
572 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<table/></datagrid>
573 #errors
574 /datagrid/table;element not allowed;m
575
576 #data
577 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<select/></datagrid>
578 #errors
579 /datagrid/select;element not allowed;m
580
581 #data
582 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<datalist/></datagrid>
583 #errors
584 /datagrid/datalist;element not allowed;m
585
586 #data
587 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<p/><table/></datagrid>
588 #errors
589 /datagrid/p;no significant content;s
590
591 #data
592 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<p/><select/></datagrid>
593 #errors
594 /datagrid/p;no significant content;s
595
596 #data
597 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<p/><datalist/></datagrid>
598 #errors
599 /datagrid/p;no significant content;s
600
601 #data
602 <datagrid xmlns="http://www.w3.org/1999/xhtml"><select/></datagrid>
603 #errors
604
605 #data
606 <datagrid xmlns="http://www.w3.org/1999/xhtml"><datalist/></datagrid>
607 #errors
608
609 #data
610 <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/>aa</datagrid>
611 #errors
612 /datagrid/"aa";character not allowed;m
613
614 #data
615 <datagrid xmlns="http://www.w3.org/1999/xhtml"><select/>aa</datagrid>
616 #errors
617 /datagrid/"aa";character not allowed;m
618
619 #data
620 <datagrid xmlns="http://www.w3.org/1999/xhtml"><datalist/>aa</datagrid>
621 #errors
622 /datagrid/"aa";character not allowed;m
623
624 #data
625 <datagrid xmlns="http://www.w3.org/1999/xhtml"><datagrid/></datagrid>
626 #errors
627 /datagrid/datagrid;element not allowed:minus;m
628
629 #data
630 <datagrid xmlns="http://www.w3.org/1999/xhtml"><div><datagrid/></div></datagrid>
631 #errors
632 /datagrid/div/datagrid;element not allowed:minus;m
633 /datagrid;no significant content;s
634 /datagrid/div;no significant content;s
635
636 #data
637 <datagrid xmlns="http://www.w3.org/1999/xhtml">
638 <p><a/></p>
639 </datagrid>
640 #errors
641 /datagrid/p/a;element not allowed:minus;m
642 /datagrid;no significant content;s
643 /datagrid/p;no significant content;s
644
645 #data
646 <datagrid xmlns="http://www.w3.org/1999/xhtml">
647 <details><legend/></details>
648 </datagrid>
649 #errors
650 /datagrid;no significant content;s
651 /datagrid/details;no significant content;s
652 /datagrid/details/legend;no significant content;s
653
654 #data
655 <a xmlns="http://www.w3.org/1999/xhtml">
656 <details>
657 <legend/>
658 </details>
659 </a>
660 #errors
661 /a;no significant content;s
662 /a/details;no significant content;s
663 /a/details/legend;no significant content;s
664 /a/details;element not allowed:minus;m
665
666 #data
667 <a xmlns="http://www.w3.org/1999/xhtml">
668 <span>
669 <details><legend/></details>
670 </span>
671 </a>
672 #errors
673 /a;no significant content;s
674 /a/span;no significant content;s
675 /a/span/details;no significant content;s
676 /a/span/details/legend;no significant content;s
677 /a/span/details;element not allowed:minus;m
678
679 #data
680 <a xmlns="http://www.w3.org/1999/xhtml">
681 <datagrid/>
682 </a>
683 #errors
684 /a/datagrid;element not allowed:minus;m
685 /a;no significant content;s
686
687 #data
688 <a xmlns="http://www.w3.org/1999/xhtml">
689 <span><datagrid/></span>
690 </a>
691 #errors
692 /a/span/datagrid;element not allowed:minus;m
693 /a;no significant content;s
694 /a/span;no significant content;s
695
696 #data
697 <div xmlns="http://www.w3.org/1999/xhtml">
698 <!-- From HTML5 Spec -->
699 <p lang="en-US">Consider the following quote:</p>
700 <blockquote lang="en-GB">
701 <p>Look around and you will find, no-one's really
702 <mark>colour</mark> blind.</p>
703 </blockquote>
704 <p lang="en-US">As we can tell from the <em>spelling</em> of the word,
705 the person writing this quote is clearly not American.</p>
706 </div>
707 #errors
708
709 #data
710 <!-- From HTML5 Spec -->
711 <p xmlns="http://www.w3.org/1999/xhtml">I also have some <mark>kitten</mark>s who are visiting me
712 these days. They're really cute. I think they like my garden! Maybe I
713 should adopt a <mark>kitten</mark>.</p>
714 #errors
715
716 #data
717 <div xmlns="http://www.w3.org/1999/xhtml">
718 <!-- From HTML5 Spec -->
719 <p>The highlighted part below is where the error lies:</p>
720 <pre><code>var i: Integer;
721 begin
722 i := <mark>1.1</mark>;
723 end.</code></pre>
724 </div>
725 #errors
726
727 #data
728 <article xmlns="http://www.w3.org/1999/xhtml">
729 <!-- From HTML5 Spec -->
730 <style>
731 blockquote mark, q mark {
732 font: inherit; font-style: italic;
733 text-decoration: none;
734 background: transparent; color: inherit;
735 }
736 .bubble em {
737 font: inherit; font-size: larger;
738 text-decoration: underline;
739 }
740 </style>
741 <h1>She knew</h1>
742 <p>Did you notice the subtle joke in the joke on panel 4?</p>
743 <blockquote>
744 <p class="bubble">I didn't <em>want</em> to believe. <mark>Of course
745 on some level I realized it was a known-plaintext attack.</mark> But I
746 couldn't admit it until I saw for myself.</p>
747 </blockquote>
748 <p>(Emphasis mine.) I thought that was great. It's so pedantic, yet it
749 explains everything neatly.</p>
750 </article>
751 #errors
752 /article/style;element not allowed:flow style;m
753 /article/style;SUBDOC
754
755 #data
756 <div xmlns="http://www.w3.org/1999/xhtml">
757 <!-- From HTML5 Spec -->
758 <h3>Wormhole Physics Introduction</h3>
759
760 <p><mark>A wormhole in normal conditions can be held open for a
761 maximum of just under 39 minutes.</mark> Conditions that can increase
762 the time include a powerful energy source coupled to one or both of
763 the gates connecting the wormhole, and a large gravity well (such as a
764 black hole).</p>
765
766 <p><mark>Momentum is preserved across the wormhole. Electromagnetic
767 radiation can travel in both directions through a wormhole,
768 but matter cannot.</mark></p>
769
770 <p>When a wormhole is created, a vortex normally forms.
771 <strong>Warning: The vortex caused by the wormhole opening will
772 annihilate anything in its path.</strong> Vortexes can be avoided when
773 using sufficently advanced dialing technology.</p>
774
775 <p><mark>An obstruction in a gate will prevent it from accepting a
776 wormhole connection.</mark></p>
777 </div>
778 #errors
779
780 #data
781 <p xmlns="http://www.w3.org/1999/xhtml">
782 <dfn></dfn>
783 </p>
784 #errors
785 /p;no significant content;s
786 /p/dfn;no significant content;s
787
788 #data
789 <figure xmlns="http://www.w3.org/1999/xhtml">
790 </figure>
791 #errors
792 /figure;no significant content;s
793
794 #data
795 <figure xmlns="http://www.w3.org/1999/xhtml">
796 <legend/>
797 </figure>
798 #errors
799 /figure;no significant content;s
800 /figure/legend;no significant content;s
801
802 #data
803 <figure xmlns="http://www.w3.org/1999/xhtml">
804 <legend>x</legend>
805 </figure>
806 #errors
807
808 #data
809 <figure xmlns="http://www.w3.org/1999/xhtml">
810 x
811 </figure>
812 #errors
813
814 #data
815 <figure xmlns="http://www.w3.org/1999/xhtml">
816 x<legend>y</legend>
817 </figure>
818 #errors
819
820 #data
821 <figure xmlns="http://www.w3.org/1999/xhtml">
822 <legend>x</legend>y
823 </figure>
824 #errors
825
826 #data
827 <figure xmlns="http://www.w3.org/1999/xhtml">
828 <legend>x</legend><legend>y</legend>
829 </figure>
830 #errors
831 /figure/legend;element not allowed:figure legend;m
832
833 #data
834 <figure xmlns="http://www.w3.org/1999/xhtml">
835 y<legend>x</legend>z
836 </figure>
837 #errors
838 /figure/legend;element not allowed:figure legend;m
839
840 #data
841 <figure xmlns="http://www.w3.org/1999/xhtml">
842 x<legend>x</legend><legend>y</legend>
843 </figure>
844 #errors
845 /figure/legend;element not allowed:figure legend;m
846
847 #data
848 <figure xmlns="http://www.w3.org/1999/xhtml">
849 <legend>x</legend><legend>y</legend>z
850 </figure>
851 #errors
852 /figure/legend;element not allowed:figure legend;m
853
854 #data
855 <figure xmlns="http://www.w3.org/1999/xhtml">
856 x<legend>y</legend><legend>z</legend>w
857 </figure>
858 #errors
859 /figure/legend;element not allowed:figure legend;m
860 /figure/legend;element not allowed:figure legend;m
861
862 #data
863 <figure xmlns="http://www.w3.org/1999/xhtml">
864 x<legend>y</legend><legend>z</legend><legend>w</legend>v
865 </figure>
866 #errors
867 /figure/legend;element not allowed:figure legend;m
868 /figure/legend;element not allowed:figure legend;m
869 /figure/legend;element not allowed:figure legend;m
870
871 #data
872 <figure xmlns="http://www.w3.org/1999/xhtml">
873 <p>x</p><legend>y</legend><legend>z</legend>w
874 </figure>
875 #errors
876 /figure/legend;element not allowed:figure legend;m
877 /figure/legend;element not allowed:figure legend;m
878
879 #data
880 <object xmlns="http://www.w3.org/1999/xhtml" data=""></object>
881 #errors
882 /object;no significant content;s
883
884 #data
885 <object xmlns="http://www.w3.org/1999/xhtml" data="">
886 </object>
887 #errors
888 /object;no significant content;s
889
890 #data
891 <object xmlns="http://www.w3.org/1999/xhtml" data="">xxxx</object>
892 #errors
893
894 #data
895 <object xmlns="http://www.w3.org/1999/xhtml" data=""><p>xx</p></object>
896 #errors
897
898 #data
899 <object xmlns="http://www.w3.org/1999/xhtml" data=""><p></p></object>
900 #errors
901 /object;no significant content;s
902 /object/p;no significant content;s
903
904 #data
905 <object xmlns="http://www.w3.org/1999/xhtml" data="">
906 <param name="x" value="y"/>
907 </object>
908 #errors
909 /object;no significant content;s
910
911 #data
912 <object xmlns="http://www.w3.org/1999/xhtml" data="">
913 <param name="x" value="y"/>
914 <param name="v" value="w"/>
915 </object>
916 #errors
917 /object;no significant content;s
918
919 #data
920 <object xmlns="http://www.w3.org/1999/xhtml" data="">
921 <param name="x" value="y"/>
922 <param name="v" value="w"/>
923 <param name="a" value="b"/>
924 </object>
925 #errors
926 /object;no significant content;s
927
928 #data
929 <object xmlns="http://www.w3.org/1999/xhtml" data="">
930 <param name="x" value="y"/>
931 zzz
932 </object>
933 #errors
934
935 #data
936 <object xmlns="http://www.w3.org/1999/xhtml" data="">
937 <param name="x" value="y"/>
938 <p>zzz</p>
939 </object>
940 #errors
941
942 #data
943 <object xmlns="http://www.w3.org/1999/xhtml" data="">
944 <param name="x" value="y"/><p>
945 zzz</p><img src="" alt="a"/>
946 </object>
947 #errors
948
949 #data
950 <object xmlns="http://www.w3.org/1999/xhtml" data="">
951 <param name="x" value="y"/>
952 <param name="z" value="w"/>
953 zzz
954 </object>
955 #errors
956
957 #data
958 <object xmlns="http://www.w3.org/1999/xhtml" data="">
959 <param name="x" value="y"/>
960 zzz
961 <param name="a" value="y"/>
962 </object>
963 #errors
964 /object/param;element not allowed:flow;m
965
966 #data
967 <object xmlns="http://www.w3.org/1999/xhtml" data="">
968 aaa
969 <param name="x" value="y"/>
970 </object>
971 #errors
972 /object/param;element not allowed:flow;m
973
974 #data
975 <?xml version="1.1"?>
976 <object xmlns="http://www.w3.org/1999/xhtml" data="">
977 &#x0b;
978 <param name="x" value="y"/>
979 </object>
980 #errors
981 /object/param;element not allowed:flow;m
982
983 #data
984 <object xmlns="http://www.w3.org/1999/xhtml" data="">
985 <p>zxx</p>
986 <param name="x" value="y"/>
987 </object>
988 #errors
989 /object/param;element not allowed:flow;m
990
991 #data
992 <object xmlns="http://www.w3.org/1999/xhtml" data="">
993 <param name="x" value="y"/>
994 <style scoped=""/>
995 </object>
996 #errors
997 /object/style;SUBDOC
998 /object;no significant content;s
999
1000 #data
1001 <object xmlns="http://www.w3.org/1999/xhtml" data="">
1002 <param name="x" value="y"/>
1003 <style scoped=""/>
1004 aaa
1005 </object>
1006 #errors
1007 /object/style;SUBDOC
1008
1009 #data
1010 <object xmlns="http://www.w3.org/1999/xhtml" data="">
1011 <param name="x" value="y"/>
1012 <style scoped=""/>
1013 <p>xxx</p>
1014 </object>
1015 #errors
1016 /object/style;SUBDOC
1017
1018 #data
1019 <object xmlns="http://www.w3.org/1999/xhtml" data="">
1020 <param name="x" value="y"/>
1021 <style scoped=""/>
1022 <param name="xz" value=""/>
1023 </object>
1024 #errors
1025 /object/style;SUBDOC
1026 /object/param;element not allowed:flow;m
1027 /object;no significant content;s
1028
1029 #data
1030 <object xmlns="http://www.w3.org/1999/xhtml" data="">
1031 <style scoped=""/>
1032 <param name="x" value="y"/>
1033 </object>
1034 #errors
1035 /object/style;SUBDOC
1036 /object;no significant content;s
1037 /object/param;element not allowed:flow;m
1038
1039 #data
1040 <object xmlns="http://www.w3.org/1999/xhtml" data="">
1041 <param name="x" value="y"/>
1042 <p>xxx</p>
1043 <style scoped=""/>
1044 </object>
1045 #errors
1046 /object/style;SUBDOC
1047 /object/style;element not allowed:flow style;m
1048
1049 #data
1050 <object xmlns="http://www.w3.org/1999/xhtml" data="">
1051 <param name="x" value="y"/>
1052 <style/>
1053 </object>
1054 #errors
1055 /object/style;SUBDOC
1056 /object;no significant content;s
1057 /object/style;element not allowed:flow style;m
1058
1059 #data
1060 <p xmlns="http://www.w3.org/1999/xhtml">
1061 <object data="">
1062 <param name="x" value="y"/>
1063 <style scoped=""/>
1064 </object>
1065 </p>
1066 #errors
1067 /p/object/style;SUBDOC
1068 /p/object/style;element not allowed:phrasing;m
1069
1070 #data
1071 <p xmlns="http://www.w3.org/1999/xhtml">
1072 <object data="">
1073 <param name="x" value="y"/>
1074 xxxx
1075 </object>
1076 </p>
1077 #errors
1078
1079 #data
1080 <p xmlns="http://www.w3.org/1999/xhtml">
1081 <object data="">
1082 <param name="x" value="y"/>
1083 <p>xxxx</p>
1084 </object>
1085 </p>
1086 #errors
1087 /p/object/p;element not allowed:phrasing;m
1088
1089 #data
1090 <div xmlns="http://www.w3.org/1999/xhtml">
1091 <object data="">
1092 <param name="x" value="y"/>
1093 <p>xxxx</p>
1094 </object>
1095 </div>
1096 #errors
1097
1098 #data
1099 <div xmlns="http://www.w3.org/1999/xhtml">
1100 <object data="">
1101 <p>xxxx</p>
1102 <param name="x" value="y"/>
1103 </object>
1104 </div>
1105 #errors
1106 /div/object/param;element not allowed:flow;m
1107
1108 #data
1109 <div xmlns="http://www.w3.org/1999/xhtml">
1110 <object data="">
1111 <object data="">
1112 <param name="x" value="y"/>
1113 <p>xxxx</p>
1114 </object>
1115 </object>
1116 </div>
1117 #errors
1118
1119 #data
1120 <span xmlns="http://www.w3.org/1999/xhtml">
1121 <object data="">
1122 <param name="x" value="y"/>
1123 <p>xxxx</p>
1124 </object>
1125 </span>
1126 #errors
1127 /span/object/p;element not allowed:phrasing;m
1128
1129 #data
1130 <span xmlns="http://www.w3.org/1999/xhtml">
1131 <ins>
1132 <object data="">
1133 <param name="x" value="y"/>
1134 <p>xxxx</p>
1135 </object>
1136 </ins>
1137 </span>
1138 #errors
1139 /span/ins/object/p;element not allowed:phrasing;m
1140
1141 #data
1142 <span xmlns="http://www.w3.org/1999/xhtml">
1143 <object data="">
1144 <object data="">
1145 <param name="x" value="y"/>
1146 <p>xxxx</p>
1147 </object>
1148 </object>
1149 </span>
1150 #errors
1151 /span/object/object/p;element not allowed:phrasing;m
1152
1153 #data
1154 <span xmlns="http://www.w3.org/1999/xhtml">
1155 <object data="">
1156 <object data="">
1157 <p>xxxx</p>
1158 <param name="x" value="y"/>
1159 </object>
1160 </object>
1161 </span>
1162 #errors
1163 /span/object/object/p;element not allowed:phrasing;m
1164 /span/object/object/param;element not allowed:phrasing;m
1165
1166 #data
1167 <p xmlns="http://www.w3.org/1999/xhtml"><object data=""><p>xx</p></object></p>
1168 #errors
1169 /p/object/p;element not allowed:phrasing;m
1170
1171 #data
1172 <p xmlns="http://www.w3.org/1999/xhtml"><object data=""><style scoped=""></style>xx</object></p>
1173 #errors
1174 /p/object/style;element not allowed:phrasing;m
1175 /p/object/style;SUBDOC
1176
1177 #data
1178 <video xmlns="http://www.w3.org/1999/xhtml"></video>
1179 #errors
1180 /video;no significant content;s
1181 /video;child element missing;source;m
1182
1183 #data
1184 <video xmlns="http://www.w3.org/1999/xhtml"> </video>
1185 #errors
1186 /video;child element missing;source;m
1187 /video;no significant content;s
1188
1189 #data
1190 <video xmlns="http://www.w3.org/1999/xhtml">xx</video>
1191 #errors
1192 /video;child element missing;source;m
1193
1194 #data
1195 <video xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/>xx</video>
1196 #errors
1197 /video;child element missing;source;m
1198 /video/style;SUBDOC
1199
1200 #data
1201 <video xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><p>xx</p></video>
1202 #errors
1203 /video;child element missing;source;m
1204 /video/style;SUBDOC
1205
1206 #data
1207 <video xmlns="http://www.w3.org/1999/xhtml" src=""></video>
1208 #errors
1209 /video;no significant content;s
1210
1211 #data
1212 <video xmlns="http://www.w3.org/1999/xhtml" src=""> </video>
1213 #errors
1214 /video;no significant content;s
1215
1216 #data
1217 <video xmlns="http://www.w3.org/1999/xhtml" src="">xx</video>
1218 #errors
1219
1220 #data
1221 <video xmlns="http://www.w3.org/1999/xhtml" src=""><style scoped=""/>xx</video>
1222 #errors
1223 /video/style;SUBDOC
1224
1225 #data
1226 <video xmlns="http://www.w3.org/1999/xhtml" src=""><style scoped=""/><p>xx</p></video>
1227 #errors
1228 /video/style;SUBDOC
1229
1230 #data
1231 <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/></video>
1232 #errors
1233 /video;no significant content;s
1234
1235 #data
1236 <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/>xx</video>
1237 #errors
1238
1239 #data
1240 <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/>xx</video>
1241 #errors
1242 /video/style;SUBDOC
1243
1244 #data
1245 <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><p>xx</p></video>
1246 #errors
1247 /video/style;SUBDOC
1248
1249 #data
1250 <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><source src=""/></video>
1251 #errors
1252 /video;no significant content;s
1253
1254 #data
1255 <video xmlns="http://www.w3.org/1999/xhtml">x<source src=""/></video>
1256 #errors
1257 /video/source;element not allowed:flow;m
1258
1259 #data
1260 <?xml version="1.1"?>
1261 <video xmlns="http://www.w3.org/1999/xhtml">&#x0b;<source src=""/></video>
1262 #errors
1263 /video/source;element not allowed:flow;m
1264
1265 #data
1266 <video xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><source src=""/></video>
1267 #errors
1268 /video/source;element not allowed:flow;m
1269 /video/style;SUBDOC
1270 /video;no significant content;s
1271
1272 #data
1273 <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><source src=""/></video>
1274 #errors
1275 /video/source;element not allowed:flow;m
1276 /video/style;SUBDOC
1277 /video;no significant content;s
1278
1279 #data
1280 <video xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><source src=""/><source src=""/></video>
1281 #errors
1282 /video/source;element not allowed:flow;m
1283 /video/source;element not allowed:flow;m
1284 /video/style;SUBDOC
1285 /video;no significant content;s
1286
1287 #data
1288 <div xmlns="http://www.w3.org/1999/xhtml"><video></video></div>
1289 #errors
1290 /div/video;child element missing;source;m
1291
1292 #data
1293 <div xmlns="http://www.w3.org/1999/xhtml"><video> </video></div>
1294 #errors
1295 /div/video;child element missing;source;m
1296
1297 #data
1298 <div xmlns="http://www.w3.org/1999/xhtml"><video>xx</video></div>
1299 #errors
1300 /div/video;child element missing;source;m
1301
1302 #data
1303 <div xmlns="http://www.w3.org/1999/xhtml"><video><style scoped=""/>xx</video></div>
1304 #errors
1305 /div/video;child element missing;source;m
1306 /div/video/style;SUBDOC
1307
1308 #data
1309 <div xmlns="http://www.w3.org/1999/xhtml">
1310 <video><style scoped=""/><p>xx</p></video></div>
1311 #errors
1312 /div/video;child element missing;source;m
1313 /div/video/style;SUBDOC
1314
1315 #data
1316 <div xmlns="http://www.w3.org/1999/xhtml"><video src=""></video></div>
1317 #errors
1318
1319 #data
1320 <div xmlns="http://www.w3.org/1999/xhtml"><video src=""> </video></div>
1321 #errors
1322
1323 #data
1324 <div xmlns="http://www.w3.org/1999/xhtml"><video src="">xx</video></div>
1325 #errors
1326
1327 #data
1328 <div xmlns="http://www.w3.org/1999/xhtml">
1329 <video src=""><style scoped=""/>xx</video></div>
1330 #errors
1331 /div/video/style;SUBDOC
1332
1333 #data
1334 <div xmlns="http://www.w3.org/1999/xhtml">
1335 <video src=""><style scoped=""/><p>xx</p></video></div>
1336 #errors
1337 /div/video/style;SUBDOC
1338
1339 #data
1340 <div xmlns="http://www.w3.org/1999/xhtml"><video><source src=""/></video></div>
1341 #errors
1342
1343 #data
1344 <div xmlns="http://www.w3.org/1999/xhtml"><video><source src=""/>xx</video></div>
1345 #errors
1346
1347 #data
1348 <div xmlns="http://www.w3.org/1999/xhtml">
1349 <video><source src=""/><style scoped=""/>xx</video></div>
1350 #errors
1351 /div/video/style;SUBDOC
1352
1353 #data
1354 <div xmlns="http://www.w3.org/1999/xhtml">
1355 <video><source src=""/><style scoped=""/><p>xx</p></video></div>
1356 #errors
1357 /div/video/style;SUBDOC
1358
1359 #data
1360 <div xmlns="http://www.w3.org/1999/xhtml">
1361 <video><source src=""/><source src=""/></video></div>
1362 #errors
1363
1364 #data
1365 <div xmlns="http://www.w3.org/1999/xhtml"><video>x<source src=""/></video></div>
1366 #errors
1367 /div/video/source;element not allowed:flow;m
1368
1369 #data
1370 <div xmlns="http://www.w3.org/1999/xhtml">
1371 <video><style scoped=""/><source src=""/></video></div>
1372 #errors
1373 /div/video/source;element not allowed:flow;m
1374 /div/video/style;SUBDOC
1375
1376 #data
1377 <div xmlns="http://www.w3.org/1999/xhtml">
1378 <video><source src=""/><style scoped=""/><source src=""/></video></div>
1379 #errors
1380 /div/video/source;element not allowed:flow;m
1381 /div/video/style;SUBDOC
1382
1383 #data
1384 <div xmlns="http://www.w3.org/1999/xhtml">
1385 <video><source src=""/><style scoped=""/><source src=""/><source src=""/></video></div>
1386 #errors
1387 /div/video/source;element not allowed:flow;m
1388 /div/video/source;element not allowed:flow;m
1389 /div/video/style;SUBDOC
1390
1391 #data
1392 <em xmlns="http://www.w3.org/1999/xhtml"><video></video></em>
1393 #errors
1394 /em/video;child element missing;source;m
1395
1396 #data
1397 <em xmlns="http://www.w3.org/1999/xhtml"><video> </video></em>
1398 #errors
1399 /em/video;child element missing;source;m
1400
1401 #data
1402 <em xmlns="http://www.w3.org/1999/xhtml"><video>xx</video></em>
1403 #errors
1404 /em/video;child element missing;source;m
1405
1406 #data
1407 <em xmlns="http://www.w3.org/1999/xhtml"><video><style scoped=""/>xx</video></em>
1408 #errors
1409 /em/video;child element missing;source;m
1410 /em/video/style;SUBDOC
1411 /em/video/style;element not allowed:phrasing;m
1412
1413 #data
1414 <em xmlns="http://www.w3.org/1999/xhtml">
1415 <video><style scoped=""/><p>xx</p></video></em>
1416 #errors
1417 /em/video;child element missing;source;m
1418 /em/video/style;SUBDOC
1419 /em/video/style;element not allowed:phrasing;m
1420 /em/video/p;element not allowed:phrasing;m
1421
1422 #data
1423 <em xmlns="http://www.w3.org/1999/xhtml"><video src=""></video></em>
1424 #errors
1425
1426 #data
1427 <em xmlns="http://www.w3.org/1999/xhtml"><video src=""> </video></em>
1428 #errors
1429
1430 #data
1431 <em xmlns="http://www.w3.org/1999/xhtml"><video src="">xx</video></em>
1432 #errors
1433
1434 #data
1435 <em xmlns="http://www.w3.org/1999/xhtml">
1436 <video src=""><style scoped=""/>xx</video></em>
1437 #errors
1438 /em/video/style;SUBDOC
1439 /em/video/style;element not allowed:phrasing;m
1440
1441 #data
1442 <em xmlns="http://www.w3.org/1999/xhtml">
1443 <video src=""><style scoped=""/><p>xx</p></video></em>
1444 #errors
1445 /em/video/style;SUBDOC
1446 /em/video/style;element not allowed:phrasing;m
1447 /em/video/p;element not allowed:phrasing;m
1448
1449 #data
1450 <em xmlns="http://www.w3.org/1999/xhtml"><video><source src=""/></video></em>
1451 #errors
1452
1453 #data
1454 <em xmlns="http://www.w3.org/1999/xhtml"><video><source src=""/>xx</video></em>
1455 #errors
1456
1457 #data
1458 <em xmlns="http://www.w3.org/1999/xhtml">
1459 <video><source src=""/><style scoped=""/>xx</video></em>
1460 #errors
1461 /em/video/style;SUBDOC
1462 /em/video/style;element not allowed:phrasing;m
1463
1464 #data
1465 <em xmlns="http://www.w3.org/1999/xhtml">
1466 <video><source src=""/><style scoped=""/><p>xx</p></video></em>
1467 #errors
1468 /em/video/style;SUBDOC
1469 /em/video/style;element not allowed:phrasing;m
1470 /em/video/p;element not allowed:phrasing;m
1471
1472 #data
1473 <em xmlns="http://www.w3.org/1999/xhtml">
1474 <video><source src=""/><source src=""/></video></em>
1475 #errors
1476
1477 #data
1478 <em xmlns="http://www.w3.org/1999/xhtml"><video>x<source src=""/></video></em>
1479 #errors
1480 /em/video/source;element not allowed:phrasing;m
1481
1482 #data
1483 <em xmlns="http://www.w3.org/1999/xhtml">
1484 <video><style scoped=""/><source src=""/></video></em>
1485 #errors
1486 /em/video/source;element not allowed:phrasing;m
1487 /em/video/style;SUBDOC
1488 /em/video/style;element not allowed:phrasing;m
1489
1490 #data
1491 <em xmlns="http://www.w3.org/1999/xhtml">
1492 <video><source src=""/><style scoped=""/><source src=""/></video></em>
1493 #errors
1494 /em/video/source;element not allowed:phrasing;m
1495 /em/video/style;SUBDOC
1496 /em/video/style;element not allowed:phrasing;m
1497
1498 #data
1499 <em xmlns="http://www.w3.org/1999/xhtml">
1500 <video><source src=""/><style scoped=""/><source src=""/><source src=""/></video></em>
1501 #errors
1502 /em/video/source;element not allowed:phrasing;m
1503 /em/video/source;element not allowed:phrasing;m
1504 /em/video/style;SUBDOC
1505 /em/video/style;element not allowed:phrasing;m
1506
1507 #data
1508 <audio xmlns="http://www.w3.org/1999/xhtml"></audio>
1509 #errors
1510 /audio;no significant content;s
1511 /audio;child element missing;source;m
1512
1513 #data
1514 <audio xmlns="http://www.w3.org/1999/xhtml"> </audio>
1515 #errors
1516 /audio;child element missing;source;m
1517 /audio;no significant content;s
1518
1519 #data
1520 <audio xmlns="http://www.w3.org/1999/xhtml">xx</audio>
1521 #errors
1522 /audio;child element missing;source;m
1523
1524 #data
1525 <audio xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/>xx</audio>
1526 #errors
1527 /audio;child element missing;source;m
1528 /audio/style;SUBDOC
1529
1530 #data
1531 <audio xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><p>xx</p></audio>
1532 #errors
1533 /audio;child element missing;source;m
1534 /audio/style;SUBDOC
1535
1536 #data
1537 <audio xmlns="http://www.w3.org/1999/xhtml" src=""></audio>
1538 #errors
1539 /audio;no significant content;s
1540
1541 #data
1542 <audio xmlns="http://www.w3.org/1999/xhtml" src=""> </audio>
1543 #errors
1544 /audio;no significant content;s
1545
1546 #data
1547 <audio xmlns="http://www.w3.org/1999/xhtml" src="">xx</audio>
1548 #errors
1549
1550 #data
1551 <audio xmlns="http://www.w3.org/1999/xhtml" src=""><style scoped=""/>xx</audio>
1552 #errors
1553 /audio/style;SUBDOC
1554
1555 #data
1556 <audio xmlns="http://www.w3.org/1999/xhtml" src=""><style scoped=""/><p>xx</p></audio>
1557 #errors
1558 /audio/style;SUBDOC
1559
1560 #data
1561 <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/></audio>
1562 #errors
1563 /audio;no significant content;s
1564
1565 #data
1566 <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/>xx</audio>
1567 #errors
1568
1569 #data
1570 <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/>xx</audio>
1571 #errors
1572 /audio/style;SUBDOC
1573
1574 #data
1575 <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><p>xx</p></audio>
1576 #errors
1577 /audio/style;SUBDOC
1578
1579 #data
1580 <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><source src=""/></audio>
1581 #errors
1582 /audio;no significant content;s
1583
1584 #data
1585 <audio xmlns="http://www.w3.org/1999/xhtml">x<source src=""/></audio>
1586 #errors
1587 /audio/source;element not allowed:flow;m
1588
1589 #data
1590 <?xml version="1.1"?>
1591 <audio xmlns="http://www.w3.org/1999/xhtml">&#x0b;<source src=""/></audio>
1592 #errors
1593 /audio/source;element not allowed:flow;m
1594
1595 #data
1596 <audio xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/><source src=""/></audio>
1597 #errors
1598 /audio/source;element not allowed:flow;m
1599 /audio/style;SUBDOC
1600 /audio;no significant content;s
1601
1602 #data
1603 <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><source src=""/></audio>
1604 #errors
1605 /audio/source;element not allowed:flow;m
1606 /audio/style;SUBDOC
1607 /audio;no significant content;s
1608
1609 #data
1610 <audio xmlns="http://www.w3.org/1999/xhtml"><source src=""/><style scoped=""/><source src=""/><source src=""/></audio>
1611 #errors
1612 /audio/source;element not allowed:flow;m
1613 /audio/source;element not allowed:flow;m
1614 /audio/style;SUBDOC
1615 /audio;no significant content;s
1616
1617 #data
1618 <div xmlns="http://www.w3.org/1999/xhtml"><audio></audio></div>
1619 #errors
1620 /div/audio;child element missing;source;m
1621
1622 #data
1623 <div xmlns="http://www.w3.org/1999/xhtml"><audio> </audio></div>
1624 #errors
1625 /div/audio;child element missing;source;m
1626
1627 #data
1628 <div xmlns="http://www.w3.org/1999/xhtml"><audio>xx</audio></div>
1629 #errors
1630 /div/audio;child element missing;source;m
1631
1632 #data
1633 <div xmlns="http://www.w3.org/1999/xhtml"><audio><style scoped=""/>xx</audio></div>
1634 #errors
1635 /div/audio;child element missing;source;m
1636 /div/audio/style;SUBDOC
1637
1638 #data
1639 <div xmlns="http://www.w3.org/1999/xhtml">
1640 <audio><style scoped=""/><p>xx</p></audio></div>
1641 #errors
1642 /div/audio;child element missing;source;m
1643 /div/audio/style;SUBDOC
1644
1645 #data
1646 <div xmlns="http://www.w3.org/1999/xhtml"><audio src=""></audio></div>
1647 #errors
1648
1649 #data
1650 <div xmlns="http://www.w3.org/1999/xhtml"><audio src=""> </audio></div>
1651 #errors
1652
1653 #data
1654 <div xmlns="http://www.w3.org/1999/xhtml"><audio src="">xx</audio></div>
1655 #errors
1656
1657 #data
1658 <div xmlns="http://www.w3.org/1999/xhtml">
1659 <audio src=""><style scoped=""/>xx</audio></div>
1660 #errors
1661 /div/audio/style;SUBDOC
1662
1663 #data
1664 <div xmlns="http://www.w3.org/1999/xhtml">
1665 <audio src=""><style scoped=""/><p>xx</p></audio></div>
1666 #errors
1667 /div/audio/style;SUBDOC
1668
1669 #data
1670 <div xmlns="http://www.w3.org/1999/xhtml"><audio><source src=""/></audio></div>
1671 #errors
1672
1673 #data
1674 <div xmlns="http://www.w3.org/1999/xhtml"><audio><source src=""/>xx</audio></div>
1675 #errors
1676
1677 #data
1678 <div xmlns="http://www.w3.org/1999/xhtml">
1679 <audio><source src=""/><style scoped=""/>xx</audio></div>
1680 #errors
1681 /div/audio/style;SUBDOC
1682
1683 #data
1684 <div xmlns="http://www.w3.org/1999/xhtml">
1685 <audio><source src=""/><style scoped=""/><p>xx</p></audio></div>
1686 #errors
1687 /div/audio/style;SUBDOC
1688
1689 #data
1690 <div xmlns="http://www.w3.org/1999/xhtml">
1691 <audio><source src=""/><source src=""/></audio></div>
1692 #errors
1693
1694 #data
1695 <div xmlns="http://www.w3.org/1999/xhtml"><audio>x<source src=""/></audio></div>
1696 #errors
1697 /div/audio/source;element not allowed:flow;m
1698
1699 #data
1700 <div xmlns="http://www.w3.org/1999/xhtml">
1701 <audio><style scoped=""/><source src=""/></audio></div>
1702 #errors
1703 /div/audio/source;element not allowed:flow;m
1704 /div/audio/style;SUBDOC
1705
1706 #data
1707 <div xmlns="http://www.w3.org/1999/xhtml">
1708 <audio><source src=""/><style scoped=""/><source src=""/></audio></div>
1709 #errors
1710 /div/audio/source;element not allowed:flow;m
1711 /div/audio/style;SUBDOC
1712
1713 #data
1714 <div xmlns="http://www.w3.org/1999/xhtml">
1715 <audio><source src=""/><style scoped=""/><source src=""/><source src=""/></audio></div>
1716 #errors
1717 /div/audio/source;element not allowed:flow;m
1718 /div/audio/source;element not allowed:flow;m
1719 /div/audio/style;SUBDOC
1720
1721 #data
1722 <em xmlns="http://www.w3.org/1999/xhtml"><audio></audio></em>
1723 #errors
1724 /em/audio;child element missing;source;m
1725
1726 #data
1727 <em xmlns="http://www.w3.org/1999/xhtml"><audio> </audio></em>
1728 #errors
1729 /em/audio;child element missing;source;m
1730
1731 #data
1732 <em xmlns="http://www.w3.org/1999/xhtml"><audio>xx</audio></em>
1733 #errors
1734 /em/audio;child element missing;source;m
1735
1736 #data
1737 <em xmlns="http://www.w3.org/1999/xhtml"><audio><style scoped=""/>xx</audio></em>
1738 #errors
1739 /em/audio;child element missing;source;m
1740 /em/audio/style;SUBDOC
1741 /em/audio/style;element not allowed:phrasing;m
1742
1743 #data
1744 <em xmlns="http://www.w3.org/1999/xhtml">
1745 <audio><style scoped=""/><p>xx</p></audio></em>
1746 #errors
1747 /em/audio;child element missing;source;m
1748 /em/audio/style;SUBDOC
1749 /em/audio/style;element not allowed:phrasing;m
1750 /em/audio/p;element not allowed:phrasing;m
1751
1752 #data
1753 <em xmlns="http://www.w3.org/1999/xhtml"><audio src=""></audio></em>
1754 #errors
1755
1756 #data
1757 <em xmlns="http://www.w3.org/1999/xhtml"><audio src=""> </audio></em>
1758 #errors
1759
1760 #data
1761 <em xmlns="http://www.w3.org/1999/xhtml"><audio src="">xx</audio></em>
1762 #errors
1763
1764 #data
1765 <em xmlns="http://www.w3.org/1999/xhtml">
1766 <audio src=""><style scoped=""/>xx</audio></em>
1767 #errors
1768 /em/audio/style;SUBDOC
1769 /em/audio/style;element not allowed:phrasing;m
1770
1771 #data
1772 <em xmlns="http://www.w3.org/1999/xhtml">
1773 <audio src=""><style scoped=""/><p>xx</p></audio></em>
1774 #errors
1775 /em/audio/style;SUBDOC
1776 /em/audio/style;element not allowed:phrasing;m
1777 /em/audio/p;element not allowed:phrasing;m
1778
1779 #data
1780 <em xmlns="http://www.w3.org/1999/xhtml"><audio><source src=""/></audio></em>
1781 #errors
1782
1783 #data
1784 <em xmlns="http://www.w3.org/1999/xhtml"><audio><source src=""/>xx</audio></em>
1785 #errors
1786
1787 #data
1788 <em xmlns="http://www.w3.org/1999/xhtml">
1789 <audio><source src=""/><style scoped=""/>xx</audio></em>
1790 #errors
1791 /em/audio/style;SUBDOC
1792 /em/audio/style;element not allowed:phrasing;m
1793
1794 #data
1795 <em xmlns="http://www.w3.org/1999/xhtml">
1796 <audio><source src=""/><style scoped=""/><p>xx</p></audio></em>
1797 #errors
1798 /em/audio/style;SUBDOC
1799 /em/audio/style;element not allowed:phrasing;m
1800 /em/audio/p;element not allowed:phrasing;m
1801
1802 #data
1803 <em xmlns="http://www.w3.org/1999/xhtml">
1804 <audio><source src=""/><source src=""/></audio></em>
1805 #errors
1806
1807 #data
1808 <em xmlns="http://www.w3.org/1999/xhtml"><audio>x<source src=""/></audio></em>
1809 #errors
1810 /em/audio/source;element not allowed:phrasing;m
1811
1812 #data
1813 <em xmlns="http://www.w3.org/1999/xhtml">
1814 <audio><style scoped=""/><source src=""/></audio></em>
1815 #errors
1816 /em/audio/source;element not allowed:phrasing;m
1817 /em/audio/style;SUBDOC
1818 /em/audio/style;element not allowed:phrasing;m
1819
1820 #data
1821 <em xmlns="http://www.w3.org/1999/xhtml">
1822 <audio><source src=""/><style scoped=""/><source src=""/></audio></em>
1823 #errors
1824 /em/audio/source;element not allowed:phrasing;m
1825 /em/audio/style;SUBDOC
1826 /em/audio/style;element not allowed:phrasing;m
1827
1828 #data
1829 <em xmlns="http://www.w3.org/1999/xhtml">
1830 <audio><source src=""/><style scoped=""/><source src=""/><source src=""/></audio></em>
1831 #errors
1832 /em/audio/source;element not allowed:phrasing;m
1833 /em/audio/source;element not allowed:phrasing;m
1834 /em/audio/style;SUBDOC
1835 /em/audio/style;element not allowed:phrasing;m
1836
1837 #data
1838 <area shape="default" href="" alt="a" xmlns="http://www.w3.org/1999/xhtml"/>
1839 #errors
1840
1841 #data
1842 <div xmlns="http://www.w3.org/1999/xhtml">
1843 <area shape="default" href="" alt="a"/>
1844 </div>
1845 #errors
1846 /div;no significant content;s
1847 /div/area;element not allowed:area;m
1848
1849 #data
1850 <map id="map1" xmlns="http://www.w3.org/1999/xhtml">
1851 <area shape="default" href="" alt="a"/>
1852 </map>
1853 #errors
1854 /map;no significant content;s
1855 /map;attribute missing;name;m
1856
1857 #data
1858 <map name="map1" xmlns="http://www.w3.org/1999/xhtml">
1859 <area shape="default" href="" alt="a"/>
1860 </map>
1861 #errors
1862 /map;no significant content;s
1863
1864 #data
1865 <map id="map1" name="map1" xmlns="http://www.w3.org/1999/xhtml">
1866 <area shape="default" href="" alt="a"/>
1867 </map>
1868 #errors
1869 /map;no significant content;s
1870
1871 #data
1872 <map id="map1" xmlns="http://www.w3.org/1999/xhtml">
1873 <p><area shape="default" href="" alt="a"/></p>
1874 </map>
1875 #errors
1876 /map;no significant content;s
1877 /map/p;no significant content;s
1878 /map;attribute missing;name;m
1879
1880 #data
1881 <map name="map1" xmlns="http://www.w3.org/1999/xhtml">
1882 <p><area shape="default" href="" alt="a"/></p>
1883 </map>
1884 #errors
1885 /map;no significant content;s
1886 /map/p;no significant content;s
1887
1888 #data
1889 <map id="map1" xmlns="http://www.w3.org/1999/xhtml">
1890 <map id="map2"><p><area shape="default" href="" alt="a"/></p></map>
1891 </map>
1892 #errors
1893 /map;no significant content;s
1894 /map/map;no significant content;s
1895 /map/map/p;no significant content;s
1896 /map;attribute missing;name;m
1897 /map/map;attribute missing;name;m
1898
1899 #data
1900 <map name="map1" xmlns="http://www.w3.org/1999/xhtml">
1901 <map name="map2"><p><area shape="default" href="" alt="a"/></p></map>
1902 </map>
1903 #errors
1904 /map;no significant content;s
1905 /map/map;no significant content;s
1906 /map/map/p;no significant content;s
1907
1908 #data
1909 <div xmlns="http://www.w3.org/1999/xhtml">
1910 <map name="map1">
1911 <map name="map2"/>
1912 </map>
1913 <area shape="default" href="" alt="a"/></div>
1914 #errors
1915 /div;no significant content;s
1916 /div/map;no significant content;s
1917 /div/map/map;no significant content;s
1918 /div/area;element not allowed:area;m
1919
1920 #data
1921 <map name="map1" xmlns="http://www.w3.org/1999/xhtml">
1922 <map name="map2"/><p><area shape="default" href="" alt="a"/></p>
1923 </map>
1924 #errors
1925 /map;no significant content;s
1926 /map/map;no significant content;s
1927 /map/p;no significant content;s
1928
1929 #data
1930 <div xmlns="http://www.w3.org/1999/xhtml">
1931 <map name="map2"/><p><area shape="default" href="" alt="a"/></p>
1932 </div>
1933 #errors
1934 /div;no significant content;s
1935 /div/map;no significant content;s
1936 /div/p;no significant content;s
1937 /div/p/area;element not allowed:area;m
1938
1939 #data
1940 <head xmlns="http://www.w3.org/1999/xhtml">
1941 <title/>
1942 <noscript>
1943 <p/>
1944 </noscript>
1945 </head>
1946 #errors
1947 /head/noscript;in XML:noscript;m
1948 /head/noscript/p;element not allowed:head noscript;m
1949 /head/noscript/p;no significant content;s
1950
1951 #data
1952 <head xmlns="http://www.w3.org/1999/xhtml">
1953 <title/>
1954 <noscript>
1955 <noscript/>
1956 </noscript>
1957 </head>
1958 #errors
1959 /head/noscript;in XML:noscript;m
1960 /head/noscript/noscript;in XML:noscript;m
1961 /head/noscript/noscript;element not allowed:head noscript;m
1962
1963 #data
1964 <head xmlns="http://www.w3.org/1999/xhtml">
1965 <title/>
1966 <noscript>
1967 <link rel="stylesheet" href=""/>
1968 </noscript>
1969 </head>
1970 #errors
1971 /head/noscript;in XML:noscript;m
1972
1973 #data
1974 <head xmlns="http://www.w3.org/1999/xhtml">
1975 <title/>
1976 <noscript>
1977 <style/>
1978 </noscript>
1979 </head>
1980 #errors
1981 /head/noscript;in XML:noscript;m
1982 /head/noscript/style;SUBDOC
1983
1984 #data
1985 <head xmlns="http://www.w3.org/1999/xhtml">
1986 <title/>
1987 <noscript>
1988 <script/>
1989 </noscript>
1990 </head>
1991 #errors
1992 /head/noscript;in XML:noscript;m
1993 /head/noscript/script;element not allowed:head noscript;m
1994 /head/noscript/script;SUBDOC
1995
1996 #data
1997 <head xmlns="http://www.w3.org/1999/xhtml">
1998 <title/>
1999 <noscript>
2000 <meta name="keywords" content=""/>
2001 </noscript>
2002 </head>
2003 #errors
2004 /head/noscript;in XML:noscript;m
2005 /head/noscript/meta;element not allowed:head noscript;m
2006
2007 #data
2008 <head xmlns="http://www.w3.org/1999/xhtml">
2009 <title/>
2010 <noscript>
2011 <base href=""/>
2012 </noscript>
2013 </head>
2014 #errors
2015 /head/noscript;in XML:noscript;m
2016 /head/noscript/base;element not allowed:head noscript;m
2017
2018 #data
2019 <head xmlns="http://www.w3.org/1999/xhtml">
2020 <title/>
2021 <noscript>
2022 <event-source src=""/>
2023 </noscript>
2024 </head>
2025 #errors
2026 /head/noscript;in XML:noscript;m
2027 /head/noscript/event-source;element not allowed:head noscript;m
2028 /head/noscript/event-source;element not defined;m
2029 /head/noscript/event-source/@src;attribute not defined;m
2030
2031 #data
2032 <head xmlns="http://www.w3.org/1999/xhtml">
2033 <title/>
2034 <noscript>
2035 <eventsource src=""/>
2036 </noscript>
2037 </head>
2038 #errors
2039 /head/noscript;in XML:noscript;m
2040 /head/noscript/eventsource;element not allowed:head noscript;m
2041
2042 #data
2043 <head xmlns="http://www.w3.org/1999/xhtml">
2044 <title/>
2045 <noscript>
2046 <title/>
2047 </noscript>
2048 </head>
2049 #errors
2050 /head/noscript;in XML:noscript;m
2051 /head/noscript/title;element not allowed:head noscript;m
2052
2053 #data
2054 <head xmlns="http://www.w3.org/1999/xhtml">
2055 <title/>
2056 <noscript>
2057 <link rel="stylesheet" href=""/>
2058 <style/>
2059 </noscript>
2060 </head>
2061 #errors
2062 /head/noscript;in XML:noscript;m
2063 /head/noscript/style;SUBDOC
2064
2065 #data
2066 <head xmlns="http://www.w3.org/1999/xhtml">
2067 <title/>
2068 <noscript>
2069 <link rel="stylesheet" href=""/>
2070 <noscript>
2071 <style/>
2072 </noscript>
2073 </noscript>
2074 </head>
2075 #errors
2076 /head/noscript;in XML:noscript;m
2077 /head/noscript/noscript;in XML:noscript;m
2078 /head/noscript/noscript;element not allowed:head noscript;m
2079 /head/noscript/noscript/style;SUBDOC
2080
2081 #data
2082 <head xmlns="http://www.w3.org/1999/xhtml">
2083 <title/>
2084 <noscript>
2085 <link rel="stylesheet" href=""/>
2086 <noscript>
2087 <p/>
2088 </noscript>
2089 </noscript>
2090 </head>
2091 #errors
2092 /head/noscript;in XML:noscript;m
2093 /head/noscript/noscript;in XML:noscript;m
2094 /head/noscript/noscript;element not allowed:head noscript;m
2095 /head/noscript/noscript/p;element not allowed:head noscript;m
2096 /head/noscript/noscript/p;no significant content;s
2097
2098 #data
2099 <head xmlns="http://www.w3.org/1999/xhtml">
2100 <title/>
2101 <noscript>
2102 <link rel="stylesheet" href=""/>
2103 <noscript>
2104 <meta charset="us-ascii"/>
2105 </noscript>
2106 </noscript>
2107 </head>
2108 #errors
2109 /head/noscript;in XML:noscript;m
2110 /head/noscript/noscript;in XML:noscript;m
2111 /head/noscript/noscript;element not allowed:head noscript;m
2112 /head/noscript/noscript/meta;element not allowed:head noscript;m
2113 /head/noscript/noscript/meta;element not allowed:meta charset;m
2114 /head/noscript/noscript/meta;in XML:charset;m
2115 /head/noscript/noscript/meta/@charset;mismatched charset name not checked;u
2116
2117 #data
2118 <noscript xmlns="http://www.w3.org/1999/xhtml">
2119 <meta name="keywords" content=""/>
2120 </noscript>
2121 #errors
2122 /noscript;in XML:noscript;m
2123 /noscript;no significant content;s
2124 /noscript/meta;element not allowed:flow;m
2125
2126 #data
2127 <noscript xmlns="http://www.w3.org/1999/xhtml">
2128 <title/>
2129 </noscript>
2130 #errors
2131 /noscript;no significant content;s
2132 /noscript;in XML:noscript;m
2133 /noscript/title;element not allowed:flow;m
2134
2135 #data
2136 <noscript xmlns="http://www.w3.org/1999/xhtml">
2137 <link rel="stylesheet" href=""/>
2138 </noscript>
2139 #errors
2140 /noscript;no significant content;s
2141 /noscript;in XML:noscript;m
2142 /noscript/link;element not allowed:flow;m
2143
2144 #data
2145 <noscript xmlns="http://www.w3.org/1999/xhtml">
2146 <style/>
2147 </noscript>
2148 #errors
2149 /noscript;no significant content;s
2150 /noscript;in XML:noscript;m
2151 /noscript/style;element not allowed:flow style;m
2152 /noscript/style;SUBDOC
2153
2154 #data
2155 <noscript xmlns="http://www.w3.org/1999/xhtml">
2156 <style scoped=""/>
2157 </noscript>
2158 #errors
2159 /noscript;no significant content;s
2160 /noscript;in XML:noscript;m
2161 /noscript/style;SUBDOC
2162
2163 #data
2164 <noscript xmlns="http://www.w3.org/1999/xhtml">
2165 <meta charset="us-ascii"/>
2166 </noscript>
2167 #errors
2168 /noscript;no significant content;s
2169 /noscript;in XML:noscript;m
2170 /noscript/meta;element not allowed:flow;m
2171 /noscript/meta;element not allowed:meta charset;m
2172 /noscript/meta;in XML:charset;m
2173 /noscript/meta/@charset;mismatched charset name not checked;u
2174
2175 #data
2176 <noscript xmlns="http://www.w3.org/1999/xhtml">
2177 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"/>
2178 </noscript>
2179 #errors
2180 /noscript;no significant content;s
2181 /noscript;in XML:noscript;m
2182 /noscript/meta;element not allowed:flow;m
2183 /noscript/meta;element not allowed:meta charset;m
2184 /noscript/meta;in XML:charset;m
2185 /noscript/meta/@content;mismatched charset name not checked;u
2186
2187 #data
2188 <noscript xmlns="http://www.w3.org/1999/xhtml">
2189 <noscript/>
2190 </noscript>
2191 #errors
2192 /noscript;no significant content;s
2193 /noscript;in XML:noscript;m
2194 /noscript/noscript;element not allowed:minus;m
2195 /noscript/noscript;in XML:noscript;m
2196
2197 #data
2198 <em xmlns="http://www.w3.org/1999/xhtml"><eventsource/></em>
2199 #errors
2200 /em;no significant content;s
2201
2202 #data
2203 <p xmlns="http://www.w3.org/1999/xhtml"><eventsource/></p>
2204 #errors
2205 /p;no significant content;s
2206
2207 #data
2208 <div xmlns="http://www.w3.org/1999/xhtml"><eventsource/></div>
2209 #errors
2210 /div;no significant content;s
2211
2212 #data
2213 <section xmlns="http://www.w3.org/1999/xhtml"><eventsource/></section>
2214 #errors
2215 /section;no significant content;s
2216
2217 #data
2218 <details xmlns="http://www.w3.org/1999/xhtml"></details>
2219 #errors
2220 /details;no significant content;s
2221 /details;child element missing;legend;m
2222
2223 #data
2224 <details xmlns="http://www.w3.org/1999/xhtml"> </details>
2225 #errors
2226 /details;no significant content;s
2227 /details;child element missing;legend;m
2228
2229 #data
2230 <details xmlns="http://www.w3.org/1999/xhtml">xxxx</details>
2231 #errors
2232 /details;child element missing;legend;m
2233
2234 #data
2235 <details xmlns="http://www.w3.org/1999/xhtml"><p></p></details>
2236 #errors
2237 /details;child element missing;legend;m
2238 /details;no significant content;s
2239 /details/p;no significant content;s
2240
2241 #data
2242 <details xmlns="http://www.w3.org/1999/xhtml"><p>xxx</p></details>
2243 #errors
2244 /details;child element missing;legend;m
2245
2246 #data
2247 <details xmlns="http://www.w3.org/1999/xhtml"><legend>xx</legend>xxx</details>
2248 #errors
2249
2250 #data
2251 <details xmlns="http://www.w3.org/1999/xhtml"><legend>xx</legend><p>xxx</p></details>
2252 #errors
2253
2254 #data
2255 <details xmlns="http://www.w3.org/1999/xhtml"><legend>xx</legend><style scoped="scoped"></style><p>xxx</p></details>
2256 #errors
2257 /details/style;SUBDOC
2258
2259 #data
2260 <details xmlns="http://www.w3.org/1999/xhtml">
2261 <legend>xx</legend>
2262 <style scoped="scoped"></style><p>xxx</p></details>
2263 #errors
2264 /details/style;SUBDOC
2265
2266 #data
2267 <details xmlns="http://www.w3.org/1999/xhtml">
2268 xx<legend>xx</legend></details>
2269 #errors
2270 /details/legend;element not allowed:details legend;m
2271
2272 #data
2273 <details xmlns="http://www.w3.org/1999/xhtml">
2274 <p>xx</p><legend>xx</legend></details>
2275 #errors
2276 /details/legend;element not allowed:details legend;m
2277
2278 #data
2279 <details xmlns="http://www.w3.org/1999/xhtml">
2280 <legend>yy</legend><legend>xx</legend></details>
2281 #errors
2282 /details/legend;element not allowed:details legend;m
2283
2284 #data
2285 <details xmlns="http://www.w3.org/1999/xhtml">
2286 <ins><legend>xx</legend>aa</ins></details>
2287 #errors
2288
2289 #data
2290 <details xmlns="http://www.w3.org/1999/xhtml">
2291 zzz<legend>yy</legend><legend>xx</legend>aaa</details>
2292 #errors
2293 /details/legend;element not allowed:details legend;m
2294 /details/legend;element not allowed:details legend;m
2295
2296 #data
2297 <bb xmlns="http://www.w3.org/1999/xhtml"></bb>
2298 #errors
2299 /bb;no significant content;s
2300
2301 #data
2302 <bb xmlns="http://www.w3.org/1999/xhtml"> </bb>
2303 #errors
2304 /bb;no significant content;s
2305
2306 #data
2307 <bb xmlns="http://www.w3.org/1999/xhtml">x</bb>
2308 #errors
2309
2310 #data
2311 <bb xmlns="http://www.w3.org/1999/xhtml"><em>x</em></bb>
2312 #errors
2313
2314 #data
2315 <bb xmlns="http://www.w3.org/1999/xhtml">x<em>y</em>z</bb>
2316 #errors
2317
2318 #data
2319 <bb xmlns="http://www.w3.org/1999/xhtml"><p>x</p></bb>
2320 #errors
2321 /bb/p;element not allowed:phrasing;m
2322
2323 #data
2324 <bb xmlns="http://www.w3.org/1999/xhtml"><meta name="keywords" content="y"/></bb>
2325 #errors
2326 /bb/meta;element not allowed:phrasing;m
2327 /bb;no significant content;s
2328
2329 #data
2330 <bb xmlns="http://www.w3.org/1999/xhtml">x<script>y</script></bb>
2331 #errors
2332 /bb/script;SUBDOC
2333
2334 #data
2335 <bb xmlns="http://www.w3.org/1999/xhtml"><ins>x</ins></bb>
2336 #errors
2337
2338 #data
2339 <bb xmlns="http://www.w3.org/1999/xhtml"><ins><p>x</p></ins></bb>
2340 #errors
2341 /bb/ins/p;element not allowed:phrasing;m
2342
2343 #data
2344 <p xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></p>
2345 #errors
2346
2347 #data
2348 <em xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></em>
2349 #errors
2350
2351 #data
2352 <br xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></br>
2353 #errors
2354 /br/bb;element not allowed:empty;m
2355
2356 #data
2357 <title xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></title>
2358 #errors
2359 /title/bb;element not allowed:text;m
2360
2361 #data
2362 <td xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></td>
2363 #errors
2364
2365 #data
2366 <ins xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></ins>
2367 #errors
2368
2369 #data
2370 <p xmlns="http://www.w3.org/1999/xhtml"><del><bb>x</bb></del>y</p>
2371 #errors
2372
2373 #data
2374 <p xmlns="http://www.w3.org/1999/xhtml"><bb><style></style>x</bb></p>
2375 #errors
2376 /p/bb/style;element not allowed:phrasing;m
2377 /p/bb/style;SUBDOC
2378
2379 #data
2380 <bb xmlns="http://www.w3.org/1999/xhtml">
2381 <a>a</a>
2382 </bb>
2383 #errors
2384 /bb/a;element not allowed:minus;m
2385
2386 #data
2387 <bb xmlns="http://www.w3.org/1999/xhtml">
2388 <video src="">a</video>
2389 </bb>
2390 #errors
2391
2392 #data
2393 <bb xmlns="http://www.w3.org/1999/xhtml">
2394 <video src="" controls="">a</video>
2395 </bb>
2396 #errors
2397 /bb/video;element not allowed:minus;m
2398
2399 #data
2400 <bb xmlns="http://www.w3.org/1999/xhtml">
2401 <audio src="">a</audio>
2402 </bb>
2403 #errors
2404
2405 #data
2406 <bb xmlns="http://www.w3.org/1999/xhtml">
2407 <audio src="" controls="">a</audio>
2408 </bb>
2409 #errors
2410 /bb/audio;element not allowed:minus;m
2411
2412 #data
2413 <bb xmlns="http://www.w3.org/1999/xhtml">
2414 <label>a</label>
2415 </bb>
2416 #errors
2417 /bb/label;element not allowed:minus;m
2418
2419 #data
2420 <bb xmlns="http://www.w3.org/1999/xhtml">
2421 <input/>x
2422 </bb>
2423 #errors
2424 /bb/input;element not allowed:minus;m
2425
2426 #data
2427 <bb xmlns="http://www.w3.org/1999/xhtml">
2428 <button>a</button>
2429 </bb>
2430 #errors
2431 /bb/button;element not allowed:minus;m
2432
2433 #data
2434 <bb xmlns="http://www.w3.org/1999/xhtml">
2435 <select><option>a</option></select>
2436 </bb>
2437 #errors
2438 /bb/select;element not allowed:minus;m
2439
2440 #data
2441 <bb xmlns="http://www.w3.org/1999/xhtml">
2442 <textarea>a</textarea>
2443 </bb>
2444 #errors
2445 /bb/textarea;element not allowed:minus;m
2446
2447 #data
2448 <bb xmlns="http://www.w3.org/1999/xhtml">
2449 <details><legend>x</legend>a</details>
2450 </bb>
2451 #errors
2452 /bb/details;element not allowed:minus;m
2453
2454 #data
2455 <bb xmlns="http://www.w3.org/1999/xhtml">
2456 <datagrid>a</datagrid>
2457 </bb>
2458 #errors
2459 /bb/datagrid;element not allowed:minus;m
2460
2461 #data
2462 <bb xmlns="http://www.w3.org/1999/xhtml">
2463 <bb>a</bb>
2464 </bb>
2465 #errors
2466 /bb/bb;element not allowed:minus;m
2467
2468 #data
2469 <bb xmlns="http://www.w3.org/1999/xhtml">
2470 <menu>a</menu>
2471 </bb>
2472 #errors
2473
2474 #data
2475 <bb xmlns="http://www.w3.org/1999/xhtml">
2476 <menu type="toolbar">a</menu>
2477 </bb>
2478 #errors
2479 /bb/menu;element not allowed:minus;m
2480
2481 #data
2482 <bb xmlns="http://www.w3.org/1999/xhtml">
2483 <datatemplate>
2484 <rule>
2485 <a:content type="xhtml" xmlns:a="http://www.w3.org/2005/Atom">
2486 <div>
2487 <a>x</a>
2488 </div>
2489 </a:content>
2490 </rule>
2491 </datatemplate>
2492 </bb>
2493 #errors
2494 /bb/datatemplate/rule/content/div/a;element not allowed:minus;m
2495 /bb/datatemplate;element not allowed:phrasing;m
2496
2497 #data
2498 <basefont xmlns="http://www.w3.org/1999/xhtml"></basefont>
2499 #errors
2500 /basefont;element not defined;m
2501
2502 #data
2503 <div xmlns="http://www.w3.org/1999/xhtml"><basefont/></div>
2504 #errors
2505 /div/basefont;element not defined;m
2506 /div/basefont;element not allowed:flow;m
2507 /div;no significant content;s
2508
2509 #data
2510 <span xmlns="http://www.w3.org/1999/xhtml"><basefont/></span>
2511 #errors
2512 /span/basefont;element not defined;m
2513 /span/basefont;element not allowed:phrasing;m
2514 /span;no significant content;s
2515
2516 #data
2517 <p xmlns="http://www.w3.org/1999/xhtml"><font>x</font></p>
2518 #errors
2519 /p/font;element not defined;m
2520
2521 #data
2522 <p xmlns="http://www.w3.org/1999/xhtml"><span><font>x</font></span></p>
2523 #errors
2524 /p/span/font;element not defined;m
2525
2526 #data html
2527 <!DOCTYPE HTML>
2528 <html>
2529 <head>
2530 <title></title>
2531 <meta name="generator" content="Sample Editor 1.0 (WYSIWYG editor)">
2532 </head>
2533 <body>
2534 <font style="display: block; border: solid">
2535 <h1>Hello.</h1>
2536 </font>
2537 <p>
2538 <font style="color: orange; background: white">How</font>
2539 <font style="color: yellow; background: white">do</font>
2540 <font style="color: green; background: white"><em>you</em></font>
2541 <font style="color: blue; background: white">do?</font>
2542 </p>
2543 </body>
2544 </html>
2545 <!-- From old HTML5 draft -->
2546 #errors
2547 /html/body/font;element not defined;m
2548 /html/body/font/@style;SUBDOC
2549 /html/body/p/font;element not defined;m
2550 /html/body/p/font/@style;SUBDOC
2551 /html/body/p/font;element not defined;m
2552 /html/body/p/font/@style;SUBDOC
2553 /html/body/p/font;element not defined;m
2554 /html/body/p/font/@style;SUBDOC
2555 /html/body/p/font;element not defined;m
2556 /html/body/p/font/@style;SUBDOC
2557

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24