Errata

Accessibility Handbook

Errata for Accessibility Handbook

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 Note Update

Version Location Description Submitted by Date Submitted
Printed Page 17
doNewWindow() function example

On line 5 of the doNewFunction() example in the Javascript section on page 17, the function `links[i].className.match("new_window")` is called. However, in the HTML part of the example above this function, the <a> element has an id of "new_window", not a class of "new_window". The HTML example should remove the `id="new_window"` attribute and add the `class="new_window"` attribute instead.

Anonymous  Mar 23, 2023 
Printed Page 14
Second paragraph

First sentence of second paragraph reads:

"If your site chooses to use CAPTCHA that has an audio fallback, make sure to text the fallback rigorously."

That sentence should end like this, I think:

"...make sure to test the fallback rigorously."

In other words, "text" is printed instead of "test".

Alex Dunn  Aug 07, 2014 
PDF Page 3
United States

On page 3 the float left and float right styles are opposite of what they should be. The "float: left" should be "float: right" and vica versa.

Anonymous  Jul 16, 2014 
n/a
Figure 2.2 and 2.3 are evidently transposed

Accessibility handbook, the section on low vision
it says Figure 2-2. An example of good contrast
that figure however shows blue text on blue background, which is bad contrast.

Can be checked with the following: http://webaim.org/resources/contrastchecker/

I have not checked figure 2-3 which it says is bad contrast, although it certainly looks to me to high contrast and matches the description of most readable as off-black and off-white given prior to the images in question.

bryan rasmussen  Jan 07, 2014 
PDF Page 3
Picture, first blue box.

In the first blue box the code fragment:

<div style="float:left">This is a site about who I am</div>
<div style="float:right">Welcome to the site</div>

Should be:

<div style="float:right">This is a site about who I am</div>
<div style="float:left">Welcome to the site</div>

Timea Balint  Oct 03, 2013 
PDF Page 2, 8, 9, 28
miscellaneous

Use of the term "alt tag" instead of the correct phrase "alt attribute" on the following pages:
pg 28 under Manual Testing
pg 9 Fig 1-1 caption
pg 8 second to last paragraph
pg 2 list one, second bullet point in ()

Anonymous  Dec 27, 2012 
508
Table 7-1. 508 Resources, line 5

In "Accessibility Handbook", Chapter 7, section "General Accessibility Resources", Table 7-1 . 508 Resources, the link
http://www.w3.org/standards/webdesign/accessibility/
goes to a 404 Not Found page, but if the trailing "/" is removed
http://www.w3.org/standards/webdesign/accessibility
then the link works.

I emailed Safari Books Online, they said:

------------------------------------------------------------------------------------------
I have filed a case with our Content Team to talk to the publisher about getting that fixed. This might be a case where you will need to file an errata with the publisher -- since it is a problem with the book and not a problem with our service -- so, just in case, please file an errata for that problem at http://oreilly.com/catalog/errata.csp?isbn=0636920024514
.
------------------------------------------------------------------------------------------

Anonymous  Nov 16, 2012