網(wǎng)站制作使用Web標準建站:校驗常見錯誤
作者:佚名 時間:2012-04-24 分享到:
XHTML校驗常見錯誤原因?qū)φ毡?br />
cannot generate system identifier for general entity &必須全部替換為&a mp;
No DOCTYPE Found! Falling Back to HTML 4.01 Transitional--未定義DOCTYPE。
No Character Encoding Found! Falling back to UTF-8.--未定義語言編碼。
end tag for "img" omitted, but OMITTAG NO was specified--圖片標簽沒有加"/"關(guān)閉。
an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified--屬性值必須加引號。
element "DIV" undefined---DIV標簽不能用大寫,要改成小寫div。
required attribute "alt" not specified---圖片需要加alt屬性。
required attribute "type" not specified---JS或者CSS調(diào)用的標簽漏了type屬性。
CSS2校驗常見錯誤原因?qū)φ毡?br />
(錯誤)無效數(shù)字 : color909090 不是一個 color 值 : 909090 ---十六進制顏色值必須加"#"號,即#909090
(錯誤)無效數(shù)字 : margin-topUnknown dimension : 6pixels ---pixels不是一個單位值,正確寫法6px
(錯誤)屬性 scrollbar-face-color 不存在 : #eeeeee --- 定義滾動條顏色是非標準的屬性
(錯誤)值 cursorhand不存在 : hand是非標準屬性值,修改為cursor:pointer
(警告)Line : 0 font-family: 建議你指定一個種類族科作為最后的選擇 --W3C建議字體定義的時候,最后以一個類別的字體結(jié)束,例如"sans-serif",以保證在不同操作系統(tǒng)下,網(wǎng)頁字體都能被顯示。
(警告)Line : 0 can't find the warning message for otherprofile --表示在代碼中有非標準屬性或值,校驗程序無法判斷和提供相應(yīng)的警告信息。