Re: How Important is it that a Site is HTML Compliant to W3 Standards?



Message-ID: <6htkCQqTN3xGFw+6@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> from
Dr J R Stockton contained the following:

One should not choose the DOCTYPE merely to control the number of error
messages.

One should choose the doctype that describes your document. If you use
deprecated elements or attributes, such as <font> or target= then you
should use a transitional doctype. If you only use recommended
elements and attributes then you should use a strict doctype.

That's only necessary if one is positively claiming conformance. I
would rather know that the whole page was compliant with strict, apart
from one known harmless exception, than know only that the whole page
was compliant with less-strict.

Of course, I could write check with strict and change the doctype for
publication in order to claim validity; but then I'd have to check that
the change did not affect the page display.

That's exactly my view.

--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
.



Relevant Pages

  • Re: Best Online Tutorials to learn html, xhtml, etc.?
    ... doctype and lots of deprecated elements and attributes. ... to get serious about putting my notes together this summer and writing ... Yeah, but, the problem is that I don't even know what a doctype IS. ... of going from putting a band aid on my finger to doing open heart surgery. ...
    (alt.html)
  • Re: How Important is it that a Site is HTML Compliant to W3 Standards?
    ... One should choose the doctype that describes your document. ... deprecated elements or attributes, such as or target= then you ... the impression that the site was designed in 1996 and the design ... The second frame does that. ...
    (uk.net.web.authoring)
  • Re: How Important is it that a Site is HTML Compliant to W3 Standards?
    ... One should choose the doctype that describes your document. ... deprecated elements or attributes, such as or target= then you ... A navigation frame that requires scrolling is a bad idea. ...
    (uk.net.web.authoring)
  • Doctypes, validity etc.
    ... validity and all the usual good ... terms of a specific doctype, so these are defined against Strict. ... Documents are known to render exactly like valid Strict documents. ... the author used (particularly for invalid nestings). ...
    (comp.infosystems.www.authoring.html)
  • Re: XHTML and quirksmode
    ... Strict or Transitional: ... Quirksmode, therefore, is an important css issue. ... Let's say you are testing with IE6. ... If you're looking at someone else's page, you could look at the doctype. ...
    (comp.infosystems.www.authoring.stylesheets)

Loading