<?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>Paul Hagon &#187; CSS</title>
	<atom:link href="http://www.paulhagon.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulhagon.com</link>
	<description>Linking my thinking with computer technology</description>
	<lastBuildDate>Fri, 14 May 2010 04:30:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Safari CSS text-shadow changes in Leopard 10.5.2</title>
		<link>http://www.paulhagon.com/blog/2008/02/12/safari-css-text-shadow-changes-in-leopard-1052/</link>
		<comments>http://www.paulhagon.com/blog/2008/02/12/safari-css-text-shadow-changes-in-leopard-1052/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 03:11:36 +0000</pubDate>
		<dc:creator>Paul Hagon</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.paulhagon.com/wordpress/?p=15</guid>
		<description><![CDATA[I&#8217;ve just applied the recent Leopard 10.5.2 update to my iMac at work and noticed that there seems to be some CSS rendering issues with Safari when the text-shadow property is applied to text. text-shadow: #000 2px 2px 1px; before the 10.5.2 update: text-shadow: #000 2px 2px 1px; after the 10.5.2 update: Changing the code [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just applied the recent <a href="http://www.apple.com/downloads/macosx/apple/macosx_updates/macosx1052comboupdate.html">Leopard 10.5.2 update</a> to my iMac at work and noticed that there seems to be some CSS rendering issues with Safari when the text-shadow property is applied to text.</p>
<p><code>text-shadow: #000 2px 2px 1px;</code> before the 10.5.2 update:<br />
<img class="alignnone size-full wp-image-80" title="Safari text shadow 10.5.1" src="http://www.paulhagon.com/wordpress/wp-content/uploads/2008/03/safari1051.jpg" alt="Safari text shadow in 10.5.1" width="378" height="82" /></p>
<p><code>text-shadow: #000 2px 2px 1px;</code> after the 10.5.2 update:<br />
<img class="alignnone size-full wp-image-79" title="Safari text shadow 10.5.2" src="http://www.paulhagon.com/wordpress/wp-content/uploads/2008/03/safari1052.jpg" alt="Safari text shadow in 10.5.2" width="378" height="82" /></p>
<p>Changing the code back to <code>text-shadow: #000 1px 1px 1px;</code> produces the the same effect as before the update, but now older versions of Safari render the text without the shadow. Is the old version or the new version applying incorrect pixel values?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulhagon.com/blog/2008/02/12/safari-css-text-shadow-changes-in-leopard-1052/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
