This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 8 - Mssing DOCTYPE should not refuse Validation Completely.
Summary: Mssing DOCTYPE should not refuse Validation Completely.
Status: RESOLVED WONTFIX
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: 0.6.0b1
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Terje Bless
QA Contact:
URL: http://validator.w3.org:8001/check?ht...
Whiteboard:
Keywords:
Depends on:
Blocks: 7
  Show dependency treegraph
 
Reported: 2002-10-24 18:55 UTC by Terje Bless
Modified: 2005-02-03 17:35 UTC (History)
0 users

See Also:


Attachments

Description Terje Bless 2002-10-24 18:55:32 UTC
From Björn Höhrmann:

   I don't see any good reason to refuse validation completly. It's very
   simple to choose document types to default to, e.g.

     if element html has attribute xmlns
       default to XHTML 1.0 Transitional
     else
       default to HTML 4.01 Transitional
Comment 1 Terje Bless 2002-10-25 04:26:03 UTC
Ditching the DOCTYPE guessing code was done intentionally. Tagging this as
WONTFIX/NOTABUG.