<?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: Calculated values and CSS2.2</title>
	<atom:link href="http://www.css3.info/calculated-values-and-css22/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css3.info/calculated-values-and-css22/</link>
	<description>All you ever needed to know about CSS3</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:52:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Kyo</title>
		<link>http://www.css3.info/calculated-values-and-css22/comment-page-1/#comment-258572</link>
		<dc:creator>Kyo</dc:creator>
		<pubDate>Sun, 14 Mar 2010 13:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/calculated-values-and-css22/#comment-258572</guid>
		<description> Once upon a time, I sent out an email suggesting a feature like this, only to find out that it was already being considered. I can&#039;t wait for this.</description>
		<content:encoded><![CDATA[<p> Once upon a time, I sent out an email suggesting a feature like this, only to find out that it was already being considered. I can&#8217;t wait for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://www.css3.info/calculated-values-and-css22/comment-page-1/#comment-245051</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Sat, 06 Jun 2009 07:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/calculated-values-and-css22/#comment-245051</guid>
		<description>It would be much easier to create liquid layouts with calc.</description>
		<content:encoded><![CDATA[<p>It would be much easier to create liquid layouts with calc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SourceLOG &#187; Interview: Andy Budd on the future of CSS</title>
		<link>http://www.css3.info/calculated-values-and-css22/comment-page-1/#comment-20471</link>
		<dc:creator>SourceLOG &#187; Interview: Andy Budd on the future of CSS</dc:creator>
		<pubDate>Fri, 25 May 2007 15:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/calculated-values-and-css22/#comment-20471</guid>
		<description>[...] we mentioned Andy’s call for a new intermediary version of CSS, which includes all the most commonly implemented features of CSS3. This led to a fair bit of [...]</description>
		<content:encoded><![CDATA[<p>[...] we mentioned Andy’s call for a new intermediary version of CSS, which includes all the most commonly implemented features of CSS3. This led to a fair bit of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo</title>
		<link>http://www.css3.info/calculated-values-and-css22/comment-page-1/#comment-18772</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Thu, 10 May 2007 09:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/calculated-values-and-css22/#comment-18772</guid>
		<description>calc() would be great. How many times I already wanted to use something similar. The usage of variables also has a lot of potential but can be solved server side for the moment.</description>
		<content:encoded><![CDATA[<p>calc() would be great. How many times I already wanted to use something similar. The usage of variables also has a lot of potential but can be solved server side for the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.css3.info/calculated-values-and-css22/comment-page-1/#comment-17946</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Wed, 02 May 2007 15:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/calculated-values-and-css22/#comment-17946</guid>
		<description>calc() would be absolutely brilliant! I&#039;ve been wanting that for ages.

Variables (or constants probably) would also be nice, but not just for storing colour-values but entire layouts.

$cool-box {
   border: 1px solid red;
   background: green;
   padding: 10px;
}
    $cool-box &gt; h2:first-child {
        margin: -10px -10px 10px -10px;
        padding: 10px;
        border-bottom: 1px solid red;
    }

#recent-articles = $cool-box;

Something like that perhaps...</description>
		<content:encoded><![CDATA[<p>calc() would be absolutely brilliant! I&#8217;ve been wanting that for ages.</p>
<p>Variables (or constants probably) would also be nice, but not just for storing colour-values but entire layouts.</p>
<p>$cool-box {<br />
   border: 1px solid red;<br />
   background: green;<br />
   padding: 10px;<br />
}<br />
    $cool-box &gt; h2:first-child {<br />
        margin: -10px -10px 10px -10px;<br />
        padding: 10px;<br />
        border-bottom: 1px solid red;<br />
    }</p>
<p>#recent-articles = $cool-box;</p>
<p>Something like that perhaps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Carroll</title>
		<link>http://www.css3.info/calculated-values-and-css22/comment-page-1/#comment-14652</link>
		<dc:creator>Mark Carroll</dc:creator>
		<pubDate>Tue, 17 Apr 2007 10:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/calculated-values-and-css22/#comment-14652</guid>
		<description>Wow, I love the idea of a calc() for css.</description>
		<content:encoded><![CDATA[<p>Wow, I love the idea of a calc() for css.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.css3.info/calculated-values-and-css22/comment-page-1/#comment-14511</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Mon, 16 Apr 2007 08:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/calculated-values-and-css22/#comment-14511</guid>
		<description>Variables are easily accomplished server-side.</description>
		<content:encoded><![CDATA[<p>Variables are easily accomplished server-side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Wright</title>
		<link>http://www.css3.info/calculated-values-and-css22/comment-page-1/#comment-14436</link>
		<dc:creator>Tim Wright</dc:creator>
		<pubDate>Sun, 15 Apr 2007 19:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/calculated-values-and-css22/#comment-14436</guid>
		<description>agreed. variables would be outstanding</description>
		<content:encoded><![CDATA[<p>agreed. variables would be outstanding</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcdave.net &#187; links for 2007-04-14</title>
		<link>http://www.css3.info/calculated-values-and-css22/comment-page-1/#comment-14331</link>
		<dc:creator>mcdave.net &#187; links for 2007-04-14</dc:creator>
		<pubDate>Sat, 14 Apr 2007 06:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/calculated-values-and-css22/#comment-14331</guid>
		<description>[...] CSS3 . info - Everything you need to know about CSS3 CSS calculations (tags: css2 css calc) [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS3 . info &#8211; Everything you need to know about CSS3 CSS calculations (tags: css2 css calc) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gasston</title>
		<link>http://www.css3.info/calculated-values-and-css22/comment-page-1/#comment-14275</link>
		<dc:creator>Peter Gasston</dc:creator>
		<pubDate>Fri, 13 Apr 2007 22:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/calculated-values-and-css22/#comment-14275</guid>
		<description>I&#039;d also like variables in CSS; imagine:

$red { #f00; }

strong { color: $red; border-color: $red; }</description>
		<content:encoded><![CDATA[<p>I&#8217;d also like variables in CSS; imagine:</p>
<p>$red { #f00; }</p>
<p>strong { color: $red; border-color: $red; }</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/


Served from: css3.info @ 2012-02-08 09:22:17 -->
