<?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: Hyperlinking best practices, pt. 2: Distinguishing external links with CSS3 and regular expressions</title>
	<atom:link href="http://underscorebleach.net/jotsheet/2004/12/offsite-external-links-css-attribute-selectors/feed" rel="self" type="application/rss+xml" />
	<link>http://underscorebleach.net/jotsheet/2004/12/offsite-external-links-css-attribute-selectors</link>
	<description>I'm pretty good at wasting your time.  By Tom Sherman.</description>
	<pubDate>Fri, 12 Mar 2010 22:44:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Steve Melcher</title>
		<link>http://underscorebleach.net/jotsheet/2004/12/offsite-external-links-css-attribute-selectors#comment-23863</link>
		<dc:creator>Steve Melcher</dc:creator>
		<pubDate>Wed, 08 Nov 2006 12:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=307#comment-23863</guid>
		<description>Much simpler method... use:

a:not([href*="underscorebleach.net"]):after { content:" (offsite)"; }</description>
		<content:encoded><![CDATA[<p>Much simpler method&#8230; use:</p>
<p>a:not([href*="underscorebleach.net"]):after { content:&#8221; (offsite)&#8221;; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ton Vink</title>
		<link>http://underscorebleach.net/jotsheet/2004/12/offsite-external-links-css-attribute-selectors#comment-1684</link>
		<dc:creator>Ton Vink</dc:creator>
		<pubDate>Thu, 19 May 2005 06:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=307#comment-1684</guid>
		<description>You can use the &lt;code&gt;content&lt;/code&gt; property and still use your own pictures by using:
&lt;code&gt;
a[href^="http"]:after {content:url("picture.jpg");}
&lt;/code&gt;

Real cool, this &lt;code&gt;after&lt;/code&gt; and &lt;code&gt;before&lt;/code&gt; stuff. Any chance off this becoming cross-browser?
Ton
</description>
		<content:encoded><![CDATA[<p>You can use the <code>content</code> property and still use your own pictures by using:<br />
<code><br />
a[href^="http"]:after {content:url(&#8221;picture.jpg&#8221;);}<br />
</code></p>
<p>Real cool, this <code>after</code> and <code>before</code> stuff. Any chance off this becoming cross-browser?<br />
Ton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom sherman</title>
		<link>http://underscorebleach.net/jotsheet/2004/12/offsite-external-links-css-attribute-selectors#comment-1683</link>
		<dc:creator>tom sherman</dc:creator>
		<pubDate>Wed, 26 Jan 2005 21:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=307#comment-1683</guid>
		<description>Thanks, Doug.  For everyone else, it's also possible to pass other parameters to the W3C CSS validator.  You can see a list of them by checking out the &lt;a href="http://jigsaw.w3.org/css-validator/validator-uri" rel="nofollow"&gt;advanced options at Jigsaw&lt;/a&gt;, selecting some options, and looking at the URL.</description>
		<content:encoded><![CDATA[<p>Thanks, Doug.  For everyone else, it&#8217;s also possible to pass other parameters to the W3C CSS validator.  You can see a list of them by checking out the <a href="http://jigsaw.w3.org/css-validator/validator-uri" rel="nofollow">advanced options at Jigsaw</a>, selecting some options, and looking at the URL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Clifton</title>
		<link>http://underscorebleach.net/jotsheet/2004/12/offsite-external-links-css-attribute-selectors#comment-1682</link>
		<dc:creator>Douglas Clifton</dc:creator>
		<pubDate>Wed, 26 Jan 2005 19:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www445.pair.com/tps115/jotsheet/?p=307#comment-1682</guid>
		<description>By passing the query string variable:

profile=css3

to W3C's Jigsaw you can indeed use these attribute selectors and still have your pages validate. See my site for examples.

Thanks Tom,
-doug</description>
		<content:encoded><![CDATA[<p>By passing the query string variable:</p>
<p>profile=css3</p>
<p>to W3C&#8217;s Jigsaw you can indeed use these attribute selectors and still have your pages validate. See my site for examples.</p>
<p>Thanks Tom,<br />
-doug</p>
]]></content:encoded>
	</item>
</channel>
</rss>
