<?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>Comments on: 字符引用和空白字符</title>
	<atom:link href="http://lifesinger.org/blog/2010/01/charater-references/feed/" rel="self" type="application/rss+xml" />
	<link>http://lifesinger.org/blog/2010/01/charater-references/</link>
	<description>关注用户体验、前端开发，记录生活点滴、岁月足迹。</description>
	<lastBuildDate>Fri, 30 Jul 2010 02:05:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: George Wing</title>
		<link>http://lifesinger.org/blog/2010/01/charater-references/comment-page-1/#comment-5004</link>
		<dc:creator>George Wing</dc:creator>
		<pubDate>Fri, 19 Mar 2010 01:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2411#comment-5004</guid>
		<description>技术研究牛人~</description>
		<content:encoded><![CDATA[<p>技术研究牛人~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: test</title>
		<link>http://lifesinger.org/blog/2010/01/charater-references/comment-page-1/#comment-4234</link>
		<dc:creator>test</dc:creator>
		<pubDate>Wed, 27 Jan 2010 14:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2411#comment-4234</guid>
		<description>@birdstudio 
空串的话，如果.clearfix:after没有设置height或者height为0
并且.clearfix为body中第一个子元素
并且.clearfix的高度为0 （包括边框和padding在内）
并且body没有边框或padding时
在firefox中会有一个bug，就是当给.clearfix设置margin-bottom时，会同时在.clearfix的上方出现同样高度的莫明空白。</description>
		<content:encoded><![CDATA[<p>@birdstudio<br />
空串的话，如果.clearfix:after没有设置height或者height为0<br />
并且.clearfix为body中第一个子元素<br />
并且.clearfix的高度为0 （包括边框和padding在内）<br />
并且body没有边框或padding时<br />
在firefox中会有一个bug，就是当给.clearfix设置margin-bottom时，会同时在.clearfix的上方出现同样高度的莫明空白。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ytzong</title>
		<link>http://lifesinger.org/blog/2010/01/charater-references/comment-page-1/#comment-4196</link>
		<dc:creator>ytzong</dc:creator>
		<pubDate>Mon, 25 Jan 2010 03:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2411#comment-4196</guid>
		<description>还是玉伯兄研究的更加透彻，学习了~</description>
		<content:encoded><![CDATA[<p>还是玉伯兄研究的更加透彻，学习了~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: birdstudio</title>
		<link>http://lifesinger.org/blog/2010/01/charater-references/comment-page-1/#comment-4195</link>
		<dc:creator>birdstudio</dc:creator>
		<pubDate>Mon, 25 Jan 2010 02:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2411#comment-4195</guid>
		<description>貌似可以这样 content:&#039;&#039; ，即空串，貌似没有什么兼容性问题。本身 clearfix 就不需要有什么内容的。</description>
		<content:encoded><![CDATA[<p>貌似可以这样 content:&#8221; ，即空串，貌似没有什么兼容性问题。本身 clearfix 就不需要有什么内容的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SMbey0nd</title>
		<link>http://lifesinger.org/blog/2010/01/charater-references/comment-page-1/#comment-4194</link>
		<dc:creator>SMbey0nd</dc:creator>
		<pubDate>Mon, 25 Jan 2010 02:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2411#comment-4194</guid>
		<description>自动转义了……上面说的是：
“长英文之间使用＆ｎｂｓｐ；实体连接，文本不会换行”
“另外需要多个空格也只能使用＆ｎｂｓｐ；才可以做到~”</description>
		<content:encoded><![CDATA[<p>自动转义了……上面说的是：<br />
“长英文之间使用＆ｎｂｓｐ；实体连接，文本不会换行”<br />
“另外需要多个空格也只能使用＆ｎｂｓｐ；才可以做到~”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SMbey0nd</title>
		<link>http://lifesinger.org/blog/2010/01/charater-references/comment-page-1/#comment-4193</link>
		<dc:creator>SMbey0nd</dc:creator>
		<pubDate>Mon, 25 Jan 2010 01:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2411#comment-4193</guid>
		<description>顶。
“关于 &#160;, 严格语义上来说，使用场景是不希望自动换行时使用。” 这点深有体会。在很多移动设备浏览器上，长英文之间使用&#160;实体连接，文本不会换行，但是使用普通空格，文本是会自动换行的。由此也可见它们之间的细腻区别。
另外需要多个空格也只能使用&#160;才可以做到~</description>
		<content:encoded><![CDATA[<p>顶。<br />
“关于 &nbsp;, 严格语义上来说，使用场景是不希望自动换行时使用。” 这点深有体会。在很多移动设备浏览器上，长英文之间使用&nbsp;实体连接，文本不会换行，但是使用普通空格，文本是会自动换行的。由此也可见它们之间的细腻区别。<br />
另外需要多个空格也只能使用&nbsp;才可以做到~</p>
]]></content:encoded>
	</item>
</channel>
</rss>
