<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: XHTML and &#8220;external-window&#8221; links</title>
	<atom:link href="http://naneau.nl/2007/04/28/xhtml-and-external-window-links/feed/" rel="self" type="application/rss+xml" />
	<link>http://naneau.nl/2007/04/28/xhtml-and-external-window-links/</link>
	<description>Go dik-dik, go!</description>
	<lastBuildDate>Fri, 03 Sep 2010 14:00:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Naneau</title>
		<link>http://naneau.nl/2007/04/28/xhtml-and-external-window-links/comment-page-1/#comment-1394</link>
		<dc:creator>Naneau</dc:creator>
		<pubDate>Fri, 10 Aug 2007 23:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/04/28/xhtml-and-external-window-links/#comment-1394</guid>
		<description>Yes, I use CSS like that on this blog :) Notifying users of the difference between links is important from a usability point of view.</description>
		<content:encoded><![CDATA[<p>Yes, I use CSS like that on this blog <img src='http://naneau.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Notifying users of the difference between links is important from a usability point of view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: westworld</title>
		<link>http://naneau.nl/2007/04/28/xhtml-and-external-window-links/comment-page-1/#comment-1391</link>
		<dc:creator>westworld</dc:creator>
		<pubDate>Fri, 10 Aug 2007 15:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/04/28/xhtml-and-external-window-links/#comment-1391</guid>
		<description>you could also do this with a class. 
Use css to give your visitors a visual clue about the link.
css:
a.external{
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}

 The javascript:
Event.observe(window, &#039;load&#039;, function(){
       var anchors = $$(&#039;a.external&#039;);
       anchors.each(function(anchor){
            anchor.target = &quot;_blank&quot;;
    });
});</description>
		<content:encoded><![CDATA[<p>you could also do this with a class.<br />
Use css to give your visitors a visual clue about the link.<br />
css:<br />
a.external{<br />
	background: url(external.png) center right no-repeat;<br />
	padding-right: 13px;<br />
}</p>
<p> The javascript:<br />
Event.observe(window, &#8216;load&#8217;, function(){<br />
       var anchors = $$(&#8216;a.external&#8217;);<br />
       anchors.each(function(anchor){<br />
            anchor.target = &#8220;_blank&#8221;;<br />
    });<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naneau</title>
		<link>http://naneau.nl/2007/04/28/xhtml-and-external-window-links/comment-page-1/#comment-52</link>
		<dc:creator>Naneau</dc:creator>
		<pubDate>Fri, 11 May 2007 13:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/04/28/xhtml-and-external-window-links/#comment-52</guid>
		<description>That does sound like it could just be true ;)</description>
		<content:encoded><![CDATA[<p>That does sound like it could just be true <img src='http://naneau.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasimir K</title>
		<link>http://naneau.nl/2007/04/28/xhtml-and-external-window-links/comment-page-1/#comment-46</link>
		<dc:creator>Kasimir K</dc:creator>
		<pubDate>Thu, 10 May 2007 22:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/04/28/xhtml-and-external-window-links/#comment-46</guid>
		<description>&quot;XHTML strict doesn’t support the target attribute for links. I think the reason behind is that it is considered behavior, not structure.&quot;

I think because target attribute specifies the target frame, and XHTML strict does not include frames, so no need for targets either.</description>
		<content:encoded><![CDATA[<p>&#8220;XHTML strict doesn’t support the target attribute for links. I think the reason behind is that it is considered behavior, not structure.&#8221;</p>
<p>I think because target attribute specifies the target frame, and XHTML strict does not include frames, so no need for targets either.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
