<?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: CSS COUNTER-INCREMENT</title>
	<atom:link href="http://www.css3.com/css-counter-increment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css3.com</link>
	<description>CSS3.com - A comprehensive CSS 3 reference guide, tutorial, and blog</description>
	<lastBuildDate>Wed, 01 Feb 2012 06:38:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Logics</title>
		<link>http://www.css3.com/css-counter-increment/comment-page-1/#comment-16917</link>
		<dc:creator>Logics</dc:creator>
		<pubDate>Wed, 03 Nov 2010 22:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.com/?p=118#comment-16917</guid>
		<description>No. A better example would be:

h1:before {counter-increment: main-heading; counter-reset: sub-heading; content: “Section ” counter(main-heading) “: ” }

h2:before {counter-increment: sub-heading; content: “Section ” counter(main-heading) “.” counter(sub-heading) “: ” }</description>
		<content:encoded><![CDATA[<p>No. A better example would be:</p>
<p>h1:before {counter-increment: main-heading; counter-reset: sub-heading; content: “Section ” counter(main-heading) “: ” }</p>
<p>h2:before {counter-increment: sub-heading; content: “Section ” counter(main-heading) “.” counter(sub-heading) “: ” }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meettya</title>
		<link>http://www.css3.com/css-counter-increment/comment-page-1/#comment-15870</link>
		<dc:creator>Meettya</dc:creator>
		<pubDate>Thu, 02 Jul 2009 18:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.com/?p=118#comment-15870</guid>
		<description>Is it in example mean  :

h1:before {counter-increment: main-heading; counter-reset: sub-heading; content: “Section ” counter(main-heading) “:” counter(sub-heading)}

?

 I should think so!</description>
		<content:encoded><![CDATA[<p>Is it in example mean  :</p>
<p>h1:before {counter-increment: main-heading; counter-reset: sub-heading; content: “Section ” counter(main-heading) “:” counter(sub-heading)}</p>
<p>?</p>
<p> I should think so!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

