0% found this document useful (0 votes)
35 views

HTML5 and CSS3 Level Up 2nd - Errata

The document summarizes the latest version and errata for a book. It provides information on updating to version P1.0, which was released 5 years ago. It lists reported issues and their details, including the issue, page number, and any additional context. Users can select a previous version to view errata specific to that version.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views

HTML5 and CSS3 Level Up 2nd - Errata

The document summarizes the latest version and errata for a book. It provides information on updating to version P1.0, which was released 5 years ago. It lists reported issues and their details, including the issue, page number, and any additional context. Users can select a previous version to view errata specific to that version.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

The latest version of the book is P1.0, released about 5 years ago.

If you've bought a PDF of the book and


would like to update it to this version (for free), visit your home page.

By default this page displays the errata for the latest version of the book. If you have a previous version,
select it here:

2013-11-05: P1.0

If you've found a new error, please submit it .

Typo Tech. error Suggestion


Maybe next edition Not a problem

Reported in: P1.0 (18-May-14)


#76802
PDF page: 35
In Chapter 2, where you describe the new
"progress" tag, you give the following example:
<progress id="progressbar" min="0" max="100"
value="0"></p...more...
#53125
Reported in: P1.0 (07-Nov-13) PDF page: 38

In the section discussing the navigation links,


you say that you'll float the li elements but in
the code example you have display: inline; I've
attac...more...
#76403
Reported in: P1.0 (12-Feb-14) PDF page: 50
Paper page: 35
Figure 5 caption: "usnstyled"--Geoff Johnstone

#53165
Reported in: P1.0 (18-Nov-13) PDF page: 79

In css3_print_links/index.html:

'href="print.css"' should be
'href="stylesheets/print.css"'--Fang HsienTe

#53166
Reported in: P1.0 (18-Nov-13) PDF page: 115

In the second line from the bottom


context.fill(); -> context.stroke();
--Fang HsienTe

#76574
Reported in: P1.0 (28-Mar-14) PDF page: 172
Paper page:
160
We’ll apply this rule to our style sheet to give
the badge a shadow. We add this within the
#banner selector, right below the gradient we
previously d...more...
#76601
Reported in: P1.0 (02-Apr-14) PDF page: 209
Paper page:
199
html5_indexedDB/javascripts/notes.js Firefox
28 Mac OS X .9.2 On insert is not working.
DataError: Data provided to an operation does
not meet ...more...
#76607
Reported in: P1.0 (03-Apr-14) PDF page: 255
Paper page:
245
Workers
where_next/web_workers/javascripts/application.js
$("outpout").html("Why do you fail??");
$("#output").html("Why do you fail??");...more...
#76608
Reported in: P1.0 (03-Apr-14) PDF page: 255
Paper page:
245
where_next/web_workers/javascripts/worker.js
its an event handler, not a function variable to
declare. var onmessage() = function(){ };
sho...more...
#78049
Reported in: P1.0 (16-Jan-15) PDF page: 835

Kindle Edition - location 835. Line 6 in fallback.js


should be "labelText = '$' + value" or "labelText = '$'
+ meter.attr('value')"--Ken Williams

You might also like