maya wrote:
So why do you use the Subject line "w3c compliant code" then?
Quote:
I don't quite these errors:
You now have _different_ errors. You seem to have changed the document.
Have you considered using a _correct_ doctype declaration, as copied from
W3C specs?
Quote:
and what is wrong with a tag like this?
<frameset rows="180,*" frameborder="0" framespacing="0" border="0"
onLoad="loc();" />
Frames are evil. Using XHTML for them to the bogosity.
Quote:
or a tag like this?
<frame name="topfr" SRC="top.html" marginwidth="0" marginheight="0"
scrolling="auto" frameborder="0" />
Inline frames are inline evil.
Quote:
I don't get this?? are FRAMES no longer w3c-compliant????
They never really were. From the beginning, they have been deprecated. But
this has nothing to do with validation. You get validation errors because
your markup is invalid. You haven't even got the doctype declaration right.
--
Yucca,
http://www.cs.tut.fi/~jkorpela/