<?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: Techy Treasures #5: Fudging CSS Counters in Internet Explorer</title>
	<atom:link href="http://www.sitepoint.com/blogs/2009/03/31/techy-treasures-5-fudging-css-counters-in-internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2009/03/31/techy-treasures-5-fudging-css-counters-in-internet-explorer/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Sun, 22 Nov 2009 11:54:05 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: phiw13</title>
		<link>http://www.sitepoint.com/blogs/2009/03/31/techy-treasures-5-fudging-css-counters-in-internet-explorer/comment-page-1/#comment-908420</link>
		<dc:creator>phiw13</dc:creator>
		<pubDate>Thu, 02 Apr 2009 11:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=7738#comment-908420</guid>
		<description>&lt;blockquote&gt;@Philippe - I tried it using the CSS2 notation, and it still didn’t work. Can you show me an example of working counters in IE8?&lt;/blockquote&gt;
These 2 test cases are supposed to work correctly:
http://dev.l-c-n.com/css2/counters-Ordered_list.html
http://dev.l-c-n.com/css2/counters-2.html
Mind you, check with IE 8 release. Right now, I only have Win 7 with a slightly outdated build; the numbering goes wrong. But the release build should work fine.

Note that Opera, up to 10alpha is really wrong, when using &lt;code&gt;counters()&lt;/code&gt; and there are multiple lists on the page, like my second test case.</description>
		<content:encoded><![CDATA[<blockquote><p>@Philippe &#8211; I tried it using the CSS2 notation, and it still didn’t work. Can you show me an example of working counters in IE8?</p></blockquote>
<p>These 2 test cases are supposed to work correctly:<br />
<a href="http://dev.l-c-n.com/css2/counters-Ordered_list.html" rel="nofollow">http://dev.l-c-n.com/css2/counters-Ordered_list.html</a><br />
<a href="http://dev.l-c-n.com/css2/counters-2.html" rel="nofollow">http://dev.l-c-n.com/css2/counters-2.html</a><br />
Mind you, check with IE 8 release. Right now, I only have Win 7 with a slightly outdated build; the numbering goes wrong. But the release build should work fine.</p>
<p>Note that Opera, up to 10alpha is really wrong, when using <code>counters()</code> and there are multiple lists on the page, like my second test case.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: zcorpan</title>
		<link>http://www.sitepoint.com/blogs/2009/03/31/techy-treasures-5-fudging-css-counters-in-internet-explorer/comment-page-1/#comment-908333</link>
		<dc:creator>zcorpan</dc:creator>
		<pubDate>Thu, 02 Apr 2009 07:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=7738#comment-908333</guid>
		<description>(...especially considering that double-colon syntax works in IE6!)</description>
		<content:encoded><![CDATA[<p>(&#8230;especially considering that double-colon syntax works in IE6!)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: zcorpan</title>
		<link>http://www.sitepoint.com/blogs/2009/03/31/techy-treasures-5-fudging-css-counters-in-internet-explorer/comment-page-1/#comment-908331</link>
		<dc:creator>zcorpan</dc:creator>
		<pubDate>Thu, 02 Apr 2009 07:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=7738#comment-908331</guid>
		<description>&lt;a href=&quot;http://software.hixie.ch/utilities/js/live-dom-viewer/saved/54&quot; rel=&quot;nofollow&quot;&gt;http://software.hixie.ch/utilities/js/live-dom-viewer/saved/54&lt;/a&gt; - works for me in IE8 although the numbers are 1, 4, 6, 8, 10, 12 instead of 1..6. Clearly that&#039;s not correct.

Also, it&#039;s silly of them to not support the double-colon syntax -- I filed a bug about that during the IE7 beta &lt;em&gt;and&lt;/em&gt; the IE8 beta but it was rejected both times. Oh well.</description>
		<content:encoded><![CDATA[<p><a href="http://software.hixie.ch/utilities/js/live-dom-viewer/saved/54" rel="nofollow">http://software.hixie.ch/utilities/js/live-dom-viewer/saved/54</a> &#8211; works for me in IE8 although the numbers are 1, 4, 6, 8, 10, 12 instead of 1..6. Clearly that&#8217;s not correct.</p>
<p>Also, it&#8217;s silly of them to not support the double-colon syntax &#8212; I filed a bug about that during the IE7 beta <em>and</em> the IE8 beta but it was rejected both times. Oh well.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: brothercake</title>
		<link>http://www.sitepoint.com/blogs/2009/03/31/techy-treasures-5-fudging-css-counters-in-internet-explorer/comment-page-1/#comment-908238</link>
		<dc:creator>brothercake</dc:creator>
		<pubDate>Thu, 02 Apr 2009 04:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=7738#comment-908238</guid>
		<description>@Philippe - I tried it using the CSS2 notation, and it still didn&#039;t work. Can you show me an example of working counters in IE8?

@Michael - not at all :-P It&#039;s still a valid and useful technique for IE7 and IE6 (and IE8 in compatibility mode)</description>
		<content:encoded><![CDATA[<p>@Philippe &#8211; I tried it using the CSS2 notation, and it still didn&#8217;t work. Can you show me an example of working counters in IE8?</p>
<p>@Michael &#8211; not at all :-P It&#8217;s still a valid and useful technique for IE7 and IE6 (and IE8 in compatibility mode)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: brothercake</title>
		<link>http://www.sitepoint.com/blogs/2009/03/31/techy-treasures-5-fudging-css-counters-in-internet-explorer/comment-page-1/#comment-907116</link>
		<dc:creator>brothercake</dc:creator>
		<pubDate>Tue, 31 Mar 2009 20:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=7738#comment-907116</guid>
		<description>Yeah you&#039;re right .. I hadn&#039;t noticed because compatibility mode is enabled by default for local intranet pages (and of course I tested it on my local network).


How typical of microsoft .. they remove support for a hack without fixing the reason for needing it!</description>
		<content:encoded><![CDATA[<p>Yeah you&#8217;re right .. I hadn&#8217;t noticed because compatibility mode is enabled by default for local intranet pages (and of course I tested it on my local network).</p>
<p>How typical of microsoft .. they remove support for a hack without fixing the reason for needing it!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: posaune02</title>
		<link>http://www.sitepoint.com/blogs/2009/03/31/techy-treasures-5-fudging-css-counters-in-internet-explorer/comment-page-1/#comment-907062</link>
		<dc:creator>posaune02</dc:creator>
		<pubDate>Tue, 31 Mar 2009 18:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=7738#comment-907062</guid>
		<description>It doesn&#039;t sound like this will work in IE8 Strict mode as CSS expressions have been removed. As I understand it, they will continue to work in IE8 while in Compatibility mode (IE 5, 7, EmulateIE7, and EmulateIE8 quirks mode).

http://blogs.msdn.com/ie/archive/2008/10/16/ending-expressions.aspx
http://blogs.msdn.com/ie/archive/2009/03/12/site-compatibility-and-ie8.aspx</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t sound like this will work in IE8 Strict mode as CSS expressions have been removed. As I understand it, they will continue to work in IE8 while in Compatibility mode (IE 5, 7, EmulateIE7, and EmulateIE8 quirks mode).</p>
<p><a href="http://blogs.msdn.com/ie/archive/2008/10/16/ending-expressions.aspx" rel="nofollow">http://blogs.msdn.com/ie/archive/2008/10/16/ending-expressions.aspx</a><br />
<a href="http://blogs.msdn.com/ie/archive/2009/03/12/site-compatibility-and-ie8.aspx" rel="nofollow">http://blogs.msdn.com/ie/archive/2009/03/12/site-compatibility-and-ie8.aspx</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: brothercake</title>
		<link>http://www.sitepoint.com/blogs/2009/03/31/techy-treasures-5-fudging-css-counters-in-internet-explorer/comment-page-1/#comment-907047</link>
		<dc:creator>brothercake</dc:creator>
		<pubDate>Tue, 31 Mar 2009 18:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=7738#comment-907047</guid>
		<description>Nope no joy. Generated content isn&#039;t working in IE8.</description>
		<content:encoded><![CDATA[<p>Nope no joy. Generated content isn&#8217;t working in IE8.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.sitepoint.com/blogs/2009/03/31/techy-treasures-5-fudging-css-counters-in-internet-explorer/comment-page-1/#comment-907024</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 31 Mar 2009 17:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=7738#comment-907024</guid>
		<description>I thought IE8 got rid of expressions.

http://blogs.msdn.com/ie/archive/2009/03/12/site-compatibility-and-ie8.aspx

Looks like it did. I guess that wraps it up for this article!</description>
		<content:encoded><![CDATA[<p>I thought IE8 got rid of expressions.</p>
<p><a href="http://blogs.msdn.com/ie/archive/2009/03/12/site-compatibility-and-ie8.aspx" rel="nofollow">http://blogs.msdn.com/ie/archive/2009/03/12/site-compatibility-and-ie8.aspx</a></p>
<p>Looks like it did. I guess that wraps it up for this article!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: brothercake</title>
		<link>http://www.sitepoint.com/blogs/2009/03/31/techy-treasures-5-fudging-css-counters-in-internet-explorer/comment-page-1/#comment-907017</link>
		<dc:creator>brothercake</dc:creator>
		<pubDate>Tue, 31 Mar 2009 17:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=7738#comment-907017</guid>
		<description>@Tommy - I thought so too, but it doesn&#039;t appear to work. Actually I hadn&#039;t thought to try the different syntax; lemme try that and I&#039;ll post again.

@ionutzp - yes exactly.</description>
		<content:encoded><![CDATA[<p>@Tommy &#8211; I thought so too, but it doesn&#8217;t appear to work. Actually I hadn&#8217;t thought to try the different syntax; lemme try that and I&#8217;ll post again.</p>
<p>@ionutzp &#8211; yes exactly.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ionutzp</title>
		<link>http://www.sitepoint.com/blogs/2009/03/31/techy-treasures-5-fudging-css-counters-in-internet-explorer/comment-page-1/#comment-906846</link>
		<dc:creator>ionutzp</dc:creator>
		<pubDate>Tue, 31 Mar 2009 11:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=7738#comment-906846</guid>
		<description>For the IE example, every time a li is parsed in the document, the expression is evaluated and step increments?</description>
		<content:encoded><![CDATA[<p>For the IE example, every time a li is parsed in the document, the expression is evaluated and step increments?</p>]]></content:encoded>
	</item>
</channel>
</rss>
