/[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.7 - (hide annotations) (download)
Sun Aug 16 07:42:07 2009 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +6 -0 lines
++ whatpm/t/ChangeLog	16 Aug 2009 07:32:33 -0000
	* ContentChecker.t: Added a new test data file.

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

++ whatpm/t/dom-conformance/ChangeLog	16 Aug 2009 07:33:45 -0000
	* html-interactive-2.dat: New test data file.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	16 Aug 2009 07:33:26 -0000
	* HTML.pm: defer="" w/o src="" is no longer allowed (HTML5
	revision 3550).

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

1 wakaba 1.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 wakaba 1.5 /head/noscript/eventsource;element not defined;m
104     /head/noscript/eventsource/@src;attribute not defined;m
105 wakaba 1.1
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 wakaba 1.5 /em/eventsource;element not defined;m
266 wakaba 1.1
267     #data
268     <p xmlns="http://www.w3.org/1999/xhtml"><eventsource/></p>
269     #errors
270     /p;no significant content;s
271 wakaba 1.5 /p/eventsource;element not defined;m
272 wakaba 1.1
273     #data
274     <div xmlns="http://www.w3.org/1999/xhtml"><eventsource/></div>
275     #errors
276     /div;no significant content;s
277 wakaba 1.5 /div/eventsource;element not defined;m
278 wakaba 1.1
279     #data
280     <section xmlns="http://www.w3.org/1999/xhtml"><eventsource/></section>
281     #errors
282     /section;no significant content;s
283 wakaba 1.5 /section/eventsource;element not defined;m
284 wakaba 1.1
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 wakaba 1.6 /bb;element not defined;m
369 wakaba 1.1
370     #data
371     <bb xmlns="http://www.w3.org/1999/xhtml"> </bb>
372     #errors
373     /bb;no significant content;s
374 wakaba 1.6 /bb;element not defined;m
375 wakaba 1.1
376     #data
377     <bb xmlns="http://www.w3.org/1999/xhtml">x</bb>
378     #errors
379 wakaba 1.6 /bb;element not defined;m
380 wakaba 1.1
381     #data
382     <bb xmlns="http://www.w3.org/1999/xhtml"><em>x</em></bb>
383     #errors
384 wakaba 1.6 /bb;element not defined;m
385 wakaba 1.1
386     #data
387     <bb xmlns="http://www.w3.org/1999/xhtml">x<em>y</em>z</bb>
388     #errors
389 wakaba 1.6 /bb;element not defined;m
390 wakaba 1.1
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 wakaba 1.6 /bb;element not defined;m
396 wakaba 1.1
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 wakaba 1.6 /bb;element not defined;m
403 wakaba 1.1
404     #data
405     <bb xmlns="http://www.w3.org/1999/xhtml">x<script>y</script></bb>
406     #errors
407     /bb/script;SUBDOC
408 wakaba 1.6 /bb;element not defined;m
409 wakaba 1.1
410     #data
411     <bb xmlns="http://www.w3.org/1999/xhtml"><ins>x</ins></bb>
412     #errors
413 wakaba 1.6 /bb;element not defined;m
414 wakaba 1.1
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 wakaba 1.6 /bb;element not defined;m
420 wakaba 1.1
421     #data
422     <p xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></p>
423     #errors
424 wakaba 1.6 /p/bb;element not defined;m
425 wakaba 1.1
426     #data
427     <em xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></em>
428     #errors
429 wakaba 1.6 /em/bb;element not defined;m
430 wakaba 1.1
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 wakaba 1.6 /br/bb;element not defined;m
436 wakaba 1.1
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 wakaba 1.6 /title/bb;element not defined;m
442 wakaba 1.1
443     #data
444     <td xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></td>
445     #errors
446 wakaba 1.6 /td/bb;element not defined;m
447 wakaba 1.1
448     #data
449     <ins xmlns="http://www.w3.org/1999/xhtml"><bb>x</bb></ins>
450     #errors
451 wakaba 1.6 /ins/bb;element not defined;m
452 wakaba 1.1
453     #data
454     <p xmlns="http://www.w3.org/1999/xhtml"><del><bb>x</bb></del>y</p>
455     #errors
456 wakaba 1.6 /p/del/bb;element not defined;m
457 wakaba 1.1
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 wakaba 1.6 /p/bb;element not defined;m
464 wakaba 1.1
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 wakaba 1.6 /bb;element not defined;m
472 wakaba 1.1
473     #data
474     <bb xmlns="http://www.w3.org/1999/xhtml">
475     <video src="">a</video>
476     </bb>
477     #errors
478 wakaba 1.6 /bb;element not defined;m
479 wakaba 1.1
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 wakaba 1.6 /bb;element not defined;m
487 wakaba 1.1
488     #data
489     <bb xmlns="http://www.w3.org/1999/xhtml">
490     <audio src="">a</audio>
491     </bb>
492     #errors
493 wakaba 1.6 /bb;element not defined;m
494 wakaba 1.1
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 wakaba 1.6 /bb;element not defined;m
502 wakaba 1.1
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 wakaba 1.6 /bb;element not defined;m
510 wakaba 1.1
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 wakaba 1.6 /bb;element not defined;m
518 wakaba 1.1
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 wakaba 1.6 /bb;element not defined;m
526 wakaba 1.1
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 wakaba 1.6 /bb;element not defined;m
534 wakaba 1.1
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 wakaba 1.6 /bb;element not defined;m
542 wakaba 1.1
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 wakaba 1.6 /bb;element not defined;m
550 wakaba 1.1
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 wakaba 1.6 /bb;element not defined;m
558 wakaba 1.1
559     #data
560     <bb xmlns="http://www.w3.org/1999/xhtml">
561     <bb>a</bb>
562     </bb>
563     #errors
564     /bb/bb;element not allowed:minus;m
565 wakaba 1.6 /bb;element not defined;m
566     /bb/bb;element not defined;m
567 wakaba 1.1
568     #data
569     <bb xmlns="http://www.w3.org/1999/xhtml">
570     <menu>a</menu>
571     </bb>
572     #errors
573 wakaba 1.6 /bb;element not defined;m
574 wakaba 1.1
575     #data
576     <bb xmlns="http://www.w3.org/1999/xhtml">
577     <menu type="toolbar">a</menu>
578     </bb>
579     #errors
580     /bb/menu;element not allowed:minus;m
581 wakaba 1.6 /bb;element not defined;m
582 wakaba 1.1
583     #data
584     <bb xmlns="http://www.w3.org/1999/xhtml">
585     <datatemplate>
586     <rule>
587     <a:content type="xhtml" xmlns:a="http://www.w3.org/2005/Atom">
588     <div>
589     <a>x</a>
590     </div>
591     </a:content>
592     </rule>
593     </datatemplate>
594     </bb>
595     #errors
596     /bb/datatemplate/rule/content/div/a;element not allowed:minus;m
597     /bb/datatemplate;element not allowed:phrasing;m
598 wakaba 1.6 /bb;element not defined;m
599 wakaba 1.1
600     #data
601     <script xmlns="http://www.w3.org/1999/xhtml"/>
602     #errors
603     /script;SUBDOC
604    
605     #data
606     <script type="" xmlns="http://www.w3.org/1999/xhtml"/>
607     #errors
608     /script/@type;IMT:syntax error;m
609     /script;SUBDOC
610    
611     #data
612     <script type="text/javascript" xmlns="http://www.w3.org/1999/xhtml"/>
613     #errors
614     /script/@type;IMT:obsolete subtype;w
615     /script;SUBDOC
616    
617     #data
618     <script type="text/javascript;e4x=1" xmlns="http://www.w3.org/1999/xhtml"/>
619     #errors
620     /script/@type;IMT:obsolete subtype;w
621     /script/@type;IMT:parameter not allowed;m
622     /script;SUBDOC
623    
624     #data
625     <script type="text/JavaScript;E4X=1" xmlns="http://www.w3.org/1999/xhtml"/>
626     #errors
627     /script/@type;IMT:obsolete subtype;w
628     /script/@type;IMT:parameter not allowed;m
629     /script;SUBDOC
630    
631     #data
632     <script type="text/javascript;e4x=&quot;1&quot;"
633     xmlns="http://www.w3.org/1999/xhtml"/>
634     #errors
635     /script/@type;IMT:obsolete subtype;w
636     /script/@type;IMT:parameter not allowed;m
637     /script;SUBDOC
638    
639     #data
640     <script type="text/javascript;e4x=&quot;\1&quot;"
641     xmlns="http://www.w3.org/1999/xhtml"/>
642     #errors
643     /script/@type;IMT:obsolete subtype;w
644     /script/@type;IMT:parameter not allowed;m
645     /script;SUBDOC
646    
647     #data
648     <script type="text/javascript; ~=a"
649     xmlns="http://www.w3.org/1999/xhtml"/>
650     #errors
651     /script/@type;IMT:obsolete subtype;w
652     /script/@type;IMT:attribute syntax error;m
653     /script/@type;IMT:parameter not allowed;m
654     /script;SUBDOC
655    
656     #data
657     <script type="text~/javascript"
658     xmlns="http://www.w3.org/1999/xhtml"/>
659     #errors
660     /script/@type;IMT:unregistered type;m
661     /script/@type;IMT:type syntax error;m
662     /script;SUBDOC
663    
664     #data
665     <script type="text/javascript~"
666     xmlns="http://www.w3.org/1999/xhtml"/>
667     #errors
668     /script/@type;IMT:unknown subtype;u
669     /script/@type;IMT:subtype syntax error;m
670     /script;SUBDOC
671    
672     #data
673     <script src="http://test/" type="text/javascript"
674     xmlns="http://www.w3.org/1999/xhtml"/>
675     #errors
676     /script/@type;IMT:obsolete subtype;w
677    
678     #data
679     <script src="http://test/%" type="text/javascript"
680     xmlns="http://www.w3.org/1999/xhtml"/>
681     #errors
682     /script/@src;syntax error:iriref3987;m
683     /script/@type;IMT:obsolete subtype;w
684    
685     #data
686     <script defer="" xmlns="http://www.w3.org/1999/xhtml"/>
687     #errors
688     /script;SUBDOC
689 wakaba 1.7 /script;attribute missing;src;m
690 wakaba 1.1
691     #data
692     <script src="http://test/" defer=""
693     xmlns="http://www.w3.org/1999/xhtml"/>
694     #errors
695    
696     #data
697     <script defer="defer" xmlns="http://www.w3.org/1999/xhtml"/>
698     #errors
699     /script;SUBDOC
700 wakaba 1.7 /script;attribute missing;src;m
701 wakaba 1.1
702     #data
703     <script src="http://test/" defer="defer"
704     xmlns="http://www.w3.org/1999/xhtml"/>
705     #errors
706    
707     #data
708     <script defer="DEFER" xmlns="http://www.w3.org/1999/xhtml"/>
709     #errors
710     /script;SUBDOC
711 wakaba 1.7 /script;attribute missing;src;m
712 wakaba 1.1
713     #data
714     <script defer="true" xmlns="http://www.w3.org/1999/xhtml"/>
715     #errors
716     /script/@defer;boolean:invalid;m
717     /script;SUBDOC
718 wakaba 1.7 /script;attribute missing;src;m
719 wakaba 1.1
720     #data
721     <script src="http://test/" defer="true"
722     xmlns="http://www.w3.org/1999/xhtml"/>
723     #errors
724     /script/@defer;boolean:invalid;m
725    
726     #data
727     <script async="" xmlns="http://www.w3.org/1999/xhtml"/>
728     #errors
729     /script;SUBDOC
730    
731     #data
732     <script src="http://test/" async=""
733     xmlns="http://www.w3.org/1999/xhtml"/>
734     #errors
735    
736     #data
737     <script async="async" xmlns="http://www.w3.org/1999/xhtml"/>
738     #errors
739     /script;SUBDOC
740    
741     #data
742     <script src="http://test/" async="async"
743     xmlns="http://www.w3.org/1999/xhtml"/>
744     #errors
745    
746     #data
747     <script async="true" xmlns="http://www.w3.org/1999/xhtml"/>
748     #errors
749     /script/@async;boolean:invalid;m
750     /script;SUBDOC
751    
752     #data
753     <script src="http://test/" async="true"
754     xmlns="http://www.w3.org/1999/xhtml"/>
755     #errors
756     /script/@async;boolean:invalid;m
757    
758     #data
759     <script src="http://test/" async="aSync"
760     xmlns="http://www.w3.org/1999/xhtml"/>
761     #errors
762    
763     #data
764     <script defer="" async="" xmlns="http://www.w3.org/1999/xhtml"/>
765     #errors
766     /script;SUBDOC
767 wakaba 1.7 /script;attribute missing;src;m
768 wakaba 1.1
769     #data
770     <script defer="defer" async="async" xmlns="http://www.w3.org/1999/xhtml"/>
771     #errors
772     /script;SUBDOC
773 wakaba 1.7 /script;attribute missing;src;m
774 wakaba 1.1
775     #data
776     <script src="" defer="" async="" xmlns="http://www.w3.org/1999/xhtml"/>
777     #errors
778    
779     #data
780     <script language="javascript" xmlns="http://www.w3.org/1999/xhtml"/>
781     #errors
782     /script/@language;attribute not defined;m
783     /script;SUBDOC
784    
785     #data
786     <script langauge="javascript" xmlns="http://www.w3.org/1999/xhtml"/>
787     #errors
788     /script/@langauge;attribute not defined;m
789     /script;SUBDOC
790    
791     #data
792     <script langage="javascript" xmlns="http://www.w3.org/1999/xhtml"/>
793     #errors
794     /script/@langage;attribute not defined;m
795     /script;SUBDOC
796    
797     #data
798     <script languege="javascript" xmlns="http://www.w3.org/1999/xhtml"/>
799     #errors
800     /script/@languege;attribute not defined;m
801     /script;SUBDOC
802    
803     #data
804     <script language="JavaScript" xmlns="http://www.w3.org/1999/xhtml"/>
805     #errors
806     /script/@language;attribute not defined;m
807     /script;SUBDOC
808    
809     #data
810     <script language="jscript" xmlns="http://www.w3.org/1999/xhtml"/>
811     #errors
812     /script/@language;attribute not defined;m
813     /script;SUBDOC
814    
815     #data
816     <script language="javascript1.2" xmlns="http://www.w3.org/1999/xhtml"/>
817     #errors
818     /script/@language;attribute not defined;m
819     /script;SUBDOC
820    
821     #data
822     <script language="vbscript" xmlns="http://www.w3.org/1999/xhtml"/>
823     #errors
824     /script/@language;attribute not defined;m
825     /script;SUBDOC
826    
827     #data
828     <script language="XML" xmlns="http://www.w3.org/1999/xhtml"/>
829     #errors
830     /script/@language;attribute not defined;m
831     /script;XML script lang;text/xml;u
832    
833     #data
834     <script charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"/>
835     #errors
836     /script/@charset;attribute not allowed;m
837     /script;SUBDOC
838    
839     #data
840     <script src="" charset="" xmlns="http://www.w3.org/1999/xhtml"/>
841     #errors
842     /script/@charset;charset:syntax error;m
843     /script/@charset;charset:not registered;w
844    
845     #data
846     <script src="" charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"/>
847     #errors
848    
849     #data
850     <event-source xmlns="http://www.w3.org/1999/xhtml"/>
851     #errors
852     /event-source;element not defined;m
853    
854     #data
855     <event-source src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
856     #errors
857     /event-source;element not defined;m
858     /event-source/@src;attribute not defined;m
859    
860     #data
861     <event-source src="http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
862     #errors
863     /event-source/@src;syntax error:iriref3987;m
864     /event-source;element not defined;m
865     /event-source/@src;attribute not defined;m
866    
867     #data
868     <eventsource xmlns="http://www.w3.org/1999/xhtml"/>
869     #errors
870 wakaba 1.5 /eventsource;element not defined;m
871 wakaba 1.1
872     #data
873     <eventsource src="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
874     #errors
875 wakaba 1.5 /eventsource;element not defined;m
876     /eventsource/@src;attribute not defined;m
877 wakaba 1.1
878     #data
879     <eventsource src="http://test/`" xmlns="http://www.w3.org/1999/xhtml"/>
880     #errors
881     /eventsource/@src;syntax error:iriref3987;m
882 wakaba 1.5 /eventsource/@src;attribute not defined;m
883     /eventsource;element not defined;m
884 wakaba 1.1
885     #data
886     <details xmlns="http://www.w3.org/1999/xhtml"/>
887     #errors
888     /details;no significant content;s
889     /details;child element missing;legend;m
890    
891     #data
892     <details open="" xmlns="http://www.w3.org/1999/xhtml"/>
893     #errors
894     /details;no significant content;s
895     /details;child element missing;legend;m
896    
897     #data
898     <details open="open" xmlns="http://www.w3.org/1999/xhtml"/>
899     #errors
900     /details;no significant content;s
901     /details;child element missing;legend;m
902    
903     #data
904     <details open="OPEN" xmlns="http://www.w3.org/1999/xhtml"/>
905     #errors
906     /details;no significant content;s
907     /details;child element missing;legend;m
908    
909     #data
910     <details open="true" xmlns="http://www.w3.org/1999/xhtml"/>
911     #errors
912     /details/@open;boolean:invalid;m
913     /details;no significant content;s
914     /details;child element missing;legend;m
915    
916     #data
917     <datagrid xmlns="http://www.w3.org/1999/xhtml"/>
918     #errors
919 wakaba 1.3 /datagrid;no significant content;s
920 wakaba 1.1
921     #data
922     <datagrid xmlns="http://www.w3.org/1999/xhtml"> </datagrid>
923     #errors
924 wakaba 1.3 /datagrid;no significant content;s
925 wakaba 1.1
926     #data
927     <datagrid xmlns="http://www.w3.org/1999/xhtml"><!----></datagrid>
928     #errors
929 wakaba 1.3 /datagrid;no significant content;s
930 wakaba 1.1
931     #data
932     <datagrid xmlns="http://www.w3.org/1999/xhtml">aaa</datagrid>
933     #errors
934    
935     #data
936     <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/></datagrid>
937     #errors
938     /datagrid;no significant content;s
939     /datagrid/p;no significant content;s
940    
941     #data
942     <datagrid xmlns="http://www.w3.org/1999/xhtml"><br/></datagrid>
943     #errors
944     /datagrid;no significant content;s
945    
946     #data
947     <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/><p/></datagrid>
948     #errors
949     /datagrid;no significant content;s
950     /datagrid/p;no significant content;s
951     /datagrid/p;no significant content;s
952    
953     #data
954     <datagrid xmlns="http://www.w3.org/1999/xhtml"> <p/> <p/> </datagrid>
955     #errors
956     /datagrid;no significant content;s
957     /datagrid/p;no significant content;s
958     /datagrid/p;no significant content;s
959    
960     #data
961     <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/>&amp;<p/></datagrid>
962     #errors
963     /datagrid/p;no significant content;s
964     /datagrid/p;no significant content;s
965    
966     #data
967     <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/><table/></datagrid>
968     #errors
969     /datagrid;no significant content;s
970     /datagrid/p;no significant content;s
971    
972     #data
973     <datagrid xmlns="http://www.w3.org/1999/xhtml"><ul/></datagrid>
974     #errors
975     /datagrid;no significant content;s
976    
977     #data
978     <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/></datagrid>
979     #errors
980 wakaba 1.3 /datagrid;no significant content;s
981 wakaba 1.1
982     #data
983     <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/><table/></datagrid>
984     #errors
985 wakaba 1.3 /datagrid;no significant content;s
986 wakaba 1.1
987     #data
988     <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/><p/><table/></datagrid>
989     #errors
990 wakaba 1.3 /datagrid;no significant content;s
991 wakaba 1.1 /datagrid/p;no significant content;s
992    
993     #data
994     <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<table/></datagrid>
995     #errors
996    
997     #data
998     <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<select/></datagrid>
999     #errors
1000    
1001     #data
1002     <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<datalist/></datagrid>
1003     #errors
1004    
1005     #data
1006     <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<p/><table/></datagrid>
1007     #errors
1008     /datagrid/p;no significant content;s
1009    
1010     #data
1011     <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<p/><select/></datagrid>
1012     #errors
1013     /datagrid/p;no significant content;s
1014    
1015     #data
1016     <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<p/><datalist/></datagrid>
1017     #errors
1018     /datagrid/p;no significant content;s
1019    
1020     #data
1021     <datagrid xmlns="http://www.w3.org/1999/xhtml"><select/></datagrid>
1022     #errors
1023 wakaba 1.3 /datagrid;no significant content;s
1024 wakaba 1.1
1025     #data
1026     <datagrid xmlns="http://www.w3.org/1999/xhtml"><datalist/></datagrid>
1027     #errors
1028 wakaba 1.3 /datagrid;no significant content;s
1029 wakaba 1.1
1030     #data
1031     <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/>aa</datagrid>
1032     #errors
1033    
1034     #data
1035     <datagrid xmlns="http://www.w3.org/1999/xhtml"><select/>aa</datagrid>
1036     #errors
1037    
1038     #data
1039     <datagrid xmlns="http://www.w3.org/1999/xhtml"><datalist/>aa</datagrid>
1040     #errors
1041    
1042     #data
1043     <datagrid xmlns="http://www.w3.org/1999/xhtml"><datagrid/></datagrid>
1044     #errors
1045 wakaba 1.3 /datagrid;no significant content;s
1046     /datagrid/datagrid;no significant content;s
1047 wakaba 1.1 /datagrid/datagrid;element not allowed:minus;m
1048    
1049     #data
1050     <datagrid xmlns="http://www.w3.org/1999/xhtml"><div><datagrid/></div></datagrid>
1051     #errors
1052     /datagrid/div/datagrid;element not allowed:minus;m
1053 wakaba 1.3 /datagrid/div/datagrid;no significant content;s
1054 wakaba 1.1 /datagrid;no significant content;s
1055     /datagrid/div;no significant content;s
1056    
1057     #data
1058     <datagrid xmlns="http://www.w3.org/1999/xhtml">
1059     <p><a/></p>
1060     </datagrid>
1061     #errors
1062     /datagrid/p/a;element not allowed:minus;m
1063     /datagrid;no significant content;s
1064     /datagrid/p;no significant content;s
1065    
1066     #data
1067     <datagrid xmlns="http://www.w3.org/1999/xhtml">
1068     <details><legend/></details>
1069     </datagrid>
1070     #errors
1071     /datagrid;no significant content;s
1072     /datagrid/details;no significant content;s
1073     /datagrid/details/legend;no significant content;s
1074    
1075     #data
1076     <a xmlns="http://www.w3.org/1999/xhtml">
1077     <details>
1078     <legend/>
1079     </details>
1080     </a>
1081     #errors
1082     /a;no significant content;s
1083     /a/details;no significant content;s
1084     /a/details/legend;no significant content;s
1085     /a/details;element not allowed:minus;m
1086    
1087     #data
1088     <a xmlns="http://www.w3.org/1999/xhtml">
1089     <span>
1090     <details><legend/></details>
1091     </span>
1092     </a>
1093     #errors
1094     /a;no significant content;s
1095     /a/span;no significant content;s
1096     /a/span/details;no significant content;s
1097     /a/span/details/legend;no significant content;s
1098     /a/span/details;element not allowed:minus;m
1099    
1100     #data
1101     <a xmlns="http://www.w3.org/1999/xhtml">
1102     <datagrid/>
1103     </a>
1104     #errors
1105     /a/datagrid;element not allowed:minus;m
1106 wakaba 1.3 /a/datagrid;no significant content;s
1107 wakaba 1.1 /a;no significant content;s
1108    
1109     #data
1110     <a xmlns="http://www.w3.org/1999/xhtml">
1111     <span><datagrid/></span>
1112     </a>
1113     #errors
1114     /a/span/datagrid;element not allowed:minus;m
1115 wakaba 1.3 /a/span/datagrid;no significant content;s
1116 wakaba 1.1 /a;no significant content;s
1117     /a/span;no significant content;s
1118    
1119     #data
1120     <datagrid disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
1121     #errors
1122 wakaba 1.3 /datagrid;no significant content;s
1123 wakaba 1.1
1124     #data
1125     <datagrid disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
1126     #errors
1127 wakaba 1.3 /datagrid;no significant content;s
1128 wakaba 1.1
1129     #data
1130     <datagrid disabled="Disabled" xmlns="http://www.w3.org/1999/xhtml"/>
1131     #errors
1132 wakaba 1.3 /datagrid;no significant content;s
1133 wakaba 1.1
1134     #data
1135     <datagrid disabled="true" xmlns="http://www.w3.org/1999/xhtml"/>
1136     #errors
1137     /datagrid/@disabled;boolean:invalid;m
1138 wakaba 1.3 /datagrid;no significant content;s
1139 wakaba 1.1
1140     #data
1141     <datagrid multiple="" xmlns="http://www.w3.org/1999/xhtml"/>
1142     #errors
1143 wakaba 1.3 /datagrid;no significant content;s
1144 wakaba 1.1
1145     #data
1146     <datagrid multiple="multiple" xmlns="http://www.w3.org/1999/xhtml"/>
1147     #errors
1148 wakaba 1.3 /datagrid;no significant content;s
1149 wakaba 1.1
1150     #data
1151     <datagrid multiple="MULTIPLE" xmlns="http://www.w3.org/1999/xhtml"/>
1152     #errors
1153 wakaba 1.3 /datagrid;no significant content;s
1154 wakaba 1.1
1155     #data
1156     <datagrid multiple="true" xmlns="http://www.w3.org/1999/xhtml"/>
1157     #errors
1158     /datagrid/@multiple;boolean:invalid;m
1159 wakaba 1.3 /datagrid;no significant content;s
1160 wakaba 1.1
1161     #data
1162     <command xmlns="http://www.w3.org/1999/xhtml"/>
1163     #errors
1164    
1165     #data
1166     <command default="" xmlns="http://www.w3.org/1999/xhtml"/>
1167     #errors
1168 wakaba 1.4 /command/@default;attribute not defined;m
1169 wakaba 1.1
1170     #data
1171     <command default="default" xmlns="http://www.w3.org/1999/xhtml"/>
1172     #errors
1173 wakaba 1.4 /command/@default;attribute not defined;m
1174 wakaba 1.1
1175     #data
1176     <command default="DEFAULT" xmlns="http://www.w3.org/1999/xhtml"/>
1177     #errors
1178 wakaba 1.4 /command/@default;attribute not defined;m
1179 wakaba 1.1
1180     #data
1181     <command default="true" xmlns="http://www.w3.org/1999/xhtml"/>
1182     #errors
1183     /command/@default;boolean:invalid;m
1184 wakaba 1.4 /command/@default;attribute not defined;m
1185 wakaba 1.1
1186     #data
1187     <command checked="" xmlns="http://www.w3.org/1999/xhtml"/>
1188     #errors
1189    
1190     #data
1191     <command checked="checked" xmlns="http://www.w3.org/1999/xhtml"/>
1192     #errors
1193    
1194     #data
1195     <command checked="Checked" xmlns="http://www.w3.org/1999/xhtml"/>
1196     #errors
1197    
1198     #data
1199     <command checked="true" xmlns="http://www.w3.org/1999/xhtml"/>
1200     #errors
1201     /command/@checked;boolean:invalid;m
1202    
1203     #data
1204     <command hidden="" xmlns="http://www.w3.org/1999/xhtml"/>
1205     #errors
1206    
1207     #data
1208     <command hidden="hidden" xmlns="http://www.w3.org/1999/xhtml"/>
1209     #errors
1210    
1211     #data
1212     <command hidden="HIDDEN" xmlns="http://www.w3.org/1999/xhtml"/>
1213     #errors
1214    
1215     #data
1216     <command hidden="true" xmlns="http://www.w3.org/1999/xhtml"/>
1217     #errors
1218     /command/@hidden;boolean:invalid;m
1219    
1220     #data
1221     <command disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
1222     #errors
1223    
1224     #data
1225     <command disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
1226     #errors
1227    
1228     #data
1229     <command disabled="Disabled" xmlns="http://www.w3.org/1999/xhtml"/>
1230     #errors
1231    
1232     #data
1233     <command disabled="true" xmlns="http://www.w3.org/1999/xhtml"/>
1234     #errors
1235     /command/@disabled;boolean:invalid;m
1236    
1237     #data
1238     <command label="" xmlns="http://www.w3.org/1999/xhtml"/>
1239     #errors
1240    
1241     #data
1242     <command label=" " xmlns="http://www.w3.org/1999/xhtml"/>
1243     #errors
1244    
1245     #data
1246     <command label="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
1247     #errors
1248    
1249     #data
1250     <command label="label" xmlns="http://www.w3.org/1999/xhtml"/>
1251     #errors
1252    
1253     #data
1254     <command label="&#x4E00;" xmlns="http://www.w3.org/1999/xhtml"/>
1255     #errors
1256    
1257     #data
1258     <command label="&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
1259     #errors
1260    
1261     #data
1262     <command title="" xmlns="http://www.w3.org/1999/xhtml"/>
1263     #errors
1264    
1265     #data
1266     <command title="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
1267     #errors
1268    
1269     #data
1270     <command radiogroup="" xmlns="http://www.w3.org/1999/xhtml"/>
1271     #errors
1272    
1273     #data
1274     <command radiogroup="aa" xmlns="http://www.w3.org/1999/xhtml"/>
1275     #errors
1276    
1277     #data
1278     <command type="" xmlns="http://www.w3.org/1999/xhtml"/>
1279     #errors
1280     /command/@type;invalid attribute value;m
1281    
1282     #data
1283     <command type=" " xmlns="http://www.w3.org/1999/xhtml"/>
1284     #errors
1285     /command/@type;invalid attribute value;m
1286    
1287     #data
1288     <command type="default" xmlns="http://www.w3.org/1999/xhtml"/>
1289     #errors
1290     /command/@type;invalid attribute value;m
1291    
1292     #data
1293     <command type="command" xmlns="http://www.w3.org/1999/xhtml"/>
1294     #errors
1295    
1296     #data
1297     <command type="Command" xmlns="http://www.w3.org/1999/xhtml"/>
1298     #errors
1299     /command/@type;invalid attribute value;m
1300    
1301     #data
1302     <command type=" command" xmlns="http://www.w3.org/1999/xhtml"/>
1303     #errors
1304     /command/@type;invalid attribute value;m
1305    
1306     #data
1307     <command type="command " xmlns="http://www.w3.org/1999/xhtml"/>
1308     #errors
1309     /command/@type;invalid attribute value;m
1310    
1311     #data
1312     <command type="commandline" xmlns="http://www.w3.org/1999/xhtml"/>
1313     #errors
1314     /command/@type;invalid attribute value;m
1315    
1316     #data
1317     <command type="checkbox" xmlns="http://www.w3.org/1999/xhtml"/>
1318     #errors
1319    
1320     #data
1321     <command type="check" xmlns="http://www.w3.org/1999/xhtml"/>
1322     #errors
1323     /command/@type;invalid attribute value;m
1324    
1325     #data
1326     <command type="radio" xmlns="http://www.w3.org/1999/xhtml"/>
1327     #errors
1328    
1329     #data
1330     <command type="radiobutton" xmlns="http://www.w3.org/1999/xhtml"/>
1331     #errors
1332     /command/@type;invalid attribute value;m
1333    
1334     #data
1335     <command icon="" xmlns="http://www.w3.org/1999/xhtml"/>
1336     #errors
1337    
1338     #data
1339     <command icon="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1340     #errors
1341    
1342     #data
1343     <command icon="http://test/#test" xmlns="http://www.w3.org/1999/xhtml"/>
1344     #errors
1345    
1346     #data
1347     <command icon="test" xmlns="http://www.w3.org/1999/xhtml"/>
1348     #errors
1349    
1350     #data
1351     <command icon="[]" xmlns="http://www.w3.org/1999/xhtml"/>
1352     #errors
1353     /command/@icon;syntax error:iriref3987;m
1354    
1355     #data
1356     <command icon="a b" xmlns="http://www.w3.org/1999/xhtml"/>
1357     #errors
1358     /command/@icon;syntax error:iriref3987;m
1359    
1360     #data
1361     <bb type="" xmlns="http://www.w3.org/1999/xhtml"></bb>
1362     #errors
1363     /bb;no significant content;s
1364     /bb/@type;enumerated:invalid;m
1365 wakaba 1.6 /bb;element not defined;m
1366     /bb/@type;attribute not defined;m
1367 wakaba 1.1
1368     #data
1369     <bb type="type" xmlns="http://www.w3.org/1999/xhtml"></bb>
1370     #errors
1371     /bb;no significant content;s
1372     /bb/@type;enumerated:invalid;m
1373 wakaba 1.6 /bb;element not defined;m
1374     /bb/@type;attribute not defined;m
1375 wakaba 1.1
1376     #data
1377     <bb type="null" xmlns="http://www.w3.org/1999/xhtml"></bb>
1378     #errors
1379     /bb;no significant content;s
1380     /bb/@type;enumerated:invalid;m
1381 wakaba 1.6 /bb;element not defined;m
1382     /bb/@type;attribute not defined;m
1383 wakaba 1.1
1384     #data
1385     <bb type="makeapp" xmlns="http://www.w3.org/1999/xhtml"></bb>
1386     #errors
1387     /bb;no significant content;s
1388 wakaba 1.6 /bb;element not defined;m
1389     /bb/@type;attribute not defined;m
1390 wakaba 1.1
1391     #data
1392     <bb type="make application" xmlns="http://www.w3.org/1999/xhtml"></bb>
1393     #errors
1394     /bb/@type;enumerated:invalid;m
1395     /bb;no significant content;s
1396 wakaba 1.6 /bb;element not defined;m
1397     /bb/@type;attribute not defined;m
1398 wakaba 1.1
1399     #data
1400     <bb type="MakeApp" xmlns="http://www.w3.org/1999/xhtml"></bb>
1401     #errors
1402     /bb;no significant content;s
1403 wakaba 1.6 /bb;element not defined;m
1404     /bb/@type;attribute not defined;m
1405 wakaba 1.1
1406     #data
1407     <bb type=" makeapp " xmlns="http://www.w3.org/1999/xhtml"></bb>
1408     #errors
1409     /bb/@type;enumerated:invalid;m
1410     /bb;no significant content;s
1411 wakaba 1.6 /bb;element not defined;m
1412     /bb/@type;attribute not defined;m
1413 wakaba 1.1
1414     #data
1415     <bb type="button" xmlns="http://www.w3.org/1999/xhtml"></bb>
1416     #errors
1417     /bb/@type;enumerated:invalid;m
1418     /bb;no significant content;s
1419 wakaba 1.6 /bb;element not defined;m
1420     /bb/@type;attribute not defined;m
1421 wakaba 1.1
1422     #data
1423     <menu xmlns="http://www.w3.org/1999/xhtml"/>
1424     #errors
1425     /menu;no significant content;s
1426    
1427     #data
1428     <menu label="" xmlns="http://www.w3.org/1999/xhtml"/>
1429     #errors
1430     /menu;no significant content;s
1431    
1432     #data
1433     <menu label=" " xmlns="http://www.w3.org/1999/xhtml"/>
1434     #errors
1435     /menu;no significant content;s
1436    
1437     #data
1438     <menu label="aa" xmlns="http://www.w3.org/1999/xhtml"/>
1439     #errors
1440     /menu;no significant content;s
1441    
1442     #data
1443     <menu type="" xmlns="http://www.w3.org/1999/xhtml"/>
1444     #errors
1445     /menu/@type;enumerated:invalid;m
1446     /menu;no significant content;s
1447    
1448     #data
1449     <menu type="type" xmlns="http://www.w3.org/1999/xhtml"/>
1450     #errors
1451     /menu;no significant content;s
1452     /menu/@type;enumerated:invalid;m
1453    
1454     #data
1455     <menu type="toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
1456     #errors
1457     /menu;no significant content;s
1458    
1459     #data
1460     <menu type="Toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
1461     #errors
1462     /menu;no significant content;s
1463    
1464     #data
1465     <menu type=" toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
1466     #errors
1467     /menu/@type;enumerated:invalid;m
1468     /menu;no significant content;s
1469    
1470     #data
1471     <menu type="context" xmlns="http://www.w3.org/1999/xhtml"/>
1472     #errors
1473     /menu;no significant content;s
1474    
1475     #data
1476     <menu type="conteXt" xmlns="http://www.w3.org/1999/xhtml"/>
1477     #errors
1478     /menu;no significant content;s
1479    
1480     #data
1481     <menu type="context " xmlns="http://www.w3.org/1999/xhtml"/>
1482     #errors
1483     /menu/@type;enumerated:invalid;m
1484     /menu;no significant content;s
1485    
1486     #data
1487     <menu autosubmit="" xmlns="http://www.w3.org/1999/xhtml"/>
1488     #errors
1489     /menu;no significant content;s
1490     /menu/@autosubmit;attribute not defined;m
1491    
1492     #data
1493     <menu autosubmit="autosubmit" xmlns="http://www.w3.org/1999/xhtml"/>
1494     #errors
1495     /menu;no significant content;s
1496     /menu/@autosubmit;attribute not defined;m
1497    
1498     #data
1499     <menu autosubmit="yes" xmlns="http://www.w3.org/1999/xhtml"/>
1500     #errors
1501     /menu/@autosubmit;boolean:invalid;m
1502     /menu;no significant content;s
1503     /menu/@autosubmit;attribute not defined;m
1504    
1505     #data
1506     <menu autosubmit="AUTOSubmit" xmlns="http://www.w3.org/1999/xhtml"/>
1507     #errors
1508     /menu;no significant content;s
1509     /menu/@autosubmit;attribute not defined;m
1510    
1511     #data
1512     <menu autosubmit="AutoSubmit" xmlns="http://www.w3.org/1999/xhtml"/>
1513     #errors
1514     /menu;no significant content;s
1515     /menu/@autosubmit;attribute not defined;m
1516    
1517     #data
1518     <p contextmenu="" xmlns="http://www.w3.org/1999/xhtml"/>
1519     #errors
1520     /p/@contextmenu;no referenced menu;m
1521     /p;no significant content;s
1522    
1523     #data
1524     <p contextmenu="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
1525     #errors
1526     /p/@contextmenu;no referenced menu;m
1527     /p;no significant content;s
1528    
1529     #data
1530     <div xmlns="http://www.w3.org/1999/xhtml">
1531     <p contextmenu=""/><menu id=""/>
1532     </div>
1533     #errors
1534     /div/menu/@id;empty attribute value;m
1535     /div;no significant content;s
1536     /div/p;no significant content;s
1537     /div/menu;no significant content;s
1538     /div/p/@contextmenu;no referenced menu;m
1539    
1540     #data
1541     <div xmlns="http://www.w3.org/1999/xhtml">
1542     <p contextmenu="a"/><menu id="a"/>
1543     </div>
1544     #errors
1545     /div;no significant content;s
1546     /div/p;no significant content;s
1547     /div/menu;no significant content;s
1548    
1549     #data
1550     <div xmlns="http://www.w3.org/1999/xhtml">
1551     <p contextmenu="a"/><menu id="A"/>
1552     </div>
1553     #errors
1554     /div/p/@contextmenu;no referenced menu;m
1555     /div;no significant content;s
1556     /div/p;no significant content;s
1557     /div/menu;no significant content;s
1558    
1559     #data
1560     <div xmlns="http://www.w3.org/1999/xhtml">
1561     <menu id="a"/><p contextmenu="a"/>
1562     </div>
1563     #errors
1564     /div;no significant content;s
1565     /div/menu;no significant content;s
1566     /div/p;no significant content;s
1567    
1568     #data
1569     <div contextmenu="a" xmlns="http://www.w3.org/1999/xhtml">
1570     <menu id="a"/>
1571     </div>
1572     #errors
1573     /div;no significant content;s
1574     /div/menu;no significant content;s
1575    
1576     #data
1577     <menu id="a" xmlns="http://www.w3.org/1999/xhtml">
1578     <span contextmenu="a"/>
1579     </menu>
1580     #errors
1581     /menu;no significant content;s
1582     /menu/span;no significant content;s
1583    
1584     #data
1585     <div xmlns="http://www.w3.org/1999/xhtml">
1586     <p contextmenu="a a"/><menu id="a a"/>
1587     </div>
1588     #errors
1589     /div/menu/@id;space in ID;m
1590     /div;no significant content;s
1591     /div/p;no significant content;s
1592     /div/menu;no significant content;s
1593    
1594     #data
1595     <div xmlns="http://www.w3.org/1999/xhtml">
1596     <p contextmenu="a a"/><menu id="a"/>
1597     </div>
1598     #errors
1599     /div/p/@contextmenu;no referenced menu;m
1600     /div;no significant content;s
1601     /div/p;no significant content;s
1602     /div/menu;no significant content;s
1603    
1604     #data
1605     <div xmlns="http://www.w3.org/1999/xhtml">
1606     <p contextmenu="a a"/><menu id="a a"/>
1607     </div>
1608     #errors
1609     /div/p/@contextmenu;no referenced menu;m
1610     /div/menu/@id;space in ID;m
1611     /div;no significant content;s
1612     /div/p;no significant content;s
1613     /div/menu;no significant content;s
1614    
1615     #data
1616     <div xmlns="http://www.w3.org/1999/xhtml">
1617     <p contextmenu="a"/><ul id="a"/>
1618     </div>
1619     #errors
1620     /div/p/@contextmenu;no referenced menu;m
1621     /div;no significant content;s
1622     /div/p;no significant content;s

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24