<?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: reflow</title>
	<atom:link href="http://chen.xianan.name/blog/2007/09/09/reflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://chen.xianan.name/blog/2007/09/09/reflow/</link>
	<description>web 标准，前端开发，编程感悟，生活杂想</description>
	<lastBuildDate>Fri, 12 Mar 2010 08:20:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 網站製作學習誌 &#187; [Web] 連結分享</title>
		<link>http://chen.xianan.name/blog/2007/09/09/reflow/comment-page-1/#comment-158863</link>
		<dc:creator>網站製作學習誌 &#187; [Web] 連結分享</dc:creator>
		<pubDate>Wed, 25 Nov 2009 02:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/09/09/reflow/#comment-158863</guid>
		<description>[...] reflow [...]</description>
		<content:encoded><![CDATA[<p>[...] reflow [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: minchao</title>
		<link>http://chen.xianan.name/blog/2007/09/09/reflow/comment-page-1/#comment-156623</link>
		<dc:creator>minchao</dc:creator>
		<pubDate>Sun, 27 Sep 2009 03:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/09/09/reflow/#comment-156623</guid>
		<description>在一篇《CSS的渲染效率》写到：
display与visibility的差异

他们用于设置或检索是否显示对象。display隐藏对象不保留物理空间，visibility为隐藏对象保留占据的物理空间。当浏览器渲染被占据的物理空间时，会有所消耗资源。
* 不赞成 - visibility:hidden;
* 建议用 - display:none;

不知哪个对！</description>
		<content:encoded><![CDATA[<p>在一篇《CSS的渲染效率》写到：<br />
display与visibility的差异</p>
<p>他们用于设置或检索是否显示对象。display隐藏对象不保留物理空间，visibility为隐藏对象保留占据的物理空间。当浏览器渲染被占据的物理空间时，会有所消耗资源。<br />
* 不赞成 &#8211; visibility:hidden;<br />
* 建议用 &#8211; display:none;</p>
<p>不知哪个对！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 網站製作學習誌 &#187; [JavaScript] window.onresize 連續觸發的問題</title>
		<link>http://chen.xianan.name/blog/2007/09/09/reflow/comment-page-1/#comment-155662</link>
		<dc:creator>網站製作學習誌 &#187; [JavaScript] window.onresize 連續觸發的問題</dc:creator>
		<pubDate>Thu, 27 Aug 2009 07:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/09/09/reflow/#comment-155662</guid>
		<description>[...] Link 上時，因為元素會有消長，所以 body 的 resize 就會被觸發 (也即 reflow 這個觀念) ，只是這時候 IE6 就會很雞婆地一起觸發 window 的 resize [...]</description>
		<content:encoded><![CDATA[<p>[...] Link 上時，因為元素會有消長，所以 body 的 resize 就會被觸發 (也即 reflow 這個觀念) ，只是這時候 IE6 就會很雞婆地一起觸發 window 的 resize [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 从CSS谈提高页面性能 &#124; 细说网站</title>
		<link>http://chen.xianan.name/blog/2007/09/09/reflow/comment-page-1/#comment-86667</link>
		<dc:creator>从CSS谈提高页面性能 &#124; 细说网站</dc:creator>
		<pubDate>Fri, 22 Aug 2008 02:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/09/09/reflow/#comment-86667</guid>
		<description>[...] 下面是一点技术摘要，来自：http://realazy.org/blog/2007/09/09/reflow/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 下面是一点技术摘要，来自：http://realazy.org/blog/2007/09/09/reflow/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 形象化的reflow - 样式之美</title>
		<link>http://chen.xianan.name/blog/2007/09/09/reflow/comment-page-1/#comment-66233</link>
		<dc:creator>形象化的reflow - 样式之美</dc:creator>
		<pubDate>Wed, 28 May 2008 16:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/09/09/reflow/#comment-66233</guid>
		<description>[...] reflow是个神奇的东西，之前Realazy说到过这个reflow，我摘出其中的重点： 在CSS规范中有一个渲染对象的概念，通常用一个盒子（box, rectangle）来表示。mozilla通过一个叫frame的对象对盒子进行操作。frame主要的动作有三个： [...]</description>
		<content:encoded><![CDATA[<p>[...] reflow是个神奇的东西，之前Realazy说到过这个reflow，我摘出其中的重点： 在CSS规范中有一个渲染对象的概念，通常用一个盒子（box, rectangle）来表示。mozilla通过一个叫frame的对象对盒子进行操作。frame主要的动作有三个： [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 234</title>
		<link>http://chen.xianan.name/blog/2007/09/09/reflow/comment-page-1/#comment-43853</link>
		<dc:creator>234</dc:creator>
		<pubDate>Tue, 05 Feb 2008 05:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/09/09/reflow/#comment-43853</guid>
		<description>这个文章没结论？</description>
		<content:encoded><![CDATA[<p>这个文章没结论？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wondger</title>
		<link>http://chen.xianan.name/blog/2007/09/09/reflow/comment-page-1/#comment-42249</link>
		<dc:creator>wondger</dc:creator>
		<pubDate>Tue, 15 Jan 2008 13:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/09/09/reflow/#comment-42249</guid>
		<description>1,reflow
2,img height
3,display/visibility</description>
		<content:encoded><![CDATA[<p>1,reflow<br />
2,img height<br />
3,display/visibility</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redleaffly</title>
		<link>http://chen.xianan.name/blog/2007/09/09/reflow/comment-page-1/#comment-40993</link>
		<dc:creator>redleaffly</dc:creator>
		<pubDate>Sat, 29 Dec 2007 09:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/09/09/reflow/#comment-40993</guid>
		<description>学习到了</description>
		<content:encoded><![CDATA[<p>学习到了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 杨伟华</title>
		<link>http://chen.xianan.name/blog/2007/09/09/reflow/comment-page-1/#comment-35457</link>
		<dc:creator>杨伟华</dc:creator>
		<pubDate>Sat, 03 Nov 2007 11:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/09/09/reflow/#comment-35457</guid>
		<description>树状菜单不需使用reflow吧，不止各位有何高见？</description>
		<content:encoded><![CDATA[<p>树状菜单不需使用reflow吧，不止各位有何高见？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 枯の灵</title>
		<link>http://chen.xianan.name/blog/2007/09/09/reflow/comment-page-1/#comment-35385</link>
		<dc:creator>枯の灵</dc:creator>
		<pubDate>Fri, 02 Nov 2007 05:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/09/09/reflow/#comment-35385</guid>
		<description>这样哇

学习了

@Kejun

好复杂哈

呵呵

我恶补一下

……

又是硕大的提交按钮儿</description>
		<content:encoded><![CDATA[<p>这样哇</p>
<p>学习了</p>
<p>@Kejun</p>
<p>好复杂哈</p>
<p>呵呵</p>
<p>我恶补一下</p>
<p>……</p>
<p>又是硕大的提交按钮儿</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kejun</title>
		<link>http://chen.xianan.name/blog/2007/09/09/reflow/comment-page-1/#comment-34889</link>
		<dc:creator>Kejun</dc:creator>
		<pubDate>Fri, 26 Oct 2007 05:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/09/09/reflow/#comment-34889</guid>
		<description>每次直接改动tag的style就会导致reflow, 所以推荐先cache再改变：
var st = dom.get(&#039;targetId&#039;).style;
st.background = &quot;#fff&quot;;
...
这样就可以避免reflow, 同样访问node的offsetWidth或offsetHeight也会导致reflow,也是先cache

当时只知道这个having minimal reflows的原则，不清楚这个原理，感谢你的分享</description>
		<content:encoded><![CDATA[<p>每次直接改动tag的style就会导致reflow, 所以推荐先cache再改变：<br />
var st = dom.get(&#8216;targetId&#8217;).style;<br />
st.background = &#8220;#fff&#8221;;<br />
&#8230;<br />
这样就可以避免reflow, 同样访问node的offsetWidth或offsetHeight也会导致reflow,也是先cache</p>
<p>当时只知道这个having minimal reflows的原则，不清楚这个原理，感谢你的分享</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wjs272</title>
		<link>http://chen.xianan.name/blog/2007/09/09/reflow/comment-page-1/#comment-33649</link>
		<dc:creator>wjs272</dc:creator>
		<pubDate>Tue, 09 Oct 2007 06:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/09/09/reflow/#comment-33649</guid>
		<description>gooooooooood</description>
		<content:encoded><![CDATA[<p>gooooooooood</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aw</title>
		<link>http://chen.xianan.name/blog/2007/09/09/reflow/comment-page-1/#comment-33059</link>
		<dc:creator>aw</dc:creator>
		<pubDate>Mon, 01 Oct 2007 13:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/09/09/reflow/#comment-33059</guid>
		<description>（呵呵，我口语彻底不行，加上心理素质，最后是把问题写下来给他看）
好吧，我改天去回龙观把你拉出来一起练习^_^</description>
		<content:encoded><![CDATA[<p>（呵呵，我口语彻底不行，加上心理素质，最后是把问题写下来给他看）<br />
好吧，我改天去回龙观把你拉出来一起练习^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lewi</title>
		<link>http://chen.xianan.name/blog/2007/09/09/reflow/comment-page-1/#comment-32646</link>
		<dc:creator>lewi</dc:creator>
		<pubDate>Wed, 26 Sep 2007 11:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/09/09/reflow/#comment-32646</guid>
		<description>非常不错的文章,在其中受益不少,感谢至上.</description>
		<content:encoded><![CDATA[<p>非常不错的文章,在其中受益不少,感谢至上.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xw</title>
		<link>http://chen.xianan.name/blog/2007/09/09/reflow/comment-page-1/#comment-31658</link>
		<dc:creator>xw</dc:creator>
		<pubDate>Fri, 14 Sep 2007 09:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/2007/09/09/reflow/#comment-31658</guid>
		<description>哪问一下，如果两层div,第一层设置了宽度譬如100px,里面一层没有设置宽度值，那么是否会影响页面渲染速度呢</description>
		<content:encoded><![CDATA[<p>哪问一下，如果两层div,第一层设置了宽度譬如100px,里面一层没有设置宽度值，那么是否会影响页面渲染速度呢</p>
]]></content:encoded>
	</item>
</channel>
</rss>
