> Ah... nearly. <meta> element content-type declarations ARE used, just > not when the page viewed is coming from a non-local filesystem/HTTP. > So it's necessary in the sense that it enables people to save your > page and for that page to be 'usable' in a more general sense (though > browsers have a tendency to inject crap into saved pages: there's only > so much you can do!)
When file is saved and then loaded Mozilla determines which parser - html, o xml to use by file extension. So if you save xhtml file as .html/.htm and then load it, it will be parsed by html parser, and in this case META is taken into account. If file is saved as .xhtml, .xml or .xht it will be parsed with xml pareser and META is ignored. Regards, Rimantas -- http://rimantas.com/ ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************