/[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.3 - (hide annotations) (download)
Thu Jul 2 22:55:27 2009 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.2: +21 -9 lines
++ whatpm/t/dom-conformance/ChangeLog	2 Jul 2009 22:55:00 -0000
2009-07-03  Wakaba  <wakaba@suika.fam.cx>

	* html-interactive-1.dat, html-links-1.dat, html-datatemplate.dat,
	html-form-label.dat: Test results related to |datagrid| content
	model are updated (c.f. HTML5 revision 3164).

++ whatpm/Whatpm/ContentChecker/ChangeLog	2 Jul 2009 22:55:21 -0000
2009-07-03  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: |datagrid| now allows any flow content (HTML5 revision
	3164).

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    
1117     #data
1118     <command default="default" xmlns="http://www.w3.org/1999/xhtml"/>
1119     #errors
1120    
1121     #data
1122     <command default="DEFAULT" xmlns="http://www.w3.org/1999/xhtml"/>
1123     #errors
1124    
1125     #data
1126     <command default="true" xmlns="http://www.w3.org/1999/xhtml"/>
1127     #errors
1128     /command/@default;boolean:invalid;m
1129    
1130     #data
1131     <command checked="" xmlns="http://www.w3.org/1999/xhtml"/>
1132     #errors
1133    
1134     #data
1135     <command checked="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="true" xmlns="http://www.w3.org/1999/xhtml"/>
1144     #errors
1145     /command/@checked;boolean:invalid;m
1146    
1147     #data
1148     <command hidden="" xmlns="http://www.w3.org/1999/xhtml"/>
1149     #errors
1150    
1151     #data
1152     <command hidden="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="true" xmlns="http://www.w3.org/1999/xhtml"/>
1161     #errors
1162     /command/@hidden;boolean:invalid;m
1163    
1164     #data
1165     <command disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
1166     #errors
1167    
1168     #data
1169     <command disabled="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="true" xmlns="http://www.w3.org/1999/xhtml"/>
1178     #errors
1179     /command/@disabled;boolean:invalid;m
1180    
1181     #data
1182     <command label="" xmlns="http://www.w3.org/1999/xhtml"/>
1183     #errors
1184    
1185     #data
1186     <command label=" " xmlns="http://www.w3.org/1999/xhtml"/>
1187     #errors
1188    
1189     #data
1190     <command label="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
1191     #errors
1192    
1193     #data
1194     <command label="label" xmlns="http://www.w3.org/1999/xhtml"/>
1195     #errors
1196    
1197     #data
1198     <command label="&#x4E00;" xmlns="http://www.w3.org/1999/xhtml"/>
1199     #errors
1200    
1201     #data
1202     <command label="&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
1203     #errors
1204    
1205     #data
1206     <command title="" xmlns="http://www.w3.org/1999/xhtml"/>
1207     #errors
1208    
1209     #data
1210     <command title="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
1211     #errors
1212    
1213     #data
1214     <command radiogroup="" xmlns="http://www.w3.org/1999/xhtml"/>
1215     #errors
1216    
1217     #data
1218     <command radiogroup="aa" xmlns="http://www.w3.org/1999/xhtml"/>
1219     #errors
1220    
1221     #data
1222     <command type="" xmlns="http://www.w3.org/1999/xhtml"/>
1223     #errors
1224     /command/@type;invalid attribute value;m
1225    
1226     #data
1227     <command type=" " xmlns="http://www.w3.org/1999/xhtml"/>
1228     #errors
1229     /command/@type;invalid attribute value;m
1230    
1231     #data
1232     <command type="default" xmlns="http://www.w3.org/1999/xhtml"/>
1233     #errors
1234     /command/@type;invalid attribute value;m
1235    
1236     #data
1237     <command type="command" xmlns="http://www.w3.org/1999/xhtml"/>
1238     #errors
1239    
1240     #data
1241     <command type="Command" xmlns="http://www.w3.org/1999/xhtml"/>
1242     #errors
1243     /command/@type;invalid attribute value;m
1244    
1245     #data
1246     <command type=" command" xmlns="http://www.w3.org/1999/xhtml"/>
1247     #errors
1248     /command/@type;invalid attribute value;m
1249    
1250     #data
1251     <command type="command " xmlns="http://www.w3.org/1999/xhtml"/>
1252     #errors
1253     /command/@type;invalid attribute value;m
1254    
1255     #data
1256     <command type="commandline" xmlns="http://www.w3.org/1999/xhtml"/>
1257     #errors
1258     /command/@type;invalid attribute value;m
1259    
1260     #data
1261     <command type="checkbox" xmlns="http://www.w3.org/1999/xhtml"/>
1262     #errors
1263    
1264     #data
1265     <command type="check" xmlns="http://www.w3.org/1999/xhtml"/>
1266     #errors
1267     /command/@type;invalid attribute value;m
1268    
1269     #data
1270     <command type="radio" xmlns="http://www.w3.org/1999/xhtml"/>
1271     #errors
1272    
1273     #data
1274     <command type="radiobutton" xmlns="http://www.w3.org/1999/xhtml"/>
1275     #errors
1276     /command/@type;invalid attribute value;m
1277    
1278     #data
1279     <command icon="" xmlns="http://www.w3.org/1999/xhtml"/>
1280     #errors
1281    
1282     #data
1283     <command icon="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1284     #errors
1285    
1286     #data
1287     <command icon="http://test/#test" xmlns="http://www.w3.org/1999/xhtml"/>
1288     #errors
1289    
1290     #data
1291     <command icon="test" xmlns="http://www.w3.org/1999/xhtml"/>
1292     #errors
1293    
1294     #data
1295     <command icon="[]" xmlns="http://www.w3.org/1999/xhtml"/>
1296     #errors
1297     /command/@icon;syntax error:iriref3987;m
1298    
1299     #data
1300     <command icon="a b" xmlns="http://www.w3.org/1999/xhtml"/>
1301     #errors
1302     /command/@icon;syntax error:iriref3987;m
1303    
1304     #data
1305     <bb type="" xmlns="http://www.w3.org/1999/xhtml"></bb>
1306     #errors
1307     /bb;no significant content;s
1308     /bb/@type;enumerated:invalid;m
1309    
1310     #data
1311     <bb type="type" xmlns="http://www.w3.org/1999/xhtml"></bb>
1312     #errors
1313     /bb;no significant content;s
1314     /bb/@type;enumerated:invalid;m
1315    
1316     #data
1317     <bb type="null" xmlns="http://www.w3.org/1999/xhtml"></bb>
1318     #errors
1319     /bb;no significant content;s
1320     /bb/@type;enumerated:invalid;m
1321    
1322     #data
1323     <bb type="makeapp" xmlns="http://www.w3.org/1999/xhtml"></bb>
1324     #errors
1325     /bb;no significant content;s
1326    
1327     #data
1328     <bb type="make application" xmlns="http://www.w3.org/1999/xhtml"></bb>
1329     #errors
1330     /bb/@type;enumerated:invalid;m
1331     /bb;no significant content;s
1332    
1333     #data
1334     <bb type="MakeApp" xmlns="http://www.w3.org/1999/xhtml"></bb>
1335     #errors
1336     /bb;no significant content;s
1337    
1338     #data
1339     <bb type=" makeapp " xmlns="http://www.w3.org/1999/xhtml"></bb>
1340     #errors
1341     /bb/@type;enumerated:invalid;m
1342     /bb;no significant content;s
1343    
1344     #data
1345     <bb type="button" xmlns="http://www.w3.org/1999/xhtml"></bb>
1346     #errors
1347     /bb/@type;enumerated:invalid;m
1348     /bb;no significant content;s
1349    
1350     #data
1351     <menu xmlns="http://www.w3.org/1999/xhtml"/>
1352     #errors
1353     /menu;no significant content;s
1354    
1355     #data
1356     <menu label="" xmlns="http://www.w3.org/1999/xhtml"/>
1357     #errors
1358     /menu;no significant content;s
1359    
1360     #data
1361     <menu label=" " xmlns="http://www.w3.org/1999/xhtml"/>
1362     #errors
1363     /menu;no significant content;s
1364    
1365     #data
1366     <menu label="aa" xmlns="http://www.w3.org/1999/xhtml"/>
1367     #errors
1368     /menu;no significant content;s
1369    
1370     #data
1371     <menu type="" xmlns="http://www.w3.org/1999/xhtml"/>
1372     #errors
1373     /menu/@type;enumerated:invalid;m
1374     /menu;no significant content;s
1375    
1376     #data
1377     <menu type="type" xmlns="http://www.w3.org/1999/xhtml"/>
1378     #errors
1379     /menu;no significant content;s
1380     /menu/@type;enumerated:invalid;m
1381    
1382     #data
1383     <menu type="toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
1384     #errors
1385     /menu;no significant content;s
1386    
1387     #data
1388     <menu type="Toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
1389     #errors
1390     /menu;no significant content;s
1391    
1392     #data
1393     <menu type=" toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
1394     #errors
1395     /menu/@type;enumerated:invalid;m
1396     /menu;no significant content;s
1397    
1398     #data
1399     <menu type="context" xmlns="http://www.w3.org/1999/xhtml"/>
1400     #errors
1401     /menu;no significant content;s
1402    
1403     #data
1404     <menu type="conteXt" xmlns="http://www.w3.org/1999/xhtml"/>
1405     #errors
1406     /menu;no significant content;s
1407    
1408     #data
1409     <menu type="context " xmlns="http://www.w3.org/1999/xhtml"/>
1410     #errors
1411     /menu/@type;enumerated:invalid;m
1412     /menu;no significant content;s
1413    
1414     #data
1415     <menu autosubmit="" xmlns="http://www.w3.org/1999/xhtml"/>
1416     #errors
1417     /menu;no significant content;s
1418     /menu/@autosubmit;attribute not defined;m
1419    
1420     #data
1421     <menu autosubmit="autosubmit" xmlns="http://www.w3.org/1999/xhtml"/>
1422     #errors
1423     /menu;no significant content;s
1424     /menu/@autosubmit;attribute not defined;m
1425    
1426     #data
1427     <menu autosubmit="yes" xmlns="http://www.w3.org/1999/xhtml"/>
1428     #errors
1429     /menu/@autosubmit;boolean:invalid;m
1430     /menu;no significant content;s
1431     /menu/@autosubmit;attribute not defined;m
1432    
1433     #data
1434     <menu autosubmit="AUTOSubmit" xmlns="http://www.w3.org/1999/xhtml"/>
1435     #errors
1436     /menu;no significant content;s
1437     /menu/@autosubmit;attribute not defined;m
1438    
1439     #data
1440     <menu autosubmit="AutoSubmit" xmlns="http://www.w3.org/1999/xhtml"/>
1441     #errors
1442     /menu;no significant content;s
1443     /menu/@autosubmit;attribute not defined;m
1444    
1445     #data
1446     <p contextmenu="" xmlns="http://www.w3.org/1999/xhtml"/>
1447     #errors
1448     /p/@contextmenu;no referenced menu;m
1449     /p;no significant content;s
1450    
1451     #data
1452     <p contextmenu="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
1453     #errors
1454     /p/@contextmenu;no referenced menu;m
1455     /p;no significant content;s
1456    
1457     #data
1458     <div xmlns="http://www.w3.org/1999/xhtml">
1459     <p contextmenu=""/><menu id=""/>
1460     </div>
1461     #errors
1462     /div/menu/@id;empty attribute value;m
1463     /div;no significant content;s
1464     /div/p;no significant content;s
1465     /div/menu;no significant content;s
1466     /div/p/@contextmenu;no referenced menu;m
1467    
1468     #data
1469     <div xmlns="http://www.w3.org/1999/xhtml">
1470     <p contextmenu="a"/><menu id="a"/>
1471     </div>
1472     #errors
1473     /div;no significant content;s
1474     /div/p;no significant content;s
1475     /div/menu;no significant content;s
1476    
1477     #data
1478     <div xmlns="http://www.w3.org/1999/xhtml">
1479     <p contextmenu="a"/><menu id="A"/>
1480     </div>
1481     #errors
1482     /div/p/@contextmenu;no referenced menu;m
1483     /div;no significant content;s
1484     /div/p;no significant content;s
1485     /div/menu;no significant content;s
1486    
1487     #data
1488     <div xmlns="http://www.w3.org/1999/xhtml">
1489     <menu id="a"/><p contextmenu="a"/>
1490     </div>
1491     #errors
1492     /div;no significant content;s
1493     /div/menu;no significant content;s
1494     /div/p;no significant content;s
1495    
1496     #data
1497     <div contextmenu="a" xmlns="http://www.w3.org/1999/xhtml">
1498     <menu id="a"/>
1499     </div>
1500     #errors
1501     /div;no significant content;s
1502     /div/menu;no significant content;s
1503    
1504     #data
1505     <menu id="a" xmlns="http://www.w3.org/1999/xhtml">
1506     <span contextmenu="a"/>
1507     </menu>
1508     #errors
1509     /menu;no significant content;s
1510     /menu/span;no significant content;s
1511    
1512     #data
1513     <div xmlns="http://www.w3.org/1999/xhtml">
1514     <p contextmenu="a a"/><menu id="a a"/>
1515     </div>
1516     #errors
1517     /div/menu/@id;space in ID;m
1518     /div;no significant content;s
1519     /div/p;no significant content;s
1520     /div/menu;no significant content;s
1521    
1522     #data
1523     <div xmlns="http://www.w3.org/1999/xhtml">
1524     <p contextmenu="a a"/><menu id="a"/>
1525     </div>
1526     #errors
1527     /div/p/@contextmenu;no referenced menu;m
1528     /div;no significant content;s
1529     /div/p;no significant content;s
1530     /div/menu;no significant content;s
1531    
1532     #data
1533     <div xmlns="http://www.w3.org/1999/xhtml">
1534     <p contextmenu="a a"/><menu id="a a"/>
1535     </div>
1536     #errors
1537     /div/p/@contextmenu;no referenced menu;m
1538     /div/menu/@id;space in ID;m
1539     /div;no significant content;s
1540     /div/p;no significant content;s
1541     /div/menu;no significant content;s
1542    
1543     #data
1544     <div xmlns="http://www.w3.org/1999/xhtml">
1545     <p contextmenu="a"/><ul id="a"/>
1546     </div>
1547     #errors
1548     /div/p/@contextmenu;no referenced menu;m
1549     /div;no significant content;s
1550     /div/p;no significant content;s

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24