<?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 Wishlist: 21 Designer/Developers Sound&#160;Off</title> <atom:link href="http://css-tricks.com/css-wishlist/feed/" rel="self" type="application/rss+xml" /><link>http://css-tricks.com/css-wishlist/</link> <description>Tips, Tricks, and Techniques on using Cascading Style Sheets.</description> <lastBuildDate>Sun, 14 Mar 2010 15:52:11 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Nic</title><link>http://css-tricks.com/css-wishlist/#comment-46917</link> <dc:creator>Nic</dc:creator> <pubDate>Mon, 12 Jan 2009 04:47:49 +0000</pubDate> <guid isPermaLink="false">http://css-tricks.com/?p=1124#comment-46917</guid> <description>I&#039;d love multiple backgrounds (oh, the markup this could save me...) and I think a great feature I haven&#039;t seen brought up would be incremental heights on elements. The two together brings up some cool possibilities, too.</description> <content:encoded><![CDATA[<p>I&#8217;d love multiple backgrounds (oh, the markup this could save me&#8230;) and I think a great feature I haven&#8217;t seen brought up would be incremental heights on elements. The two together brings up some cool possibilities, too.</p> ]]></content:encoded> </item> <item><title>By: Damian Keeghan</title><link>http://css-tricks.com/css-wishlist/#comment-44536</link> <dc:creator>Damian Keeghan</dc:creator> <pubDate>Tue, 30 Dec 2008 04:31:27 +0000</pubDate> <guid isPermaLink="false">http://css-tricks.com/?p=1124#comment-44536</guid> <description>I would absolutely love cross-browser support for specifing styles to only be applied when there are two styles on the same object.For example a div with class .button could also have .hover... I think this is possible in FF but not IE :(</description> <content:encoded><![CDATA[<p>I would absolutely love cross-browser support for specifing styles to only be applied when there are two styles on the same object.</p><p>For example a div with class .button could also have .hover&#8230; I think this is possible in FF but not IE :(</p> ]]></content:encoded> </item> <item><title>By: devolute</title><link>http://css-tricks.com/css-wishlist/#comment-42106</link> <dc:creator>devolute</dc:creator> <pubDate>Tue, 16 Dec 2008 22:09:15 +0000</pubDate> <guid isPermaLink="false">http://css-tricks.com/?p=1124#comment-42106</guid> <description>What I&#039;m taking away from this article is &quot;wouldn&#039;t life be wonderful without IE?&quot;</description> <content:encoded><![CDATA[<p>What I&#8217;m taking away from this article is &#8220;wouldn&#8217;t life be wonderful without IE?&#8221;</p> ]]></content:encoded> </item> <item><title>By: CSS 期望表 （Wishlist）&#124; 刻下的幸福时光&#8230;..&#124; 翅膀&#8217;s blog</title><link>http://css-tricks.com/css-wishlist/#comment-39889</link> <dc:creator>CSS 期望表 （Wishlist）&#124; 刻下的幸福时光&#8230;..&#124; 翅膀&#8217;s blog</dc:creator> <pubDate>Sat, 22 Nov 2008 11:01:05 +0000</pubDate> <guid isPermaLink="false">http://css-tricks.com/?p=1124#comment-39889</guid> <description>[...] Web 设计网站 CSS-tricks.com 最近组织了一次调查，请15名顶尖的 Web 设计师对 CSS 提出自己的期望，15名设计师包括 Jon Hicks,  [...]</description> <content:encoded><![CDATA[<p>[...] Web 设计网站 CSS-tricks.com 最近组织了一次调查，请15名顶尖的 Web 设计师对 CSS 提出自己的期望，15名设计师包括 Jon Hicks,  [...]</p> ]]></content:encoded> </item> <item><title>By: Adrian</title><link>http://css-tricks.com/css-wishlist/#comment-39422</link> <dc:creator>Adrian</dc:creator> <pubDate>Mon, 17 Nov 2008 18:59:50 +0000</pubDate> <guid isPermaLink="false">http://css-tricks.com/?p=1124#comment-39422</guid> <description>proposals to be added to the css variables described at: http://www.css3.info/summary-of-the-two-current-css-constants-proposals/proposal 1To exist a new kind of variable - image variable defined as follows:@define imag-vars{ imagevar1 { rect(20,30,40,50) url(http://www.example.com/images.image.jpg)} , imagevar2 { rect(60,70,80,90) url(http://www.example.com/images.image.jpg)}}where rect(60,70,80,90) is the square that defines the image on the sprite (sprite - an image that contains a group of images)after that we can apply the slice of the image as follows:background-image:var(imagevar1);is instead of the proposal to add background-image-crop to css3(i mean to exist a modality to crop images for background as well, similarly to clip:rect() property )********************************************************************proposal 2inheritance for style-setsinstead of @define style-sets { noteBox { border-style: solid; padding: 1em; border-radius: 1em; } quoteBox { margin: 1em; } }for applying inheritance will be redefine as follows@redefine style-sets { noteBox2{ noteBox { border-style: dashed; }}}will have the same result as defining a new style as follows @define style-sets { noteBox2 { border-style: dashed; padding: 1em; border-radius: 1em; }}</description> <content:encoded><![CDATA[<p>proposals to be added to the css variables described at: <a href="http://www.css3.info/summary-of-the-two-current-css-constants-proposals/" rel="nofollow">http://www.css3.info/summary-of-the-two-current-css-constants-proposals/</a></p><p>proposal 1</p><p>To exist a new kind of variable &#8211; image variable defined as follows:</p><p>@define imag-vars{ imagevar1 { rect(20,30,40,50) url(http://www.example.com/images.image.jpg)} , imagevar2 { rect(60,70,80,90) url(http://www.example.com/images.image.jpg)}}</p><p>where rect(60,70,80,90) is the square that defines the image on the sprite (sprite &#8211; an image that contains a group of images)</p><p>after that we can apply the slice of the image as follows:</p><p>background-image:var(imagevar1);</p><p>is instead of the proposal to add background-image-crop to css3(i mean to exist a modality to crop images for background as well, similarly to clip:rect() property )</p><p>********************************************************************</p><p>proposal 2</p><p>inheritance for style-sets</p><p>instead of @define style-sets { noteBox { border-style: solid; padding: 1em; border-radius: 1em; } quoteBox { margin: 1em; } }</p><p>for applying inheritance will be redefine as follows</p><p>@redefine style-sets { noteBox2{ noteBox { border-style: dashed; }}}</p><p>will have the same result as defining a new style as follows<br /> @define style-sets { noteBox2 { border-style: dashed; padding: 1em; border-radius: 1em; }}</p> ]]></content:encoded> </item> <item><title>By: ä¸¤ä¸ªäººï¼ä¸€åº§åŸŽ</title><link>http://css-tricks.com/css-wishlist/#comment-38532</link> <dc:creator>ä¸¤ä¸ªäººï¼ä¸€åº§åŸŽ</dc:creator> <pubDate>Sat, 08 Nov 2008 03:44:26 +0000</pubDate> <guid isPermaLink="false">http://css-tricks.com/?p=1124#comment-38532</guid> <description>[...] Web è®¾è®¡ç½‘ç«™ CSS-tricks.com æœ€è¿‘ç»„ç»‡äº†ä¸€æ¬¡è°ƒæŸ¥ï¼Œè¯·15åé¡¶å°–çš„ Web è®¾è®¡å¸ˆå¯¹ CSS æå‡ºè‡ªå·±çš„æœŸæœ›ï¼Œ15åè®¾è®¡å¸ˆåŒ…æ‹¬ Jon Hicks,Â  [...]</description> <content:encoded><![CDATA[<p>[...] Web è®¾è®¡ç½‘ç«™ CSS-tricks.com æœ€è¿‘ç»„ç»‡äº†ä¸€æ¬¡è°ƒæŸ¥ï¼Œè¯·15åé¡¶å°–çš„ Web è®¾è®¡å¸ˆå¯¹ CSS æå‡ºè‡ªå·±çš„æœŸæœ›ï¼Œ15åè®¾è®¡å¸ˆåŒ…æ‹¬ Jon Hicks,Â  [...]</p> ]]></content:encoded> </item> <item><title>By: We Run RI &#187; Blog Archive &#187; CSS Wish List - We Run RI</title><link>http://css-tricks.com/css-wishlist/#comment-37945</link> <dc:creator>We Run RI &#187; Blog Archive &#187; CSS Wish List - We Run RI</dc:creator> <pubDate>Sun, 02 Nov 2008 06:27:42 +0000</pubDate> <guid isPermaLink="false">http://css-tricks.com/?p=1124#comment-37945</guid> <description>[...] has a great article on his site asking world class web designers what is on their CSS wish list (part 1 and 2) . Veerle Pieters, Jonathan Snook and Cameron Moll are among those who chimed [...]</description> <content:encoded><![CDATA[<p>[...] has a great article on his site asking world class web designers what is on their CSS wish list (part 1 and 2) . Veerle Pieters, Jonathan Snook and Cameron Moll are among those who chimed [...]</p> ]]></content:encoded> </item> <item><title>By: Steve Firth</title><link>http://css-tricks.com/css-wishlist/#comment-37757</link> <dc:creator>Steve Firth</dc:creator> <pubDate>Fri, 31 Oct 2008 15:12:43 +0000</pubDate> <guid isPermaLink="false">http://css-tricks.com/?p=1124#comment-37757</guid> <description>I&#039;d mostly just like CSS to &lt;strong&gt;actually&lt;/strong&gt; be implemented by the browser manufacturers and future developments to be at least 50% user lead.Too many &#039;standards&#039; are compromises resulting from companies protecting their interests and hampering up and comers.If i had a wishlist though: simple variables, gradients, rounded corners, sensible box model, mixed values (% - px)</description> <content:encoded><![CDATA[<p>I&#8217;d mostly just like CSS to <strong>actually</strong> be implemented by the browser manufacturers and future developments to be at least 50% user lead.</p><p>Too many &#8217;standards&#8217; are compromises resulting from companies protecting their interests and hampering up and comers.</p><p>If i had a wishlist though: simple variables, gradients, rounded corners, sensible box model, mixed values (% &#8211; px)</p> ]]></content:encoded> </item> <item><title>By: CSS Wish List - Creattica Daily</title><link>http://css-tricks.com/css-wishlist/#comment-37736</link> <dc:creator>CSS Wish List - Creattica Daily</dc:creator> <pubDate>Fri, 31 Oct 2008 13:19:28 +0000</pubDate> <guid isPermaLink="false">http://css-tricks.com/?p=1124#comment-37736</guid> <description>[...] has a great article on his site asking world class web designers what is on their CSS wish list (part 1 and 2) . Veerle Pieters, Jonathan Snook and Cameron Moll are among those who chimed [...]</description> <content:encoded><![CDATA[<p>[...] has a great article on his site asking world class web designers what is on their CSS wish list (part 1 and 2) . Veerle Pieters, Jonathan Snook and Cameron Moll are among those who chimed [...]</p> ]]></content:encoded> </item> <item><title>By: CSS Wishlist: Part Two! - CSS-Tricks</title><link>http://css-tricks.com/css-wishlist/#comment-37730</link> <dc:creator>CSS Wishlist: Part Two! - CSS-Tricks</dc:creator> <pubDate>Fri, 31 Oct 2008 12:46:04 +0000</pubDate> <guid isPermaLink="false">http://css-tricks.com/?p=1124#comment-37730</guid> <description>[...] couple of weeks ago, I asked 15 fantastic designers and developers Is There Anything You Wish CSS Could Do?. The results was one of the funnest* posts I&#8217;ve had the pleasure of putting [...]</description> <content:encoded><![CDATA[<p>[...] couple of weeks ago, I asked 15 fantastic designers and developers Is There Anything You Wish CSS Could Do?. The results was one of the funnest* posts I&#8217;ve had the pleasure of putting [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 3/9 queries in 0.012 seconds using apc
Content Delivery Network via cdn.css-tricks.com

Served from: css-tricks.com @ 2010-03-14 09:53:09 -->