ok. seriously, why am i getting the errors with these pages??? did <frame *options*></frame> get switched to <frame *options* /> for 4.01?
is the sgml parser not realizing about the cdata???
issues with <frame>:
http://validator.w3.org/check?uri=http% ... finder.php
issues with cdata:
http://validator.w3.org/check?uri=http% ... tically%29
http://validator.w3.org/check?uri=http% ... sp%3Dmoods
issue with refresh (this only occurs here... where i have a refresh)
http://validator.w3.org/check?uri=http% ... tically%29
i don't understand why those are being called invalid since i can clearly see the pairings for the tags.
side note: only thing aside from the metadata not ending with /> the only non-xhtml compliance i might have is readonly and checked... are these both option="option"? and does anyone know why it would give me an issue with html 4.01 and <meta *options* /> ?
did i break the validator???
Moderator: General Moderators
- scorphus
- Forum Regular
- Posts: 589
- Joined: Fri May 09, 2003 11:53 pm
- Location: Belo Horizonte, Brazil
- Contact:
HTML-comment JavaScripts and styles:
and you'll get rid of some of the errors.
Cheers,
Scorphus.
Edit: sorry, pressed 'quick reply' accidentally
Code: Select all
<script language="javascript" type="text/javascript">
<!--
function findcolor(){ // find the colors
//-->Code: Select all
<style type="text/css">
<!--
@import url(textStyle.css);
//-->
</style>Cheers,
Scorphus.
Edit: sorry, pressed 'quick reply' accidentally
-
microthick
- Forum Regular
- Posts: 543
- Joined: Wed Sep 24, 2003 2:15 pm
- Location: Vancouver, BC
Your doctypes are incorrect. See:
http://www.alistapart.com/articles/doctype
http://www.alistapart.com/articles/doctype
-
microthick
- Forum Regular
- Posts: 543
- Joined: Wed Sep 24, 2003 2:15 pm
- Location: Vancouver, BC
i know the validator doesn't like that for the meta, but what about the frameset issue? how about the cdata issue???
i haven't tried them with xhtml
edit: that still doesn't explain why it doesn't like the fact i have anything after the refresh....
edit: using xml gets rid of the issues with the cdata, however, it creates a different one: JAVASCRIPT IS NOT SUPPORTED AS ONCLICK AND SUCH! or so it's claiming
i haven't tried them with xhtml
edit: that still doesn't explain why it doesn't like the fact i have anything after the refresh....
edit: using xml gets rid of the issues with the cdata, however, it creates a different one: JAVASCRIPT IS NOT SUPPORTED AS ONCLICK AND SUCH! or so it's claiming