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

<h3 id="TableOfContents">Table of contents</h3>
<div id="toc">
<ol>
    <li><a href="#valid">Valid Document</a> (all should pass validation)
            <ul>
                    <li><a href="#doctypes">Document types support</a></li>
                    <li><a href="#valid_notcat">Document types outside the main catalogue</a></li>
                    <li><a href="#valid_doctypeless">Valid Doctypeless Documents</a></li>
                    <li><a href="#valid_warn">Valid Documents, with Warnings</a></li>
                    <li><a href="#wrong_mime">Valid Documents served with a wrong media type</a></li>
		    <li><a href="#valid_bugfix">Bug Regression Tests: Valid documents</a></li>
                 
            </ul>
    </li>
    <li><a href="#invalid">Invalid documents</a>
        <ul>
                <li><a href="#invalid_misc">Miscellaneous invalid docs</a></li>
                <li><a href="#invalid_nodoctype">Missing Doctype</a></li>
                <li><a href="#nonconform">DTD-Valid but not conformant</a></li>
                <li><a href="#invalid_bug">Documents that are invalid, which the validator passes as OK</a></li>
        </ul>  
    </li>
    <li><a href="#well-formed">Docs that should be Well Formed</a></li>
    <li><a href="#encodings">Various Encodings</a></li>
    <li><a href="#errors">Error conditions &amp; strange cases</a></li>
    <li><a href="#ui">User Interface tests</a></li>
    <li><a href="#regress">Bugs and Regression Tests</a></li>
    <li><a href="#output_test">Test for specific output</a>
      <ul>
        <li><a href="#output_preparse">Output of preparse warnings</a></li>
      </ul>
    </li>
</ol>
</div>

    <p id="skip">
      This page lists a few test documents and test scenarios for the W3C Markup Validator
      make sure everything works fine after making changes to
      <a href="../../">the validator</a>. If you can think of interesting
      test cases that aren't on this page,
      <a href="../../feedback.html">let us know</a>.
    </p>
    
