Re: CSS Variables

On 2/9/11 12:15 PM, Sylvain Galineau wrote:
> How does that work generally with multiple vendors doing the same in their
> Betas/preview builds ? If browsers X and Y support a new feature unprefixed
> with different incompatible syntaxes, stylesheets that include the new
> property(ies) will only work in one.
>
> What am I missing ?

The idea is to not put the experimental features out to a wide testing 
audience, thus limiting their use to experimental, non-production 
situations (because they will only work in browsers used by a few 
hundred thousand people at the most).

This setup gives authors a chance to try the feature out and report 
feedback without having to deal with pages that actually depend on the 
feature.

-Boris

Received on Wednesday, 9 February 2011 17:20:46 UTC