<?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; html</title>
	<atom:link href="http://log.lowmag.net/tag/html/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>
		<item>
		<title>tagged  			 appliance,  			 dryer, &#8230;</title>
		<link>http://log.lowmag.net/tagged-appliance-dryer/828/</link>
		<comments>http://log.lowmag.net/tagged-appliance-dryer/828/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 03:08:18 +0000</pubDate>
		<dc:creator>lowmagnet</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[anti-semantic]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[sqsp]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://lowmag.net/tagged-appliance-dryer/828/</guid>
		<description><![CDATA[Seriously? span.tagged-with? tagged appliance, dryer, Better:]]></description>
			<content:encoded><![CDATA[<p>Seriously? span.tagged-with?</p>
<p><code lang="html"><br />
		<span class="tagged-with">tagged<br />
			<span class="tag-element"><a rel="tag" href="/main/tag/appliance"> <img title="Category" alt="Category" class="inline-icon category-icon" src="/universal/images/transparent.png" />appliance</a></span>,<br />
			<span class="tag-element"><a rel="tag" href="/main/tag/dryer"> <img title="Category" alt="Category" class="inline-icon category-icon" src="/universal/images/transparent.png" />dryer</a></span>,<br />
</span></code></p>
<p>Better:</p>
<p><code lang="html"></p>
<ul class="tags>
<li><a href="/main/tag/appliance">appliance</a></li>
<li><a href="/main/tag/dryer">dryer</a></li>
</ul>
<p></code><br />
<code lang="css"><br />
ul.tags li {<br />
  display:inline;<br />
  list-style: none;<br />
}<br />
ul.tags li a {<br />
  padding-left: 18px;<br />
  background:transparent url(/universal/images/core-resources/icons/dark/category.png) no-repeat scroll left top;<br />
}<br />
</code><br />
<code lang="javascript"><br />
$(document).ready(function() {<br />
  $(".tags a").attr("title", "View all posts with this tag" );<br />
});<br />
</code></p>
<p>title is only added when JS is supported by the user&#8217;s browser.</p>]]></content:encoded>
			<wfw:commentRss>http://log.lowmag.net/tagged-appliance-dryer/828/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
