- From: Simon Fraser <smfr@me.com>
- Date: Sun, 26 Feb 2012 09:12:11 -0800
- To: Alan Gresley <alan@css-class.com>
- Cc: David Singer <singer@apple.com>, "www-style@w3.org Style" <www-style@w3.org>
Received on Sunday, 26 February 2012 17:12:50 UTC
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