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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Tue Oct 7 12:18:39 2008 UTC (17 years, 9 months ago) by wakaba
Branch: MAIN
++ whatpm/t/ChangeLog	7 Oct 2008 12:07:43 -0000
	* content-model-1.dat: Some entries moved to
	dom-conformance/html-1.dat, dom-conformance/html-flows-1.dat,
	dom-conformance/html-links-1.dat,
	dom-conformance/html-objects-1.dat, and
	dom-conformance/html-interactive-1.dat.

	* content-model-2.dat: Removed (moved to
	dom-conformance/xml-1.dat, dom-conformance/html-1.dat,
	dom-conformance/html-links-1.dat,
	dom-conformance/html-objects-1.dat,
	dom-conformance/html-interactive-1.dat, and
	dom-conformance/html-flows-1.dat).

	* content-model-3.dat: Removed (moved to
	dom-conformance/xml-global.dat).

	* content-model-4.dat: Removed (moved to
	dom-conformance/html-texts-1.dat and
	dom-conformance/html-links-1.dat).

	* content-model-5.dat: Removed (moved to
	dom-conformance/html-flows-1.dat).

	* content-model-6.dat: Removed (moved to
	dom-conformance/html-dataset.dat).

	* ContentChecker.t: References to the removed files removed and
	references to new files added.

	* ContentChecker-XML.t: New script.

	* Makefile: Updated.

2008-10-07  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/dom-conformance/ChangeLog	7 Oct 2008 12:10:54 -0000
	* html-1.dat, html-dataset.dat, html-interactive-1.dat,
	html-links-1.dat, html-objects-1.dat, xml-1.dat, xml-global.dat:
	New files (the test entries are moved from
	../content-model-*.dat).

