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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (show annotations) (download)
Sat May 26 08:12:34 2007 UTC (19 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.8: +7 -0 lines
++ whatpm/t/ChangeLog	26 May 2007 08:12:26 -0000
2007-05-26  Wakaba  <wakaba@suika.fam.cx>

	* content-model-2.dat: Errors on obsolete media
	type (i.e. |text/javascript|) are added to the expected results.

	* tree-test-1.dat: Tests for |style| elements' attributes
	are added.

++ whatpm/Whatpm/ChangeLog	26 May 2007 08:11:16 -0000
2007-05-26  Wakaba  <wakaba@suika.fam.cx>

	* IMTChecker.pm: New module.

	* ContentChecker.pm ($HTMLIMTAttrChecker): Call IMTChecker
	to test parameter value validity.

	* HTML.pm.src ($style_start_tag): Attributes were
	discarded.

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24