<?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: Suggestion for new link pseudo-class, &#8220;:current&#8221;</title>
	<atom:link href="http://burntelectrons.org/2007/07/suggestion-for-new-link-pseudo-class-current/feed/" rel="self" type="application/rss+xml" />
	<link>http://burntelectrons.org/2007/07/suggestion-for-new-link-pseudo-class-current/</link>
	<description>and other random particles...</description>
	<lastBuildDate>Fri, 27 Apr 2012 00:00:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Kotek</title>
		<link>http://burntelectrons.org/2007/07/suggestion-for-new-link-pseudo-class-current/comment-page-1/#comment-1724</link>
		<dc:creator>Kotek</dc:creator>
		<pubDate>Sat, 14 May 2011 23:11:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-1724</guid>
		<description>I love this idea. I have had the same idea and to be honest I am really surprised that there isn&#039;t :current pseudo-class</description>
		<content:encoded><![CDATA[<p>I love this idea. I have had the same idea and to be honest I am really surprised that there isn&#8217;t :current pseudo-class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Luz</title>
		<link>http://burntelectrons.org/2007/07/suggestion-for-new-link-pseudo-class-current/comment-page-1/#comment-929</link>
		<dc:creator>Daniel Luz</dc:creator>
		<pubDate>Mon, 30 Jul 2007 21:34:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-929</guid>
		<description>Ian Thomas got it straight to the point: unfortunately, it&#039;s not really that simple to tell what links effectively point to the current website (and he didn&#039;t even mention anchors).</description>
		<content:encoded><![CDATA[<p>Ian Thomas got it straight to the point: unfortunately, it&#8217;s not really that simple to tell what links effectively point to the current website (and he didn&#8217;t even mention anchors).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Thomas</title>
		<link>http://burntelectrons.org/2007/07/suggestion-for-new-link-pseudo-class-current/comment-page-1/#comment-926</link>
		<dc:creator>Ian Thomas</dc:creator>
		<pubDate>Mon, 30 Jul 2007 15:45:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-926</guid>
		<description>Nice idea, but you&#039;d run into difficulties identifying the &quot;current&quot; page on any but the simplest sites.&lt;br /&gt;
&lt;br /&gt;
How would you avoid the problem of get/post variables? For index.php?referrer=abc you would probably want to match on index.php, but for page.php?id=123 the id parameter is important. Then of course you&#039;ve got index.php?id=123&amp;referrer=abc ;)&lt;br /&gt;
&lt;br /&gt;
Also, what about domains and sub-domains? Are &lt;a href=&quot;http://www.mydomain.com/index.html&quot; rel=&quot;nofollow&quot;&gt;http://www.mydomain.com/ind...&lt;/a&gt; and &lt;a href=&quot;http://mydomain.com/index.html&quot; rel=&quot;nofollow&quot;&gt;http://mydomain.com/index.html&lt;/a&gt; the same page? What about &lt;a href=&quot;http://www.mydomain.co.uk/index.html?&quot; rel=&quot;nofollow&quot;&gt;http://www.mydomain.co.uk/i...&lt;/a&gt; Or &lt;a href=&quot;http://www.mydomain.com/?&quot; rel=&quot;nofollow&quot;&gt;http://www.mydomain.com/?&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Maybe some form or regular expression, but then you&#039;re getting to the point where its probably easier just to use server-side scripting.</description>
		<content:encoded><![CDATA[<p>Nice idea, but you&#8217;d run into difficulties identifying the &quot;current&quot; page on any but the simplest sites.</p>
<p>How would you avoid the problem of get/post variables? For index.php?referrer=abc you would probably want to match on index.php, but for page.php?id=123 the id parameter is important. Then of course you&#8217;ve got index.php?id=123&amp;referrer=abc <img src='http://burntelectrons.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Also, what about domains and sub-domains? Are <a href="http://www.mydomain.com/index.html" rel="nofollow"></a><a href="http://www.mydomain.com/ind" rel="nofollow">http://www.mydomain.com/ind</a>&#8230; and <a href="http://mydomain.com/index.html" rel="nofollow">http://mydomain.com/index.html</a> the same page? What about <a href="http://www.mydomain.co.uk/index.html?" rel="nofollow"></a><a href="http://www.mydomain.co.uk/i" rel="nofollow">http://www.mydomain.co.uk/i</a>&#8230; Or <a href="http://www.mydomain.com/?" rel="nofollow"></a><a href="http://www.mydomain.com/" rel="nofollow">http://www.mydomain.com/</a>?</p>
<p>Maybe some form or regular expression, but then you&#8217;re getting to the point where its probably easier just to use server-side scripting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Ruderman</title>
		<link>http://burntelectrons.org/2007/07/suggestion-for-new-link-pseudo-class-current/comment-page-1/#comment-925</link>
		<dc:creator>Jesse Ruderman</dc:creator>
		<pubDate>Mon, 30 Jul 2007 11:56:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-925</guid>
		<description>I agree with Raf; I&#039;d rather continue to discourage page authors from making pages link to themselves.  See &lt;a href=&quot;http://www.useit.com/alertbox/20031110.html&quot; rel=&quot;nofollow&quot;&gt;http://www.useit.com/alertb...&lt;/a&gt; #10 for some additional reasons that avoiding self-links is good usability practice.&lt;br /&gt;
&lt;br /&gt;
That said, I don&#039;t agree with some of the objections mentioned here:&lt;br /&gt;
&lt;br /&gt;
Gandalf, this feature would not introduce a privacy issue, because it would only apply to the URL loaded in the current tab.&lt;br /&gt;
&lt;br /&gt;
Ami, your problem with this feature can be solved by using display:block links :)  They&#039;re easier to click, too.</description>
		<content:encoded><![CDATA[<p>I agree with Raf; I&#8217;d rather continue to discourage page authors from making pages link to themselves.  See <a href="http://www.useit.com/alertbox/20031110.html" rel="nofollow"></a><a href="http://www.useit.com/alertb" rel="nofollow">http://www.useit.com/alertb</a>&#8230; #10 for some additional reasons that avoiding self-links is good usability practice.</p>
<p>That said, I don&#8217;t agree with some of the objections mentioned here:</p>
<p>Gandalf, this feature would not introduce a privacy issue, because it would only apply to the URL loaded in the current tab.</p>
<p>Ami, your problem with this feature can be solved by using display:block links <img src='http://burntelectrons.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   They&#8217;re easier to click, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raf</title>
		<link>http://burntelectrons.org/2007/07/suggestion-for-new-link-pseudo-class-current/comment-page-1/#comment-924</link>
		<dc:creator>Raf</dc:creator>
		<pubDate>Mon, 30 Jul 2007 11:06:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-924</guid>
		<description>I have mixed feelings about this.&lt;br /&gt;
&lt;br /&gt;
Pro: there is certainly demand for something like this. Indeed, more than once have I seen people complaining that the :active pseudoclass does not do what they expected (&#039;selecting&#039; the current page), so it&#039;s probably not too far-fetched.&lt;br /&gt;
&lt;br /&gt;
Con: one of the advantages of server-side scripting is that it easily allows you to make sure the menu entry for the current page *is not even a link*. Thus, the current page can easily be distinguished, even when CSS is not applied (keep in mind that CSS is designed to be optional). Plus, I always get confused when a page links to itself - or maybe that&#039;s just me :-)</description>
		<content:encoded><![CDATA[<p>I have mixed feelings about this.</p>
<p>Pro: there is certainly demand for something like this. Indeed, more than once have I seen people complaining that the :active pseudoclass does not do what they expected (&#8216;selecting&#8217; the current page), so it&#8217;s probably not too far-fetched.</p>
<p>Con: one of the advantages of server-side scripting is that it easily allows you to make sure the menu entry for the current page *is not even a link*. Thus, the current page can easily be distinguished, even when CSS is not applied (keep in mind that CSS is designed to be optional). Plus, I always get confused when a page links to itself &#8211; or maybe that&#8217;s just me <img src='http://burntelectrons.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gandalf</title>
		<link>http://burntelectrons.org/2007/07/suggestion-for-new-link-pseudo-class-current/comment-page-1/#comment-923</link>
		<dc:creator>gandalf</dc:creator>
		<pubDate>Mon, 30 Jul 2007 09:52:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-923</guid>
		<description>how does it play with the risk of security issues? My initial thought is - hey! so easy to bruteforce check what websites you have open in other tabs/windows...</description>
		<content:encoded><![CDATA[<p>how does it play with the risk of security issues? My initial thought is &#8211; hey! so easy to bruteforce check what websites you have open in other tabs/windows&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://burntelectrons.org/2007/07/suggestion-for-new-link-pseudo-class-current/comment-page-1/#comment-922</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Mon, 30 Jul 2007 08:57:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-922</guid>
		<description>So, I see a problem here that just having this pseudo-class won&#039;t get it implemented anywhere. And if (particularly!) MSIE users can&#039;t see what you coded, most designers will fall back to server-side scripting again to make it show up for theses users as well. And the overhead of doing it in two places will probably (and sadly) prevent adoption of it.&lt;br /&gt;
&lt;br /&gt;
On another side note, please don&#039;t publish your commenters&#039; email addresses, in particular not in plain text in the source of the page, &#039;cause that&#039;s an invitation for spammers to harvest them.</description>
		<content:encoded><![CDATA[<p>So, I see a problem here that just having this pseudo-class won&#8217;t get it implemented anywhere. And if (particularly!) MSIE users can&#8217;t see what you coded, most designers will fall back to server-side scripting again to make it show up for theses users as well. And the overhead of doing it in two places will probably (and sadly) prevent adoption of it.</p>
<p>On another side note, please don&#8217;t publish your commenters&#8217; email addresses, in particular not in plain text in the source of the page, &#8217;cause that&#8217;s an invitation for spammers to harvest them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ami Ganguli</title>
		<link>http://burntelectrons.org/2007/07/suggestion-for-new-link-pseudo-class-current/comment-page-1/#comment-921</link>
		<dc:creator>Ami Ganguli</dc:creator>
		<pubDate>Mon, 30 Jul 2007 02:23:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-921</guid>
		<description>Sounds like a great idea, except...&lt;br /&gt;
&lt;br /&gt;
You would need to have some way to apply a  the style to a surrounding block as well.   If you could associate a url with arbitrary html elements then it might work.&lt;br /&gt;
&lt;br /&gt;
Then you could add an href element to a div, for example, which would have no effect except that it could be used to determine the CSS style.</description>
		<content:encoded><![CDATA[<p>Sounds like a great idea, except&#8230;</p>
<p>You would need to have some way to apply a  the style to a surrounding block as well.   If you could associate a url with arbitrary html elements then it might work.</p>
<p>Then you could add an href element to a div, for example, which would have no effect except that it could be used to determine the CSS style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grey</title>
		<link>http://burntelectrons.org/2007/07/suggestion-for-new-link-pseudo-class-current/comment-page-1/#comment-920</link>
		<dc:creator>Grey</dc:creator>
		<pubDate>Mon, 30 Jul 2007 02:15:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-920</guid>
		<description>Yes, I just now got the &quot;please confirm&quot; for archiving message, so it should go out the the membership soonish.&lt;br /&gt;
&lt;br /&gt;
Also, I&#039;d love to see that URL, but it requires authentication. :)&lt;br /&gt;
&lt;br /&gt;
1998, eh? Sounds encouraging...</description>
		<content:encoded><![CDATA[<p>Yes, I just now got the &quot;please confirm&quot; for archiving message, so it should go out the the membership soonish.</p>
<p>Also, I&#8217;d love to see that URL, but it requires authentication. <img src='http://burntelectrons.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>1998, eh? Sounds encouraging&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Glazman</title>
		<link>http://burntelectrons.org/2007/07/suggestion-for-new-link-pseudo-class-current/comment-page-1/#comment-919</link>
		<dc:creator>Daniel Glazman</dc:creator>
		<pubDate>Mon, 30 Jul 2007 02:13:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-919</guid>
		<description>I never received your msg from the mailing-list. Are you sure you correctly subscribed ?&lt;br /&gt;
&lt;br /&gt;
Anyway, please see this URL : &lt;a href=&quot;http://www.w3.org/Style/Group/WD-CSS-future#id16717669191&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/Style/Gro...&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I suggested that back in 1998...</description>
		<content:encoded><![CDATA[<p>I never received your msg from the mailing-list. Are you sure you correctly subscribed ?</p>
<p>Anyway, please see this URL : <a href="http://www.w3.org/Style/Group/WD-CSS-future#id16717669191" rel="nofollow"></a><a href="http://www.w3.org/Style/Gro" rel="nofollow">http://www.w3.org/Style/Gro</a>&#8230;</p>
<p>I suggested that back in 1998&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

