<?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>The Lucid &#187; CSS</title>
	<atom:link href="http://thelucid.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://thelucid.com</link>
	<description>Lightweight ramblings</description>
	<lastBuildDate>Tue, 27 Jul 2010 17:41:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mobile Safari text sizing woes.</title>
		<link>http://thelucid.com/2010/07/16/mobile-safari-text-sizing-woes/</link>
		<comments>http://thelucid.com/2010/07/16/mobile-safari-text-sizing-woes/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 20:03:35 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[safari css3 css iphone]]></category>

		<guid isPermaLink="false">http://thelucid.com/2010/07/16/mobile-safari-text-sizing-woes/</guid>
		<description><![CDATA[For a while I&#8217;ve been frustrated by a rendering issue in Mobile Safari. It commonly happens in footers whereby the text gets rendered bigger than specified. It turns out after some googling, the solution is quite simple. Using the following, Mobile Safari should leave your font sizing alone. html &#123; -webkit-text-size-adjust: none &#125; Source: http://website-engineering.blogspot.com/2009/07/stop-adjusting-text-size-in-iphone-when.html]]></description>
			<content:encoded><![CDATA[<p>For a while I&#8217;ve been frustrated by a rendering issue in Mobile Safari. It commonly happens in footers whereby the text gets rendered bigger than specified.</p>
<p>It turns out after some googling, the solution is quite simple. Using the following, Mobile Safari should leave your font sizing alone.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">html <span style="color: #00AA00;">&#123;</span> -webkit-text-size-adjust<span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Source: <a href="http://website-engineering.blogspot.com/2009/07/stop-adjusting-text-size-in-iphone-when.html">http://website-engineering.blogspot.com/2009/07/stop-adjusting-text-size-in-iphone-when.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thelucid.com/2010/07/16/mobile-safari-text-sizing-woes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Proprietary CSS rules &#8211; Are we returning to 1995?</title>
		<link>http://thelucid.com/2007/10/30/proprietary-css-rules-are-we-returning-to-1995/</link>
		<comments>http://thelucid.com/2007/10/30/proprietary-css-rules-are-we-returning-to-1995/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 13:44:00 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mac / OS X]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://88bcddf7-b862-47f8-8788-3a0abd4c8ab7</guid>
		<description><![CDATA[Call me a cynic, but posts like this one on the Surfin&#8217; Safari blog worry me a little. Let me explain&#8230; I don&#8217;t know if anyone remembers back to the days of Netscape 4 and Explorer 3.5? &#8211; It was a time of table based layouts and browser sniffing. Each browser had it&#8217;s own &#8220;feature&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Call me a cynic, but <a href="http://webkit.org/blog/130/css-transforms">posts like this one on the Surfin&#8217; Safari blog</a> worry me a little. Let me explain&#8230;</p>
<p>I don&#8217;t know if anyone remembers back to the days of Netscape 4 and Explorer 3.5? &#8211; It was a time of table based layouts and browser sniffing. Each browser had it&#8217;s own &#8220;feature&#8221; set and this resulted in hacks galore, for example Netscape had &#8220;Layers&#8221; but Explorer didn&#8217;t, Explorer had feature X but Netscape didn&#8217;t.</p>
<p>Along came <a href="http://www.w3c.org">Web Standards</a> and the likes of <a href="http://www.zeldman.com">Jeffrey Zeldman</a> fighting for a standards based approach to web development. Over a decade on, it looks like were finally getting there as <em>even</em> Microsoft <em>slowly</em> start to get things right with <span class="caps">IE7</span>.</p>
<p>As cool as the <a href="http://webkit.org/blog/130/css-transforms"><span class="caps">CSS</span> Transform</a> stuff looks, I can&#8217;t help but think we&#8217;re stepping right back into 1995.</p>
<p>What does everyone else think?</p>
]]></content:encoded>
			<wfw:commentRss>http://thelucid.com/2007/10/30/proprietary-css-rules-are-we-returning-to-1995/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
