Hi,
Have a large website and did the mobilechecker and was advised by W3C that the site is not xhtml and is not utf-8.
I used html 4.01 and iso-8859-1.
So I have been working some weeks on changing the site to xhtml 1.0 transitional and utf-8.
Finally finished and all pages validates on the normal w3c checker (not the mobile one).
And I just read an article saying that using xhtml served as text/html you are dont doing anything but harm......and is incorrect as per w3c, and that the future is html5 or xhtml 2,
so I am a bit confused if I did the wright thing.
What I want is that the site is been viewed the best posible on all devices and all browsers.
Which doctype and content-type is the best at this moment?
I dont need html5 for doing things as flash etc, and to do the xhtml 1.0 strict (hard to validate) then I read I should serve it as xml, can all broswers read that? and what about xhtml 1.1
In my dreamweaver I can easily convert to xhtml 1.0 transitional and strict, xhtml 1.1, and html5.
And what about xhtml 1.1?
If somebody can light all this up I would apreciate it.