<?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>Opera Software &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/opera-software/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>Stylesheets may block rendering in IE. The solution is maybe dynamic loading.</title>
		<link>/2010/02/18/stylesheets-may-block-rendering-in-ie-the-solution-is-maybe-dynamic-loading/</link>
		<comments>/2010/02/18/stylesheets-may-block-rendering-in-ie-the-solution-is-maybe-dynamic-loading/#respond</comments>
		<pubDate>Thu, 18 Feb 2010 18:39:03 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Opera Software]]></category>
		<category><![CDATA[Steve Souders]]></category>
		<category><![CDATA[web browsers]]></category>

		<guid isPermaLink="false">/?p=1081</guid>
		<description><![CDATA[Yes! Style sheets may block the rendering process in IE. When it comes to media different from the screen, as the print is: media=print this, lovely, browser stops the rendering until the sheet is loaded. This is pretty strange when it comes to such media, just because it is not used to render the page &#8230; <a href="/2010/02/18/stylesheets-may-block-rendering-in-ie-the-solution-is-maybe-dynamic-loading/" class="more-link">Continue reading <span class="screen-reader-text">Stylesheets may block rendering in IE. The solution is maybe dynamic loading.</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/11/05/browsers-pixels-and-graphic-rendering/" rel="bookmark" title="Browsers, pixels and graphic rendering!">Browsers, pixels and graphic rendering! </a></li>
<li><a href="/2010/01/19/performance-of-jquery-1-4/" rel="bookmark" title="Performance of jQuery 1.4">Performance of jQuery 1.4 </a></li>
<li><a href="/2010/01/30/optimizing-css-five-simple-steps/" rel="bookmark" title="Optimizing CSS. Five simple steps!">Optimizing CSS. Five simple steps! </a></li>
<li><a href="/2010/02/11/javascript-optimization-lazy-loading/" rel="bookmark" title="JavaScript optimization. Lazy loading.">JavaScript optimization. Lazy loading. </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Yes! Style sheets may block the rendering process in IE. When it comes to media different from the screen, as the print is:</p>
<blockquote>
<pre>media=print</pre>
</blockquote>
<p>this, lovely, browser stops the rendering until the sheet is loaded. This is pretty strange when it comes to such media, just because it is not used to render the page in a browser. In fact as <a title="Steve Souders" href="http://www.stevesouders.com/" target="_blank">Steve Souders </a>says the normal behavior of the browser should be don&#8217;t block or even delay the sheets for media that is not the current one.</p>
<p>However for further reading see this <a href="http://www.stevesouders.com/blog/2010/02/11/mediaprint-stylesheets/" target="_blank">post</a> with many thanks to Steve Souders again.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/11/05/browsers-pixels-and-graphic-rendering/" rel="bookmark" title="Browsers, pixels and graphic rendering!">Browsers, pixels and graphic rendering! </a></li>
<li><a href="/2010/01/19/performance-of-jquery-1-4/" rel="bookmark" title="Performance of jQuery 1.4">Performance of jQuery 1.4 </a></li>
<li><a href="/2010/01/30/optimizing-css-five-simple-steps/" rel="bookmark" title="Optimizing CSS. Five simple steps!">Optimizing CSS. Five simple steps! </a></li>
<li><a href="/2010/02/11/javascript-optimization-lazy-loading/" rel="bookmark" title="JavaScript optimization. Lazy loading.">JavaScript optimization. Lazy loading. </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2010/02/18/stylesheets-may-block-rendering-in-ie-the-solution-is-maybe-dynamic-loading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
