Forum Moderators: open
Now why go further with a statement like this from the W3C?
XHTML 1.0 Transitional - Many people writing Web pages for the general public to access might want to use this flavor of XHTML 1.0. The idea is to take advantage of XHTML features including style sheets but nonetheless to make small adjustments to your markup for the benefit of those viewing your pages with older browsers which can't understand style sheets. These include using the body element with bgcolor, text and link attributes.
Some of things I've been seeing lead me to believe that the web in general is not quite ready for XHTML Strict. I could use some more inspiration to push further.:)
[edit] I sure wish I could stick an "L" in the subject. [edit]
In the practical world, I think learning strict mark-up is the essential. We're just now moving our new development to html 4.01 strict
take advantage of XHTML features including style sheets
must mean XSL there, I guess.
I added the "L" to the thread title
The shift to XHTML is relatively easy if you keep using the transitional mark-up. Mostly global changes like get rid of uppercase, close your tags, quote your attributes etc.
But learning how to achieve the rendering effects you want without using the deprecated bits - that's more of a challenge.
But what Yahoo, Ebay, Amazon and Google all have in common is that they look just fine in crappy browsers like Netscape 3.0. I prefer to have a website that looks fine to 99.9999% of browsers.. rather than adhering to some idealistic w3c standards.