<?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: Vendor Tokens</title>
	<atom:link href="http://meyerweb.com/eric/thoughts/2012/05/08/vendor-tokens/feed/" rel="self" type="application/rss+xml" />
	<link>http://meyerweb.com/eric/thoughts/2012/05/08/vendor-tokens/</link>
	<description>Things that Eric A. Meyer, CSS expert, writes about on his personal Web site; it&#039;s largely Web standards and Web technology, but also various bits of culture, politics, personal observations, and other miscellaneous stuff</description>
	<lastBuildDate>Fri, 10 May 2013 11:50:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: John Lascurettes</title>
		<link>http://meyerweb.com/eric/thoughts/2012/05/08/vendor-tokens/#comment-670063</link>
		<dc:creator>John Lascurettes</dc:creator>
		<pubDate>Thu, 10 May 2012 22:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/?p=1832#comment-670063</guid>
		<description><![CDATA[Never mind. I read the proposal. Same result though. I&#039;m liking it. 
&lt;blockquote cite=&quot;http://lists.w3.org/Archives/Public/www-style/2012Apr/0797.html&quot;&gt;Advantage? Any browser which is not webkit but implemented border-radius in 
a way that is compatible with the “webkit draft” can support the 
declaration. This is different from vendor prefixes: other browsers don’t 
impersonnate webkit, they just acknowledge they support one specific 
property the way the webkit draft defines it. Browsers which are not 
compatible with that draft will just ignore the declaration. Browsers that 
change their implementation of a property are encouraged to iterate their 
&quot;!vendor-draft&quot; flag (using a version number, if appropriate).&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;]]></description>
		<content:encoded><![CDATA[<p>Never mind. I read the proposal. Same result though. I&#8217;m liking it. </p>
<blockquote cite="http://lists.w3.org/Archives/Public/www-style/2012Apr/0797.html"><p>Advantage? Any browser which is not webkit but implemented border-radius in<br />
a way that is compatible with the “webkit draft” can support the<br />
declaration. This is different from vendor prefixes: other browsers don’t<br />
impersonnate webkit, they just acknowledge they support one specific<br />
property the way the webkit draft defines it. Browsers which are not<br />
compatible with that draft will just ignore the declaration. Browsers that<br />
change their implementation of a property are encouraged to iterate their<br />
&#8220;!vendor-draft&#8221; flag (using a version number, if appropriate).<br />
<blockquote></blockquote>
</blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Lascurettes</title>
		<link>http://meyerweb.com/eric/thoughts/2012/05/08/vendor-tokens/#comment-670062</link>
		<dc:creator>John Lascurettes</dc:creator>
		<pubDate>Thu, 10 May 2012 22:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/?p=1832#comment-670062</guid>
		<description><![CDATA[What do do when it&#039;s a early adoption of a proposal that changes. I&#039;m looking at you border-radius. -webkit-border-radius had a different shorthand implementation early on than -moz-border-radius. Same goes for background gradients. We would gang different implementations of an experimental implementation with this could we? 

What I DO like is that this would have avoided the whole situation where other vendors are picking up -webkit now. I assume the !webkit would be there just to say you&#039;re passing it off to Webkit during the &quot;experimental&quot; phase, but if others wanted to pick it up, they simply could pick it up off the general property declaration. Is that how it would work?]]></description>
		<content:encoded><![CDATA[<p>What do do when it&#8217;s a early adoption of a proposal that changes. I&#8217;m looking at you border-radius. -webkit-border-radius had a different shorthand implementation early on than -moz-border-radius. Same goes for background gradients. We would gang different implementations of an experimental implementation with this could we? </p>
<p>What I DO like is that this would have avoided the whole situation where other vendors are picking up -webkit now. I assume the !webkit would be there just to say you&#8217;re passing it off to Webkit during the &#8220;experimental&#8221; phase, but if others wanted to pick it up, they simply could pick it up off the general property declaration. Is that how it would work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wafsd</title>
		<link>http://meyerweb.com/eric/thoughts/2012/05/08/vendor-tokens/#comment-669910</link>
		<dc:creator>wafsd</dc:creator>
		<pubDate>Thu, 10 May 2012 14:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/?p=1832#comment-669910</guid>
		<description><![CDATA[Yes, this is cleaner and easier to maintain than the current vendor prefix method. I would prefer not having the redundant &quot;-draft&quot; to keep it as succinct as possible.]]></description>
		<content:encoded><![CDATA[<p>Yes, this is cleaner and easier to maintain than the current vendor prefix method. I would prefer not having the redundant &#8220;-draft&#8221; to keep it as succinct as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete B</title>
		<link>http://meyerweb.com/eric/thoughts/2012/05/08/vendor-tokens/#comment-669333</link>
		<dc:creator>Pete B</dc:creator>
		<pubDate>Wed, 09 May 2012 10:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/?p=1832#comment-669333</guid>
		<description><![CDATA[Can&#039;t say I&#039;m much enthused as it looks like swapping one ugly for a different one.]]></description>
		<content:encoded><![CDATA[<p>Can&#8217;t say I&#8217;m much enthused as it looks like swapping one ugly for a different one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schmoo</title>
		<link>http://meyerweb.com/eric/thoughts/2012/05/08/vendor-tokens/#comment-669288</link>
		<dc:creator>Schmoo</dc:creator>
		<pubDate>Wed, 09 May 2012 09:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/?p=1832#comment-669288</guid>
		<description><![CDATA[Change the way a browser parses CSS in order to avoid the workaround code we have to use because we can&#039;t change the way a browser parses CSS? Eh?]]></description>
		<content:encoded><![CDATA[<p>Change the way a browser parses CSS in order to avoid the workaround code we have to use because we can&#8217;t change the way a browser parses CSS? Eh?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Meyer</title>
		<link>http://meyerweb.com/eric/thoughts/2012/05/08/vendor-tokens/#comment-669169</link>
		<dc:creator>Eric Meyer</dc:creator>
		<pubDate>Wed, 09 May 2012 01:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/?p=1832#comment-669169</guid>
		<description><![CDATA[Actually, I left out &lt;code&gt;!ms&lt;/code&gt; because they’ve been avoiding using prefixes.  I just assumed that general policy would continue.

I don’t know if platform prefixes would be a good idea or not, but they’d certainly be a lot easier to add and use than prefixes.]]></description>
		<content:encoded><![CDATA[<p>Actually, I left out <code>!ms</code> because they’ve been avoiding using prefixes.  I just assumed that general policy would continue.</p>
<p>I don’t know if platform prefixes would be a good idea or not, but they’d certainly be a lot easier to add and use than prefixes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian LePore</title>
		<link>http://meyerweb.com/eric/thoughts/2012/05/08/vendor-tokens/#comment-669129</link>
		<dc:creator>Brian LePore</dc:creator>
		<pubDate>Tue, 08 May 2012 22:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/?p=1832#comment-669129</guid>
		<description><![CDATA[Poor ole Microsoft gets left in the cold. :-p

Should the concept of vendor prefixes/tokens be extended to operating systems (in particular for mobile operating systems)? I don&#039;t think I&#039;m alone in having a feature like CSS transitions work on Android, but not on iOS (or vice versa).]]></description>
		<content:encoded><![CDATA[<p>Poor ole Microsoft gets left in the cold. :-p</p>
<p>Should the concept of vendor prefixes/tokens be extended to operating systems (in particular for mobile operating systems)? I don&#8217;t think I&#8217;m alone in having a feature like CSS transitions work on Android, but not on iOS (or vice versa).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CW Petersen</title>
		<link>http://meyerweb.com/eric/thoughts/2012/05/08/vendor-tokens/#comment-669118</link>
		<dc:creator>CW Petersen</dc:creator>
		<pubDate>Tue, 08 May 2012 21:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/?p=1832#comment-669118</guid>
		<description><![CDATA[I once mentioned, and I still think it might be appropriate, that since every vendor is proposing an implementation, or if you will, a candidate for the final release, the the single prefix &#039;rc-&#039; would be appropriate. Then every vendor&#039;s browser would recognise this as what it was and undertake to render their particular release candidate.

Now some would mention that not all vendors use the same order for parameters, but if they could go that far, it would make our lives a bit simpler.]]></description>
		<content:encoded><![CDATA[<p>I once mentioned, and I still think it might be appropriate, that since every vendor is proposing an implementation, or if you will, a candidate for the final release, the the single prefix &#8216;rc-&#8217; would be appropriate. Then every vendor&#8217;s browser would recognise this as what it was and undertake to render their particular release candidate.</p>
<p>Now some would mention that not all vendors use the same order for parameters, but if they could go that far, it would make our lives a bit simpler.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->