<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>炽炎之羽 &#187; W3C</title>
	<atom:link href="http://zhiyu.org/tag/w3c/feed/" rel="self" type="application/rss+xml" />
	<link>http://zhiyu.org</link>
	<description>历经磨炼只会更坚强</description>
	<lastBuildDate>Wed, 07 Dec 2011 13:17:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>W3C XHTML1.0验证常见错误</title>
		<link>http://zhiyu.org/xhtml-verification-experience/</link>
		<comments>http://zhiyu.org/xhtml-verification-experience/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 05:24:34 +0000</pubDate>
		<dc:creator>炽炎之羽</dc:creator>
				<category><![CDATA[笔记]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://zhiyu.org/?p=258</guid>
		<description><![CDATA[一、在 <div class=tzh>I am TZH!</div> 这段语句中有什么错误？

标点符号问题。这其实也是大家最容易忽视的问题，其实就是小小的两个引号，就造成了这个错误。虽然很多浏览器在不加引号的情况下仍然能正确识别渲染。但是这样想要通过严格的W3C XHTML国际标准是不可能的，请大家记住等号后面一定要接引号。正确写法：<div class="tzh">I am TZH!</div>

二、在 <span class="tzh">TZH is me!</span> 这段语句中有什么错误？

大小写注意。这和第一个问题一样，都是特别容易忽视的细节问题。在W3C标准中是绝对不允许大写的，其中我仍记得我在检测一段javascript代码的时候，由于为了让自己一目了然写出的onLoad也被判断成了错误，原因就是L不能大写。正确写法：<span class="tzh">TZH is me!</span>]]></description>
		<wfw:commentRss>http://zhiyu.org/xhtml-verification-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

