이 사이트는 얼마나 표준을 준수하고 있나?
Posted: 2004 11 11 10:36 56
이 사이트도 HTML4.01 인증마크를 로도 때가야 겠네요..^^
Line 20, column 80: document type does not allow element "LINK" here
...ilver/subSilver2.css" type="text/css">
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
✉
Line 33, column 7: required attribute "ACTION" not specified
<form></form>
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
✉
Line 33, column 14: end tag for "FORM" which is not finished
<form></form>
Most likely, You nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>
Another possibility is that you used an element (e.g. 'ul') which requires a child element (e.g. 'li') that you did not include. Hence the parent element is "not finished", not complete.
✉
Line 39, column 88: there is no attribute "BORDER"
...p://www.mozilla.or.kr/images/rss.png" border="0"></a></h2>
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.
✉
Line 39, column 91: required attribute "ALT" not specified
.../www.mozilla.or.kr/images/rss.png" border="0"></a></h2>
✉
Line 44, column 35: cannot generate system identifier for general entity "A"
<li><a href="index.php?c=1">제품뼯strong>?? Q&A 게시판</a></li>
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters.
Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
✉
Line 44, column 35: general entity "A" not defined and no default entity
<li><a href="index.php?c=1">제품뼯strong>?? Q&A 게시판</a></li>
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
✉
Line 44, column 36: reference to entity "A" for which no system identifier could be generated
<li><a href="index.php?c=1">제품뼳trong title="Position where error was detected.">?? Q&A 게시판</a></li>
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
✉
Line 44, column 34: entity was defined here
<li><a href="index.php?c=1">제풼strong title="Position where error was detected.">?별 Q&A 게시판</a></li>
Line 68, column 58: there is no attribute "ALIGN"
<table width="100%" cellspacing="0" cellpadding="2" align="center">
✉
Line 79, column 42: there is no attribute "HEIGHT"
...colspan="2" class="thCornerL" height="25" nowrap="nowrap"> 게시판&nbs
✉
Line 79, column 54: there is no attribute "NOWRAP"
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> 게시판 </th>
✉
Line 80, column 11: there is no attribute "WIDTH"
<th width="50" class="thTop" nowrap="nowrap"> 제목 </th>
✉
Line 85, column 40: there is no attribute "HEIGHT"
<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="ind
✉
Line 85, column 156: reference to entity "A" for which no system identifier could be generated
...09162fe250f9" class="cattitle">제품 Q&A 게시판</a></span></td>
✉
Line 44, column 34: entity was defined here
<li><a href="index.php?c=1">제풼strong title="Position where error was detected.">?별 Q&A 게시판</a></li>
Line 90, column 24: there is no attribute "WIDTH"
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="vie
✉
Line 95, column 68: there is no attribute "NOWRAP"
..." valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">2004년
✉
Line 127, column 66: reference to entity "A" for which no system identifier could be generated
...d">Mozilla 플랫폼을 채용하고 켯strong>??는 기타 제품에 대한 Q&A 게싼/code>
✉
Line 44, column 34: entity was defined here
<li><a href="index.php?c=1">제풼strong title="Position where error was detected.">?별 Q&A 게시판</a></li>
Line 237, column 10: there is no attribute "CLEAR"
<br clear="all" />
✉
Line 264, column 50: there is no attribute "TARGET"
... href="http://www.phpbb.com/" target="_phpbb">phpBB</a> 2.0.10 © 2001, 2
✉
Line 268, column 5: end tag for element "DIV" which is not open
</div>
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occured in a script section of your document, you should probably read this FAQ entry.
✉
Line 273, column 74: cannot generate system identifier for general entity "url"
...n.net/util/nlog/nalogd.php?counter=mozilla&url=" width=0 height=0>
✉
Line 273, column 74: general entity "url" not defined and no default entity
...n.net/util/nlog/nalogd.php?counter=mozilla&url=" width=0 height=0>
✉
Line 273, column 77: reference to entity "url" for which no system identifier could be generated
...util/nlog/nalogd.php?counter=mozilla&url=" width=0 height=0>
✉
Line 273, column 73: entity was defined here
...ion.net/util/nlog/nalogd.php?counter=mozilla&url=" width=0 height=0>
Line 273, column 96: required attribute "ALT" not specified
...ounter=mozilla&url=" width=0 height=0>
✉
Line 273, column 96: document type does not allow element "IMG" here
...ounter=mozilla&url=" width=0 height=0>