Errata for CSS Pocket Reference
Submit your own errata for this product.
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question Note Update
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
Page 1
missing info |
I cannot find any reference to the notation for a comment, namely
/* This is a comment */
Note from the Author or Editor: A section on comments will be added in the 4th edition manuscript, after "Rule Structure".
|
Daniel Roy |
Feb 17, 2010 |
|
| Printed |
Page 38
section: Partial Attribute Value Selector |
In the "Pattern" for "Partial Attribute Value Selector", the operator given is the tilde ~
element1[attr~="value"]
In the "Examples" a vertical bar | is shown instead of a tilde
a[rel|="friend"]
p[class|="warning"]
Note from the Author or Editor: The reporter is correct:
a[rel~="friend"]
p[class~="warning"]
...should be the example code. This is corrected in the 4th ed. manuscript.
|
Albo P. Fossa |
Feb 02, 2010 |
|
| Printed |
Page 103
examples |
*[href]:focurs
should read:
*[href]:focus
|
Craig` |
Oct 27, 2009 |
|