RE: Why is "html" forced to lower case in DOCTYPE?

J. David Bryan wrote:

>     Whenever Tidy supplies a corrected DOCTYPE, it produces one such as
> "!DOCTYPE html PUBLIC...", i.e., with the "html" in lower case.
...
>     Can someone please explain why changing this to lower case is
> "correct?"  Thanks.

Because in SGML-based HTML (i.e. 2.0, 3.2, 4.0), the case of the elements
doesn't matter, while in xHTML (which is case sensitive) they *have* to be
in
lower case.  Thus lower case satisfies both conditions.


/Jelks

Received on Friday, 24 March 2000 13:13:00 UTC