-
200605 Jul
Håkon Wium Lie, the inventor of CSS answers some very interesting questions about the future of CSS in this article.
You can skip to the end and leave a response.
-
Comments
-
01.
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); } -
02.
I did an interview with him long before those slashdot copycats came and took the idea :)
@Peter Gasston: references like that was considered for CSS but didn’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.
-
03.
I agree Emil, variables in CSS would not be wise. We don’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 :)
-
04.
Per says:Comment » February 28th, 2007 at 2:16 pm
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.
-
01.
TAG CLOUD
acid3
advanced layout
advanced layout module
Animations
background
border
Browsers
color
css
CSS3.info
CSS WG
csswg
developer tools
disabled
enabled
Feedback
firefox
firefox 3.1
flexible box layout
fonts
generated content
grid positioning
HSLA
HTML5
ie6
jina bolton
jquery
media player
Multicolumn Layout
News
Opera
Opera Dragonfly
presentations
RGBA
safari
Selectors
slides
SVG
text rendering
W3C
wasp
Web Fonts
webkit
windows

Leave a Comment