2008-10-07  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 #data
2     <a xmlns="http://www.w3.org/1999/xhtml"></a>
3     #errors
4     /a;no significant content;s
5    
6     #data
7     <a xmlns="http://www.w3.org/1999/xhtml"> </a>
8     #errors
9     /a;no significant content;s
10    
11     #data
12     <a xmlns="http://www.w3.org/1999/xhtml">XXX</a>
13     #errors
14    
15     #data
16     <a xmlns="http://www.w3.org/1999/xhtml"><em>XXX</em></a>
17     #errors
18    
19     #data
20     <a xmlns="http://www.w3.org/1999/xhtml">XXX<em>YYY</em>ZZZ</a>
21     #errors
22    
23     #data
24     <a xmlns="http://www.w3.org/1999/xhtml"><blockquote/></a>
25     #errors
26     /a;no significant content;s
27     /a/blockquote;no significant content;s
28    
29     #data
30     <a xmlns="http://www.w3.org/1999/xhtml">XXX<blockquote/></a>
31     #errors
32     /a/blockquote;no significant content;s
33    
34     #data
35     <a xmlns="http://www.w3.org/1999/xhtml"><a>XXX</a></a>
36     #errors
37     /a/a;element not allowed:minus;m
38    
39     #data
40     <span xmlns="http://www.w3.org/1999/xhtml">
41     <a>xxx</a>
42     </span>
43     #errors
44    
45     #data
46     <span xmlns="http://www.w3.org/1999/xhtml">
47     <a><em>xxx</em></a>
48     </span>
49     #errors
50    
51     #data
52     <span xmlns="http://www.w3.org/1999/xhtml">
53     <a><p>xxx</p></a>
54     </span>
55     #errors
56     /span/a/p;element not allowed:phrasing;m
57    
58     #data
59     <span xmlns="http://www.w3.org/1999/xhtml">
60     <a>x<ins>x</ins>x</a>
61     </span>
62     #errors
63    
64     #data
65     <span xmlns="http://www.w3.org/1999/xhtml">
66     <del><a>xxx</a></del>yyy
67     </span>
68     #errors
69    
70     #data
71     <span xmlns="http://www.w3.org/1999/xhtml">
72     <del><a>x<p>x</p>x</a></del>yyy
73     </span>
74     #errors
75     /span/del/a/p;element not allowed:phrasing;m
76    
77     #data
78     <p xmlns="http://www.w3.org/1999/xhtml">
79     <a>xxx</a>
80     </p>
81     #errors
82    
83     #data
84     <p xmlns="http://www.w3.org/1999/xhtml">
85     <a>x<em>x</em>x</a>
86     </p>
87     #errors
88    
89     #data
90     <p xmlns="http://www.w3.org/1999/xhtml">
91     <a>x<div>x</div>x</a>
92     </p>
93     #errors
94     /p/a/div;element not allowed:phrasing;m
95    
96     #data
97     <div xmlns="http://www.w3.org/1999/xhtml">
98     <a>x<p>x</p>x</a>
99     </div>
100     #errors
101    
102     #data
103     <div xmlns="http://www.w3.org/1999/xhtml">
104     <a><h1>xxx</h1></a>
105     </div>
106     #errors
107    
108     #data
109     <span xmlns="http://www.w3.org/1999/xhtml">
110     <a></a>
111     x</span>
112     #errors
113    
114     #data
115     <div xmlns="http://www.w3.org/1999/xhtml">
116     <a></a>
117     x</div>
118     #errors
119    
120     #data
121     <a xmlns="http://www.w3.org/1999/xhtml">XXX<a>YYY</a></a>
122     #errors
123     /a/a;element not allowed:minus;m
124    
125     #data
126     <a xmlns="http://www.w3.org/1999/xhtml"><em><a>XXX</a></em></a>
127     #errors
128     /a/em/a;element not allowed:minus;m
129    
130     #data
131     <div xmlns="http://www.w3.org/1999/xhtml">
132     <p><a></a></p><ul><li><a></a></li></ul>
133     </div>
134     #errors
135     /div;no significant content;s
136     /div/p;no significant content;s
137     /div/ul/li;no significant content;s
138    
139     #data
140     <div xmlns="http://www.w3.org/1999/xhtml">
141     <p><a></a></p><ol><li><a></a></li></ol>
142     </div>
143     #errors
144     /div;no significant content;s
145     /div/p;no significant content;s
146     /div/ol/li;no significant content;s
147    
148     #data
149     <a xmlns="http://www.w3.org/1999/xhtml">
150     <video src="">x</video>
151     </a>
152     #errors
153    
154     #data
155     <a xmlns="http://www.w3.org/1999/xhtml">
156     <span><video src="">x</video></span>
157     </a>
158     #errors
159    
160     #data
161     <div xmlns="http://www.w3.org/1999/xhtml">
162     <a><video src="">x</video></a>
163     <video src="">y</video>
164     </div>
165     #errors
166    
167     #data
168     <a xmlns="http://www.w3.org/1999/xhtml">
169     <video src="" controls="">x</video>
170     </a>
171     #errors
172     /a/video;element not allowed:minus;m
173    
174     #data
175     <a xmlns="http://www.w3.org/1999/xhtml">
176     <span><video src="" controls="">x</video></span>
177     </a>
178     #errors
179     /a/span/video;element not allowed:minus;m
180    
181     #data
182     <div xmlns="http://www.w3.org/1999/xhtml">
183     <a><video src="" controls="">x</video></a>
184     <video src="" controls="">y</video>
185     </div>
186     #errors
187     /div/a/video;element not allowed:minus;m
188    
189     #data
190     <a xmlns="http://www.w3.org/1999/xhtml">
191     <audio src="">x</audio>
192     </a>
193     #errors
194    
195     #data
196     <a xmlns="http://www.w3.org/1999/xhtml">
197     <span><audio src="">x</audio></span>
198     </a>
199     #errors
200    
201     #data
202     <div xmlns="http://www.w3.org/1999/xhtml">
203     <a><audio src="">x</audio></a>
204     <audio src="">y</audio>
205     </div>
206     #errors
207    
208     #data
209     <a xmlns="http://www.w3.org/1999/xhtml">
210     <audio src="" controls="">x</audio>
211     </a>
212     #errors
213     /a/audio;element not allowed:minus;m
214    
215     #data
216     <a xmlns="http://www.w3.org/1999/xhtml">
217     <span><audio src="" controls="">x</audio></span>
218     </a>
219     #errors
220     /a/span/audio;element not allowed:minus;m
221    
222     #data
223     <div xmlns="http://www.w3.org/1999/xhtml">
224     <a><audio src="" controls="">x</audio></a>
225     <audio src="" controls="">y</audio>
226     </div>
227     #errors
228     /div/a/audio;element not allowed:minus;m
229    
230     #data
231     <a xmlns="http://www.w3.org/1999/xhtml">
232     <label>x</label>
233     </a>
234     #errors
235     /a/label;element not allowed:minus;m
236    
237     #data
238     <a xmlns="http://www.w3.org/1999/xhtml">
239     <span><label>x</label></span>
240     </a>
241     #errors
242     /a/span/label;element not allowed:minus;m
243    
244     #data
245     <div xmlns="http://www.w3.org/1999/xhtml">
246     <a><label>x</label></a>
247     <label>y</label>
248     </div>
249     #errors
250     /div/a/label;element not allowed:minus;m
251    
252     #data
253     <a xmlns="http://www.w3.org/1999/xhtml">
254     <input/>x
255     </a>
256     #errors
257     /a/input;element not allowed:minus;m
258    
259     #data
260     <a xmlns="http://www.w3.org/1999/xhtml">
261     <span><input/>x</span>
262     </a>
263     #errors
264     /a/span/input;element not allowed:minus;m
265    
266     #data
267     <div xmlns="http://www.w3.org/1999/xhtml">
268     <a><input/>x</a>
269     <input/>
270     </div>
271     #errors
272     /div/a/input;element not allowed:minus;m
273    
274     #data
275     <a xmlns="http://www.w3.org/1999/xhtml">
276     <button>x</button>
277     </a>
278     #errors
279     /a/button;element not allowed:minus;m
280    
281     #data
282     <a xmlns="http://www.w3.org/1999/xhtml"><button><input/>x</button></a>
283     #errors
284     /a/button;element not allowed:minus;m
285     /a/button/input;element not allowed:minus;m
286    
287     #data
288     <a xmlns="http://www.w3.org/1999/xhtml">
289     <span><button>x</button></span>
290     </a>
291     #errors
292     /a/span/button;element not allowed:minus;m
293    
294     #data
295     <div xmlns="http://www.w3.org/1999/xhtml">
296     <a><button>x</button></a>
297     <button>y</button>
298     </div>
299     #errors
300     /div/a/button;element not allowed:minus;m
301    
302     #data
303     <a xmlns="http://www.w3.org/1999/xhtml">
304     <select><option>x</option></select>
305     </a>
306     #errors
307     /a/select;element not allowed:minus;m
308    
309     #data
310     <a xmlns="http://www.w3.org/1999/xhtml">
311     <span><select><option>x</option></select></span>
312     </a>
313     #errors
314     /a/span/select;element not allowed:minus;m
315    
316     #data
317     <div xmlns="http://www.w3.org/1999/xhtml">
318     <a><select><option>x</option></select></a>
319     <select><option>y</option></select>
320     </div>
321     #errors
322     /div/a/select;element not allowed:minus;m
323    
324     #data
325     <a xmlns="http://www.w3.org/1999/xhtml">
326     <textarea>x</textarea>
327     </a>
328     #errors
329     /a/textarea;element not allowed:minus;m
330    
331     #data
332     <a xmlns="http://www.w3.org/1999/xhtml">
333     <span><textarea>x</textarea></span>
334     </a>
335     #errors
336     /a/span/textarea;element not allowed:minus;m
337    
338     #data
339     <div xmlns="http://www.w3.org/1999/xhtml">
340     <a><textarea>x</textarea></a>
341     <textarea>y</textarea>
342     </div>
343     #errors
344     /div/a/textarea;element not allowed:minus;m
345    
346     #data
347     <a xmlns="http://www.w3.org/1999/xhtml">
348     <details><legend>y</legend>x</details>
349     </a>
350     #errors
351     /a/details;element not allowed:minus;m
352    
353     #data
354     <a xmlns="http://www.w3.org/1999/xhtml">
355     <span><details><legend>y</legend>x</details></span>
356     </a>
357     #errors
358     /a/span/details;element not allowed:minus;m
359    
360     #data
361     <div xmlns="http://www.w3.org/1999/xhtml">
362     <a><details><legend>y</legend>x</details></a>
363     <details><legend>y</legend>y</details>
364     </div>
365     #errors
366     /div/a/details;element not allowed:minus;m
367    
368     #data
369     <a xmlns="http://www.w3.org/1999/xhtml">
370     <datagrid>x</datagrid>
371     </a>
372     #errors
373     /a/datagrid;element not allowed:minus;m
374    
375     #data
376     <a xmlns="http://www.w3.org/1999/xhtml">
377     <span><datagrid>x</datagrid></span>
378     </a>
379     #errors
380     /a/span/datagrid;element not allowed:minus;m
381    
382     #data
383     <div xmlns="http://www.w3.org/1999/xhtml">
384     <a><datagrid>x</datagrid></a>
385     <datagrid>y</datagrid>
386     </div>
387     #errors
388     /div/a/datagrid;element not allowed:minus;m
389    
390     #data
391     <a xmlns="http://www.w3.org/1999/xhtml">
392     <bb>x</bb>
393     </a>
394     #errors
395     /a/bb;element not allowed:minus;m
396    
397     #data
398     <a xmlns="http://www.w3.org/1999/xhtml">
399     <span><bb>x</bb></span>
400     </a>
401     #errors
402     /a/span/bb;element not allowed:minus;m
403    
404     #data
405     <div xmlns="http://www.w3.org/1999/xhtml">
406     <a><bb>x</bb></a>
407     <bb>y</bb>
408     </div>
409     #errors
410     /div/a/bb;element not allowed:minus;m
411    
412     #data
413     <a xmlns="http://www.w3.org/1999/xhtml">
414     <menu>x</menu>
415     </a>
416     #errors
417    
418     #data
419     <a xmlns="http://www.w3.org/1999/xhtml">
420     <span><menu>x</menu></span>
421     </a>
422     #errors
423    
424     #data
425     <div xmlns="http://www.w3.org/1999/xhtml">
426     <a><menu>x</menu></a>
427     <menu>y</menu>
428     </div>
429     #errors
430    
431     #data
432     <a xmlns="http://www.w3.org/1999/xhtml">
433     <menu type="toolbar">x</menu>
434     </a>
435     #errors
436     /a/menu;element not allowed:minus;m
437    
438     #data
439     <a xmlns="http://www.w3.org/1999/xhtml">
440     <span><menu type="toolbar">x</menu></span>
441     </a>
442     #errors
443     /a/span/menu;element not allowed:minus;m
444    
445     #data
446     <div xmlns="http://www.w3.org/1999/xhtml">
447     <a><menu type="toolbar">x</menu></a>
448     <menu type="toolbar">y</menu>
449     </div>
450     #errors
451     /div/a/menu;element not allowed:minus;m
452    
453     #data
454     <div xmlns="http://www.w3.org/1999/xhtml">
455     <p><a></a></p><ol><li><datagrid/></li></ol>
456     </div>
457     #errors
458     /div;no significant content;s
459     /div/p;no significant content;s
460     /div/ol/li;no significant content;s
461    
462     #data
463     <details xmlns="http://www.w3.org/1999/xhtml">
464     <legend/>
465     <p><a/></p>
466     </details>
467     #errors
468     /details;no significant content;s
469     /details/legend;no significant content;s
470     /details/p;no significant content;s
471    
472     #data
473     <details xmlns="http://www.w3.org/1999/xhtml">
474     <legend><a/></legend>
475     </details>
476     #errors
477     /details;no significant content;s
478     /details/legend;no significant content;s
479    
480     #data
481     <a href="http://test/" xmlns="http://www.w3.org/1999/xhtml"/>
482     #errors
483     /a;no significant content;s
484    
485     #data
486     <a href="http://test/[44::]/" xmlns="http://www.w3.org/1999/xhtml"/>
487     #errors
488     /a;no significant content;s
489     /a/@href;syntax error:iriref3987;m
490    
491     #data
492     <a href="http://test/" type="" xmlns="http://www.w3.org/1999/xhtml"/>
493     #errors
494     /a;no significant content;s
495     /a/@type;IMT:syntax error;m
496    
497     #data
498     <a href="http://test/" type="text/html" xmlns="http://www.w3.org/1999/xhtml"/>
499     #errors
500     /a;no significant content;s
501    
502     #data
503     <a href="http://test/" rel="" xmlns="http://www.w3.org/1999/xhtml"/>
504     #errors
505     /a;no significant content;s
506    
507     #data
508     <a href="http://test/" rel="author contact"
509     xmlns="http://www.w3.org/1999/xhtml"/>
510     #errors
511     /a;no significant content;s
512     /a/@rel;link type:proposed;s
513    
514     #data
515     <a href="http://test/" rel="author author" xmlns="http://www.w3.org/1999/xhtml"/>
516     #errors
517     /a/@rel;duplicate token;m
518     /a;no significant content;s
519    
520     #data
521     <a href="http://test/" rel="bookmark" xmlns="http://www.w3.org/1999/xhtml"/>
522     #errors
523     /a;no significant content;s
524    
525     #data
526     <a href="http://test/" rel="previous" xmlns="http://www.w3.org/1999/xhtml"/>
527     #errors
528     /a/@rel;link type:non-conforming;m
529     /a;no significant content;s
530    
531     #data
532     <a href="http://test/" rel="edit" xmlns="http://www.w3.org/1999/xhtml"/>
533     #errors
534     /a/@rel;link type:proposed;s
535     /a;no significant content;s
536    
537     #data
538     <a href="http://test/" rel="script" xmlns="http://www.w3.org/1999/xhtml"/>
539     #errors
540     /a/@rel;link type:non-conforming;m
541     /a;no significant content;s
542    
543     #data
544     <a href="http://test/" rel="stylesheet" xmlns="http://www.w3.org/1999/xhtml"/>
545     #errors
546     /a/@rel;link type:bad context;m
547     /a;no significant content;s
548    
549     #data
550     <a href="http://test/" rel="test-type" xmlns="http://www.w3.org/1999/xhtml"/>
551     #errors
552     /a/@rel;unknown link type;u
553     /a;no significant content;s
554    
555     #data
556     <?xml version="1.1"?>
557     <a href="http://test/" rel="author&#x0b;" xmlns="http://www.w3.org/1999/xhtml"/>
558     #errors
559     /a/@rel;unknown link type;u
560     /a;no significant content;s
561    
562     #data
563     <?xml version="1.1"?>
564     <a href="http://test/" rel="&#x0b;author" xmlns="http://www.w3.org/1999/xhtml"/>
565     #errors
566     /a/@rel;unknown link type;u
567     /a;no significant content;s
568    
569     #data
570     <?xml version="1.1"?>
571     <a href="http://test/" rel="author&#x0b;license" xmlns="http://www.w3.org/1999/xhtml"/>
572     #errors
573     /a/@rel;unknown link type;u
574     /a;no significant content;s
575    
576     #data
577     <a href="http://test/" ping="http://a.test/"
578     xmlns="http://www.w3.org/1999/xhtml"/>
579     #errors
580     /a;no significant content;s
581    
582     #data
583     <a href="http://test/" ping="http://a.test/ http://b.test/"
584     xmlns="http://www.w3.org/1999/xhtml"/>
585     #errors
586     /a;no significant content;s
587    
588     #data
589     <a href="http://test/" ping="http://a.test/ [b.test]"
590     xmlns="http://www.w3.org/1999/xhtml"/>
591     #errors
592     /a/@ping;syntax error:iriref3987;m
593     /a;no significant content;s
594    
595     #data
596     <?xml version="1.1"?>
597     <a href="http://test/" ping="http://a.test/&#x0b;http://b.test/"
598     xmlns="http://www.w3.org/1999/xhtml"/>
599     #errors
600     /a/@ping;syntax error:iriref3987;m
601     /a;no significant content;s
602    
603     #data
604     <?xml version="1.1"?>
605     <a href="http://test/" ping="http://a.test/&#x0b;"
606     xmlns="http://www.w3.org/1999/xhtml"/>
607     #errors
608     /a/@ping;syntax error:iriref3987;m
609     /a;no significant content;s
610    
611     #data
612     <?xml version="1.1"?>
613     <a href="http://test/" ping="&#x0b;http://a.test/"
614     xmlns="http://www.w3.org/1999/xhtml"/>
615     #errors
616     /a/@ping;syntax error:iriref3987;m
617     /a;no significant content;s
618    
619     #data
620     <a href="http://test/" hreflang=""
621     xmlns="http://www.w3.org/1999/xhtml"/>
622     #errors
623     /a/@hreflang;langtag:language:nosemantics;m
624     /a;no significant content;s
625    
626     #data
627     <a href="http://test/" hreflang="en"
628     xmlns="http://www.w3.org/1999/xhtml"/>
629     #errors
630     /a;no significant content;s
631    
632     #data
633     <a href="http://test/" media="all"
634     xmlns="http://www.w3.org/1999/xhtml"/>
635     #errors
636     /a/@media;media query;u
637     /a;no significant content;s
638    
639     #data
640     <a href="http://test/" target=""
641     xmlns="http://www.w3.org/1999/xhtml"/>
642     #errors
643     /a;no significant content;s
644     /a/@target;window name:empty;m
645    
646     #data
647     <a href="http://test/" target="_self"
648     xmlns="http://www.w3.org/1999/xhtml"/>
649     #errors
650     /a;no significant content;s
651    
652     #data
653     <a href="http://test/" target="_parent"
654     xmlns="http://www.w3.org/1999/xhtml"/>
655     #errors
656     /a;no significant content;s
657    
658     #data
659     <a href="http://test/" target="_top"
660     xmlns="http://www.w3.org/1999/xhtml"/>
661     #errors
662     /a;no significant content;s
663    
664     #data
665     <a href="http://test/" target="_Top"
666     xmlns="http://www.w3.org/1999/xhtml"/>
667     #errors
668     /a;no significant content;s
669    
670     #data
671     <a href="http://test/" target="_TOP"
672     xmlns="http://www.w3.org/1999/xhtml"/>
673     #errors
674     /a;no significant content;s
675    
676     #data
677     <a href="http://test/" target="_blank"
678     xmlns="http://www.w3.org/1999/xhtml"/>
679     #errors
680     /a;no significant content;s
681    
682     #data
683     <a href="http://test/" target="_main"
684     xmlns="http://www.w3.org/1999/xhtml"/>
685     #errors
686     /a/@target;window name:reserved;m
687     /a;no significant content;s
688    
689     #data
690     <a href="http://test/" target="abcde"
691     xmlns="http://www.w3.org/1999/xhtml"/>
692     #errors
693     /a;no significant content;s
694    
695     #data
696     <a href="http://test/" target="_"
697     xmlns="http://www.w3.org/1999/xhtml"/>
698     #errors
699     /a/@target;window name:reserved;m
700     /a;no significant content;s
701    
702     #data
703     <a type="text/css" xmlns="http://www.w3.org/1999/xhtml"/>
704     #errors
705     /a/@type;attribute not allowed;m
706     /a;no significant content;s
707    
708     #data
709     <a rel="author" xmlns="http://www.w3.org/1999/xhtml"/>
710     #errors
711     /a/@rel;attribute not allowed;m
712     /a;no significant content;s
713    
714     #data
715     <a rev="" xmlns="http://www.w3.org/1999/xhtml">x</a>
716     #errors
717     /a/@rev;attribute not defined;m
718    
719     #data
720     <a rev="made" xmlns="http://www.w3.org/1999/xhtml">x</a>
721     #errors
722     /a/@rev;attribute not defined;m
723    
724     #data
725     <a rev=" made" xmlns="http://www.w3.org/1999/xhtml">x</a>
726     #errors
727     /a/@rev;attribute not defined;m
728    
729     #data
730     <a rev="made made" xmlns="http://www.w3.org/1999/xhtml">x</a>
731     #errors
732     /a/@rev;attribute not defined;m
733     /a/@rev;duplicate token;m
734    
735     #data
736     <a ping="a" xmlns="http://www.w3.org/1999/xhtml"/>
737     #errors
738     /a/@ping;attribute not allowed;m
739     /a;no significant content;s
740    
741     #data
742     <a hreflang="en" xmlns="http://www.w3.org/1999/xhtml"/>
743     #errors
744     /a/@hreflang;attribute not allowed;m
745     /a;no significant content;s
746    
747     #data
748     <a media="screen" xmlns="http://www.w3.org/1999/xhtml"/>
749     #errors
750     /a/@media;attribute not allowed;m
751     /a/@media;media query;u
752     /a;no significant content;s
753    
754     #data
755     <a target="_self"
756     xmlns="http://www.w3.org/1999/xhtml"/>
757     #errors
758     /a/@target;attribute not allowed;m
759     /a;no significant content;s
760    
761     #data
762     <a charset="" xmlns="http://www.w3.org/1999/xhtml">x</a>
763     #errors
764     /a/@charset;attribute not defined;m
765     /a/@charset;charset:syntax error;m
766     /a/@charset;charset:not registered;w
767    
768     #data
769     <a charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml">x</a>
770     #errors
771     /a/@charset;attribute not defined;m
772    
773     #data
774     <p xmlns="http://www.w3.org/1999/xhtml">
775     <b><a href="">a</a></b>
776     <i><a type="text/plain">x</a></i>
777     </p>
778     #errors
779     /p/i/a/@type;attribute not allowed;m
780    
781     #data
782     <p xmlns="http://www.w3.org/1999/xhtml">
783     <a href="../../.." rel="up up up up">d</a>
784     <a href="../.." rel="up up up">c</a>
785     <a href=".." rel="up up">b</a>
786     <a href="." rel="up">a</a>
787     </p>
788     #errors
789    
790     #data
791     <p xmlns="http://www.w3.org/1999/xhtml">
792     <a href="../../../.." rel="up up up up index">d</a>
793     <a href="../../.." rel="up up up">c</a>
794     <a href="../.." rel="up up">b</a>
795     <a href="." rel="up">a</a>
796     </p>
797     #errors
798    
799     #data
800     <p xmlns="http://www.w3.org/1999/xhtml">
801     <a href="../../.." rel="up up up up index">d</a>
802     <a href="../.." rel="up up up">c</a>
803     <a href=".." rel="up up index">b</a>
804     <a href="." rel="up">a</a>
805     </p>
806     #errors
807    
808     #data
809     <p xmlns="http://www.w3.org/1999/xhtml">
810     <a href="../../.." rel="up up up up">d</a>
811     <a href="../.." rel="up up up index">c</a>
812     <a href=".." rel="up up">b</a>
813     <a href="." rel="up">a</a>
814     </p>
815     #errors
816    
817     #data
818     <nav xmlns="http://www.w3.org/1999/xhtml">
819     <p>
820     <a href="../../../a" rel="up up up up">d</a>
821     <a href="../../a" rel="up up up">c</a>
822     <a href="../a" rel="up up">b</a>
823     <a href="." rel="up">a</a>
824     </p>
825     <p>
826     <a href="../../../.." rel="up up up up up">E</a>
827     <a href="../../.." rel="up up up up">D</a>
828     <a href="../.." rel="up up up">C</a>
829     <a href=".." rel="up up">B</a>
830     <a href="." rel="up">A</a>
831     </p>
832     </nav>
833     #errors
834    
835     #data
836     <nav xmlns="http://www.w3.org/1999/xhtml">
837     <p>
838     <a href="../../../a" rel="up up up up index">d</a>
839     <a href="../../a" rel="up up up">c</a>
840     <a href="../a" rel="up up">b</a>
841     <a href="." rel="up">a</a>
842     </p>
843     <p>
844     <a href="../../../.." rel="up up up up up index">E</a>
845     <a href="../../.." rel="up up up up">D</a>
846     <a href="../.." rel="up up up">C</a>
847     <a href=".." rel="up up">B</a>
848     <a href="." rel="up">A</a>
849     </p>
850     </nav>
851     #errors
852    
853     #data
854     <head xmlns="http://www.w3.org/1999/xhtml">
855     <title>x</title>
856     <link href="../../../a" rel="up up up up index" title="d"/>
857     <link href="../../a" rel="up up up" title="c"/>
858     <link href="../a" rel="up up" title="b"/>
859     <link href="." rel="up" title="a"/>
860     </head>
861     #errors
862    
863     #data
864     <!-- from spec -->
865     <nav xmlns="http://www.w3.org/1999/xhtml">
866     <p>
867     <a href="/" rel="index up up up">Main</a> >
868     <a href="/products/" rel="up up">Products</a> >
869     <a href="/products/dishwashers/" rel="up">Dishwashers</a> >
870     <a>Second hand</a>
871     </p>
872     <p>
873     <a href="/" rel="index up up">Main</a> >
874     <a href="/second-hand/" rel="up">Second hand</a> >
875     <a>Dishwashers</a>
876     </p>
877     </nav>
878     #errors
879    
880     #data
881     <a xmlns="http://www.w3.org/1999/xhtml" href="" rel="noreferer">.</a>
882     #errors
883     /a/@rel;unknown link type;u
884    
885     #data
886     <a xmlns="http://www.w3.org/1999/xhtml" href="" rel="noreferrer">.</a>
887     #errors
888    
889     #data
890     <area xmlns="http://www.w3.org/1999/xhtml" href="" rel="noreferer" alt="X"
891     coords="1,2,3,4"/>
892     #errors
893     /area/@rel;unknown link type;u
894    
895     #data
896     <area xmlns="http://www.w3.org/1999/xhtml" href="" rel="noreferrer" alt="X"
897     coords="1,2,3,4"/>
898     #errors
899    
900     #data
901     <link xmlns="http://www.w3.org/1999/xhtml" href="" rel="noreferer"/>
902     #errors
903     /link/@rel;unknown link type;u
904    
905     #data
906     <link xmlns="http://www.w3.org/1999/xhtml" href="" rel="noreferrer"/>
907     #errors
908     /link/@rel;link type:bad context;m
909    
910     #data
911     <link xmlns="http://www.w3.org/1999/xhtml" href="" rel="openid.server"/>
912     #errors
913     /link/@rel;link type:proposed;s
914    
915     #data
916     <a xmlns="http://www.w3.org/1999/xhtml" href="" rel="openid.server">a</a>
917     #errors
918     /a/@rel;link type:proposed;s
919     /a/@rel;link type:bad context;m
920    
921     #data
922     <area xmlns="http://www.w3.org/1999/xhtml" href="" shape="default"
923     alt="" rel="openid.server"/>
924     #errors
925     /area/@rel;link type:proposed;s
926     /area/@rel;link type:bad context;m
927    
928     #data
929     <link xmlns="http://www.w3.org/1999/xhtml" href="" rel="service"/>
930     #errors
931     /link/@rel;link type:proposed;s
932    
933     #data
934     <a xmlns="http://www.w3.org/1999/xhtml" href="" rel="service">a</a>
935     #errors
936     /a/@rel;link type:proposed;s
937     /a/@rel;link type:bad context;m
938    
939     #data
940     <area xmlns="http://www.w3.org/1999/xhtml" href="" shape="default"
941     alt="" rel="service"/>
942     #errors
943     /area/@rel;link type:proposed;s
944     /area/@rel;link type:bad context;m
945    

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24