<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>评论：XHTML1.1标签列表、属性和嵌套规则</title>
	<atom:link href="http://dancewithnet.com/2007/06/21/xhtml11_tags_list/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancewithnet.com/2007/06/21/xhtml11_tags_list/</link>
	<description>WEB Design{HTML:CSS:Javascript:DOM:AJAX:PHP:Usability}/Viewpoint/Photo/Food/Mood</description>
	<lastBuildDate>Fri, 04 May 2012 20:16:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：优雅地扩大链接响应区域 &#124; Open小巷</title>
		<link>http://dancewithnet.com/2007/06/21/xhtml11_tags_list/comment-page-1/#comment-247192</link>
		<dc:creator>优雅地扩大链接响应区域 &#124; Open小巷</dc:creator>
		<pubDate>Sun, 30 Jan 2011 03:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/2007/06/21/xhtml11_tags_list/#comment-247192</guid>
		<description>[...] 1、前端代码问题虽然在html4中，作为inline属性的a只能在里面嵌套inline的标签，可以看下XHTML1.1标签列表、属性和嵌套规则（抱歉未找到HTML4的，它们类似）。但在html5中，语法定义者扩大了它的嵌套能力，我们可以用a把各种block标签统统包进来。详见html5中对a的特别说明：http://www.w3.org/TR/2010/WD-html5-20100304/text-level-semantics.html#the-a-element （感谢钨龙提供资料）。毕竟HTML5还处于草案阶段，这种嵌套方式，还是偶尔会出现一些对链接的浏览器渲染问题，但目前还未发现出错规律。2、a标签包含的整个区域内，只响应链接了，文本拷贝比较麻烦点，需要在更大范围外进行拷贝。所以如果对拷贝文字有要求的模块，不适合采用这个方式。3、这个方案有个附带的好处，因为整个模块只要一个链接，如果是个手工维护的模块，更新的时候很省事。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 1、前端代码问题虽然在html4中，作为inline属性的a只能在里面嵌套inline的标签，可以看下XHTML1.1标签列表、属性和嵌套规则（抱歉未找到HTML4的，它们类似）。但在html5中，语法定义者扩大了它的嵌套能力，我们可以用a把各种block标签统统包进来。详见html5中对a的特别说明：http://www.w3.org/TR/2010/WD-html5-20100304/text-level-semantics.html#the-a-element （感谢钨龙提供资料）。毕竟HTML5还处于草案阶段，这种嵌套方式，还是偶尔会出现一些对链接的浏览器渲染问题，但目前还未发现出错规律。2、a标签包含的整个区域内，只响应链接了，文本拷贝比较麻烦点，需要在更大范围外进行拷贝。所以如果对拷贝文字有要求的模块，不适合采用这个方式。3、这个方案有个附带的好处，因为整个模块只要一个链接，如果是个手工维护的模块，更新的时候很省事。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：优雅地扩大链接响应区域&#124; mefound</title>
		<link>http://dancewithnet.com/2007/06/21/xhtml11_tags_list/comment-page-1/#comment-245444</link>
		<dc:creator>优雅地扩大链接响应区域&#124; mefound</dc:creator>
		<pubDate>Wed, 08 Dec 2010 10:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/2007/06/21/xhtml11_tags_list/#comment-245444</guid>
		<description>[...] 1、前端代码问题 虽然在html4中，作为inline属性的a只能在里面嵌套inline的标签，可以看下XHTML1.1标签列表、属性和嵌套规则（抱歉未找到HTML4的，它们类似）。但在html5中，语法定义者扩大了它的嵌套能力，我们可以用a把各种block标签统统包进来。详见html5中对a的特别说明：http://www.w3.org/TR/2010/WD-html5-20100304/text-level-semantics.html#the-a-element （感谢钨龙提供资料）。毕竟HTML5还处于草案阶段，这种嵌套方式，还是偶尔会出现一些对链接的浏览器渲染问题，但目前还未总结得到出错规律和场景。 2、a标签包含的整个区域内，只响应链接了，文本拷贝比较麻烦点，需要在更大范围外进行拷贝。所以如果对拷贝文字有要求的模块，不适合采用这个方式。 3、这个方案有个附带的好处，因为整个模块只要一个链接，如果是个手工维护的模块，更新的时候很省事。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 1、前端代码问题 虽然在html4中，作为inline属性的a只能在里面嵌套inline的标签，可以看下XHTML1.1标签列表、属性和嵌套规则（抱歉未找到HTML4的，它们类似）。但在html5中，语法定义者扩大了它的嵌套能力，我们可以用a把各种block标签统统包进来。详见html5中对a的特别说明：http://www.w3.org/TR/2010/WD-html5-20100304/text-level-semantics.html#the-a-element （感谢钨龙提供资料）。毕竟HTML5还处于草案阶段，这种嵌套方式，还是偶尔会出现一些对链接的浏览器渲染问题，但目前还未总结得到出错规律和场景。 2、a标签包含的整个区域内，只响应链接了，文本拷贝比较麻烦点，需要在更大范围外进行拷贝。所以如果对拷贝文字有要求的模块，不适合采用这个方式。 3、这个方案有个附带的好处，因为整个模块只要一个链接，如果是个手工维护的模块，更新的时候很省事。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：UXRen &#124; 用户体验那些人 &#124; 资讯频道 &#187; 优雅地扩大链接响应区域</title>
		<link>http://dancewithnet.com/2007/06/21/xhtml11_tags_list/comment-page-1/#comment-244976</link>
		<dc:creator>UXRen &#124; 用户体验那些人 &#124; 资讯频道 &#187; 优雅地扩大链接响应区域</dc:creator>
		<pubDate>Mon, 29 Nov 2010 04:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/2007/06/21/xhtml11_tags_list/#comment-244976</guid>
		<description>[...] 1、前端代码问题 虽然在html4中，作为inline属性的a只能在里面嵌套inline的标签，可以看下XHTML1.1标签列表、属性和嵌套规则（抱歉未找到HTML4的，它们类似）。但在html5中，语法定义者扩大了它的嵌套能力，我们可以用a把各种block标签统统包进来。详见html5中对a的特别说明：http://www.w3.org/TR/2010/WD-html5-20100304/text-level-semantics.html#the-a-element （感谢钨龙提供资料）。毕竟HTML5还处于草案阶段，这种嵌套方式，还是偶尔会出现一些对链接的浏览器渲染问题，但目前还未发现出错规律。 2、a标签包含的整个区域内，只响应链接了，文本拷贝比较麻烦点，需要在更大范围外进行拷贝。所以如果对拷贝文字有要求的模块，不适合采用这个方式。 3、这个方案有个附带的好处，因为整个模块只要一个链接，如果是个手工维护的模块，更新的时候很省事。   标签:&#160;前端开发    分享到： 新浪微博 QQ空间 [...]</description>
		<content:encoded><![CDATA[<p>[...] 1、前端代码问题 虽然在html4中，作为inline属性的a只能在里面嵌套inline的标签，可以看下XHTML1.1标签列表、属性和嵌套规则（抱歉未找到HTML4的，它们类似）。但在html5中，语法定义者扩大了它的嵌套能力，我们可以用a把各种block标签统统包进来。详见html5中对a的特别说明：http://www.w3.org/TR/2010/WD-html5-20100304/text-level-semantics.html#the-a-element （感谢钨龙提供资料）。毕竟HTML5还处于草案阶段，这种嵌套方式，还是偶尔会出现一些对链接的浏览器渲染问题，但目前还未发现出错规律。 2、a标签包含的整个区域内，只响应链接了，文本拷贝比较麻烦点，需要在更大范围外进行拷贝。所以如果对拷贝文字有要求的模块，不适合采用这个方式。 3、这个方案有个附带的好处，因为整个模块只要一个链接，如果是个手工维护的模块，更新的时候很省事。   标签:&nbsp;前端开发    分享到： 新浪微博 QQ空间 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：优雅地扩大链接响应区域 &#171; Koubei UED</title>
		<link>http://dancewithnet.com/2007/06/21/xhtml11_tags_list/comment-page-1/#comment-240468</link>
		<dc:creator>优雅地扩大链接响应区域 &#171; Koubei UED</dc:creator>
		<pubDate>Fri, 24 Sep 2010 16:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/2007/06/21/xhtml11_tags_list/#comment-240468</guid>
		<description>[...] 1、前端代码问题 虽然在html4中，作为inline属性的a只能在里面嵌套inline的标签，可以看下XHTML1.1标签列表、属性和嵌套规则（抱歉未找到HTML4的，它们类似）。但在html5中，语法定义者扩大了它的嵌套能力，我们可以用a把各种block标签统统包进来。详见html5中对a的特别说明：http://www.w3.org/TR/2010/WD-html5-20100304/text-level-semantics.html#the-a-element （感谢钨龙提供资料）。毕竟HTML5还处于草案阶段，这种嵌套方式，还是偶尔会出现一些对链接的浏览器渲染问题，但目前还未总结出规则。 2、a标签包含的整个区域内，只响应链接了，无法进行文本拷贝，如果对拷贝文字有特殊要求的模块，不适合这个方式。 3、这个方案有个附带的好处，因为整个模块只要一个链接，如果是个手工维护的模块，更新的时候很省事。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 1、前端代码问题 虽然在html4中，作为inline属性的a只能在里面嵌套inline的标签，可以看下XHTML1.1标签列表、属性和嵌套规则（抱歉未找到HTML4的，它们类似）。但在html5中，语法定义者扩大了它的嵌套能力，我们可以用a把各种block标签统统包进来。详见html5中对a的特别说明：http://www.w3.org/TR/2010/WD-html5-20100304/text-level-semantics.html#the-a-element （感谢钨龙提供资料）。毕竟HTML5还处于草案阶段，这种嵌套方式，还是偶尔会出现一些对链接的浏览器渲染问题，但目前还未总结出规则。 2、a标签包含的整个区域内，只响应链接了，无法进行文本拷贝，如果对拷贝文字有特殊要求的模块，不适合这个方式。 3、这个方案有个附带的好处，因为整个模块只要一个链接，如果是个手工维护的模块，更新的时候很省事。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：对DOCTYPE的一点认识 - Javascript&#39;s kiss</title>
		<link>http://dancewithnet.com/2007/06/21/xhtml11_tags_list/comment-page-1/#comment-223552</link>
		<dc:creator>对DOCTYPE的一点认识 - Javascript&#39;s kiss</dc:creator>
		<pubDate>Mon, 21 Dec 2009 13:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/2007/06/21/xhtml11_tags_list/#comment-223552</guid>
		<description>[...] 推荐阅读：《用doctype激活浏览器模式》，《HTML和XHTML的不同》，《XHTML1.1标签列表、属性和嵌套规则》，《HTML文档中小meta的大作用》。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 推荐阅读：《用doctype激活浏览器模式》，《HTML和XHTML的不同》，《XHTML1.1标签列表、属性和嵌套规则》，《HTML文档中小meta的大作用》。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：火星人路人甲</title>
		<link>http://dancewithnet.com/2007/06/21/xhtml11_tags_list/comment-page-1/#comment-1807</link>
		<dc:creator>火星人路人甲</dc:creator>
		<pubDate>Thu, 05 Jul 2007 08:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/2007/06/21/xhtml11_tags_list/#comment-1807</guid>
		<description>&lt;            &#60;       &amp;

这个有问题</description>
		<content:encoded><![CDATA[<p>&lt;            &#38;#60;       &amp;</p>
<p>这个有问题</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：火星人路人甲</title>
		<link>http://dancewithnet.com/2007/06/21/xhtml11_tags_list/comment-page-1/#comment-1795</link>
		<dc:creator>火星人路人甲</dc:creator>
		<pubDate>Thu, 05 Jul 2007 01:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/2007/06/21/xhtml11_tags_list/#comment-1795</guid>
		<description>&lt;a href=&quot;alert(&#039;haha&#039;)&quot; rel=&quot;nofollow&quot;&gt;测试&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="alert('haha')" rel="nofollow">测试</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：兔子</title>
		<link>http://dancewithnet.com/2007/06/21/xhtml11_tags_list/comment-page-1/#comment-1588</link>
		<dc:creator>兔子</dc:creator>
		<pubDate>Fri, 22 Jun 2007 19:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/2007/06/21/xhtml11_tags_list/#comment-1588</guid>
		<description>wk，居然发现有熟人啊！</description>
		<content:encoded><![CDATA[<p>wk，居然发现有熟人啊！</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：somebody(莫多)</title>
		<link>http://dancewithnet.com/2007/06/21/xhtml11_tags_list/comment-page-1/#comment-1585</link>
		<dc:creator>somebody(莫多)</dc:creator>
		<pubDate>Fri, 22 Jun 2007 14:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/2007/06/21/xhtml11_tags_list/#comment-1585</guid>
		<description>好长。坚定完毕。</description>
		<content:encoded><![CDATA[<p>好长。坚定完毕。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：柠檬园主</title>
		<link>http://dancewithnet.com/2007/06/21/xhtml11_tags_list/comment-page-1/#comment-1572</link>
		<dc:creator>柠檬园主</dc:creator>
		<pubDate>Fri, 22 Jun 2007 01:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://dancewithnet.com/2007/06/21/xhtml11_tags_list/#comment-1572</guid>
		<description>Spam 呀。</description>
		<content:encoded><![CDATA[<p>Spam 呀。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

