- From: Jelks Cabaniss <jelks@jelks.nu>
- Date: Fri, 24 Mar 2000 11:47:13 -0600
- To: "HTML Tidy List" <html-tidy@w3.org>
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