Errata


Print Print Icon

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.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By
Printed Page 38
Partial Attribute Value Selector Examples

Pattern:

element1[attr~="value"]

then goes on to have examples:

a[rel|="friend"]...

and

p[class|="warning"] ...

They should read

a[rel~="friend"] ...
p[class~="warning"] ...

respectively, if the Pattern description is correct.

Anonymous 
Printed Page 38
last paragraph

In the Examples section for Partial Attribute Value Selectors, the horizontal bar character ("|") should be replaced with the tilde character ("~"). The examples should read:

a[rel~="friend"] {text-transform: uppercase;}
p[class~="warning"] {background: yellow;}

Anonymous 
Printed Page 103
examples

*[href]:focurs
should read:
*[html]:focus

Craig` 
Printed Page 103
examples

*[href]:focurs
should read:
*[href]:focus

Craig` 
Printed Page 324
at the end...

Hi,

There is not the image 10-46 at the end of the page 324.

Thanks

Enrico

Enrico