/[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.2 - (hide annotations) (download)
Sat Dec 6 11:31:35 2008 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +0 -3 lines
++ whatpm/t/dom-conformance/ChangeLog	6 Dec 2008 11:31:29 -0000
2008-12-06  Wakaba  <wakaba@suika.fam.cx>

	* html-form-input-1.dat: Added test data for <input type=search>
	and <input type=text|password|url|email value>.

	* html-interactive-1.dat: Fixed a typo error.

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Dec 2008 11:29:26 -0000
	* HTML.pm: Implemented <input multiple>, <input type=search>.
	Implemented <input value> validation for |type|s |text|, |search|,
	|email|, |url|, and |password|.

2008-12-06  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    
868     #data
869     <datagrid xmlns="http://www.w3.org/1999/xhtml"> </datagrid>
870     #errors
871    
872     #data
873     <datagrid xmlns="http://www.w3.org/1999/xhtml"><!----></datagrid>
874     #errors
875    
876     #data
877     <datagrid xmlns="http://www.w3.org/1999/xhtml">aaa</datagrid>
878     #errors
879    
880     #data
881     <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/></datagrid>
882     #errors
883     /datagrid;no significant content;s
884     /datagrid/p;no significant content;s
885    
886     #data
887     <datagrid xmlns="http://www.w3.org/1999/xhtml"><br/></datagrid>
888     #errors
889     /datagrid;no significant content;s
890    
891     #data
892     <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/><p/></datagrid>
893     #errors
894     /datagrid;no significant content;s
895     /datagrid/p;no significant content;s
896     /datagrid/p;no significant content;s
897    
898     #data
899     <datagrid xmlns="http://www.w3.org/1999/xhtml"> <p/> <p/> </datagrid>
900     #errors
901     /datagrid;no significant content;s
902     /datagrid/p;no significant content;s
903     /datagrid/p;no significant content;s
904    
905     #data
906     <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/>&amp;<p/></datagrid>
907     #errors
908     /datagrid/p;no significant content;s
909     /datagrid/p;no significant content;s
910    
911     #data
912     <datagrid xmlns="http://www.w3.org/1999/xhtml"><p/><table/></datagrid>
913     #errors
914     /datagrid;no significant content;s
915     /datagrid/p;no significant content;s
916    
917     #data
918     <datagrid xmlns="http://www.w3.org/1999/xhtml"><ul/></datagrid>
919     #errors
920     /datagrid;no significant content;s
921    
922     #data
923     <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/></datagrid>
924     #errors
925    
926     #data
927     <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/><table/></datagrid>
928     #errors
929     /datagrid/table;element not allowed;m
930    
931     #data
932     <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/><p/><table/></datagrid>
933     #errors
934     /datagrid/p;element not allowed;m
935     /datagrid/table;element not allowed;m
936     /datagrid/p;no significant content;s
937    
938     #data
939     <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<table/></datagrid>
940     #errors
941     /datagrid/table;element not allowed;m
942    
943     #data
944     <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<select/></datagrid>
945     #errors
946     /datagrid/select;element not allowed;m
947    
948     #data
949     <datagrid xmlns="http://www.w3.org/1999/xhtml">xx<datalist/></datagrid>
950     #errors
951     /datagrid/datalist;element not allowed;m
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    
972     #data
973     <datagrid xmlns="http://www.w3.org/1999/xhtml"><datalist/></datagrid>
974     #errors
975    
976     #data
977     <datagrid xmlns="http://www.w3.org/1999/xhtml"><table/>aa</datagrid>
978     #errors
979     /datagrid/"aa";character not allowed;m
980    
981     #data
982     <datagrid xmlns="http://www.w3.org/1999/xhtml"><select/>aa</datagrid>
983     #errors
984     /datagrid/"aa";character not allowed;m
985    
986     #data
987     <datagrid xmlns="http://www.w3.org/1999/xhtml"><datalist/>aa</datagrid>
988     #errors
989     /datagrid/"aa";character not allowed;m
990    
991     #data
992     <datagrid xmlns="http://www.w3.org/1999/xhtml"><datagrid/></datagrid>
993     #errors
994     /datagrid/datagrid;element not allowed:minus;m
995    
996     #data
997     <datagrid xmlns="http://www.w3.org/1999/xhtml"><div><datagrid/></div></datagrid>
998     #errors
999     /datagrid/div/datagrid;element not allowed:minus;m
1000     /datagrid;no significant content;s
1001     /datagrid/div;no significant content;s
1002    
1003     #data
1004     <datagrid xmlns="http://www.w3.org/1999/xhtml">
1005     <p><a/></p>
1006     </datagrid>
1007     #errors
1008     /datagrid/p/a;element not allowed:minus;m
1009     /datagrid;no significant content;s
1010     /datagrid/p;no significant content;s
1011    
1012     #data
1013     <datagrid xmlns="http://www.w3.org/1999/xhtml">
1014     <details><legend/></details>
1015     </datagrid>
1016     #errors
1017     /datagrid;no significant content;s
1018     /datagrid/details;no significant content;s
1019     /datagrid/details/legend;no significant content;s
1020    
1021     #data
1022     <a xmlns="http://www.w3.org/1999/xhtml">
1023     <details>
1024     <legend/>
1025     </details>
1026     </a>
1027     #errors
1028     /a;no significant content;s
1029     /a/details;no significant content;s
1030     /a/details/legend;no significant content;s
1031     /a/details;element not allowed:minus;m
1032    
1033     #data
1034     <a xmlns="http://www.w3.org/1999/xhtml">
1035     <span>
1036     <details><legend/></details>
1037     </span>
1038     </a>
1039     #errors
1040     /a;no significant content;s
1041     /a/span;no significant content;s
1042     /a/span/details;no significant content;s
1043     /a/span/details/legend;no significant content;s
1044     /a/span/details;element not allowed:minus;m
1045    
1046     #data
1047     <a xmlns="http://www.w3.org/1999/xhtml">
1048     <datagrid/>
1049     </a>
1050     #errors
1051     /a/datagrid;element not allowed:minus;m
1052     /a;no significant content;s
1053    
1054     #data
1055     <a xmlns="http://www.w3.org/1999/xhtml">
1056     <span><datagrid/></span>
1057     </a>
1058     #errors
1059     /a/span/datagrid;element not allowed:minus;m
1060     /a;no significant content;s
1061     /a/span;no significant content;s
1062    
1063     #data
1064     <datagrid disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
1065     #errors
1066    
1067     #data
1068     <datagrid disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
1069     #errors
1070    
1071     #data
1072     <datagrid disabled="Disabled" xmlns="http://www.w3.org/1999/xhtml"/>
1073     #errors
1074    
1075     #data
1076     <datagrid disabled="true" xmlns="http://www.w3.org/1999/xhtml"/>
1077     #errors
1078     /datagrid/@disabled;boolean:invalid;m
1079    
1080     #data
1081     <datagrid multiple="" xmlns="http://www.w3.org/1999/xhtml"/>
1082     #errors
1083    
1084     #data
1085     <datagrid multiple="multiple" xmlns="http://www.w3.org/1999/xhtml"/>
1086     #errors
1087    
1088     #data
1089     <datagrid multiple="MULTIPLE" xmlns="http://www.w3.org/1999/xhtml"/>
1090     #errors
1091    
1092     #data
1093     <datagrid multiple="true" xmlns="http://www.w3.org/1999/xhtml"/>
1094     #errors
1095     /datagrid/@multiple;boolean:invalid;m
1096    
1097     #data
1098     <command xmlns="http://www.w3.org/1999/xhtml"/>
1099     #errors
1100    
1101     #data
1102     <command default="" xmlns="http://www.w3.org/1999/xhtml"/>
1103     #errors
1104    
1105     #data
1106     <command default="default" xmlns="http://www.w3.org/1999/xhtml"/>
1107     #errors
1108    
1109     #data
1110     <command default="DEFAULT" xmlns="http://www.w3.org/1999/xhtml"/>
1111     #errors
1112    
1113     #data
1114     <command default="true" xmlns="http://www.w3.org/1999/xhtml"/>
1115     #errors
1116     /command/@default;boolean:invalid;m
1117    
1118     #data
1119     <command checked="" xmlns="http://www.w3.org/1999/xhtml"/>
1120     #errors
1121    
1122     #data
1123     <command checked="checked" xmlns="http://www.w3.org/1999/xhtml"/>
1124     #errors
1125    
1126     #data
1127     <command checked="Checked" xmlns="http://www.w3.org/1999/xhtml"/>
1128     #errors
1129    
1130     #data
1131     <command checked="true" xmlns="http://www.w3.org/1999/xhtml"/>
1132     #errors
1133     /command/@checked;boolean:invalid;m
1134    
1135     #data
1136     <command hidden="" xmlns="http://www.w3.org/1999/xhtml"/>
1137     #errors
1138    
1139     #data
1140     <command hidden="hidden" xmlns="http://www.w3.org/1999/xhtml"/>
1141     #errors
1142    
1143     #data
1144     <command hidden="HIDDEN" xmlns="http://www.w3.org/1999/xhtml"/>
1145     #errors
1146    
1147     #data
1148     <command hidden="true" xmlns="http://www.w3.org/1999/xhtml"/>
1149     #errors
1150     /command/@hidden;boolean:invalid;m
1151    
1152     #data
1153     <command disabled="" xmlns="http://www.w3.org/1999/xhtml"/>
1154     #errors
1155    
1156     #data
1157     <command disabled="disabled" xmlns="http://www.w3.org/1999/xhtml"/>
1158     #errors
1159    
1160     #data
1161     <command disabled="Disabled" xmlns="http://www.w3.org/1999/xhtml"/>
1162     #errors
1163    
1164     #data
1165     <command disabled="true" xmlns="http://www.w3.org/1999/xhtml"/>
1166     #errors
1167     /command/@disabled;boolean:invalid;m
1168    
1169     #data
1170     <command label="" xmlns="http://www.w3.org/1999/xhtml"/>
1171     #errors
1172    
1173     #data
1174     <command label=" " xmlns="http://www.w3.org/1999/xhtml"/>
1175     #errors
1176    
1177     #data
1178     <command label="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
1179     #errors
1180    
1181     #data
1182     <command label="label" xmlns="http://www.w3.org/1999/xhtml"/>
1183     #errors
1184    
1185     #data
1186     <command label="&#x4E00;" xmlns="http://www.w3.org/1999/xhtml"/>
1187     #errors
1188    
1189     #data
1190     <command label="&#xA;" xmlns="http://www.w3.org/1999/xhtml"/>
1191     #errors
1192    
1193     #data
1194     <command title="" xmlns="http://www.w3.org/1999/xhtml"/>
1195     #errors
1196    
1197     #data
1198     <command title="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
1199     #errors
1200    
1201     #data
1202     <command radiogroup="" xmlns="http://www.w3.org/1999/xhtml"/>
1203     #errors
1204    
1205     #data
1206     <command radiogroup="aa" xmlns="http://www.w3.org/1999/xhtml"/>
1207     #errors
1208    
1209     #data
1210     <command type="" xmlns="http://www.w3.org/1999/xhtml"/>
1211     #errors
1212     /command/@type;invalid attribute value;m
1213    
1214     #data
1215     <command type=" " xmlns="http://www.w3.org/1999/xhtml"/>
1216     #errors
1217     /command/@type;invalid attribute value;m
1218    
1219     #data
1220     <command type="default" xmlns="http://www.w3.org/1999/xhtml"/>
1221     #errors
1222     /command/@type;invalid attribute value;m
1223    
1224     #data
1225     <command type="command" xmlns="http://www.w3.org/1999/xhtml"/>
1226     #errors
1227    
1228     #data
1229     <command type="Command" xmlns="http://www.w3.org/1999/xhtml"/>
1230     #errors
1231     /command/@type;invalid attribute value;m
1232    
1233     #data
1234     <command type=" command" xmlns="http://www.w3.org/1999/xhtml"/>
1235     #errors
1236     /command/@type;invalid attribute value;m
1237    
1238     #data
1239     <command type="command " xmlns="http://www.w3.org/1999/xhtml"/>
1240     #errors
1241     /command/@type;invalid attribute value;m
1242    
1243     #data
1244     <command type="commandline" xmlns="http://www.w3.org/1999/xhtml"/>
1245     #errors
1246     /command/@type;invalid attribute value;m
1247    
1248     #data
1249     <command type="checkbox" xmlns="http://www.w3.org/1999/xhtml"/>
1250     #errors
1251    
1252     #data
1253     <command type="check" xmlns="http://www.w3.org/1999/xhtml"/>
1254     #errors
1255     /command/@type;invalid attribute value;m
1256    
1257     #data
1258     <command type="radio" xmlns="http://www.w3.org/1999/xhtml"/>
1259     #errors
1260    
1261     #data
1262     <command type="radiobutton" xmlns="http://www.w3.org/1999/xhtml"/>
1263     #errors
1264     /command/@type;invalid attribute value;m
1265    
1266     #data
1267     <command icon="" xmlns="http://www.w3.org/1999/xhtml"/>
1268     #errors
1269    
1270     #data
1271     <command icon="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
1272     #errors
1273    
1274     #data
1275     <command icon="http://test/#test" xmlns="http://www.w3.org/1999/xhtml"/>
1276     #errors
1277    
1278     #data
1279     <command icon="test" xmlns="http://www.w3.org/1999/xhtml"/>
1280     #errors
1281    
1282     #data
1283     <command icon="[]" xmlns="http://www.w3.org/1999/xhtml"/>
1284     #errors
1285     /command/@icon;syntax error:iriref3987;m
1286    
1287     #data
1288     <command icon="a b" xmlns="http://www.w3.org/1999/xhtml"/>
1289     #errors
1290     /command/@icon;syntax error:iriref3987;m
1291    
1292     #data
1293     <bb type="" xmlns="http://www.w3.org/1999/xhtml"></bb>
1294     #errors
1295     /bb;no significant content;s
1296     /bb/@type;enumerated:invalid;m
1297    
1298     #data
1299     <bb type="type" xmlns="http://www.w3.org/1999/xhtml"></bb>
1300     #errors
1301     /bb;no significant content;s
1302     /bb/@type;enumerated:invalid;m
1303    
1304     #data
1305     <bb type="null" 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="makeapp" xmlns="http://www.w3.org/1999/xhtml"></bb>
1312     #errors
1313     /bb;no significant content;s
1314    
1315     #data
1316     <bb type="make application" xmlns="http://www.w3.org/1999/xhtml"></bb>
1317     #errors
1318     /bb/@type;enumerated:invalid;m
1319     /bb;no significant content;s
1320    
1321     #data
1322     <bb type="MakeApp" xmlns="http://www.w3.org/1999/xhtml"></bb>
1323     #errors
1324     /bb;no significant content;s
1325    
1326     #data
1327     <bb type=" makeapp " xmlns="http://www.w3.org/1999/xhtml"></bb>
1328     #errors
1329     /bb/@type;enumerated:invalid;m
1330     /bb;no significant content;s
1331    
1332     #data
1333     <bb type="button" xmlns="http://www.w3.org/1999/xhtml"></bb>
1334     #errors
1335     /bb/@type;enumerated:invalid;m
1336     /bb;no significant content;s
1337    
1338     #data
1339     <menu xmlns="http://www.w3.org/1999/xhtml"/>
1340     #errors
1341     /menu;no significant content;s
1342    
1343     #data
1344     <menu label="" xmlns="http://www.w3.org/1999/xhtml"/>
1345     #errors
1346     /menu;no significant content;s
1347    
1348     #data
1349     <menu label=" " xmlns="http://www.w3.org/1999/xhtml"/>
1350     #errors
1351     /menu;no significant content;s
1352    
1353     #data
1354     <menu label="aa" xmlns="http://www.w3.org/1999/xhtml"/>
1355     #errors
1356     /menu;no significant content;s
1357    
1358     #data
1359     <menu type="" xmlns="http://www.w3.org/1999/xhtml"/>
1360     #errors
1361     /menu/@type;enumerated:invalid;m
1362     /menu;no significant content;s
1363    
1364     #data
1365     <menu type="type" xmlns="http://www.w3.org/1999/xhtml"/>
1366     #errors
1367     /menu;no significant content;s
1368     /menu/@type;enumerated:invalid;m
1369    
1370     #data
1371     <menu type="toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
1372     #errors
1373     /menu;no significant content;s
1374    
1375     #data
1376     <menu type="Toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
1377     #errors
1378     /menu;no significant content;s
1379    
1380     #data
1381     <menu type=" toolbar" xmlns="http://www.w3.org/1999/xhtml"/>
1382     #errors
1383     /menu/@type;enumerated:invalid;m
1384     /menu;no significant content;s
1385    
1386     #data
1387     <menu type="context" xmlns="http://www.w3.org/1999/xhtml"/>
1388     #errors
1389     /menu;no significant content;s
1390    
1391     #data
1392     <menu type="conteXt" xmlns="http://www.w3.org/1999/xhtml"/>
1393     #errors
1394     /menu;no significant content;s
1395    
1396     #data
1397     <menu type="context " 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 autosubmit="" xmlns="http://www.w3.org/1999/xhtml"/>
1404     #errors
1405     /menu;no significant content;s
1406     /menu/@autosubmit;attribute not defined;m
1407    
1408     #data
1409     <menu autosubmit="autosubmit" xmlns="http://www.w3.org/1999/xhtml"/>
1410     #errors
1411     /menu;no significant content;s
1412     /menu/@autosubmit;attribute not defined;m
1413    
1414     #data
1415     <menu autosubmit="yes" xmlns="http://www.w3.org/1999/xhtml"/>
1416     #errors
1417     /menu/@autosubmit;boolean:invalid;m
1418     /menu;no significant content;s
1419     /menu/@autosubmit;attribute not defined;m
1420    
1421     #data
1422     <menu autosubmit="AUTOSubmit" xmlns="http://www.w3.org/1999/xhtml"/>
1423     #errors
1424     /menu;no significant content;s
1425     /menu/@autosubmit;attribute not defined;m
1426    
1427     #data
1428     <menu autosubmit="AutoSubmit" xmlns="http://www.w3.org/1999/xhtml"/>
1429     #errors
1430     /menu;no significant content;s
1431     /menu/@autosubmit;attribute not defined;m
1432    
1433     #data
1434     <p contextmenu="" xmlns="http://www.w3.org/1999/xhtml"/>
1435     #errors
1436     /p/@contextmenu;no referenced menu;m
1437     /p;no significant content;s
1438    
1439     #data
1440     <p contextmenu="aaa" xmlns="http://www.w3.org/1999/xhtml"/>
1441     #errors
1442     /p/@contextmenu;no referenced menu;m
1443     /p;no significant content;s
1444    
1445     #data
1446     <div xmlns="http://www.w3.org/1999/xhtml">
1447     <p contextmenu=""/><menu id=""/>
1448     </div>
1449     #errors
1450     /div/menu/@id;empty attribute value;m
1451     /div;no significant content;s
1452     /div/p;no significant content;s
1453     /div/menu;no significant content;s
1454     /div/p/@contextmenu;no referenced menu;m
1455    
1456     #data
1457     <div xmlns="http://www.w3.org/1999/xhtml">
1458     <p contextmenu="a"/><menu id="a"/>
1459     </div>
1460     #errors
1461     /div;no significant content;s
1462     /div/p;no significant content;s
1463     /div/menu;no significant content;s
1464    
1465     #data
1466     <div xmlns="http://www.w3.org/1999/xhtml">
1467     <p contextmenu="a"/><menu id="A"/>
1468     </div>
1469     #errors
1470     /div/p/@contextmenu;no referenced menu;m
1471     /div;no significant content;s
1472     /div/p;no significant content;s
1473     /div/menu;no significant content;s
1474    
1475     #data
1476     <div xmlns="http://www.w3.org/1999/xhtml">
1477     <menu id="a"/><p contextmenu="a"/>
1478     </div>
1479     #errors
1480     /div;no significant content;s
1481     /div/menu;no significant content;s
1482     /div/p;no significant content;s
1483    
1484     #data
1485     <div contextmenu="a" xmlns="http://www.w3.org/1999/xhtml">
1486     <menu id="a"/>
1487     </div>
1488     #errors
1489     /div;no significant content;s
1490     /div/menu;no significant content;s
1491    
1492     #data
1493     <menu id="a" xmlns="http://www.w3.org/1999/xhtml">
1494     <span contextmenu="a"/>
1495     </menu>
1496     #errors
1497     /menu;no significant content;s
1498     /menu/span;no significant content;s
1499    
1500     #data
1501     <div xmlns="http://www.w3.org/1999/xhtml">
1502     <p contextmenu="a a"/><menu id="a a"/>
1503     </div>
1504     #errors
1505     /div/menu/@id;space in ID;m
1506     /div;no significant content;s
1507     /div/p;no significant content;s
1508     /div/menu;no significant content;s
1509    
1510     #data
1511     <div xmlns="http://www.w3.org/1999/xhtml">
1512     <p contextmenu="a a"/><menu id="a"/>
1513     </div>
1514     #errors
1515     /div/p/@contextmenu;no referenced menu;m
1516     /div;no significant content;s
1517     /div/p;no significant content;s
1518     /div/menu;no significant content;s
1519    
1520     #data
1521     <div xmlns="http://www.w3.org/1999/xhtml">
1522     <p contextmenu="a a"/><menu id="a a"/>
1523     </div>
1524     #errors
1525     /div/p/@contextmenu;no referenced menu;m
1526     /div/menu/@id;space in ID;m
1527     /div;no significant content;s
1528     /div/p;no significant content;s
1529     /div/menu;no significant content;s
1530    
1531     #data
1532     <div xmlns="http://www.w3.org/1999/xhtml">
1533     <p contextmenu="a"/><ul id="a"/>
1534     </div>
1535     #errors
1536     /div/p/@contextmenu;no referenced menu;m
1537     /div;no significant content;s
1538     /div/p;no significant content;s

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24