<?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 1.1 Second Edition with Target Attribute</title>
	<atom:link href="http://learningtheworld.eu/2007/xhtml-with-target/feed/" rel="self" type="application/rss+xml" />
	<link>http://learningtheworld.eu/2007/xhtml-with-target/</link>
	<description></description>
	<lastBuildDate>Fri, 15 Oct 2010 13:07:20 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: Marius</title>
		<link>http://learningtheworld.eu/2007/xhtml-with-target/comment-page-1/#comment-37699</link>
		<dc:creator><![CDATA[Marius]]></dc:creator>
		<pubDate>Mon, 14 Jun 2010 07:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/2007/xhtml-with-target/#comment-37699</guid>
		<description><![CDATA[&lt;p&gt;All those hacks with onclick=&quot;target=&#039;blank&#039;&quot; is nonsense! While your page is XHTML valid, your Javascript isn&#039;t. I mean, if some browser is able to open link in new tab with that javascript, it will definately open new tab with simple target=&quot;_blank&quot; declaration. And if it doesn&#039;t understand the target attribute (because XHML doesn&#039;t require it to), I don&#039;t think that whole page will broke if you leave that target attribute in the &quot;a&quot; tag. And the solution with Javascript still won&#039;t work. All you get from all those hacks is green tick in the validator.
I mean, if all those XHTMLs were created to make user experience better, these hacks just make it worse. If user doesn&#039;t have Javascript, _blank won&#039;t work for him. And I think not having Javascript (enabled) is far more often than browser without target attribute support.&lt;/p&gt;

&lt;p&gt;Thinking about users, I&#039;ll definately still use target=&quot;_blank&quot; attribute in my pages. And if I&#039;d want that green tick very badly, I&#039;d go with that DTD expanding, because it&#039;s only between your page and validator, don&#039;t get users involved into this.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>All those hacks with onclick=&#8221;target=&#8217;blank&#8217;&#8221; is nonsense! While your page is XHTML valid, your Javascript isn&#8217;t. I mean, if some browser is able to open link in new tab with that javascript, it will definately open new tab with simple target=&#8221;_blank&#8221; declaration. And if it doesn&#8217;t understand the target attribute (because XHML doesn&#8217;t require it to), I don&#8217;t think that whole page will broke if you leave that target attribute in the &#8220;a&#8221; tag. And the solution with Javascript still won&#8217;t work. All you get from all those hacks is green tick in the validator.
I mean, if all those XHTMLs were created to make user experience better, these hacks just make it worse. If user doesn&#8217;t have Javascript, _blank won&#8217;t work for him. And I think not having Javascript (enabled) is far more often than browser without target attribute support.</p>

<p>Thinking about users, I&#8217;ll definately still use target=&#8221;_blank&#8221; attribute in my pages. And if I&#8217;d want that green tick very badly, I&#8217;d go with that DTD expanding, because it&#8217;s only between your page and validator, don&#8217;t get users involved into this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Claudius Png</title>
		<link>http://learningtheworld.eu/2007/xhtml-with-target/comment-page-1/#comment-36788</link>
		<dc:creator><![CDATA[Mark Claudius Png]]></dc:creator>
		<pubDate>Sat, 16 May 2009 11:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/2007/xhtml-with-target/#comment-36788</guid>
		<description><![CDATA[&lt;p&gt;There is a &lt;a href=&quot;http://www.theghostcoder.com/2009/05/working-around-xhtml-strict-target-support/&quot; rel=&quot;nofollow&quot;&gt;JavaScript workaround&lt;/a&gt;. Very compact when used with the Mootools framework.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>There is a <a href="http://www.theghostcoder.com/2009/05/working-around-xhtml-strict-target-support/" rel="nofollow">JavaScript workaround</a>. Very compact when used with the Mootools framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Busy</title>
		<link>http://learningtheworld.eu/2007/xhtml-with-target/comment-page-1/#comment-31438</link>
		<dc:creator><![CDATA[Busy]]></dc:creator>
		<pubDate>Wed, 24 Oct 2007 15:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/2007/xhtml-with-target/#comment-31438</guid>
		<description><![CDATA[&lt;p&gt;This was a really good post, especially the misinformation part. (And the good news for the next edition of &lt;acronym title=&quot;Extensible Hypertext Markup Language&quot;&gt;XHTML&lt;/acronym&gt;.)&lt;/p&gt;

&lt;p&gt;I use javascript on new windows anyways (because I typically only use them for little ones that I want a certain size) but I always let my pages fail with the &lt;code&gt;target=&quot;&quot;&lt;/code&gt; error out of protest.&lt;/p&gt;

&lt;p&gt;No more failed pages, hooray!&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>This was a really good post, especially the misinformation part. (And the good news for the next edition of <acronym title="Extensible Hypertext Markup Language">XHTML</acronym>.)</p>

<p>I use javascript on new windows anyways (because I typically only use them for little ones that I want a certain size) but I always let my pages fail with the <code>target=""</code> error out of protest.</p>

<p>No more failed pages, hooray!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur</title>
		<link>http://learningtheworld.eu/2007/xhtml-with-target/comment-page-1/#comment-19901</link>
		<dc:creator><![CDATA[Arthur]]></dc:creator>
		<pubDate>Sat, 07 Jul 2007 04:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/2007/xhtml-with-target/#comment-19901</guid>
		<description><![CDATA[&lt;p&gt;The target attribute isn&#8217;t just for opening new windows. Using the &lt;code&gt;object&lt;/code&gt; tag to embed one document in another should allow for &lt;code&gt;target=&quot;_parent&quot;&lt;/code&gt; or &lt;code&gt;&quot;_top&quot;&lt;/code&gt; to work as well.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>The target attribute isn&rsquo;t just for opening new windows. Using the <code>object</code> tag to embed one document in another should allow for <code>target=&quot;_parent&quot;</code> or <code>&quot;_top&quot;</code> to work as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marina</title>
		<link>http://learningtheworld.eu/2007/xhtml-with-target/comment-page-1/#comment-19689</link>
		<dc:creator><![CDATA[Marina]]></dc:creator>
		<pubDate>Fri, 06 Jul 2007 06:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/2007/xhtml-with-target/#comment-19689</guid>
		<description><![CDATA[&lt;p&gt;Thanks!&lt;/p&gt;

&lt;p&gt;On thinking about it further, Jesse&#039;s solution is a better one from the elegant standpoint, since you define the class and let the code do the work.&lt;/p&gt;

&lt;p&gt;I was actually researching this for someone else, since I don&#039;t like to open new windows.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Thanks!</p>

<p>On thinking about it further, Jesse&#8217;s solution is a better one from the elegant standpoint, since you define the class and let the code do the work.</p>

<p>I was actually researching this for someone else, since I don&#8217;t like to open new windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Kliehm</title>
		<link>http://learningtheworld.eu/2007/xhtml-with-target/comment-page-1/#comment-19519</link>
		<dc:creator><![CDATA[Martin Kliehm]]></dc:creator>
		<pubDate>Thu, 05 Jul 2007 08:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/2007/xhtml-with-target/#comment-19519</guid>
		<description><![CDATA[&lt;p&gt;Marina, adding some &lt;code&gt;onclick=&quot;target=&#039;_blank&#039;&quot;&lt;/code&gt; is indeed simple. Like I said, extending the &lt;acronym title=&quot;Document Type Definition&quot;&gt;DTD&lt;/acronym&gt; is a pain with some &lt;a href=&quot;http://www.alistapart.com/articles/waiaria#dtd-extension&quot; rel=&quot;nofollow&quot;&gt;drawbacks&lt;/a&gt;. Jesse Skinner&#8217;s solution is slightly more complicated, but it works unobtrusive, without inline JavaScript. So it&#8217;s better maintainable. In the end it&#8217;s a political decision, it&#8217;s about your own preferences. There is no best solution. ;)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Marina, adding some <code>onclick=&quot;target='_blank'&quot;</code> is indeed simple. Like I said, extending the <acronym title="Document Type Definition">DTD</acronym> is a pain with some <a href="http://www.alistapart.com/articles/waiaria#dtd-extension" rel="nofollow">drawbacks</a>. Jesse Skinner&rsquo;s solution is slightly more complicated, but it works unobtrusive, without inline JavaScript. So it&rsquo;s better maintainable. In the end it&rsquo;s a political decision, it&rsquo;s about your own preferences. There is no best solution. <img src="http://learningtheworld.eu/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marina</title>
		<link>http://learningtheworld.eu/2007/xhtml-with-target/comment-page-1/#comment-19480</link>
		<dc:creator><![CDATA[Marina]]></dc:creator>
		<pubDate>Thu, 05 Jul 2007 04:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/2007/xhtml-with-target/#comment-19480</guid>
		<description><![CDATA[&lt;p&gt;I was searching for an answer to the question of whether &lt;code&gt;_blank&lt;/code&gt; is still valid &lt;acronym title=&quot;Extensible Hypertext Markup Language&quot;&gt;XHTML&lt;/acronym&gt; when I found this page.&lt;/p&gt;

&lt;p&gt;After quite a bit of Googling and reading, I also found the following very simple, very elegant answer, which I tested successfully in Firefox 2.0, &lt;acronym title=&quot;Internet Explorer&quot;&gt;IE&lt;/acronym&gt;7, and Opera 9.21 and which validates at validator.w3.org as &lt;acronym&gt;XHTML&lt;/acronym&gt; 1.0 strict and &lt;acronym&gt;XHTML 1.1&lt;/acronym&gt; (with the proper declarations, of course):&lt;/p&gt;

&lt;p&gt;It was in &lt;a href=&quot;http://www.thefutureoftheweb.com/blog/target-blank-xhtml11#comment19&quot; rel=&quot;nofollow&quot;&gt;comment #19&lt;/a&gt; in the comments section of this Web page.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I was searching for an answer to the question of whether <code>_blank</code> is still valid <acronym title="Extensible Hypertext Markup Language">XHTML</acronym> when I found this page.</p>

<p>After quite a bit of Googling and reading, I also found the following very simple, very elegant answer, which I tested successfully in Firefox 2.0, <acronym title="Internet Explorer">IE</acronym>7, and Opera 9.21 and which validates at validator.w3.org as <acronym>XHTML</acronym> 1.0 strict and <acronym>XHTML 1.1</acronym> (with the proper declarations, of course):</p>

<p>It was in <a href="http://www.thefutureoftheweb.com/blog/target-blank-xhtml11#comment19" rel="nofollow">comment #19</a> in the comments section of this Web page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lillbra &#187; Target-attributet och öppna länkar i nytt fönster</title>
		<link>http://learningtheworld.eu/2007/xhtml-with-target/comment-page-1/#comment-2426</link>
		<dc:creator><![CDATA[lillbra &#187; Target-attributet och öppna länkar i nytt fönster]]></dc:creator>
		<pubDate>Thu, 08 Mar 2007 06:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/2007/xhtml-with-target/#comment-2426</guid>
		<description><![CDATA[&lt;p xml:lang=&quot;da&quot;&gt;[...] &lt;span xml:lang=&quot;de&quot;&gt;Martin Kliehm&lt;/span&gt; Martin Kliehm presenterar ett sista alternativt sätt att öppna länkar i nytt fönster, och det är att använda sig av &lt;acronym&gt;XHTML&lt;/acronym&gt; 1.1 och modifiera &lt;acronym&gt;DTD&lt;/acronym&gt;:n. Genom att importera target-modulen gör man target-attributet möjligt att använda. Detta verkar krångligt och är väl inte heller så aktuellt, eftersom &lt;acronym&gt;XHTML&lt;/acronym&gt; 1.1 ändå inte kan tolkas av &lt;span xml:lang=&quot;en&quot;&gt;Internet Explorer&lt;/span&gt;. [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p xml:lang="da">[...] <span xml:lang="de">Martin Kliehm</span> Martin Kliehm presenterar ett sista alternativt sätt att öppna länkar i nytt fönster, och det är att använda sig av <acronym>XHTML</acronym> 1.1 och modifiera <acronym>DTD</acronym>:n. Genom att importera target-modulen gör man target-attributet möjligt att använda. Detta verkar krångligt och är väl inte heller så aktuellt, eftersom <acronym>XHTML</acronym> 1.1 ändå inte kan tolkas av <span xml:lang="en">Internet Explorer</span>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: accessBlog » Neues vom W3C...</title>
		<link>http://learningtheworld.eu/2007/xhtml-with-target/comment-page-1/#comment-2431</link>
		<dc:creator><![CDATA[accessBlog » Neues vom W3C...]]></dc:creator>
		<pubDate>Fri, 23 Feb 2007 07:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://learningtheworld.eu/2007/xhtml-with-target/#comment-2431</guid>
		<description><![CDATA[&lt;p xml:lang=&quot;de&quot;&gt;[&#8230;] Martin Kliehm weist zu Recht darauf hin, dass das target-Attribut auf wundersame Weise seinen Weg zurück in das &lt;span xml:lang=&quot;en&quot;&gt;Core Set&lt;/span&gt; von &lt;acronym&gt;XHTML&lt;/acronym&gt;&#160;1.1 gefunden hat. [&#8230;]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p xml:lang="de">[&hellip;] Martin Kliehm weist zu Recht darauf hin, dass das target-Attribut auf wundersame Weise seinen Weg zurück in das <span xml:lang="en">Core Set</span> von <acronym>XHTML</acronym>&nbsp;1.1 gefunden hat. [&hellip;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
