Re: anchors with the same name

Dave_Raggett (dsr@hplb.hpl.hp.com)
Tue, 17 Aug 93 11:19:17 BST


Lou,

The HTML DTD is well specified, the only problem is that few people bother
to read it! I have posted a solution months ago:

ALL browsers should tell you if the document you are reading doesn't conform
to the DTD. A good browser would then allow you to view a detailed report
showing where the problems occur and suggesting suitable fixes. This can
be implemented as a separate process which takes a document on stdin and
returns an HTML doc containing the "lint" report.

Now who wants to write the HTML lint filter?

Dave