achecker 2017 09 12 23 30 37 (PDF)




File information


This PDF 1.3 document has been generated by / tFPDF 1.03, and has been sent on pdf-archive.com on 13/09/2017 at 01:32, from IP address 72.78.x.x. The current document download page has been viewed 453 times.
File size: 98.62 KB (27 pages).
Privacy: public file
















File preview


Web Accessibility Checker
atutor.ca/achecker

Tuesday September 12, 2017 23:30:37

Source URL:
http://www.cd-lawyers.com/americans-with-disabilities-act-lawyers/title-iii-ada-claims/
Source Title: Title III Ada Claims - Custodio & Dubey, LLP
Accessibility Review (Guidelines: WCAG 2.0 (Level AA))

Report on known problems (17 found):
1.3 Adaptable: Create content that can be presented in different ways (for example
simpler layout) without losing information or structure.
Success Criteria 1.3.1 Info and Relationships (A)
Check 57: input element, type of "text", missing an associated label.
Repair: Add a label element that surrounds the control's label. Set the for attribute on the label element
to the same value as the id attribute of the control. And/or add a title attribute to the input element. And/or create a
label element that contains the input element.
Line 128, Column 5:
<input type="text" id="mblsInput" name="s" value="Enter Search Terms Here" />

Check 213: input element, type of "text", has no text in label.
Repair: Add text to the input element's associated label that describes the purpose or function of the
control.
Line 128, Column 5:
<input type="text" id="mblsInput" name="s" value="Enter Search Terms Here" />

1.4 Distinguishable: Make it easier for users to see and hear content including
separating foreground from background.
Success Criteria 1.4.3 Contrast (Minimum) (AA)
Check 304: The contrast between the colour of selected link text and its background is not
sufficient to meet WCAG2.0 Level AA.
Repair: Use a colour contrast evaluator to determine if selected link text and background colours provide
a contrast ratio of 4.5:1 for standard text, or 3:1 for larger text. Change colour codes to produce sufficient contrast.
http://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html#visual-audio-contrast-contrastresources-head
Line 371, Column 103:
<a href="http://www.cd-lawyers.com/privacy-policy/">Privacy Policy</a>
CSS rules for the element:

External CSS (http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/style.css):

Page 1/27

Web Accessibility Checker
atutor.ca/achecker

.sxn_agency.f_nav li{

padding:2px 0 2px;
display:block;
font:bold 12px/1.2 'PT Sans', sans-serif;
list-style-type:none;
list-style-position:outside;
}

