<?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>log.lowmag.net &#187; css</title>
	<atom:link href="http://log.lowmag.net/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://log.lowmag.net</link>
	<description></description>
	<lastBuildDate>Tue, 29 Jun 2010 22:19:59 +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>Standards mode and css link</title>
		<link>http://log.lowmag.net/standards-mode-and-css-link/841/</link>
		<comments>http://log.lowmag.net/standards-mode-and-css-link/841/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 02:03:46 +0000</pubDate>
		<dc:creator>lowmagnet</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://lowmag.net/?p=841</guid>
		<description><![CDATA[Interesting trick with standards mode. Given you have a correct doctype entry (I&#8217;m using html5&#8242;s &#60;!doctype html&#62;) and your link to stylesheet is ambiguous (going bleeding edge here by calling my stylesheet &#8216;s&#8217;, instead of &#8216;s.css&#8217; and you leave off the type=&#8221;text/css&#8221;, Firefox 3.0.x won&#8217;t render your sheet. Even though the default document type for [...]]]></description>
			<content:encoded><![CDATA[<p>Interesting trick with standards mode. Given you have a correct doctype entry (I&#8217;m using html5&#8242;s &lt;!doctype html&gt;) and your link to stylesheet is ambiguous (going bleeding edge here by calling my stylesheet &#8216;s&#8217;, instead of &#8216;s.css&#8217; and you leave off the type=&#8221;text/css&#8221;, Firefox 3.0.x won&#8217;t render your sheet.</p>
<p>Even though the default document type for a style link is &#8220;text/css&#8221;, it doesn&#8217;t work. The reason, I think, is in the server sending &#8216;s&#8217; as text instead of &#8216;text/css&#8217;. The cool thing is a file named s.css means the server will send the file as mime type text/css thanks to &#8216;magic&#8217; and you can leave off the type in the link element.</p>]]></content:encoded>
			<wfw:commentRss>http://log.lowmag.net/standards-mode-and-css-link/841/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
