<?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: New features proposed for CSS</title>
	<atom:link href="http://www.css3.info/new-features-proposed-for-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css3.info/new-features-proposed-for-css/</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: JavaScript in CSS, Ugly But Intresting &#124; dtsn</title>
		<link>http://www.css3.info/new-features-proposed-for-css/comment-page-1/#comment-231000</link>
		<dc:creator>JavaScript in CSS, Ugly But Intresting &#124; dtsn</dc:creator>
		<pubDate>Wed, 04 Mar 2009 10:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=282#comment-231000</guid>
		<description>[...] Expression suddenly came to me as a solution for the currently much debated feature (here and here) of variables in CSS3. This could theoretically be currently achieved through the use of CSS [...]</description>
		<content:encoded><![CDATA[<p>[...] Expression suddenly came to me as a solution for the currently much debated feature (here and here) of variables in CSS3. This could theoretically be currently achieved through the use of CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exec</title>
		<link>http://www.css3.info/new-features-proposed-for-css/comment-page-1/#comment-170634</link>
		<dc:creator>Exec</dc:creator>
		<pubDate>Thu, 12 Jun 2008 19:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=282#comment-170634</guid>
		<description>Have you tried &lt;code&gt;$(’element a:not(:hover)’)&lt;/code&gt;? else you have events mouseout and mousein (or was it mouseover?).

Another thing you could do is to use a gif/apng that doesn&#039;t loop. That should work in most browsers I think.

text-overflow sets the behavior of overflowing text when you have limited height and width while word-wrap sets whether words are allowed to be broken up between lines when the horizontal space isn&#039;t enough. Putting these two together would be illogical. If you&#039;re going to group text-overflow. grouping with the rest of the text-* properties would be more like the font case; same goes for word-wrap.</description>
		<content:encoded><![CDATA[<p>Have you tried <code>$(’element a:not(:hover)’)</code>? else you have events mouseout and mousein (or was it mouseover?).</p>
<p>Another thing you could do is to use a gif/apng that doesn&#8217;t loop. That should work in most browsers I think.</p>
<p>text-overflow sets the behavior of overflowing text when you have limited height and width while word-wrap sets whether words are allowed to be broken up between lines when the horizontal space isn&#8217;t enough. Putting these two together would be illogical. If you&#8217;re going to group text-overflow. grouping with the rest of the text-* properties would be more like the font case; same goes for word-wrap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.css3.info/new-features-proposed-for-css/comment-page-1/#comment-170608</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 12 Jun 2008 14:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=282#comment-170608</guid>
		<description>I agree with you regarding the visual effects thing.  I&#039;d like to note that I love CSS and hate JavaScript (although JQuery has gone a long way toward making me like it more).  I don&#039;t think CSS should bother with animations, with one caveat: I&#039;ve always wanted to be able to add simple animations to :hover styles.  I can do this with JQuery, but I want the :hover to work just like it does now if the user has JavaScript turned off, with the extra animation if they&#039;ve got it on.  

I&#039;ve poked around for a while, but so far the only way to do this seems to require some code duplication.  (I just want to write a quick script that says something to the effect of, &quot;$(&#039;element a:hover&#039;).fadeIn();&quot;, although that leaves me scratching my head because there is no *:unhover . :)

Is it my imagination, or have the W3C gone way downhill after all the corporations (esp. Microsoft) became members?  It seems that new proposals are become more poorly thought out every time I happen to come across any.  A &#039;word-wrap&#039; property?  WTF?  Shouldn&#039;t this be part of &#039;text-overflow&#039;?  At least as an optional value for &#039;text-overflow&#039; that could be added after its standard values, much like the multiple values used in the shorthand properties for &#039;border&#039;, &#039;font&#039;, or &#039;background&#039;.  

Sigh.  

Just found this site, BTW.  Fantastic website, this.  Great work! :)</description>
		<content:encoded><![CDATA[<p>I agree with you regarding the visual effects thing.  I&#8217;d like to note that I love CSS and hate JavaScript (although JQuery has gone a long way toward making me like it more).  I don&#8217;t think CSS should bother with animations, with one caveat: I&#8217;ve always wanted to be able to add simple animations to :hover styles.  I can do this with JQuery, but I want the :hover to work just like it does now if the user has JavaScript turned off, with the extra animation if they&#8217;ve got it on.  </p>
<p>I&#8217;ve poked around for a while, but so far the only way to do this seems to require some code duplication.  (I just want to write a quick script that says something to the effect of, &#8220;$(&#8216;element a:hover&#8217;).fadeIn();&#8221;, although that leaves me scratching my head because there is no *:unhover . :)</p>
<p>Is it my imagination, or have the W3C gone way downhill after all the corporations (esp. Microsoft) became members?  It seems that new proposals are become more poorly thought out every time I happen to come across any.  A &#8216;word-wrap&#8217; property?  WTF?  Shouldn&#8217;t this be part of &#8216;text-overflow&#8217;?  At least as an optional value for &#8216;text-overflow&#8217; that could be added after its standard values, much like the multiple values used in the shorthand properties for &#8216;border&#8217;, &#8216;font&#8217;, or &#8216;background&#8217;.  </p>
<p>Sigh.  </p>
<p>Just found this site, BTW.  Fantastic website, this.  Great work! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dtsn : JavaScript in CSS, ugly, but intresting</title>
		<link>http://www.css3.info/new-features-proposed-for-css/comment-page-1/#comment-158880</link>
		<dc:creator>dtsn : JavaScript in CSS, ugly, but intresting</dc:creator>
		<pubDate>Mon, 12 May 2008 14:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=282#comment-158880</guid>
		<description>[...] Expression suddenly came to me as a solution for the currently much debated feature (here and here) of variables in CSS3. This could theoretically be currently achieved through the use of CSS [...]</description>
		<content:encoded><![CDATA[<p>[...] Expression suddenly came to me as a solution for the currently much debated feature (here and here) of variables in CSS3. This could theoretically be currently achieved through the use of CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan Falkowski</title>
		<link>http://www.css3.info/new-features-proposed-for-css/comment-page-1/#comment-140387</link>
		<dc:creator>Brendan Falkowski</dc:creator>
		<pubDate>Mon, 14 Apr 2008 16:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=282#comment-140387</guid>
		<description>CSS Variables would be killer useful. No more copy pasting or find/replacing.</description>
		<content:encoded><![CDATA[<p>CSS Variables would be killer useful. No more copy pasting or find/replacing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mik Fielding</title>
		<link>http://www.css3.info/new-features-proposed-for-css/comment-page-1/#comment-138705</link>
		<dc:creator>Mik Fielding</dc:creator>
		<pubDate>Sat, 12 Apr 2008 23:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=282#comment-138705</guid>
		<description>It&#039;s all very well, but CSS 2 has been with us for ten years now and none of the currently available browsers fully support it. The most widely used browser, the utterly horrible Internet Explorer (the most hated browser among web designers) has never been able to support any of the proper recognised standards. 

Microsoft seem to be very much against supporting a browser that adheres to any standards not invented by them, so unless IE dies a much deserved death CSS 3 will probably never live up to any of it&#039;s promises anyway.

Shame really because as a designer I would welcome many of the new proposals...</description>
		<content:encoded><![CDATA[<p>It&#8217;s all very well, but CSS 2 has been with us for ten years now and none of the currently available browsers fully support it. The most widely used browser, the utterly horrible Internet Explorer (the most hated browser among web designers) has never been able to support any of the proper recognised standards. </p>
<p>Microsoft seem to be very much against supporting a browser that adheres to any standards not invented by them, so unless IE dies a much deserved death CSS 3 will probably never live up to any of it&#8217;s promises anyway.</p>
<p>Shame really because as a designer I would welcome many of the new proposals&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas</title>
		<link>http://www.css3.info/new-features-proposed-for-css/comment-page-1/#comment-138572</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Sat, 12 Apr 2008 14:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=282#comment-138572</guid>
		<description>I must say, these look very nice.  The syntax for the variables seems very sensible, so we will probably see implementations for this in dev builds long before the rest of the properties.  I also like the idea of moving animation to the browser and out of javascript, which should make the rendering smoother (anything being done in C++ should be quicker than JS).  The proposals also seem sensible in that you usually want the animations to interact with the page, so they link it in with DOM events.</description>
		<content:encoded><![CDATA[<p>I must say, these look very nice.  The syntax for the variables seems very sensible, so we will probably see implementations for this in dev builds long before the rest of the properties.  I also like the idea of moving animation to the browser and out of javascript, which should make the rendering smoother (anything being done in C++ should be quicker than JS).  The proposals also seem sensible in that you usually want the animations to interact with the page, so they link it in with DOM events.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The New Cult of Dead Cow &#187; Blog Archive &#187; Mejoras propuestas para CSS</title>
		<link>http://www.css3.info/new-features-proposed-for-css/comment-page-1/#comment-138311</link>
		<dc:creator>The New Cult of Dead Cow &#187; Blog Archive &#187; Mejoras propuestas para CSS</dc:creator>
		<pubDate>Sat, 12 Apr 2008 04:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=282#comment-138311</guid>
		<description>[...] ese motivo en css3info, han publicado una lista de sugerencias para incorporar nuevas funcionalidades al [...]</description>
		<content:encoded><![CDATA[<p>[...] ese motivo en css3info, han publicado una lista de sugerencias para incorporar nuevas funcionalidades al [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remebering the old has always been important</title>
		<link>http://www.css3.info/new-features-proposed-for-css/comment-page-1/#comment-138183</link>
		<dc:creator>Remebering the old has always been important</dc:creator>
		<pubDate>Fri, 11 Apr 2008 21:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=282#comment-138183</guid>
		<description>Why must someone always fight for the old?  The thing about the old is that it worked.  So if you want something fully developed stick with the old.  If not go with the new.   

I say make it compatible but not at the expense of time.  If people hate it they will upgrade.  I stick with the old and that is my choice.  My clients want what is new.  Use the tried and tested.</description>
		<content:encoded><![CDATA[<p>Why must someone always fight for the old?  The thing about the old is that it worked.  So if you want something fully developed stick with the old.  If not go with the new.   </p>
<p>I say make it compatible but not at the expense of time.  If people hate it they will upgrade.  I stick with the old and that is my choice.  My clients want what is new.  Use the tried and tested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stifu</title>
		<link>http://www.css3.info/new-features-proposed-for-css/comment-page-1/#comment-138114</link>
		<dc:creator>Stifu</dc:creator>
		<pubDate>Fri, 11 Apr 2008 19:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=282#comment-138114</guid>
		<description>I agree with Emil... Whether software or hardware related, I think backward compatibility is overrated.
Besides, if browsers implement and optimize these features, even old computers could be good to go.</description>
		<content:encoded><![CDATA[<p>I agree with Emil&#8230; Whether software or hardware related, I think backward compatibility is overrated.<br />
Besides, if browsers implement and optimize these features, even old computers could be good to go.</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:01:13 -->