<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Show applicable styles</title>
	<atom:link href="http://www.kryogenix.org/days/2003/04/22/applicable/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kryogenix.org/days/2003/04/22/applicable</link>
	<description>scratched tallies on the prison wall</description>
	<pubDate>Wed, 03 Dec 2008 22:29:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Liorean</title>
		<link>http://www.kryogenix.org/days/2003/04/22/applicable#comment-2465</link>
		<dc:creator>Liorean</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/04/22/applicable/#comment-2465</guid>
		<description>And how did you think my ViewStyles bookmarklet got all @imported stylesheets? Of course they are in the styleSheets collection - as @import rules in the stylesheet they belong to. In ie you use [object styleSheet].imports, and in mozilla you will have to do a loop through the rules in the stylesheet, like this:var k=0,mfor(;(k&lt;t.cssRules.length?m=t.cssRules[k]:null);k++){if(m.type==3){/*Do something to m.styleSheet*/}}</description>
		<content:encoded><![CDATA[<p>And how did you think my ViewStyles bookmarklet got all @imported stylesheets? Of course they are in the styleSheets collection - as @import rules in the stylesheet they belong to. In ie you use [object styleSheet].imports, and in mozilla you will have to do a loop through the rules in the stylesheet, like this:var k=0,mfor(;(k<t.cssRules.length?m=t.cssRules[k]:null);k++){if(m.type==3){/*Do something to m.styleSheet*/}}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel LaLiberte</title>
		<link>http://www.kryogenix.org/days/2003/04/22/applicable#comment-2466</link>
		<dc:creator>Daniel LaLiberte</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/04/22/applicable/#comment-2466</guid>
		<description>The bookmarklet (show applicable styles) does work in IE 6.&#160; It works for the page it is on, but because you load the source from a file, it causes security errors when used on other pages.&#160; This is as it should be.&lt;br /&gt;
&lt;br /&gt;
There ought to be a way of working around that problem...</description>
		<content:encoded><![CDATA[<p>The bookmarklet (show applicable styles) does work in IE 6.&nbsp; It works for the page it is on, but because you load the source from a file, it causes security errors when used on other pages.&nbsp; This is as it should be.</p>
<p>There ought to be a way of working around that problem&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.kryogenix.org/days/2003/04/22/applicable#comment-2467</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/04/22/applicable/#comment-2467</guid>
		<description>&lt;p&gt;Has anyone ever come across a method to update old stylesheets to automatically (ie run against the site) delete any classes out of the stylesheet that are no longer being used????&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Has anyone ever come across a method to update old stylesheets to automatically (ie run against the site) delete any classes out of the stylesheet that are no longer being used????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Weinstein</title>
		<link>http://www.kryogenix.org/days/2003/04/22/applicable#comment-2468</link>
		<dc:creator>Jesse Weinstein</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/04/22/applicable/#comment-2468</guid>
		<description>&lt;p&gt;Clap, clap, clap.  This is a snazzy piece of work.  I like how it responds to mouseover.  I&#8217;ve been trying to work out how to do this in Emacs(I know, I know&#8230;, but still.)&lt;br /&gt;
&lt;span class="caps"&gt;BTW&lt;/span&gt;, I&#8217;m making a page to list all the bookmarklets available on the web, at http://en.wikipedia.org/wiki/User:JesseW/BookmarkletsUniversal&lt;br /&gt;
, and I would like to include the code for your bookmarklets there, if you are willing.  Please let me know.&lt;/p&gt;
 
</description>
		<content:encoded><![CDATA[<p>Clap, clap, clap.  This is a snazzy piece of work.  I like how it responds to mouseover.  I&#8217;ve been trying to work out how to do this in Emacs(I know, I know&#8230;, but still.)<br />
<span class="caps">BTW</span>, I&#8217;m making a page to list all the bookmarklets available on the web, at <a href="http://en.wikipedia.org/wiki/User:JesseW/BookmarkletsUniversal" rel="nofollow">http://en.wikipedia.org/wiki/User:JesseW/BookmarkletsUniversal</a><br />
, and I would like to include the code for your bookmarklets there, if you are willing.  Please let me know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