.sxn_agency.cont_text{

Line 372, Column 101:
<a href="http://www.cd-lawyers.com/disclaimer/">Disclaimer</a>
CSS rules for the element:

External CSS (http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/style.css):

.sxn_agency.f_nav li{

padding:2px 0 2px;
display:block;
font:bold 12px/1.2 'PT Sans', sans-serif;
list-style-type:none;
list-style-position:outside;
}

.sxn_agency.cont_text{

Line 373, Column 103:
<a href="http://www.cd-lawyers.com/accessibility-policy/">Accessibility Policy</a>
CSS rules for the element:

External CSS (http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/style.css):

.sxn_agency.f_nav li{

padding:2px 0 2px;
display:block;
font:bold 12px/1.2 'PT Sans', sans-serif;
list-style-type:none;
list-style-position:outside;
}

.sxn_agency.cont_text{

Page 2/27

Web Accessibility Checker
atutor.ca/achecker

Line 374, Column 101:
<a href="http://www.cd-lawyers.com/sitemap/">Sitemap</a>
CSS rules for the element:

External CSS (http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/style.css):

.sxn_agency.f_nav li{

padding:2px 0 2px;
display:block;
font:bold 12px/1.2 'PT Sans', sans-serif;
list-style-type:none;
list-style-position:outside;
}

.sxn_agency.cont_text{

Success Criteria 1.4.4 Resize text (AA)
Check 117: i (italic) element used.
Repair: Replace your i elements with em or strong.
Line 207, Column 664:
<i>Arizona ex re. Goddard v. Harkins Amusement Enters, Inc., </i>
Line 207, Column 763:
<i>see also Dunlap v. Ass’n of Bay Area Gov’ts,</i>
Line 207, Column 858:
<i>see also, Shultz v. Hemet Youth Pony League,</i>
Line 207, Column 1112:
<i>Chapman v. Pier I Imports (U.S.), Inc., </i>
Line 207, Column 1193:
<i>Donald v. Cafe Royale,</i>
Line 210, Column 527:
<i>Chapman v. Pier I Imports (U.S.), Inc., </i>

2.4 Navigable: Provide ways to help users navigate, find content, and determine
where they are.
Success Criteria 2.4.4 Link Purpose (In Context) (A)
Check 174: Anchor contains no text.
Repair: Add text to the a element or the title attribute of the a element or, if an image is used within the
anchor, add Alt text to the image.
Line 225, Column 5:

Page 3/27

Web Accessibility Checker
atutor.ca/achecker

<a target='_blank' class='dskSharingIcon dskSharingIcon_facebook' href='http://social.nextclient.com ...
Line 226, Column 5:
<a target='_blank' class='dskSharingIcon dskSharingIcon_twitter' href='http://social.nextclient.com/ ...
Line 227, Column 5:
<a target='_blank' class='dskSharingIcon dskSharingIcon_linkedin' href='http://social.nextclient.com ...
Line 228, Column 5:
<a target='_blank' class='dskSharingIcon dskSharingIcon_googleplus' href='http://social.nextclient.c ...

3.3 Input Assistance: Help users avoid and correct mistakes.
Success Criteria 3.3.2 Labels or Instructions (A)
Check 188: Label text is empty.
Repair: Add text to the label element.
Line 128, Column 5:
<input type="text" id="mblsInput" name="s" value="Enter Search Terms Here" />

Page 4/27

Web Accessibility Checker
atutor.ca/achecker

Report on likely problems (0 found):
Congratulations! No likely problems.

Page 5/27

Web Accessibility Checker
atutor.ca/achecker

Report on potential problems (358 found):
1.1 Text Alternatives: Provide text alternatives for any non-text content
Success Criteria 1.1.1 Non-text Content (A)
Check 16: Alt text is not empty and image may be decorative.
Line 99, Column 33:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/main.png" alt="Custod ...
Line 108, Column 73:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-header.png" al ...
Line 111, Column 66:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-header.png" al ...
Line 114, Column 78:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-header.png" al ...
Line 117, Column 24:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-header.png" al ...
Line 120, Column 86:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-header.png" al ...
Line 271, Column 38:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/sb/testimonials/arrows.png" ...
Line 272, Column 38:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/sb/testimonials/arrows.png" ...
Line 317, Column 73:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-footer.png" al ...
Line 320, Column 66:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-footer.png" al ...
Line 323, Column 78:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-footer.png" al ...
Line 326, Column 24:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-footer.png" al ...
Line 329, Column 86:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-footer.png" al ...
Line 352, Column 130:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/badges/avvo.png" alt='AVVO' ...
Line 367, Column 70:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/amn.png" ...

1.3 Adaptable: Create content that can be presented in different ways (for example
simpler layout) without losing information or structure.

Page 6/27

Web Accessibility Checker
atutor.ca/achecker

Success Criteria 1.3.1 Info and Relationships (A)
Check 241: Tabular information may be missing table markup.
Line 83, Column 1:
<body class="page-template-default page page-id-146 page-child parent-pageid-10 dsktp_menu">
<a cla ...

Check 248: Visual lists may not be properly marked.
Line 83, Column 1:
<body class="page-template-default page page-id-146 page-child parent-pageid-10 dsktp_menu">
<a cla ...

Check 270: Unicode right-to-left marks or left-to-right marks may be required.
Line 83, Column 1:
<body class="page-template-default page page-id-146 page-child parent-pageid-10 dsktp_menu">
<a cla ...

Check 271: dir attribute may be required to identify changes in text direction.
Line 83, Column 1:
<body class="page-template-default page page-id-146 page-child parent-pageid-10 dsktp_menu">
<a cla ...

Check 211: input element label, type of "text", is not positioned close to control.
Line 128, Column 5:
<input type="text" id="mblsInput" name="s" value="Enter Search Terms Here" />
Line 279, Column 443:
<input name='input_1' id='input_2_1' type='text' value='' class='large' tabindex='1' placeholder=' ...
Line 279, Column 908:
<input name='input_2' id='input_2_2' type='text' value='' class='large' tabindex='2' placeholder=' ...
Line 279, Column 1351:
<input name='input_5' id='input_2_5' type='text' value='' class='large' tabindex='3' placeholder='P ...
Line 279, Column 2117:
<input name='input_6' id='input_2_6' type='text' value='' />

Check 96: textarea label is not positioned close to control.
Repair: Position the control's label so it is close to the control.
Line 279, Column 1736:
<textarea name='input_4' id='input_2_4' class='textarea medium' tabindex='4' placeholder='Message:' ...

Success Criteria 1.3.3 Sensory Characteristics (A)
Check 250: Text may refer to items by shape, size, or relative position alone.
Line 83, Column 1:
<body class="page-template-default page page-id-146 page-child parent-pageid-10 dsktp_menu">
<a cla ...

Page 7/27

Web Accessibility Checker
atutor.ca/achecker

1.4 Distinguishable: Make it easier for users to see and hear content including
separating foreground from background.
Success Criteria 1.4.1 Use of Color (A)
Check 251: Image may contain text with poor contrast.
Line 99, Column 33:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/main.png" alt="Custod ...
Line 108, Column 73:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-header.png" al ...
Line 111, Column 66:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-header.png" al ...
Line 114, Column 78:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-header.png" al ...
Line 117, Column 24:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-header.png" al ...
Line 120, Column 86:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-header.png" al ...
Line 271, Column 38:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/sb/testimonials/arrows.png" ...
Line 272, Column 38:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/sb/testimonials/arrows.png" ...
Line 317, Column 73:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-footer.png" al ...
Line 320, Column 66:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-footer.png" al ...
Line 323, Column 78:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-footer.png" al ...
Line 326, Column 24:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-footer.png" al ...
Line 329, Column 86:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/social-footer.png" al ...
Line 352, Column 130:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/badges/avvo.png" alt='AVVO' ...
Line 367, Column 70:
<img src="http://www.cd-lawyers.com/wp-content/themes/custodio-dubey/img/logos/amn.png" ...

Check 55: input possibly using color alone.
Line 128, Column 5:
<input type="text" id="mblsInput" name="s" value="Enter Search Terms Here" />

Page 8/27

Web Accessibility Checker
atutor.ca/achecker

Line 129, Column 5:
<input type="submit" id="mblsSubmit" value="Submit" />
Line 279, Column 443:
<input name='input_1' id='input_2_1' type='text' value='' class='large' tabindex='1' placeholder=' ...
Line 279, Column 908:
<input name='input_2' id='input_2_2' type='text' value='' class='large' tabindex='2' placeholder=' ...
Line 279, Column 1351:
<input name='input_5' id='input_2_5' type='text' value='' class='large' tabindex='3' placeholder='P ...
Line 279, Column 2117:
<input name='input_6' id='input_2_6' type='text' value='' />
Line 281, Column 46:
<input type='submit' id='gform_submit_button_2' class='gform_button button' value='Submit' tabindex= ...

Check 86: script may use color alone.
Line 12, Column 2:
<script>
!function(){function t(t){function n(){var n;n=90===window.orientation||-90===window.orie ...
Line 39, Column 3:
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/ ...
Line 61, Column 1:
<script type='text/javascript' src='http://www.cd-lawyers.com/wp-includes/js/jquery/jquery.js?ver=1. ...
Line 62, Column 1:
<script type='text/javascript' src='http://www.cd-lawyers.com/wp-includes/js/jquery/jquery-migrate.m ...
Line 70, Column 1:
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||f ...
Line 295, Column 17:
<script type='text/javascript'>jQuery(document).ready(function($){gformInitSpinner( 2, 'http://www.c ...
Line 295, Column 71:
<script type='text/javascript'> if(typeof gf_global == 'undefined') var gf_global = {"gf_currency_co ...
Line 297, Column 10:
<script type='text/javascript'> jQuery(document).ready(function(){jQuery(document).trigger('gform_po ...
Line 391, Column 1:
<script>(function(){var head=document.getElementsByTagName("head")[0],fonts=document.createElement(" ...
Line 395, Column 1:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
Line 396, Column 1:
<script>!window.jQuery && document.write(unescape('%3Cscript src="https://d78c52a599aaa8c95ebc-9d8e7 ...

Page 9/27






Download achecker 2017-09-12 23-30-37



achecker_2017-09-12_23-30-37.pdf (PDF, 98.62 KB)


Download PDF







Share this file on social networks



     





Link to this page



Permanent link

Use the permanent link to the download page to share your document on Facebook, Twitter, LinkedIn, or directly with a contact by e-Mail, Messenger, Whatsapp, Line..




Short link

Use the short link to share your document on Twitter or by text message (SMS)




HTML Code

Copy the following HTML code to share your document on a Website or Blog




QR Code to this page


QR Code link to PDF file achecker_2017-09-12_23-30-37.pdf






This file has been shared publicly by a user of PDF Archive.
Document ID: 0000672760.
Report illicit content