Re: Feature queries

Simon Fraser wrote:
> 
> There's a broader issue that we need to be aware of when trying to spec something
> like this on a property-by-property basis. Just because a browser implements parsing
> of a property doesn't mean that it fully implements the full behavior of the property.
> For example, a browser could support transform: with 2d values, but not with 3d (as
> Firefox does now). Also, Google Chrome parses 3d-transform-related properties like
> -webkit-perspective and store them in the style system, but does not actually implement
> rendering of 3D transforms. This causes Modernizr to report that Chrome implements 3D
> transforms, when it does not.

This is incorrect, and it should not be doing that. Unsupported syntax
should be treated as invalid.
   http://www.w3.org/TR/css-beijing/#partial

~fantasai

Received on Wednesday, 9 December 2009 22:26:27 UTC