Re: wading into the Prefix morass...

On Feb 25, 2012, at 7:57 pm, Alan Gresley wrote:

> I agree. I should note that WebKit supports an integer as a value for perspective.
> 
>  perspective: 500;
> 
> Where the CSS3 specifications indicate that perspective can only have values of 'none | <length>'.
> 
>  perspective: 500px;
> 
> Will WebKit always support 'perspective: <integer>' or is there a timetable to only support 'perspective: <length>' eventually?

WebKit will require units on perspective when the property is unprefixed. This is a clear case in which the first, prefixed implementation has an issue which is fixed in the standardization process.

> Should I file a bug for both Safari and Chrome?

No.

Simon

Received on Sunday, 26 February 2012 17:12:50 UTC