<h3 id="valid">Valid Documents</h3>
<h4 id="doctypes">Document types support</h4>
  <p>
    Below is a list of sample documents for a number of document types the validator is supposed to be supporting.
    The first validate link will attempt validation with the current instance, for test purposes. The v.w.o instance
    can be taken as reference/comparison.
  </p>

  <ul>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20.html;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20.html;ss">with v.w.o</a> -
      <a href="html20.html">view</a>:
      HTML 2.0
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20-strict.html;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20-strict.html;ss">with v.w.o</a> -
      <a href="html20-strict.html">view</a>:
      HTML 2.0 Strict
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html40-strict.html;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html40-strict.html;ss">with v.w.o</a> -
      <a href="html40-strict.html">view</a>:
      HTML 4.0 Strict
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html40-transitional.html;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html40-transitional.html;ss">with v.w.o</a> - 
      <a href="html40-transitional.html">view</a>:
      HTML 4.0 Transitional
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html40-frameset.html;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html40-frameset.html;ss">with v.w.o</a> - 
      <a href="html40-frameset.html">view</a>:
      HTML 4.0 Frameset
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html401-strict.html;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html401-strict.html;ss">with v.w.o</a> -
      <a href="html401-strict.html">view</a>:
      HTML 4.01 Strict
    </li>
    
    <li>
      <a href="../../check?uri=http://www.w3.org/TR/1999/PR-html40-19990824/">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://www.w3.org/TR/1999/PR-html40-19990824/">with v.w.o</a> - 
      <a href="http://www.w3.org/TR/1999/PR-html40-19990824/">view</a>:
      HTML 4.01 Transitional -  (from the HTML 4.01 PR)
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2329-html401-transitional_iframe.html;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2329-html401-transitional_iframe.html;ss">with v.w.o</a> - 
      <a href="2329-html401-transitional_iframe.html">view</a>:
      HTML 4.01 Transitional -  with iframe element (test for <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2329">Bug 2329</a>)
    </li>    
    
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/iso-html.html;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/iso-html.html;ss">with v.w.o</a> - 
      <a href="iso-html.html">view</a>:
      ISO-HTML (aka ISO/IEC 15445:2000)
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-strict.html;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-strict.html;ss">with v.w.o</a> - 
      <a href="xhtml1-strict.html">view</a>:
      XHTML 1.0 Strict
    <br />
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-strict-minimal.html;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-strict-minimal.html;ss">with v.w.o</a> - 
      <a href="xhtml1-strict-minimal.html">view</a>:
      XHTML 1.0 Strict (from XHTML Spec)
    </li>

    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-basic10.xhtml;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-basic10.xhtml;ss">with v.w.o</a> - 
      <a href="xhtml-basic10.xhtml">view</a>:
      XHTML Basic 1.0
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-basic11.xhtml;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-basic11.xhtml;ss">with v.w.o</a> - 
      <a href="xhtml-basic11.xhtml">view</a>:
      XHTML Basic 1.1
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-mp-1_2.xhtml;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-mp-1_2.xhtml;ss">with v.w.o</a> - 
      <a href="xhtml-mp-1_2.xhtml">view</a>:
      XHTML MP 1.2
    </li>

    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml11-minimal.html;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml11-minimal.html;ss">with v.w.o</a> - 
      <a href="xhtml11-minimal.html">view</a>:
      XHTML 1.1
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-mathml2-fpi.html;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-mathml2-fpi.html;ss">with v.w.o</a> - 
      <a href="xhtml-mathml2-fpi.html">view</a>:
      XHTML/MathML2 
      (with FPI)
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.mathml;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.mathml;ss">with v.w.o</a> - 
      <a href="mathml2.mathml">view</a>:
      MathML 2.0
       (minimal test document)
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/application-xhtml_xml.xhtml">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/application-xhtml_xml.xhtml">with v.w.o</a> - 
      <a href="application-xhtml_xml.xhtml">view</a>:
      XHTML 1.1 served as application/xhtml+xml
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/smil10-minimal.smi">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/smil10-minimal.smi">with v.w.o</a> - 
      <a href="smil10-minimal.smi">view</a>:
      SMIL 1.0 minimal document
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/smil20.smi">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/smil20.smi">with v.w.o</a> - 
      <a href="smil20.smi">view</a>:
      SMIL 2.0 
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/SMIL21.smil">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/SMIL21.smil">with v.w.o</a> - 
      <a href="SMIL21.smil">view</a>:
      SMIL 2.1 
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/SMIL21_Mobile.smil">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/SMIL21_Mobile.smil">with v.w.o</a> - 
      <a href="SMIL21_Mobile.smil">view</a>:
      SMIL 2.1 Mobile
    </li>
    
    <li>
      <a href="../../check?uri=http://www.w3.org/TR/XHTMLplusMathMLplusSVG/sample.xhtml">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://www.w3.org/TR/XHTMLplusMathMLplusSVG/sample.xhtml">with v.w.o</a> -
      <a href="http://www.w3.org/TR/XHTMLplusMathMLplusSVG/sample.xhtml">view</a>:
      XHTML + MathML + SVG 
      (from the 9 August 2002 WD)
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-print_1_0.xhtml">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-print_1_0.xhtml">with v.w.o</a> - 
      <a href="xhtml-print_1_0.xhtml">view</a>:
      XHTML-Print
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/REC-SVG-1_0-minimal.svg">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/REC-SVG-1_0-minimal.svg">with v.w.o</a> -
      <a href="REC-SVG-1_0-minimal.svg">view</a>:
      SVG 1.0 Rec. minimal document
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/svg11.svg">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/svg11.svg">with v.w.o</a> -
      <a href="svg11.svg">view</a>:
      SVG 1.1 Rec. minimal document
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/svg_tiny_1_1.svg">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/svg_tiny_1_1.svg">with v.w.o</a> -
      <a href="svg_tiny_1_1.svg">view</a>:
      SVG Tiny 1.1
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml_rdfa.xhtml">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml_rdfa.xhtml">with v.w.o</a> -
      <a href="xhtml_rdfa.xhtml">view</a>:
      XHTML + RDFa
    </li>

  </ul>

<h4 id="valid_notcat">Document types outside the main catalogue</h4>
<p>Below is a number of other types of documents that the validator does not have in its "hardcoded" catalogue, but should support anyway.
All these documents should validate, without "pretty print" for the document type</p>

<ul>
	<li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/sgml_customdtd.html">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/sgml_customdtd.html">with v.w.o</a> - 
      <a href="sgml_customdtd.html">view</a>:
	  HTML4.0 plus blink ("Custom" SGML DTD)
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/rddl_fpi.xhtml">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/rddl_fpi.xhtml">with v.w.o</a> - 
      <a href="rddl_fpi.xhtml">view</a>:
      RDDL (with FPI)
    </li>
    
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/rddl_si.xhtml">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/rddl_si.xhtml">with v.w.o</a> - 
      <a href="rddl_si.xhtml">view</a>:
      RDDL (no FPI)
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/5031-root_dash.xml">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/5031-root_dash.xml">with v.w.o</a> - 
      <a href="5031-root_dash.xml">view</a>:
      MusicXML (also test for <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=5031" title="Bug 5031 - Doctype detection fails if root element includes non &quot;word&quot; character">Bug 5031</a>)
    </li>


</ul>
  <h4 id="valid_doctypeless">Valid Doctypeless Documents</h4>
  <p>Some document types (SVG) do not require the presence of the DOCTYPE declaration, although a DTD can be used to validate. The validator can however determine the version to validate against by preparsing the root element and the presence of version, baseProfile attributes.</p>
  <ul>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-10-doctype.svg;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-10-doctype.svg;ss">with v.w.o</a> -
      <a href="3663-svg-10-doctype.svg">view</a>:
      Valid SVG 1.0, using a DOCTYPE
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-10-doctypeless.svg;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-10-doctypeless.svg;ss">with v.w.o</a> -
      <a href="3663-svg-10-doctypeless.svg">view</a>:
      Valid SVG 1.0, but no declared DOCTYPE. Version attribute present for auto-detection
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-11-doctype.svg;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-11-doctype.svg;ss">with v.w.o</a> -
      <a href="3663-svg-11-doctype.svg">view</a>:
      Valid SVG 1.1, using a DOCTYPE
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-11-doctypeless.svg;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-11-doctypeless.svg;ss">with v.w.o</a> -
      <a href="3663-svg-11-doctypeless.svg">view</a>:
      Valid SVG 1.1, no declared DOCTYPE. Version attribute present for auto-detection.
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-basic-11-doctype.svg;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-basic-11-doctype.svg;ss">with v.w.o</a> -
      <a href="3663-svg-basic-11-doctype.svg">view</a>:
      Valid SVG Basic 1.1, using a DOCTYPE
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-basic-11-doctypeless.svg;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-basic-11-doctypeless.svg;ss">with v.w.o</a> -
      <a href="3663-svg-basic-11-doctypeless.svg">view</a>:
      Valid SVG Basic 1.1, no declared DOCTYPE. Version and baseProfile attributes present for auto-detection.
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-tiny-11-doctype.svg;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-tiny-11-doctype.svg;ss">with v.w.o</a> -
      <a href="3663-svg-tiny-11-doctype.svg">view</a>:
      Valid SVG Tiny 1.1, using a DOCTYPE
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-tiny-11-doctypeless.svg;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-tiny-11-doctypeless.svg;ss">with v.w.o</a> -
      <a href="3663-svg-tiny-11-doctypeless.svg">view</a>:
      Valid SVG Tiny 1.1, no declared DOCTYPE. Version and baseProfile attributes present for auto-detection.
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-noversion-doctype.svg">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-noversion-doctype.svg;ss">with v.w.o</a> -
      <a href="3663-svg-noversion-doctype.svg">view</a>:
      Valid SVG 1.1, using a DOCTYPE. No version attribute (optional). Should use info given by doctype.
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-noversion-doctype2.svg;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-noversion-doctype2.svg;ss">with v.w.o</a> -
      <a href="html20.html">view</a>:
      Valid SVG 1.0, using a DOCTYPE. No version attribute (optional). Should use info given by doctype.
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-noversion-doctypeless.svg;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-noversion-doctypeless.svg;ss">with v.w.o</a> -
      <a href="3663-svg-noversion-doctypeless.svg">view</a>:
      SVG with neither DOCTYPE nor version attribute. The validator may use a default.
    </li>
  </ul>
  <h4 id="valid_warn">Valid Documents, with Warnings</h4>
<ul>
  <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2342-opensp_type_X.html">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2342-opensp_type_X.html">with v.w.o</a> -
    <a href="2342-opensp_type_X.html">view</a>:
    Reference to a non-existing ID
    (opensp message type X, See <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2342">bug 2342</a>).
  </li>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/nonSGML-chars.html">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/nonSGML-chars.html">with v.w.o</a> -
    <a href="nonSGML-chars.html">view</a>:
     Non-SGML Chars
  </li>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/ampersand-as-data_html401.html;ss">validate</a> - 
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/ampersand-as-data_html401.html;ss">with v.w.o</a> - 
    <a href="ampersand-as-data_html401.html">view</a>:
    HTML 4.01 Document with Ampersand as data <br />
    (OK in SGML, not XML :see <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=798">Bug798: Ampersand as data in XHTML</a>)
  </li>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_unknownparsemode.html;ss">validate</a> - 
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_unknownparsemode.html;ss">with v.w.o</a> - 
    <a href="texthtml_unknownparsemode.html">view</a>:
    document served as <code>text/html</code>, using a custom DTD and for which parse mode is impossible to determine via generic heuristics (triggers warning W06)
  </li>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4848-xhtml1-strict_FPI-SI-mismatch.xhtml">validate</a> - 
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4848-xhtml1-strict_FPI-SI-mismatch.xhtml">with v.w.o</a> - 
    <a href="4848-xhtml1-strict_FPI-SI-mismatch.xhtml">view</a>:
	FPI/SI doctype declaration mismatch (system Id refers to a 404)
  </li>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4848-html40-transitional_FPI-SI-mismatch.html">validate</a> - 
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4848-html40-transitional_FPI-SI-mismatch.html">with v.w.o</a> - 
    <a href="4848-html40-transitional_FPI-SI-mismatch.html">view</a>:
	FPI/SI doctype declaration mismatch (html 4 doc with system Id refers to xhtml)
  </li>

	<li>
	  <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/shorttags.html">validate</a> - 
	  <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/shorttags.html">with v.w.o</a> - 
	  <a href="shorttags.html">view</a> - 
	  sample HTML 4 document using the (valid, but problematic) shorttags features
	</li>
</ul>

<h4 id="wrong_mime">Valid Documents served with a wrong media type</h4>
<ul>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html401-strict.xhtml;ss">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html401-strict.xhtml;ss">with v.w.o</a> -
    <a href="html401-strict.xhtml">view</a>:
    HTML 4.01 Strict served with an XHTML mime type
  </li>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/REC-SVG-1_0-minimal.html">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/REC-SVG-1_0-minimal.html">with v.w.o</a> -
    <a href="REC-SVG-1_0-minimal.html">View</a> SVG 1.0 Rec. minimal document served as text/html</li>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-print_1_0.html">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-print_1_0.html">with v.w.o</a> - 
    <a href="xhtml-print_1_0.html">view</a>:
    XHTML-Print served as text/html
  </li>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.html;ss">validate</a> - 
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.html;ss">with v.w.o</a> - 
    <a href="mathml2.html">view</a>:
    MathML 2.0 as text/html  </li>
</ul>

<h4 id="valid_bugfix">Bug Regression Tests: Valid documents</h4>
<ul>
    <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml_mathml_svg_newlines.xhtml">validate</a> - 
        <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml_mathml_svg_newlines.xhtml">with v.w.o</a> - 
        <a href="xhtml_mathml_svg_newlines.xhtml">view</a>:
        XHTML+Math+SVG document with non-unix newlines,
   (See <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3992">Bug 3992: non-unix newlines confuse the parser</a>)
  </li>
    <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4892-entity.html">validate</a> - 
        <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4892-entity.html">with v.w.o</a> - 
        <a href="4892-entity.html">view</a>:
        XHTML with named entities on a line with colons and numbers, caused bogus error report in validator 0.8.0
   (See <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4892" title="Bug 4892 - parsing of XML WF-errors too loose, confuses content with error data">Bug 4892</a>)
  </li>
</ul>

<h3 id="invalid">Invalid Documents</h3>
<h4 id="invalid_misc">Miscellaneous invalid docs</h4>
  <ul>
    <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-bogus-element.html;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-bogus-element.html;ss">with v.w.o</a> -
      <a href="xhtml1-bogus-element.html">view</a>:
      XHTML1, bogus element (foo element not in DTD)</li>
      <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-bogus-attribute.html;ss">validate</a> -
        <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-bogus-attribute.html;ss">with v.w.o</a> -
        <a href="xhtml1-bogus-attribute.html">view</a>:
        XHTML1, bogus attribute</li>
      <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/uppercase_element.xhtml;ss">validate</a> -
        <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/uppercase_element.xhtml;ss">with v.w.o</a> -
        <a href="uppercase_element.xhtml">view</a>:
        XHTML1, bogus element (uppercase A element not in DTD), tends to cascade errors about each attribute</li>
    <li><a href="../../check?uri=http://www.w3.org/2001/01/xml-latin1.html;ss;sp;noatt">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://www.w3.org/2001/01/xml-latin1.html;ss;sp;noatt">with v.w.o</a> -
      <a href="http://www.w3.org/2001/01/xml-latin1.html">view</a>:
      us-ascii xhtml document with a latin1 character </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/error_pls_warning.html;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/error_pls_warning.html;ss">with v.w.o</a> - 
      <a href="error_pls_warning.html">view</a>: 
      Invalid document (img without alt, invalid <a href="http://www.w3.org/TR/html401/struct/objects.html#adef-alt">per</a>). 
      <br />
      Also has non-sgml character (testing for warning output)
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/no-newlines.html;ss;sp;noatt">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/no-newlines.html;ss;sp;noatt">with v.w.o</a> -
      <a href="no-newlines.html">view</a>:
      invalid frames document (noframes in forbidden location). Also test for absence of newlines</li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2329-html401-strict_iframe.html;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2329-html401-strict_iframe.html;ss">with v.w.o</a> - 
      <a href="2329-html401-strict_iframe.html">view</a>:
      HTML 4.01 Strict -  with iframe element (test for <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2329">Bug 2329</a>)
    </li>    
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-blank-1st-line.html;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-blank-1st-line.html;ss">with v.w.o</a> -
      <a href="xhtml1-blank-1st-line.html">view</a>:
      XHTML1, blank first line (<a href="http://lists.w3.org/Archives/Public/www-validator/2000JanMar/0144.html">should be marked as invalid</a>)</li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/ampersand-as-data.html;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/ampersand-as-data.html;ss">with v.w.o</a> - 
      <a href="ampersand-as-data.html">view</a>:
      Bug <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=798">798: Ampersand as data in XHTML</a> (OK in SGML, not XML)
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/bogus-xmlpi.xhtml;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/bogus-xmlpi.xhtml;ss">with v.w.o</a> -
      <a href="bogus-xmlpi.xhtml">view</a>
      XHTML with bogus XML Decl, served as application/xhtml+xml (missing final "?")
    </li>
      	<li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/bogus-xmlpi.html;ss">validate</a> -
      	    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/bogus-xmlpi.html;ss">with v.w.o</a> -
      	    <a href="bogus-xmlpi.html">view</a>
      	XHTML with bogus XML Decl, served as text/html (missing final "?")</li>

    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/bogus-fpi.html;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/bogus-fpi.html;ss">with v.w.o</a> -
      <a href="bogus-fpi.html">view</a>
      bogus FPI #1: lowercase "doctype".
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/smil20-profile-doctype.smi">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/smil20-profile-doctype.smi">with v.w.o</a> - 
      <a href="smil20-profile-doctype.smi">view</a>:
      SMIL 2.0 with bogus xmlns and missing space between attributes
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/errors_sorting.smi">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/errors_sorting.smi">with v.w.o</a> - 
      <a href="errors_sorting.smi">view</a>:
      SMIL 2.0 with bogus xmlns, xml ill-formedness and bogus elements (used to test sorting of errors)
    </li>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2689-attribute-no-space.xhtml">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2689-attribute-no-space.xhtml">with v.w.o</a> - 
      <a href="2689-attribute-no-space.xhtml">view</a>:
      XHTML 1.0 missing space between attributes (<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2689" title="Bug 2689 - documents with no whitespace between attributes validate">Bug 2689</a>)
    </li>

    

  </ul>
  
  <h5>Various often-invalid site</h5>
        <p>The following sites/pages are often invalid, but do <strong>not</strong> rely on the results.</p> 
        <ul>

      	<li><a href="../../check?uri=http://www.yahoo.com/">Yahoo!</a></li>
  	<li><a href="../../check?uri=http://www.microsoft.com/">Microsoft</a></li>
  	<li><a href="../../check?uri=http://www.netscape.com/">Netscape</a></li>
          <li><a href="../../check?uri=http://www.w3.org/TR/1998/REC-xml-19980210.xml">XML 1.0</a></li>
        </ul>
<h4 id="invalid_nodoctype">Missing Doctype</h4>
<p>See also <a href="well-formed">Docs that should be Well Formed</a> for examples of doctype-less but well-formed XML documents.</p>
<ul>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-and-xmlns.html;ss">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-and-xmlns.html;ss">with v.w.o</a> -
    <a href="xhtml1-missing-doctype-and-xmlns.html">view</a>:
    XHTML, no DOCTYPE, no xmlns (thus invalid)
  </li>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xml-nodoctype-notwf.xml;ss">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xml-nodoctype-notwf.xml;ss">with v.w.o</a> -
    <a href="xml-nodoctype-notwf.xml">view</a>:
    XML, no DOCTYPE, not well-formed (marked as "invalid XML" - FIXME should be reworded)
  </li>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/sgml-nodoctype-syntaxok.html;ss">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/sgml-nodoctype-syntaxok.html;ss">with v.w.o</a> -
    <a href="sgml-nodoctype-syntaxok.html">view</a>:
    SGML-ish document without html root. Served as text/html. No DOCTYPE. Correct SGML syntax. Would pass as well-formed XML if it were XML...
  </li>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/sgml-nodoctype-syntaxnotok.html;ss">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/sgml-nodoctype-syntaxnotok.html;ss">with v.w.o</a> -
    <a href="sgml-nodoctype-syntaxnotok.html">view</a>:
    SGML-ish document without html root. Served as text/html. No DOCTYPE. Bogus SGML syntax. 
  </li>
</ul>
<h4 id="nonconform">DTD-Valid but not conformant</h4>
<p>For those, we will need to change the message, or hordes of SGML zombies will come down upon us ;)...</p>
<ul>
    <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-strict-missing-xmlns.html;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-strict-missing-xmlns.html;ss">with v.w.o</a> -
      <a href="xhtml1-strict-missing-xmlns.html">view</a>:
      XHTML 1.0 Strict missing xmlns attribute (valid)
    </li>

</ul>

<h4 id="invalid_bug">Documents that are invalid, which the validator passes as OK</h4>
<p>Wrong diagnosis</p>
      <ul>
        	<li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/bogus-fpi2.html;ss">bogus FPI #2: HTML 4.01 "Strict"</a></li>
        	<li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/bogus-fpi3.html;ss">bogus FPI #3: XHTML 1.1 "Strict"</a></li>
</ul>


  <h3 id="well-formed">Docs that should be Well Formed</h3>
<p>well formed but no doctype. The validator could mark them as well formed, but not mention validity?</p>
      <ul>
        <li>
          <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xml-nodoctype-wf.xml">validate</a> - 
          <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xml-nodoctype-wf.xml">with v.w.o</a> - 
          <a href="xml-nodoctype-wf.xml">view</a>:
          Basic XML document, well formed. No doctype. Currently checked only for xmlwf. Passes.
        </li>
        
            <li><a href="../../check?uri=http://impressive.net/people/gerald/2000/10/18/test-staroffice-doc.xml;ss">validate</a> - 
              <a href="http://validator.w3.org/check?uri=http://impressive.net/people/gerald/2000/10/18/test-staroffice-doc.xml;ss">with v.w.o</a> - 
               <a href="http://impressive.net/people/gerald/2000/10/18/test-staroffice-doc.xml">View</a>:
              XML output from OpenOffice 5.2
              ("Build/Tag number OpenOffice605"), many namespaces. Currently checked only for xmlwf. Passes.
            </li>

            <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4476-svg_nodoctype.svg;ss">validate</a> - 
              <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4476-svg_nodoctype.svg;ss">with v.w.o</a> - 
               <a href="4476-svg_nodoctype.svg">View</a>:
              Very minimal SVG document, no document type. Currently checked only for xmlwf. Passes.
            </li>
            
            <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-and-xmlns.xhtml;ss">validate</a> - 
              <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-and-xmlns.xhtml;ss">with v.w.o</a> - 
               <a href="xhtml1-missing-doctype-and-xmlns.xhtml">View</a>:
              XHTML document without doctype, served as XML. Fallback to XHTML 1.0, and invalid.
            </li>
      </ul>

      <h3 id="encodings">Various Encodings</h3>
      <ul>
	<li><a href="../../check?uri=http://www.w3.org/2001/06/utf-8-test/UTF-8-demo.html">UTF-8 sample text (correct)</a>,
	  <a href='http://www.w3.org/2001/06/utf-8-test/'>more positive tests</a></li>
	<li><a href="../../check?uri=http://www.w3.org/2001/06/utf-8-wrong/UTF-8-test.html">UTF-8 stress test (wrong cases)</a>,
	  <a href='http://www.w3.org/2001/06/utf-8-wrong/'>more negative tests</a></li>
	<li><a href="../../check?uri=http://www.w3.org/Press/1998/XSL-WD.html.ja">iso-2022-jp encoded document</a></li>
	<li><a href="../../check?uri=http://www.vir.si/">windows-1250 encoded document (Slovenian)</a></li>
	<li><a href="../../check?uri=http://www.w3.org/TR/ruby/">utf-8 encoded document</a></li>
	<li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/plane20-char.xml">XML file with a "Plane 20" character (bogus).</a></li>
	
	<li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/charset_mismatch-http_xmldec.xhtml.utf8;ss">validate</a> - 
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/charset_mismatch-http_xmldec.xhtml.utf8;ss">with v.w.o</a> - 
    <a href="charset_mismatch-http_xmldec.xhtml.utf8">view</a>:
    Charset mismatch: HTTP Content-Type and XML Declaration (sends warning, proceed with HTTP and pass)  
  </li>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/charset_mismatch-http_meta.html.utf8;ss">validate</a> - 
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/charset_mismatch-http_meta.html.utf8;ss">with v.w.o</a> - 
    <a href="charset_mismatch-http_meta.html.utf8">view</a>:
    Charset mismatch: HTTP Content-Type and meta http-equiv (sends warning, proceed with HTTP and pass)  
  </li>
	<li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4520-iso88591-meta.html">validate</a> - 
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4520-iso88591-meta.html">with v.w.o</a> - 
    <a href="4520-iso88591-meta.html">view</a>:
	iso-8859-1 HTML document with charset declared in meta,
    (test for <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4520">Bug 4520</a> - charset override)
	
  </li>
	<li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4520-iso88591-no_meta.html">validate</a> - 
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4520-iso88591-no_meta.html">with v.w.o</a> - 
    <a href="4520-iso88591-no_meta.html">view</a>:
	iso-8859-1 HTML document with charset not declared in meta (nor in HTTP),
    (test for <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4520">Bug 4520</a> - charset override)
  </li>
	<li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4917-meta_charset_case.html">validate</a> - 
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/4917-meta_charset_case.html">with v.w.o</a> - 
    <a href="4917-meta_charset_case.html">view</a>:

	(<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4917">Bug 4917</a>)
  </li>
      </ul>

      <h3 id="errors">Error conditions &amp; strange cases</h3>
      <p>This should be split in UI testing and regression tests</p>

<p>The following documents trip up the parser pretty badly - finds errors way beyond the last line</p>      
<ul>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/rddl_fpi.html">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/rddl_fpi.html">with v.w.o</a> - 
    <a href="rddl_fpi.html">view</a>:
    RDDL (with FPI, served as text/html - example of a custom XML language wrongly served as text/html)
  </li>
  
        <li><a href="../../check?uri=http://www.w3.org/1999/09/SVG-access/computer.svg">image/svg</a> (is this a bug? I think this media type is not allowed any more)</li>
	<li><a href="../../check?uri=http://www.oasis-open.org/committees/xmltest/xmlconf-19990712.xml;ss">validate</a> -
	    <a href="http://validator.w3.org/check?uri=http://www.oasis-open.org/committees/xmltest/xmlconf-19990712.xml;ss">with v.w.o</a> -
	    <a href="http://www.oasis-open.org/committees/xmltest/xmlconf-19990712.xml">view</a>:
	    dereference relative URIs for DTDs </li>
      </ul>
 
      <h3 id="ui">User Interface tests</h3>
      <p>The following tests do not test the binary "validity" results, but the proper handling of options, errors, various outputs, etc. 
      "validate" links use this instance, with validator.w3.org links added for reference comparison</p>
<ul>
	<li><a href="../../check?uri=file%3A///etc/passwd">validate</a> -
	    <a href="http://validator.w3.org/check?uri=file%3A///etc/passwd">with v.w.o</a> - 
	    a file: URL </li>
	<li>
	  <a href="../../check/referer">validate</a> - 
	  <a href="http://validator.w3.org/check/referer">with v.w.o</a> - 
	  /check/referer (deprecated)
	</li>
	<li>
	  <a href="../../check/referer;verbose=1">validate</a> - 
	  <a href="http://validator.w3.org/check/referer;verbose=1">with v.w.o</a> - 
	  /check/referer;verbose=1 (unsupported)
	</li>
	<li>
	  <a href="../../check/referer;verbose=1;No200=1">validate</a> - 
	  <a href="http://validator.w3.org/check/referer;verbose=1;No200=1">with v.w.o</a> -
	  /check/referer;verbose=1;No200=1 (unsupported)
	</li>
	<li>
	  <a href="../../check?uri=referer">validate</a> - 
	  <a href="http://validator.w3.org/check?uri=referer">with v.w.o</a> -
	  /check?uri=referer (supported, should validate this test collection)
	</li>
	<li>
	  <a href="../../check?uri=referer;verbose=1">validate</a> - 
	  <a href="http://validator.w3.org/check?uri=referer;verbose=1">with v.w.o</a> - 
	  /check?uri=referer;verbose=1 (supported, should validate this test collection)
	</li>
	<li>
	  <a href="../../check?uri=referer&amp;verbose=1">validate</a> - 
	  <a href="http://validator.w3.org/check?uri=refererr&amp;verbose=1">with v.w.o</a> - 
	  /check?uri=refererr&amp;verbose=1 (supported, should validate this test collection)
	</li>
	<li>
	  <a href="../../check?uri=referer;verbose=1;No200=1">validate</a> - 
	  <a href="http://validator.w3.org/check?uri=referer;verbose=1;No200=1">with v.w.o</a> - 
	  /check?uri=referer;verbose=1;No200=1 (supported, should validate this test collection)
	</li>
	<li>
	  <a href="../../check?uri=http://www.w3.org/MarkUp">validate</a> - 
	  <a href="http://validator.w3.org/check?uri=http://www.w3.org/MarkUp">with v.w.o</a> - 
	  Directory Redirect (should mention the redirect and validate the redirection target
	</li>
	<li>
	  <a href="../../check">validate</a> - 
	  <a href="http://validator.w3.org/check">with v.w.o</a> - 
	  script invoked with no parameters (gives an error)
	</li>
	<li>
	  <a href="../../check?uri=">validate</a> - 
	  <a href="http://validator.w3.org/check?uri=">with v.w.o</a> - 
	  uri parameter is empty
	</li>
	<li>
	  <a href="../../check?uri=www.w3.org/">validate</a> - 
	  <a href="http://validator.w3.org/check?uri=www.w3.org/">with v.w.o</a> - 
	  uri is missing http:// (silent fix)
	</li>
	<li>
	  <a href="../../check?uri=http://www.w3.org/bogus">validate</a> - 
	  <a href="http://validator.w3.org/check?uri=http://www.w3.org/bogus">with v.w.o</a> - 
	  404 not found
	</li>
	<li>
	  <a href="../../check?uri=http://www.w3.org/bogus;No200=1">validate</a> - 
	  <a href="http://validator.w3.org/check?uri=http://www.w3.org/bogus;no200=1">with v.w.o</a> - 
	  404 not found, with "validate error pages" ON 
	</li>
	<li>
	  <a href="../../check?uri=http://validator.w3.org/sgml-lib/sgml.soc">validate</a> - 
	  <a href="http://validator.w3.org/check?uri=http://validator.w3.org/sgml-lib/sgml.soc">with v.w.o</a> - 
	  text/plain resource (refuses to validate)
	</li>
	<li>
	  <a href="../../check?uri=http://validator.w3.org:8000/">validate</a> - 
	  <a href="http://validator.w3.org/check?uri=http://validator.w3.org:8000/">with v.w.o</a> - 
	  httpd on a non-standard port (should be working transparently if :8000 server is running)
	</li>
  <li><a href="../../check?uri=http://www.oreillynet.com/pub/feed/20">validate</a> -
    a resource served as application/atom+xml, should be passed on to the Feed Validator.</li>
  <li><a href="../../check?uri=http://www.w3.org/StyleSheets/Core/Swiss">validate</a> -
    a resource served as text/css, should be passed on to the CSS Validator.</li>
</ul>

      <h3  id="regress">Bugs and Regression Tests</h3>
      <p>These should be tied to a bug report on either mailing-list and/or bugzilla whenever possible.</p>
      
      <ul>
          
	<li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/long-lines.html">Long Lines</a> (cause a core)</li>
	<li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/trailing-nul.html">A trailing ASCII NUL character</a> (trips up HTML::Parser (not really))</li>
	<li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/colons.html">Undeclared namespace prefixes</a> (colons ":" in element names (trips up parsing of onsgmls output))</li>
	<li>
	  <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/857-svg_nodoctype.svg;doctype=SVG+1.1;ss=1">validate</a> - 
	  <a href="http://validator.w3.org/check?uri=qa-dev.w3.org/wmvs/HEAD/dev/tests/857-svg_nodoctype.svg;doctype=SVG+1.1;ss=1">with v.w.o</a> - <a href="857-svg_nodoctype.svg">view</a>:
	  Test of doctype override for SVG document with no doctype, but an XML decl. The doctype should sneak between
	  the XML decl and the root svg start tag. (<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=857" title="Bug 857 - DOCTYPE Override should take XML Decl into account."> 857 - DOCTYPE Override</a>)
	</li>


      </ul>

<h3 id="output_test">Test for specific output</h3>
<h4 id="output_preparse">Output of preparse warnings</h4>
<ul>
  <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/textxml_nocharset.xml;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/textxml_nocharset.xml;ss">with v.w.o</a> -
      <a href="textxml_nocharset.xml">view</a>:
      text/xml, no charset (W01)
	</li>
	<li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_nocharset.html;charset=iso-8859-1;fbc;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_nocharset.html;fbc;charset=iso-8859-1;ss">with v.w.o</a> -
      <a href="texthtml_nocharset.html">view</a>:
      text/html, no charset, fbc set (W02)
	</li>
  <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html401-strict.html;charset=iso-8859-1;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html401-strict.html;charset=iso-8859-1;ss">with v.w.o</a> -
      <a href="html401-strict.html">view</a>:
      charset override (W03)
	</li>
	<li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_nocharset.html;charset=iso-8859-1;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_nocharset.html;charset=iso-8859-1;ss">with v.w.o</a> -
      <a href="texthtml_nocharset.html">view</a>:
      text/html, no charset, override set (W04)
	</li>
	
  <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_nocharset.html;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_nocharset.html;ss">with v.w.o</a> -
      <a href="texthtml_nocharset.html">view</a>:
      text/html, no charset (W04)
	</li>
	<li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-and-xmlns.html;doctype=XHTML+1.0+Transitional;ss">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-and-xmlns.html;doctype=XHTML+1.0+Transitional;ss">with v.w.o</a> -
    <a href="xhtml1-missing-doctype-and-xmlns.html">view</a>:
    XHTML, no DOCTYPE, override ON.  (W05).
  </li>
	<li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/sgml_customdtd.html">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/sgml_customdtd.html">with v.w.o</a> - 
      <a href="sgml_customdtd.html">view</a>:
	  HTML4.0 plus blink ("Custom" SGML DTD), parse mode fallback to SGML (W06)
  </li>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html401-strict.xhtml;ss">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html401-strict.xhtml;ss">with v.w.o</a> -
    <a href="html401-strict.xhtml">view</a>:
    HTML 4.01 Strict served with an XHTML mime type. Parse mode conflict (W07) 
  </li>
  <li>W08 is obsolete</li>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-and-xmlns.html;ss">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-missing-doctype-and-xmlns.html;ss">with v.w.o</a> -
    <a href="xhtml1-missing-doctype-and-xmlns.html">view</a>:
    XHTML, no DOCTYPE, no xmlns (thus invalid).  (W09).
  </li>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/sgml-nodoctype-syntaxnotok.html;ss">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/sgml-nodoctype-syntaxnotok.html;ss">with v.w.o</a> -
    <a href="sgml-nodoctype-syntaxnotok.html">view</a>:
    SGML-ish document with root element != html. Served as text/html. No DOCTYPE. (W09nohtml)
  </li>
  <li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xml-nodoctype-notwf.xml;ss">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xml-nodoctype-notwf.xml;ss">with v.w.o</a> -
    <a href="xml-nodoctype-notwf.xml">view</a>:
    XML, no DOCTYPE, not well-formed (W09xml)
  </li>
  <li>W10 needs test case</li>
  <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-strict.html;doctype=HTML+4.01+Transitional;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-strict.html;doctype=HTML+4.01+Transitional;ss">with v.w.o</a> -
      <a href="xhtml1-strict.html">view</a>:
      XHTML with doctype override to HTML401. namespace will trigger (W11) 
	</li>
	<li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/W11-ht401-namespace.html;ss">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/W11-ht401-namespace.html;ss">with v.w.o</a> 

    <a href="W11-ht401-namespace.html">view</a>:
    HTML 4.01 with xmlns attribute on root element. 
    Should trigger a validation error (it does)
    and preparse warning W11 (it doesn't!)
  </li>
  <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html401-strict.html;doctype=HTML+4.01+Transitional;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html401-strict.html;doctype=HTML+4.01+Transitional;ss">with v.w.o</a> -
      <a href="html401-strict.html">view</a>:
      HTML 4.01 Strict, validated with HTML 4.01 Transitional override (W13)
	</li>
	<li>w14 needs a test case</li>
	<li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_nodoctype.html.utf8;doctype=HTML+4.01+Transitional;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_nodoctype.html.utf8;doctype=HTML+4.01+Transitional;ss">with v.w.o</a> -
      <a href="texthtml_nodoctype.html.utf8">view</a>:
      No doctype, override given, fallback fbd is off (W15)
	</li>
  <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_nodoctype.html.utf8;doctype=HTML+4.01+Transitional;ss;fbd">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_nodoctype.html.utf8;doctype=HTML+4.01+Transitional;ss;fbd">with v.w.o</a> -
      <a href="texthtml_nodoctype.html.utf8">view</a>:
      No doctype, fallback given (W16)
	</li>
  <li>W17 needs a test case. is it a DUP of W04 now?</li>
  <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/charset_mismatch-http_xmldec.xhtml.utf8;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/charset_mismatch-http_xmldec.xhtml.utf8;ss">with v.w.o</a> -
      <a href="charset_mismatch-http_xmldec.xhtml.utf8">view</a>:
      charset mismatch HTTP / XML decl (W18)
	</li>
  <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/charset_mismatch-http_meta.html.utf8;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/charset_mismatch-http_meta.html.utf8;ss">with v.w.o</a> -
      <a href="charset_mismatch-http_meta.html.utf8">view</a>:
      charset mismatch HTTP / Meta (W19)
	</li>
	<li>W20 needs a test case. probably rare.</li>
  <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-utf8-bom.xhtml;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-utf8-bom.xhtml;ss">with v.w.o</a> -
      <a href="xhtml-utf8-bom.xhtml">view</a>:
      UTF-8 document, with BOM (W21)
	</li>
	<li>W22 (bad encoding alias) needs test case
	<li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.html;ss">validate</a> - 
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/mathml2.html;ss">with v.w.o</a> - 
      <a href="mathml2.html">view</a>:
      MathML 2.0 as text/html (W23)
  </li>
    
  <li>
      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/197-iso88591_alias.html;ss">validate</a> -
      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/197-iso88591_alias.html;ss">with v.w.o</a> -
      <a href="197-iso88591_alias.html">view</a>:
      supported, but rare, charset (W24)
	</li>
	<li>
    <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-noversion-doctypeless.svg;ss">validate</a> -
    <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/3663-svg-noversion-doctypeless.svg;ss">with v.w.o</a> -
    <a href="3663-svg-noversion-doctypeless.svg">view</a>:
    SVG with neither DOCTYPE nor version attribute (OK in SVG). (W25)
  </li>
  
</ul>

    <div id="suites">
      <h2>Other Test Suites</h2>
      <ul><li><a href="http://www.nist.gov/xml/">NIST's XML, DOM test suites</a></li></ul>
    </div>
</div><!-- doc -->
<!--#include virtual="../../footer.html" -->
  </body>
</html>