/[suikacvs]/markup/html/whatpm/t/dom-conformance/html-interactive-1.dat
Suika

Contents of /markup/html/whatpm/t/dom-conformance/html-interactive-1.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.11 - (show annotations) (download)
Sun Aug 30 07:43:44 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +65 -9 lines
++ whatpm/t/dom-conformance/ChangeLog	30 Aug 2009 07:37:16 -0000
	* html-interactive-1.dat: Added test cases related to |command|
	element's attributes (HTML5 revision 2415).

2009-08-30  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2009 07:37:55 -0000
	* HTML.pm: Implemented |command| element's attributes'
	requirements (HTML5 revision 2415).

2009-08-30  Wakaba  <wakaba@suika.fam.cx>

1 #data
2 <head xmlns="http://www.w3.org/1999/xhtml">
3 <title/>
4 <noscript>
5 <p/>
6 </noscript>
7 </head>
8 #errors
9 /head/noscript;in XML:noscript;m
10 /head/noscript/p;element not allowed:head noscript;m
11 /head/noscript/p;no significant content;s
12
13 #data
14 <head xmlns="http://www.w3.org/1999/xhtml">
15 <title/>
16 <noscript>
17 <noscript/>
18 </noscript>
19 </head>
20 #errors
21 /head/noscript;in XML:noscript;m
22 /head/noscript/noscript;in XML:noscript;m
23 /head/noscript/noscript;element not allowed:head noscript;m
24
25 #data
26 <head xmlns="http://www.w3.org/1999/xhtml">
27 <title/>
28 <noscript>
29 <link rel="stylesheet" href=""/>
30 </noscript>
31 </head>
32 #errors
33 /head/noscript;in XML:noscript;m
34
35 #data
36 <head xmlns="http://www.w3.org/1999/xhtml">
37 <title/>
38 <noscript>
39 <style/>
40 </noscript>
41 </head>
42 #errors
43 /head/noscript;in XML:noscript;m
44 /head/noscript/style;SUBDOC
45
46 #data
47 <head xmlns="http://www.w3.org/1999/xhtml">
48 <title/>
49 <noscript>
50 <script/>
51 </noscript>
52 </head>
53 #errors
54 /head/noscript;in XML:noscript;m
55 /head/noscript/script;element not allowed:head noscript;m
56 /head/noscript/script;SUBDOC
57
58 #data
59 <head xmlns="http://www.w3.org/1999/xhtml">
60 <title/>
61 <noscript>
62 <meta name="keywords" content=""/>
63 </noscript>
64 </head>
65 #errors
66 /head/noscript;in XML:noscript;m
67 /head/noscript/meta;element not allowed:head noscript;m
68
69 #data
70 <head xmlns="http://www.w3.org/1999/xhtml">
71 <title/>
72 <noscript>
73 <base href=""/>
74 </noscript>
75 </head>
76 #errors
77 /head/noscript;in XML:noscript;m
78 /head/noscript/base;element not allowed:head noscript;m
79
80 #data
81 <head xmlns="http://www.w3.org/1999/xhtml">
82 <title/>
83 <noscript>
84 <event-source src=""/>
85 </noscript>
86 </head>
87 #errors
88 /head/noscript;in XML:noscript;m
89 /head/noscript/event-source;element not allowed:head noscript;m
90 /head/noscript/event-source;element not defined;m
91 /head/noscript/event-source/@src;attribute not defined;m
92
93 #data
94 <head xmlns="http://www.w3.org/1999/xhtml">
95 <title/>
96 <noscript>
97 <eventsource src=""/>
98 </noscript>
99 </head>
100 #errors
101 /head/noscript;in XML:noscript;m
102 /head/noscript/eventsource;element not allowed:head noscript;m
103 /head/noscript/eventsource;element not defined;m
104 /head/noscript/eventsource/@src;attribute not defined;m
105
106 #data
107 <head xmlns="http://www.w3.org/1999/xhtml">
108 <title/>
109 <noscript>
110 <title/>
111 </noscript>
112 </head>
113 #errors
114 /head/noscript;in XML:noscript;m
115 /head/noscript/title;element not allowed:head noscript;m
116
117 #data
118 <head xmlns="http://www.w3.org/1999/xhtml">
119 <title/>
120 <noscript>
121 <link rel="stylesheet" href=""/>
122 <style/>
123 </noscript>
124 </head>
125 #errors
126 /head/noscript;in XML:noscript;m
127 /head/noscript/style;SUBDOC
128
129 #data
130 <head xmlns="http://www.w3.org/1999/xhtml">
131 <title/>
132 <noscript>
133 <link rel="stylesheet" href=""/>
134 <noscript>
135 <style/>
136 </noscript>
137 </noscript>
138 </head>
139 #errors
140 /head/noscript;in XML:noscript;m
141 /head/noscript/noscript;in XML:noscript;m
142 /head/noscript/noscript;element not allowed:head noscript;m
143 /head/noscript/noscript/style;SUBDOC
144
145 #data
146 <head xmlns="http://www.w3.org/1999/xhtml">
147 <title/>
148 <noscript>
149 <link rel="stylesheet" href=""/>
150 <noscript>
151 <p/>
152 </noscript>
153 </noscript>
154 </head>
155 #errors
156 /head/noscript;in XML:noscript;m
157 /head/noscript/noscript;in XML:noscript;m
158 /head/noscript/noscript;element not allowed:head noscript;m
159 /head/noscript/noscript/p;element not allowed:head noscript;m
160 /head/noscript/noscript/p;no significant content;s
161
162 #data
163 <head xmlns="http://www.w3.org/1999/xhtml">
164 <title/>
165 <noscript>
166 <link rel="stylesheet" href=""/>
167 <noscript>
168 <meta charset="us-ascii"/>
169 </noscript>
170 </noscript>
171 </head>
172 #errors
173 /head/noscript;in XML:noscript;m
174 /head/noscript/noscript;in XML:noscript;m
175 /head/noscript/noscript;element not allowed:head noscript;m
176 /head/noscript/noscript/meta;element not allowed:head noscript;m
177 /head/noscript/noscript/meta;element not allowed:meta charset;m
178 /head/noscript/noscript/meta;in XML:charset;m
179 /head/noscript/noscript/meta/@charset;mismatched charset name not checked;u
180
181 #data
182 <noscript xmlns="http://www.w3.org/1999/xhtml">
183 <meta name="keywords" content=""/>
184 </noscript>
185 #errors
186 /noscript;in XML:noscript;m
187 /noscript;no significant content;s
188 /noscript/meta;element not allowed:flow;m
189
190 #data
191 <noscript xmlns="http://www.w3.org/1999/xhtml">
192 <title/>
193 </noscript>
194 #errors
195 /noscript;no significant content;s
196 /noscript;in XML:noscript;m
197 /noscript/title;element not allowed:flow;m
198
199 #data
200 <noscript xmlns="http://www.w3.org/1999/xhtml">
201 <link rel="stylesheet" href=""/>
202 </noscript>
203 #errors
204 /noscript;no significant content;s
205 /noscript;in XML:noscript;m
206 /noscript/link;element not allowed:flow;m
207
208 #data
209 <noscript xmlns="http://www.w3.org/1999/xhtml">
210 <style/>
211 </noscript>
212 #errors
213 /noscript;no significant content;s
214 /noscript;in XML:noscript;m
215 /noscript/style;element not allowed:flow style;m
216 /noscript/style;SUBDOC
217
218 #data
219 <noscript xmlns="http://www.w3.org/1999/xhtml">
220 <style scoped=""/>
221 </noscript>
222 #errors
223 /noscript;no significant content;s
224 /noscript;in XML:noscript;m
225 /noscript/style;SUBDOC
226
227 #data
228 <noscript xmlns="http://www.w3.org/1999/xhtml">
229 <meta charset="us-ascii"/>
230 </noscript>
231 #errors
232 /noscript;no significant content;s
233 /noscript;in XML:noscript;m
234 /noscript/meta;element not allowed:flow;m
235 /noscript/meta;element not allowed:meta charset;m
236 /noscript/meta;in XML:charset;m
237 /noscript/meta/@charset;mismatched charset name not checked;u
238
239 #data
240 <noscript xmlns="http://www.w3.org/1999/xhtml">
241 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"/>
242 </noscript>
243 #errors
244 /noscript;no significant content;s
245 /noscript;in XML:noscript;m
246 /noscript/meta;element not allowed:flow;m
247 /noscript/meta;element not allowed:meta charset;m
248 /noscript/meta;in XML:charset;m
249 /noscript/meta/@content;mismatched charset name not checked;u
250
251 #data
252 <noscript xmlns="http://www.w3.org/1999/xhtml">
253 <noscript/>
254 </noscript>
255 #errors
256 /noscript;no significant content;s
257 /noscript;in XML:noscript;m
258 /noscript/noscript;element not allowed:minus;m
259 /noscript/noscript;in XML:noscript;m
260
261 #data
262 <em xmlns="http://www.w3.org/1999/xhtml"><eventsource/></em>
263 #errors
264 /em;no significant content;s
265 /em/eventsource;element not defined;m
266
267 #data
268 <p xmlns="http://www.w3.org/1999/xhtml"><eventsource/></p>
269 #errors
270 /p;no significant content;s
271 /p/eventsource;element not defined;m
272
273 #data
274 <div xmlns="http://www.w3.org/1999/xhtml"><eventsource/></div>
275 #errors
276 /div;no significant content;s
277 /div/eventsource;element not defined;m
278
279 #data
280 <section xmlns="http://www.w3.org/1999/xhtml"><eventsource/></section>
281 #errors
282 /section;no significant content;s
283 /section/eventsource;element not defined;m
284
285 #data
286 <details xmlns="http://www.w3.org/1999/xhtml"></details>
287 #errors
288 /details;no significant content;s
289 /details;child element missing;legend;m
290
291 #data
292 <details xmlns="http://www.w3.org/1999/xhtml"> </details>
293 #errors
294 /details;no significant content;s
295 /details;child element missing;legend;m
296
297 #data
298 <details xmlns="http://www.w3.org/1999/xhtml">xxxx</details>
299 #errors
300 /details;child element missing;legend;m
301
302 #data
303 <details xmlns="http://www.w3.org/1999/xhtml"><p></p></details>
304 #errors
305 /details;child element missing;legend;m
306 /details;no significant content;s
307 /details/p;no significant content;s
308
309 #data
310 <details xmlns="http://www.w3.org/1999/xhtml"><p>xxx</p></details>
311 #errors
312 /details;child element missing;legend;m
313
314 #data
315 <details xmlns="http://www.w3.org/1999/xhtml"><legend>xx</legend>xxx</details>
316 #errors
317
318 #data
319 <details xmlns="http://www.w3.org/1999/xhtml"><legend>xx</legend><p>xxx</p></details>
320 #errors
321
322 #data
323 <details xmlns="http://www.w3.org/1999/xhtml"><legend>xx</legend><style scoped="scoped"></style><p>xxx</p></details>
324 #errors
325 /details/style;SUBDOC
326
327 #data
328 <details xmlns="http://www.w3.org/1999/xhtml">
329 <legend>xx</legend>
330 <style scoped="scoped"></style><p>xxx</p></details>
331 #errors
332 /details/style;SUBDOC
333
334 #data
335 <details xmlns="http://www.w3.org/1999/xhtml">
336 xx<legend>xx</legend></details>
337 #errors
338 /details/legend;element not allowed:details legend;m
339
340 #data
341 <details xmlns="http://www.w3.org/1999/xhtml">
342 <p>xx</p><legend>xx</legend></details>
343 #errors
344 /details/legend;element not allowed:details legend;m
345
346 #data
347 <details xmlns="http://www.w3.org/1999/xhtml">
348 <legend>yy</legend><legend>xx</legend></details>
349 #errors
350 /details/legend;element not allowed:details legend;m
351
352 #data
353 <details xmlns="http://www.w3.org/1999/xhtml">
354 <ins><legend>xx</legend>aa</ins></details>
355 #errors
356
357 #data
358 <details xmlns="http://www.w3.org/1999/xhtml">
359 zzz<legend>yy</legend><legend>xx</legend>aaa</details>
360 #errors
361 /details/legend;element not allowed:details legend;m
362 /details/legend;element not allowed:details legend;m
363
364 #data
365 <bb xmlns="http://www.w3.org/1999/xhtml"></bb>
366 #errors
367 /bb;no significant content;s
368 /bb;element not defined;m
369
370 #data
371 <bb xmlns="http://www.w3.org/1999/xhtml"> </bb>
372 #errors
373 /bb;no significant content;s
374 /bb;element not defined;m
375
376 #data
377 <bb xmlns="http://www.w3.org/1999/xhtml">x</bb>
378 #errors
379 /bb;element not defined;m
380
381 #data
382 <bb xmlns="http://www.w3.org/1999/xhtml"><em>x</em></bb>
383 #errors
384 /bb;element not defined;m
385
386 #data
387 <bb xmlns="http://www.w3.org/1999/xhtml">x<em>y</em>z</bb>
388 #errors
389 /bb;element not defined;m
390
391 #data
392 <bb xmlns="http://www.w3.org/1999/xhtml"><p>x</p></bb>
393 #errors
394 /bb/p;element not allowed:phrasing;m
395 /bb;element not defined;m
396
397 #data
398 <bb xmlns="http://www.w3.org/1999/xhtml"><meta name="keywords" content="y"/></bb>
399 #errors
400 /bb/meta;element not allowed:phrasing;m
401 /bb;no significant content;s
402 /bb;element not defined;m
403
404 #data
405 <bb xmlns="http://www.w3.org/1999/xhtml">x<script>y</script></bb>
406 #errors
407 /bb/script;SUBDOC
408 /bb;element not defined;m
409
410 #data
411 <bb xmlns="http://www.w3.org/1999/xhtml"><ins>x</ins></bb>
412 #errors
413 /bb;element not defined;m
414
415 #data
416 <bb xmlns="http://www.w3.org/1999/xhtml"><ins><p>x</p></ins></bb>
417 #errors
418 /bb/ins/p;element not allowed:phrasing;m
419 /bb;element not defined;m
420
421 #data
422 <p xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></p>
423 #errors
424 /p/bb;element not defined;m
425
426 #data
427 <em xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></em>
428 #errors
429 /em/bb;element not defined;m
430
431 #data
432 <br xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></br>
433 #errors
434 /br/bb;element not allowed:empty;m
435 /br/bb;element not defined;m
436
437 #data
438 <title xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></title>
439 #errors
440 /title/bb;element not allowed:text;m
441 /title/bb;element not defined;m
442
443 #data
444 <td xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></td>
445 #errors
446 /td/bb;element not defined;m
447
448 #data
449 <ins xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></ins>
450 #errors
451 /ins/bb;element not defined;m
452
453 #data
454 <p xmlns="http://www.w3.org/1999/xhtml"><del><bb>x</bb></del>y</p>
455 #errors
456 /p/del/bb;element not defined;m
457
458 #data
459 <p xmlns="http://www.w3.org/1999/xhtml"><bb><style></style>x</bb></p>
460 #errors
461 /p/bb/style;element not allowed:phrasing;m
462 /p/bb/style;SUBDOC
463 /p/bb;element not defined;m
464
465 #data
466 <bb xmlns="http://www.w3.org/1999/xhtml">
467 <a>a</a>
468 </bb>
469 #errors
470 /bb/a;element not allowed:minus;m
471 /bb;element not defined;m
472
473 #data
474 <bb xmlns="http://www.w3.org/1999/xhtml">
475 <video src="">a</video>
476 </bb>
477 #errors
478 /bb;element not defined;m
479
480 #data
481 <bb xmlns="http://www.w3.org/1999/xhtml">
482 <video src="" controls="">a</video>
483 </bb>
484 #errors
485 /bb/video;element not allowed:minus;m
486 /bb;element not defined;m
487
488 #data
489 <bb xmlns="http://www.w3.org/1999/xhtml">
490 <audio src="">a</audio>
491 </bb>
492 #errors
493 /bb;element not defined;m
494
495 #data
496 <bb xmlns="http://www.w3.org/1999/xhtml">
497 <audio src="" controls="">a</audio>
498 </bb>
499 #errors
500 /bb/audio;element not allowed:minus;m
501 /bb;element not defined;m
502
503 #data
504 <bb xmlns="http://www.w3.org/1999/xhtml">
505 <label>a</label>
506 </bb>
507 #errors
508 /bb/label;element not allowed:minus;m
509 /bb;element not defined;m
510
511 #data
512 <bb xmlns="http://www.w3.org/1999/xhtml">
513 <input/>x
514 </bb>
515 #errors
516 /bb/input;element not allowed:minus;m
517 /bb;element not defined;m
518
519 #data
520 <bb xmlns="http://www.w3.org/1999/xhtml">
521 <button>a</button>
522 </bb>
523 #errors
524 /bb/button;element not allowed:minus;m
525 /bb;element not defined;m
526
527 #data
528 <bb xmlns="http://www.w3.org/1999/xhtml">
529 <select><option>a</option></select>
530 </bb>
531 #errors
532 /bb/select;element not allowed:minus;m
533 /bb;element not defined;m
534
535 #data
536 <bb xmlns="http://www.w3.org/1999/xhtml">
537 <textarea>a</textarea>
538 </bb>
539 #errors
540 /bb/textarea;element not allowed:minus;m
541 /bb;element not defined;m
542
543 #data
544 <bb xmlns="http://www.w3.org/1999/xhtml">
545 <details><legend>x</legend>a</details>
546 </bb>
547 #errors
548 /bb/details;element not allowed:minus;m
549 /bb;element not defined;m
550
551 #data
552 <bb xmlns="http://www.w3.org/1999/xhtml">
553 <datagrid>a</datagrid>
554 </bb>
555 #errors
556 /bb/datagrid;element not allowed:minus;m
557 /bb;element not defined;m
558 /bb/datagrid;element not defined;m
559
560 #data
561 <bb xmlns="http://www.w3.org/1999/xhtml">
562 <bb>a</bb>
563 </bb>
564 #errors
565 /bb/bb;element not allowed:minus;m
566 /bb;element not defined;m
567 /bb/bb;element not defined;m
568
569 #data
570 <bb xmlns="http://www.w3.org/1999/xhtml">
571 <menu>a</menu>
572 </bb>
573 #errors
574 /bb;element not defined;m
575 /bb/menu;element not allowed:phrasing;m
576
577 #data
578 <bb xmlns="http://www.w3.org/1999/xhtml">
579 <menu type="toolbar">a</menu>
580 </bb>
581 #errors
582 /bb/menu;element not allowed:minus;m
583 /bb;element not defined;m
584
585 #data
586 <bb xmlns="http://www.w3.org/1999/xhtml">
587 <datatemplate>
588 <rule>
589 <a:content type="xhtml" xmlns:a="http://www.w3.org/2005/Atom">
590 <div>
591 <a>x</a>
592 </div>
593 </a:content>
594 </rule>
595 </datatemplate>
596 </bb>
597 #errors
598 /bb/datatemplate/rule/content/div/a;element not allowed:minus;m
599 /bb/datatemplate;element not allowed:phrasing;m
600 /bb;element not defined;m
601 /bb/datatemplate;element not defined;m
602 /bb/datatemplate/rule;element not defined;m
603
604 #data
605 <script xmlns="http://www.w3.org/1999/xhtml"/>
606 #errors
607 /script;SUBDOC
608
609 #data
610 <script type="" xmlns="http://www.w3.org/1999/xhtml"/>
611 #errors
612 /script/@type;IMT:syntax error;m
613 /script;SUBDOC
614
615 #data
616 <script type="text/javascript" xmlns="http://www.w3.org/1999/xhtml"/>
617 #errors
618 /script/@type;IMT:obsolete subtype;w
619 /script;SUBDOC
620
621 #data
622 <script type="text/javascript;e4x=1" xmlns="http://www.w3.org/1999/xhtml"/>
623 #errors
624 /script/@type;IMT:obsolete subtype;w
625 /script/@type;IMT:parameter not allowed;m
626 /script;SUBDOC
627
628 #data
629 <script type="text/JavaScript;E4X=1" xmlns="http://www.w3.org/1999/xhtml"/>
630 #errors
631 /script/@type;IMT:obsolete subtype;w
632 /script/@type;IMT:parameter not allowed;m
633 /script;SUBDOC
634
635 #data
636 <script type="text/javascript;e4x=&quot;1&quot;"
637 xmlns="http://www.w3.org/1999/xhtml"/>
638 #errors
639 /script/@type;IMT:obsolete subtype;w
640 /script/@type;IMT:parameter not allowed;m
641 /script;SUBDOC
642
643 #data
644 <script type="text/javascript;e4x=&quot;\1&quot;"
645 xmlns="http://www.w3.org/1999/xhtml"/>
646 #errors
647 /script/@type;IMT:obsolete subtype;w
648 /script/@type;IMT:parameter not allowed;m
649 /script;SUBDOC
650
651 #data
652 <script type="text/javascript; ~=a"
653 xmlns="http://www.w3.org/1999/xhtml"/>
654 #errors
655 /script/@type;IMT:obsolete subtype;w
656 /script/@type;IMT:attribute syntax error;m
657 /script/@type;IMT:parameter not allowed;m
658 /script;SUBDOC
659
660 #data
661 <script type="text~/javascript"
662 xmlns="http://www.w3.org/1999/xhtml"/>
663 #errors
664 /script/@type;IMT:unregistered type;m
665 /script/@type;IMT:type syntax error;m
666 /script;SUBDOC
667
668 #data
669 <script type="text/javascript~"
670 xmlns="http://www.w3.org/1999/xhtml"/>
671 #errors
672 /script/@type;IMT:unknown subtype;u
673 /script/@type;IMT:subtype syntax error;m
674 /script;SUBDOC
675
676 #data
677 <script src="http://test/" type="text/javascript"
678 xmlns="http://www.w3.org/1999/xhtml"/>
679 #errors
680 /script/@type;IMT:obsolete subtype;w
681
682 #data
683 <script src="http://test/%" type="text/javascript"
684 xmlns="http://www.w3.org/1999/xhtml"/>
685 #errors
686 /script/@src;syntax error:iriref3987;m
687 /script/@type;IMT:obsolete subtype;w
688
689 #data
690 <script defer="" xmlns="http://www.w3.org/1999/xhtml"/>
691 #errors
692 /script;SUBDOC
693 /script;attribute missing;src;m
694
695 #data
696 <script src="http://test/" defer=""
697 xmlns="http://www.w3.org/1999/xhtml"/>
698 #errors
699
700 #data
701 <script defer="defer" xmlns="http://www.w3.org/1999/xhtml"/>
702 #errors
703 /script;SUBDOC
704 /script;attribute missing;src;m
705
706 #data
707 <script src="http://test/" defer="defer"
708 xmlns="http://www.w3.org/1999/xhtml"/>
709 #errors
710
711 #data
712 <script defer="DEFER" xmlns="http://www.w3.org/1999/xhtml"/>
713 #errors
714 /script;SUBDOC
715 /script;attribute missing;src;m
716
717 #data
718 <script defer="true" xmlns="http://www.w3.org/1999/xhtml"/>
719 #errors
720 /script/@defer;boolean:invalid;m
721 /script;SUBDOC
722 /script;attribute missing;src;m
723
724 #data
725 <script src="http://test/" defer="true"
726 xmlns="http://www.w3.org/1999/xhtml"/>
727 #errors
728 /script/@defer;boolean:invalid;m
729
730 #data
731 <script async="" xmlns="http://www.w3.org/1999/xhtml"/>
732 #errors
733 /script;SUBDOC
734
735 #data
736 <script src="http://test/" async=""
737 xmlns="http://www.w3.org/1999/xhtml"/>
738 #errors
739
740 #data
741 <script async="async" xmlns="http://www.w3.org/1999/xhtml"/>
742 #errors
743 /script;SUBDOC
744
745 #data
746 <script src="http://test/" async="async"
747 xmlns="http://www.w3.org/1999/xhtml"/>
748 #errors
749
750 #data
751 <script async="true" xmlns="http://www.w3.org/1999/xhtml"/>
752 #errors
753 /script/@async;boolean:invalid;m
754 /script;SUBDOC
755
756 #data
757 <script src="http://test/" async="true"
758 xmlns="http://www.w3.org/1999/xhtml"/>
759 #errors
760 /script/@async;boolean:invalid;m
761
762 #data
763 <script src="http://test/" async="aSync"
764 xmlns="http://www.w3.org/1999/xhtml"/>
765 #errors
766
767 #data
768 <script defer="" async="" xmlns="http://www.w3.org/1999/xhtml"/>
769 #errors
770 /script;SUBDOC
771 /script;attribute missing;src;m
772
773 #data
774 <script defer="defer" async="async" xmlns="http://www.w3.org/1999/xhtml"/>
775 #errors
776 /script;SUBDOC
777 /script;attribute missing;src;m
778
779 #data
780 <script src="" defer="" async="" xmlns="http://www.w3.org/1999/xhtml"/>
781 #errors
782
783 #data
784 <script language="javascript" xmlns="http://www.w3.org/1999/xhtml"/>
785 #errors
786 /script/@language;attribute not defined;m
787 /script;SUBDOC
788
789 #data
790 <script langauge="javascript" xmlns="http://www.w3.org/1999/xhtml"/>
791 #errors
792 /script/@langauge;attribute not defined;m
793 /script;SUBDOC
794
795 #data
796 <script langage="javascript" xmlns="http://www.w3.org/1999/xhtml"/>
797 #errors
798 /script/@langage;attribute not defined;m
799 /script;SUBDOC
800
801 #data
802 <script languege="javascript" xmlns="http://www.w3.org/1999/xhtml"/>
803 #errors
804 /script/@languege;attribute not defined;m
805 /script;SUBDOC
806
807 #data
808 <script language="JavaScript" xmlns="http://www.w3.org/1999/xhtml"/>
809 #errors
810 /script/@language;attribute not defined;m
811 /script;SUBDOC
812
813 #data
814 <script language="jscript" xmlns="http://www.w3.org/1999/xhtml"/>
815 #errors
816 /script/@language;attribute not defined;m
817 /script;SUBDOC
818
819 #data
820 <script language="javascript1.2" xmlns="http://www.w3.org/1999/xhtml"/>
821 #errors
822 /script/@language;attribute not defined;m
823 /script;SUBDOC
824
825 #data
826 <script language="vbscript" xmlns="http://www.w3.org/1999/xhtml"/>
827 #errors
828 /script/@language;attribute not defined;m
829 /script;SUBDOC
830
831 #data
832 <script language="XML" xmlns="http://www.w3.org/1999/xhtml"/>
833 #errors
834 /script/@language;attribute not defined;m
835 /script;XML script lang;text/xml;u
836
837 #data
838 <script charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"/>
839 #errors
840 /script/@charset;attribute not allowed;m
841 /script;SUBDOC
842
843 #data
844 <script src="" charset="" xmlns="http://www.w3.org/1999/xhtml"/>
845 #errors
846 /script/@charset;charset:syntax error;m
847 /script/@charset;charset:not registered;w
848
849 #data
850 <script src="" charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"/>
851 #errors
852
853 #data
854 <event-source xmlns="http://www.w3.org/1999/xhtml"/>
855 #errors
856 /event-source;element not defined;m
857
858 #data
859 <event-source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
860 #errors
861 /event-source;element not defined;m
862 /event-source/@src;attribute not defined;m
863
864 #data
865 <event-source src="http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
866 #errors
867 /event-source/@src;syntax error:iriref3987;m
868 /event-source;element not defined;m
869 /event-source/@src;attribute not defined;m
870
871 #data
872 <eventsource xmlns="http://www.w3.org/1999/xhtml"/>
873 #errors
874 /eventsource;element not defined;m
875
876 #data
877 <eventsource src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
878 #errors
879 /eventsource;element not defined;m
880 /eventsource/@src;attribute not defined;m
881
882 #data
883 <eventsource src="http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
884 #errors
885 /eventsource/@src;syntax error:iriref3987;m
886 /eventsource/@src;attribute not defined;m
887 /eventsource;element not defined;m
888
889 #data
890 <details xmlns="http://www.w3.org/1999/xhtml"/>
891 #errors
892 /details;no significant content;s
893 /details;child element missing;legend;m
894
895 #data
896 <details open="" xmlns="http://www.w3.org/1999/xhtml"/>
897 #errors
898 /details;no significant content;s
899 /details;child element missing;legend;m
900
901 #data
902 <details open="open" xmlns="http://www.w3.org/1999/xhtml"/>
903 #errors
904 /details;no significant content;s
905 /details;child element missing;legend;m
906
907 #data
908 <details open="OPEN" xmlns="http://www.w3.org/1999/xhtml"/>
909 #errors
910 /details;no significant content;s
911 /details;child element missing;legend;m
912
913 #data
914 <details open="true" xmlns="http://www.w3.org/1999/xhtml"/>
915 #errors
916 /details/@open;boolean:invalid;m
917 /details;no significant content;s
918 /details;child element missing;legend;m
919
920 #data
921 <datagrid xmlns="http://www.w3.org/1999/xhtml"/>
922 #errors
923 /datagrid;no significant content;s
924 /datagrid;element not defined;m
925
926 #data
927 <datagrid xmlns="http://www.w3.org/1999/xhtml"> </datagrid>
928 #errors
929 /datagrid;no significant content;s
930 /datagrid;element not defined;m
931
932 #data
933 <datagrid xmlns="http://www.w3.org/1999/xhtml"><!----></datagrid>
934 #errors
935 /datagrid;no significant content;s
936 /datagrid;element not defined;m
937
938 #data
939 <datagrid xmlns="http://www.w3.org/1999/xhtml">aaa</datagrid>
940 #errors
941 /datagrid;element not defined;m
942
943 #data
944 <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/></datagrid>
945 #errors
946 /datagrid;no significant content;s
947 /datagrid/p;no significant content;s
948 /datagrid;element not defined;m
949
950 #data
951 <datagrid xmlns="http://www.w3.org/1999/xhtml"><br/></datagrid>
952 #errors
953 /datagrid;no significant content;s
954 /datagrid;element not defined;m
955
956 #data
957 <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/><p/></datagrid>
958 #errors
959 /datagrid;no significant content;s
960 /datagrid/p;no significant content;s
961 /datagrid/p;no significant content;s
962 /datagrid;element not defined;m
963
964 #data
965 <datagrid xmlns="http://www.w3.org/1999/xhtml"> <p/> <p/> </datagrid>
966 #errors
967 /datagrid;no significant content;s
968 /datagrid/p;no significant content;s
969 /datagrid/p;no significant content;s
970 /datagrid;element not defined;m
971
972 #data
973 <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/>&amp;<p/></datagrid>
974 #errors
975 /datagrid/p;no significant content;s
976 /datagrid/p;no significant content;s
977 /datagrid;element not defined;m
978
979 #data
980 <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/><table/></datagrid>
981 #errors
982 /datagrid;no significant content;s
983 /datagrid/p;no significant content;s
984 /datagrid;element not defined;m
985
986 #data
987 <datagrid xmlns="http://www.w3.org/1999/xhtml"><ul/></datagrid>
988 #errors
989 /datagrid;no significant content;s
990 /datagrid;element not defined;m
991
992 #data
993 <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/></datagrid>
994 #errors
995 /datagrid;no significant content;s
996 /datagrid;element not defined;m
997
998 #data
999 <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/><table/></datagrid>
1000 #errors
1001 /datagrid;no significant content;s
1002 /datagrid;element not defined;m
1003
1004 #data
1005 <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/><p/><table/></datagrid>
1006 #errors
1007 /datagrid;no significant content;s
1008 /datagrid/p;no significant content;s
1009 /datagrid;element not defined;m
1010
1011 #data
1012 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<table/></datagrid>
1013 #errors
1014 /datagrid;element not defined;m
1015
1016 #data
1017 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<select/></datagrid>
1018 #errors
1019 /datagrid;element not defined;m
1020
1021 #data
1022 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<datalist/></datagrid>
1023 #errors
1024 /datagrid;element not defined;m
1025
1026 #data
1027 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<p/><table/></datagrid>
1028 #errors
1029 /datagrid/p;no significant content;s
1030 /datagrid;element not defined;m
1031
1032 #data
1033 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<p/><select/></datagrid>
1034 #errors
1035 /datagrid/p;no significant content;s
1036 /datagrid;element not defined;m
1037
1038 #data
1039 <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<p/><datalist/></datagrid>
1040 #errors
1041 /datagrid/p;no significant content;s
1042 /datagrid;element not defined;m
1043
1044 #data
1045 <datagrid xmlns="http://www.w3.org/1999/xhtml"><select/></datagrid>
1046 #errors
1047 /datagrid;no significant content;s
1048 /datagrid;element not defined;m
1049
1050 #data
1051 <datagrid xmlns="http://www.w3.org/1999/xhtml"><datalist/></datagrid>
1052 #errors
1053 /datagrid;no significant content;s
1054 /datagrid;element not defined;m
1055
1056 #data
1057 <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/>aa</datagrid>
1058 #errors
1059 /datagrid;element not defined;m
1060
1061 #data
1062 <datagrid xmlns="http://www.w3.org/1999/xhtml"><select/>aa</datagrid>
1063 #errors
1064 /datagrid;element not defined;m
1065
1066 #data
1067 <datagrid xmlns="http://www.w3.org/1999/xhtml"><datalist/>aa</datagrid>
1068 #errors
1069 /datagrid;element not defined;m
1070
1071 #data
1072 <datagrid xmlns="http://www.w3.org/1999/xhtml"><datagrid/></datagrid>
1073 #errors
1074 /datagrid;no significant content;s
1075 /datagrid/datagrid;no significant content;s
1076 /datagrid;element not defined;m
1077 /datagrid/datagrid;element not defined;m
1078
1079 #data
1080 <datagrid xmlns="http://www.w3.org/1999/xhtml"><div><datagrid/></div></datagrid>
1081 #errors
1082 /datagrid/div/datagrid;no significant content;s
1083 /datagrid;no significant content;s
1084 /datagrid/div;no significant content;s
1085 /datagrid;element not defined;m
1086 /datagrid/div/datagrid;element not defined;m
1087
1088 #data
1089 <datagrid xmlns="http://www.w3.org/1999/xhtml">
1090 <p><a/></p>
1091 </datagrid>
1092 #errors
1093 /datagrid;no significant content;s
1094 /datagrid/p;no significant content;s
1095 /datagrid;element not defined;m
1096
1097 #data
1098 <datagrid xmlns="http://www.w3.org/1999/xhtml">
1099 <details><legend/></details>
1100 </datagrid>
1101 #errors
1102 /datagrid;no significant content;s
1103 /datagrid/details;no significant content;s
1104 /datagrid/details/legend;no significant content;s
1105 /datagrid;element not defined;m
1106
1107 #data
1108 <a xmlns="http://www.w3.org/1999/xhtml">
1109 <details>
1110 <legend/>
1111 </details>
1112 </a>
1113 #errors
1114 /a;no significant content;s
1115 /a/details;no significant content;s
1116 /a/details/legend;no significant content;s
1117 /a/details;element not allowed:minus;m
1118
1119 #data
1120 <a xmlns="http://www.w3.org/1999/xhtml">
1121 <span>
1122 <details><legend/></details>
1123 </span>
1124 </a>
1125 #errors
1126 /a;no significant content;s
1127 /a/span;no significant content;s
1128 /a/span/details;no significant content;s
1129 /a/span/details/legend;no significant content;s
1130 /a/span/details;element not allowed:minus;m
1131
1132 #data
1133 <a xmlns="http://www.w3.org/1999/xhtml">
1134 <datagrid/>
1135 </a>
1136 #errors
1137 /a/datagrid;element not allowed:minus;m
1138 /a/datagrid;no significant content;s
1139 /a;no significant content;s
1140 /a/datagrid;element not defined;m
1141
1142 #data
1143 <a xmlns="http://www.w3.org/1999/xhtml">
1144 <span><datagrid/></span>
1145 </a>
1146 #errors
1147 /a/span/datagrid;element not allowed:minus;m
1148 /a/span/datagrid;no significant content;s
1149 /a;no significant content;s
1150 /a/span;no significant content;s
1151 /a/span/datagrid;element not defined;m
1152
1153 #data
1154 <datagrid disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
1155 #errors
1156 /datagrid;no significant content;s
1157 /datagrid;element not defined;m
1158 /datagrid/@disabled;attribute not defined;m
1159
1160 #data
1161 <datagrid disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
1162 #errors
1163 /datagrid;no significant content;s
1164 /datagrid;element not defined;m
1165 /datagrid/@disabled;attribute not defined;m
1166
1167 #data
1168 <datagrid disabled="Disabled" xmlns="http://www.w3.org/1999/xhtml"/>
1169 #errors
1170 /datagrid;no significant content;s
1171 /datagrid;element not defined;m
1172 /datagrid/@disabled;attribute not defined;m
1173
1174 #data
1175 <datagrid disabled="true" xmlns="http://www.w3.org/1999/xhtml"/>
1176 #errors
1177 /datagrid/@disabled;boolean:invalid;m
1178 /datagrid;no significant content;s
1179 /datagrid;element not defined;m
1180 /datagrid/@disabled;attribute not defined;m
1181
1182 #data
1183 <datagrid multiple="" xmlns="http://www.w3.org/1999/xhtml"/>
1184 #errors
1185 /datagrid;no significant content;s
1186 /datagrid;element not defined;m
1187 /datagrid/@multiple;attribute not defined;m
1188
1189 #data
1190 <datagrid multiple="multiple" xmlns="http://www.w3.org/1999/xhtml"/>
1191 #errors
1192 /datagrid;no significant content;s
1193 /datagrid;element not defined;m
1194 /datagrid/@multiple;attribute not defined;m
1195
1196 #data
1197 <datagrid multiple="MULTIPLE" xmlns="http://www.w3.org/1999/xhtml"/>
1198 #errors
1199 /datagrid;no significant content;s
1200 /datagrid;element not defined;m
1201 /datagrid/@multiple;attribute not defined;m
1202
1203 #data
1204 <datagrid multiple="true" xmlns="http://www.w3.org/1999/xhtml"/>
1205 #errors
1206 /datagrid/@multiple;boolean:invalid;m
1207 /datagrid;no significant content;s
1208 /datagrid;element not defined;m
1209 /datagrid/@multiple;attribute not defined;m
1210
1211 #data
1212 <command xmlns="http://www.w3.org/1999/xhtml"/>
1213 #errors
1214
1215 #data
1216 <command default="" xmlns="http://www.w3.org/1999/xhtml"/>
1217 #errors
1218 /command/@default;attribute not defined;m
1219
1220 #data
1221 <command default="default" xmlns="http://www.w3.org/1999/xhtml"/>
1222 #errors
1223 /command/@default;attribute not defined;m
1224
1225 #data
1226 <command default="DEFAULT" xmlns="http://www.w3.org/1999/xhtml"/>
1227 #errors
1228 /command/@default;attribute not defined;m
1229
1230 #data
1231 <command default="true" xmlns="http://www.w3.org/1999/xhtml"/>
1232 #errors
1233 /command/@default;boolean:invalid;m
1234 /command/@default;attribute not defined;m
1235
1236 #data
1237 <command type="command" default="" xmlns="http://www.w3.org/1999/xhtml"/>
1238 #errors
1239 /command/@default;attribute not defined;m
1240
1241 #data
1242 <command type="checkbox" default="" xmlns="http://www.w3.org/1999/xhtml"/>
1243 #errors
1244 /command/@default;attribute not defined;m
1245 /command/@default;attribute not allowed:default;m
1246
1247 #data
1248 <command type="radio" default="" xmlns="http://www.w3.org/1999/xhtml"/>
1249 #errors
1250 /command/@default;attribute not defined;m
1251 /command/@default;attribute not allowed:default;m
1252
1253 #data
1254 <command checked="" xmlns="http://www.w3.org/1999/xhtml"/>
1255 #errors
1256 /command/@checked;attribute not allowed:checked;m
1257
1258 #data
1259 <command checked="checked" xmlns="http://www.w3.org/1999/xhtml"/>
1260 #errors
1261 /command/@checked;attribute not allowed:checked;m
1262
1263 #data
1264 <command checked="Checked" xmlns="http://www.w3.org/1999/xhtml"/>
1265 #errors
1266 /command/@checked;attribute not allowed:checked;m
1267
1268 #data
1269 <command checked="true" xmlns="http://www.w3.org/1999/xhtml"/>
1270 #errors
1271 /command/@checked;boolean:invalid;m
1272 /command/@checked;attribute not allowed:checked;m
1273
1274 #data
1275 <command type="radio" checked="checked" xmlns="http://www.w3.org/1999/xhtml"/>
1276 #errors
1277
1278 #data
1279 <command type="checkbox" checked="checked" xmlns="http://www.w3.org/1999/xhtml"/>
1280 #errors
1281
1282 #data
1283 <command type="RaDiO" checked="checked" xmlns="http://www.w3.org/1999/xhtml"/>
1284 #errors
1285
1286 #data
1287 <command hidden="" xmlns="http://www.w3.org/1999/xhtml"/>
1288 #errors
1289
1290 #data
1291 <command hidden="hidden" xmlns="http://www.w3.org/1999/xhtml"/>
1292 #errors
1293
1294 #data
1295 <command hidden="HIDDEN" xmlns="http://www.w3.org/1999/xhtml"/>
1296 #errors
1297
1298 #data
1299 <command hidden="true" xmlns="http://www.w3.org/1999/xhtml"/>
1300 #errors
1301 /command/@hidden;boolean:invalid;m
1302
1303 #data
1304 <command disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
1305 #errors
1306
1307 #data
1308 <command disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
1309 #errors
1310
1311 #data
1312 <command disabled="Disabled" xmlns="http://www.w3.org/1999/xhtml"/>
1313 #errors
1314
1315 #data
1316 <command disabled="true" xmlns="http://www.w3.org/1999/xhtml"/>
1317 #errors
1318 /command/@disabled;boolean:invalid;m
1319
1320 #data
1321 <command label="" xmlns="http://www.w3.org/1999/xhtml"/>
1322 #errors
1323
1324 #data
1325 <command label=" " xmlns="http://www.w3.org/1999/xhtml"/>
1326 #errors
1327
1328 #data
1329 <command label="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
1330 #errors
1331
1332 #data
1333 <command label="label" xmlns="http://www.w3.org/1999/xhtml"/>
1334 #errors
1335
1336 #data
1337 <command label="&#x4E00;" xmlns="http://www.w3.org/1999/xhtml"/>
1338 #errors
1339
1340 #data
1341 <command label="&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
1342 #errors
1343
1344 #data
1345 <command title="" xmlns="http://www.w3.org/1999/xhtml"/>
1346 #errors
1347
1348 #data
1349 <command title="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
1350 #errors
1351
1352 #data
1353 <command radiogroup="" xmlns="http://www.w3.org/1999/xhtml"/>
1354 #errors
1355 /command/@radiogroup;attribute not allowed:radiogroup;m
1356
1357 #data
1358 <command radiogroup="aa" xmlns="http://www.w3.org/1999/xhtml"/>
1359 #errors
1360 /command/@radiogroup;attribute not allowed:radiogroup;m
1361
1362 #data
1363 <command type="command" radiogroup="aa" xmlns="http://www.w3.org/1999/xhtml"/>
1364 #errors
1365 /command/@radiogroup;attribute not allowed:radiogroup;m
1366
1367 #data
1368 <command type="checkbox" radiogroup="aa" xmlns="http://www.w3.org/1999/xhtml"/>
1369 #errors
1370 /command/@radiogroup;attribute not allowed:radiogroup;m
1371
1372 #data
1373 <command type="radio" radiogroup="aa" xmlns="http://www.w3.org/1999/xhtml"/>
1374 #errors
1375
1376 #data
1377 <command type="" xmlns="http://www.w3.org/1999/xhtml"/>
1378 #errors
1379 /command/@type;enumerated:invalid;m
1380
1381 #data
1382 <command type=" " xmlns="http://www.w3.org/1999/xhtml"/>
1383 #errors
1384 /command/@type;enumerated:invalid;m
1385
1386 #data
1387 <command type="default" xmlns="http://www.w3.org/1999/xhtml"/>
1388 #errors
1389 /command/@type;enumerated:invalid;m
1390
1391 #data
1392 <command type="command" xmlns="http://www.w3.org/1999/xhtml"/>
1393 #errors
1394
1395 #data
1396 <command type="Command" xmlns="http://www.w3.org/1999/xhtml"/>
1397 #errors
1398
1399 #data
1400 <command type=" command" xmlns="http://www.w3.org/1999/xhtml"/>
1401 #errors
1402 /command/@type;enumerated:invalid;m
1403
1404 #data
1405 <command type="command " xmlns="http://www.w3.org/1999/xhtml"/>
1406 #errors
1407 /command/@type;enumerated:invalid;m
1408
1409 #data
1410 <command type="commandline" xmlns="http://www.w3.org/1999/xhtml"/>
1411 #errors
1412 /command/@type;enumerated:invalid;m
1413
1414 #data
1415 <command type="checkbox" xmlns="http://www.w3.org/1999/xhtml"/>
1416 #errors
1417
1418 #data
1419 <command type="CheckBox" xmlns="http://www.w3.org/1999/xhtml"/>
1420 #errors
1421
1422 #data
1423 <command type="check" xmlns="http://www.w3.org/1999/xhtml"/>
1424 #errors
1425 /command/@type;enumerated:invalid;m
1426
1427 #data
1428 <command type="radio" xmlns="http://www.w3.org/1999/xhtml"/>
1429 #errors
1430
1431 #data
1432 <command type="Radio" xmlns="http://www.w3.org/1999/xhtml"/>
1433 #errors
1434
1435 #data
1436 <command type="radiobutton" xmlns="http://www.w3.org/1999/xhtml"/>
1437 #errors
1438 /command/@type;enumerated:invalid;m
1439
1440 #data
1441 <command icon="" xmlns="http://www.w3.org/1999/xhtml"/>
1442 #errors
1443
1444 #data
1445 <command icon="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1446 #errors
1447
1448 #data
1449 <command icon="http://test/#test" xmlns="http://www.w3.org/1999/xhtml"/>
1450 #errors
1451
1452 #data
1453 <command icon="test" xmlns="http://www.w3.org/1999/xhtml"/>
1454 #errors
1455
1456 #data
1457 <command icon="[]" xmlns="http://www.w3.org/1999/xhtml"/>
1458 #errors
1459 /command/@icon;syntax error:iriref3987;m
1460
1461 #data
1462 <command icon="a b" xmlns="http://www.w3.org/1999/xhtml"/>
1463 #errors
1464 /command/@icon;syntax error:iriref3987;m
1465
1466 #data
1467 <bb type="" xmlns="http://www.w3.org/1999/xhtml"></bb>
1468 #errors
1469 /bb;no significant content;s
1470 /bb/@type;enumerated:invalid;m
1471 /bb;element not defined;m
1472 /bb/@type;attribute not defined;m
1473
1474 #data
1475 <bb type="type" xmlns="http://www.w3.org/1999/xhtml"></bb>
1476 #errors
1477 /bb;no significant content;s
1478 /bb/@type;enumerated:invalid;m
1479 /bb;element not defined;m
1480 /bb/@type;attribute not defined;m
1481
1482 #data
1483 <bb type="null" xmlns="http://www.w3.org/1999/xhtml"></bb>
1484 #errors
1485 /bb;no significant content;s
1486 /bb/@type;enumerated:invalid;m
1487 /bb;element not defined;m
1488 /bb/@type;attribute not defined;m
1489
1490 #data
1491 <bb type="makeapp" xmlns="http://www.w3.org/1999/xhtml"></bb>
1492 #errors
1493 /bb;no significant content;s
1494 /bb;element not defined;m
1495 /bb/@type;attribute not defined;m
1496
1497 #data
1498 <bb type="make application" xmlns="http://www.w3.org/1999/xhtml"></bb>
1499 #errors
1500 /bb/@type;enumerated:invalid;m
1501 /bb;no significant content;s
1502 /bb;element not defined;m
1503 /bb/@type;attribute not defined;m
1504
1505 #data
1506 <bb type="MakeApp" xmlns="http://www.w3.org/1999/xhtml"></bb>
1507 #errors
1508 /bb;no significant content;s
1509 /bb;element not defined;m
1510 /bb/@type;attribute not defined;m
1511
1512 #data
1513 <bb type=" makeapp " xmlns="http://www.w3.org/1999/xhtml"></bb>
1514 #errors
1515 /bb/@type;enumerated:invalid;m
1516 /bb;no significant content;s
1517 /bb;element not defined;m
1518 /bb/@type;attribute not defined;m
1519
1520 #data
1521 <bb type="button" xmlns="http://www.w3.org/1999/xhtml"></bb>
1522 #errors
1523 /bb/@type;enumerated:invalid;m
1524 /bb;no significant content;s
1525 /bb;element not defined;m
1526 /bb/@type;attribute not defined;m
1527
1528 #data
1529 <menu xmlns="http://www.w3.org/1999/xhtml"/>
1530 #errors
1531 /menu;no significant content;s
1532
1533 #data
1534 <menu label="" xmlns="http://www.w3.org/1999/xhtml"/>
1535 #errors
1536 /menu;no significant content;s
1537
1538 #data
1539 <menu label=" " xmlns="http://www.w3.org/1999/xhtml"/>
1540 #errors
1541 /menu;no significant content;s
1542
1543 #data
1544 <menu label="aa" xmlns="http://www.w3.org/1999/xhtml"/>
1545 #errors
1546 /menu;no significant content;s
1547
1548 #data
1549 <menu type="" xmlns="http://www.w3.org/1999/xhtml"/>
1550 #errors
1551 /menu/@type;enumerated:invalid;m
1552 /menu;no significant content;s
1553
1554 #data
1555 <menu type="type" xmlns="http://www.w3.org/1999/xhtml"/>
1556 #errors
1557 /menu;no significant content;s
1558 /menu/@type;enumerated:invalid;m
1559
1560 #data
1561 <menu type="toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
1562 #errors
1563 /menu;no significant content;s
1564
1565 #data
1566 <menu type="Toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
1567 #errors
1568 /menu;no significant content;s
1569
1570 #data
1571 <menu type=" toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
1572 #errors
1573 /menu/@type;enumerated:invalid;m
1574 /menu;no significant content;s
1575
1576 #data
1577 <menu type="context" xmlns="http://www.w3.org/1999/xhtml"/>
1578 #errors
1579 /menu;no significant content;s
1580
1581 #data
1582 <menu type="conteXt" xmlns="http://www.w3.org/1999/xhtml"/>
1583 #errors
1584 /menu;no significant content;s
1585
1586 #data
1587 <menu type="context " xmlns="http://www.w3.org/1999/xhtml"/>
1588 #errors
1589 /menu/@type;enumerated:invalid;m
1590 /menu;no significant content;s
1591
1592 #data
1593 <menu autosubmit="" xmlns="http://www.w3.org/1999/xhtml"/>
1594 #errors
1595 /menu;no significant content;s
1596 /menu/@autosubmit;attribute not defined;m
1597
1598 #data
1599 <menu autosubmit="autosubmit" xmlns="http://www.w3.org/1999/xhtml"/>
1600 #errors
1601 /menu;no significant content;s
1602 /menu/@autosubmit;attribute not defined;m
1603
1604 #data
1605 <menu autosubmit="yes" xmlns="http://www.w3.org/1999/xhtml"/>
1606 #errors
1607 /menu/@autosubmit;boolean:invalid;m
1608 /menu;no significant content;s
1609 /menu/@autosubmit;attribute not defined;m
1610
1611 #data
1612 <menu autosubmit="AUTOSubmit" xmlns="http://www.w3.org/1999/xhtml"/>
1613 #errors
1614 /menu;no significant content;s
1615 /menu/@autosubmit;attribute not defined;m
1616
1617 #data
1618 <menu autosubmit="AutoSubmit" xmlns="http://www.w3.org/1999/xhtml"/>
1619 #errors
1620 /menu;no significant content;s
1621 /menu/@autosubmit;attribute not defined;m
1622
1623 #data
1624 <p contextmenu="" xmlns="http://www.w3.org/1999/xhtml"/>
1625 #errors
1626 /p/@contextmenu;no referenced menu;m
1627 /p;no significant content;s
1628
1629 #data
1630 <p contextmenu="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
1631 #errors
1632 /p/@contextmenu;no referenced menu;m
1633 /p;no significant content;s
1634
1635 #data
1636 <div xmlns="http://www.w3.org/1999/xhtml">
1637 <p contextmenu=""/><menu id=""/>
1638 </div>
1639 #errors
1640 /div/menu/@id;empty attribute value;m
1641 /div;no significant content;s
1642 /div/p;no significant content;s
1643 /div/menu;no significant content;s
1644 /div/p/@contextmenu;no referenced menu;m
1645
1646 #data
1647 <div xmlns="http://www.w3.org/1999/xhtml">
1648 <p contextmenu="a"/><menu id="a"/>
1649 </div>
1650 #errors
1651 /div;no significant content;s
1652 /div/p;no significant content;s
1653 /div/menu;no significant content;s
1654
1655 #data
1656 <div xmlns="http://www.w3.org/1999/xhtml">
1657 <p contextmenu="a"/><menu id="A"/>
1658 </div>
1659 #errors
1660 /div/p/@contextmenu;no referenced menu;m
1661 /div;no significant content;s
1662 /div/p;no significant content;s
1663 /div/menu;no significant content;s
1664
1665 #data
1666 <div xmlns="http://www.w3.org/1999/xhtml">
1667 <menu id="a"/><p contextmenu="a"/>
1668 </div>
1669 #errors
1670 /div;no significant content;s
1671 /div/menu;no significant content;s
1672 /div/p;no significant content;s
1673
1674 #data
1675 <div contextmenu="a" xmlns="http://www.w3.org/1999/xhtml">
1676 <menu id="a"/>
1677 </div>
1678 #errors
1679 /div;no significant content;s
1680 /div/menu;no significant content;s
1681
1682 #data
1683 <menu id="a" xmlns="http://www.w3.org/1999/xhtml">
1684 <span contextmenu="a"/>
1685 </menu>
1686 #errors
1687 /menu;no significant content;s
1688 /menu/span;no significant content;s
1689
1690 #data
1691 <div xmlns="http://www.w3.org/1999/xhtml">
1692 <p contextmenu="a a"/><menu id="a a"/>
1693 </div>
1694 #errors
1695 /div/menu/@id;space in ID;m
1696 /div;no significant content;s
1697 /div/p;no significant content;s
1698 /div/menu;no significant content;s
1699
1700 #data
1701 <div xmlns="http://www.w3.org/1999/xhtml">
1702 <p contextmenu="a a"/><menu id="a"/>
1703 </div>
1704 #errors
1705 /div/p/@contextmenu;no referenced menu;m
1706 /div;no significant content;s
1707 /div/p;no significant content;s
1708 /div/menu;no significant content;s
1709
1710 #data
1711 <div xmlns="http://www.w3.org/1999/xhtml">
1712 <p contextmenu="a a"/><menu id="a a"/>
1713 </div>
1714 #errors
1715 /div/p/@contextmenu;no referenced menu;m
1716 /div/menu/@id;space in ID;m
1717 /div;no significant content;s
1718 /div/p;no significant content;s
1719 /div/menu;no significant content;s
1720
1721 #data
1722 <div xmlns="http://www.w3.org/1999/xhtml">
1723 <p contextmenu="a"/><ul id="a"/>
1724 </div>
1725 #errors
1726 /div/p/@contextmenu;no referenced menu;m
1727 /div;no significant content;s
1728 /div/p;no significant content;s

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24