<?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: Interesting Hakon Wium Lie interview</title>
	<atom:link href="http://www.css3.info/interesting-hakon-wium-lie-interview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css3.info/interesting-hakon-wium-lie-interview/</link>
	<description>All you ever needed to know about CSS3</description>
	<lastBuildDate>Sun, 21 Mar 2010 19:16:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Per</title>
		<link>http://www.css3.info/interesting-hakon-wium-lie-interview/comment-page-1/#comment-6874</link>
		<dc:creator>Per</dc:creator>
		<pubDate>Wed, 28 Feb 2007 12:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/interesting-hakon-wium-lie-interview/#comment-6874</guid>
		<description>Variables or not. One thing I would like to see is to combine %-size with fixed sizes like this:

.head {height:100px;}
.content { height: (100% - 200px); }
.foot {height:100px;}




Or maybe like this to avoid math expressions:
.head {height:100px;}
.content { height: 100%; height-change:-100px;}
.foot {height:100px;}

Today its not possible to make a liquid design with a fixed-height header, a liquid-height content and a fixed height footer.</description>
		<content:encoded><![CDATA[<p>Variables or not. One thing I would like to see is to combine %-size with fixed sizes like this:</p>
<p>.head {height:100px;}<br />
.content { height: (100% &#8211; 200px); }<br />
.foot {height:100px;}</p>
<p>Or maybe like this to avoid math expressions:<br />
.head {height:100px;}<br />
.content { height: 100%; height-change:-100px;}<br />
.foot {height:100px;}</p>
<p>Today its not possible to make a liquid design with a fixed-height header, a liquid-height content and a fixed height footer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joost de Valk</title>
		<link>http://www.css3.info/interesting-hakon-wium-lie-interview/comment-page-1/#comment-172</link>
		<dc:creator>Joost de Valk</dc:creator>
		<pubDate>Tue, 25 Jul 2006 06:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/interesting-hakon-wium-lie-interview/#comment-172</guid>
		<description>I agree Emil, variables in CSS would not be wise. We don&#039;t have them in HTML do we? :) I use PHP or other languages to generate CSS most of the time, that gives me the advantages of having variables :)</description>
		<content:encoded><![CDATA[<p>I agree Emil, variables in CSS would not be wise. We don&#8217;t have them in HTML do we? :) I use PHP or other languages to generate CSS most of the time, that gives me the advantages of having variables :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Stenström</title>
		<link>http://www.css3.info/interesting-hakon-wium-lie-interview/comment-page-1/#comment-88</link>
		<dc:creator>Emil Stenström</dc:creator>
		<pubDate>Wed, 05 Jul 2006 18:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/interesting-hakon-wium-lie-interview/#comment-88</guid>
		<description>I did an &lt;a href=&quot;http://friendlybit.com/css/interview-why-did-css-succeed/&quot; title=&quot;Interview with Håkon about CSS&quot; rel=&quot;nofollow&quot;&gt;interview&lt;/a&gt; with him long before those slashdot copycats came and took the idea :)

@Peter Gasston: references like that was considered for CSS but didn&#039;t make it through. The idea is to keep CSS as simple as possible. Adding variables would add an extra abstraction layer to the language something  that would make it harder to learn. In my opinion we should keep the CSS syntax simple and concentrate on features instead.

Thanks for a good blog, found it some days ago.</description>
		<content:encoded><![CDATA[<p>I did an <a href="http://friendlybit.com/css/interview-why-did-css-succeed/" title="Interview with Håkon about CSS" rel="nofollow">interview</a> with him long before those slashdot copycats came and took the idea :)</p>
<p>@Peter Gasston: references like that was considered for CSS but didn&#8217;t make it through. The idea is to keep CSS as simple as possible. Adding variables would add an extra abstraction layer to the language something  that would make it harder to learn. In my opinion we should keep the CSS syntax simple and concentrate on features instead.</p>
<p>Thanks for a good blog, found it some days ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gasston</title>
		<link>http://www.css3.info/interesting-hakon-wium-lie-interview/comment-page-1/#comment-87</link>
		<dc:creator>Peter Gasston</dc:creator>
		<pubDate>Wed, 05 Jul 2006 17:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/interesting-hakon-wium-lie-interview/#comment-87</guid>
		<description>Very interesting. If I could request one feature in CSS(4?), it would be equivalencies; that is, for example:

.first { min-height: 100px; }
.second { height: (.first); }

or:

.first { width: 100px; }
.second { width: (100% - .first); }</description>
		<content:encoded><![CDATA[<p>Very interesting. If I could request one feature in CSS(4?), it would be equivalencies; that is, for example:</p>
<p>.first { min-height: 100px; }<br />
.second { height: (.first); }</p>
<p>or:</p>
<p>.first { width: 100px; }<br />
.second { width: (100% &#8211; .first); }</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 @ 2010-03-21 22:07:25 -->