-
This page lists errata from the book (hopefully not too much!), changes to the specifications since publication, and brand new features.
Categories
In the first 3D Transforms syntax, that’s used in the book, the perspective() function and perspective properties shown in Chapter 14 accept a whole number. However, that has since been changed (although the spec hasn’t updated yet) so that these values are instead length units; for example:
perspective: 50px; transform: perspective(50px);
Because of this, the code examples for 14–09 and 14–10 should be updated to show the px unit after the values, and the sentence which begins:
The value depth is an integer…
Should be changed to:
The value depth is a length unit…
The online examples 14–09 and 14–10 have been updated.
— 7 January, 2012