From: John Joyce Date: 2007-05-08T22:19:08+09:00 Subject: Re: A question for people with English OS > > I do not say that they are hard to learn or that XHTML is harder than > HTML. I am not against moving functionality from HTML to CSS either. I > liked element names in uppercase because it made them stand out. And I > do not like removing functionality. Frames in all forms are > unsupported or deprecated in XHTML as far as I know. > > Thanks > > Michal > xhtml is not one thing there are several varieties at this time. xhtml 1.0 strict and all future versions have no frames. That kind of functionality kind of broken (the reason I don't like RDOC is the frames). One of the worst problems is bookmarking a page that has frames. Search engines have a tough time indexing such things as well. With css you can create the same thing with more control and it degrades much more gracefully. I understand your thinking about elements being easier to separate from content visually with upper-case. But this is what a good text editor with colors is for.