-
This page lists errata from the book (hopefully not too much!), changes to the specifications since publication, and brand new features.
Categories
On p182 the section title ‘Transform Style’ should be changed to ‘The transform-style property’. Also, the first sentence doesn’t introduce the property clearly, and should read:
The first new property is very simple but very important; if we don’t change it from the default value, you won’t be able to view the transformations in this chapter in three dimensions.
Finally, the first sentence of the last paragraph in this section should read:
The value given to
transform-styleaffects an element’s children, not the element itself; essentially, what it does is set whether those children display in separate planes, or are collapsed into one.
— 4 July, 2011
On p87 the sentence which begins:
To illustrate, let’s refer to Figure 7–5…
Should instead begin:
To illustrate, let’s refer to Figure 7–2…
— 23 June, 2011
In Table 10–1 on page 126, the HSL color value on the second row should be 360,0%,100%.
— 15 June, 2011
The paragraph on p20 which reads:
“This syntax tests that both expressions are matched before applying the selected rules. For example, to make sure all permutations of widescreen are covered, as mentioned in the previous section, you would create this query:“
Should read
“This syntax tests that both expressions are matched before applying the selected rules. For example, to test for a small screen in 16:9 widescreen format you could create this query:“
And the code example should read:
@media only screen and (aspect-ratio: 16/9) and (max-device-width: 800px) { rules }
— 8 June, 2011
On pages 57–58, the empty local('') functions in the code for Example 5–4 should contain a unicode smiley face (☺) as shown in the Final “Bulletproof” Syntax code on Page 56.
— 8 June, 2011