/[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.4 - (hide annotations) (download)
Sun Jul 5 06:11:36 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.3: +4 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	5 Jul 2009 06:09:10 -0000
	* html-interactive-1.dat: The |default| attribute of the |command|
	element is tentatively disallowed (HTML5 revision 3067).

2009-07-05  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	5 Jul 2009 06:09:40 -0000
	* HTML.pm: Disallow |default| attribute of the |command| element
	for now (HTML5 revision 3067).

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24