Accessibility digest
Page | Disability Rights Advocates |
---|---|
URL | https://dralegal.org/ |
Requester | pool@jpdev.pro |
Test date | 2023/11/18 |
Score | 1806 |
Tested by | Testaro, procedure ts37a |
Scored by | Testilo, procedure tsp38 |
Digested by | Testilo, procedure tdp38 |
Derived from | Full report |
Introduction
How accessible is the Disability Rights Advocates web page at https://dralegal.org/
?
This digest can help answer that question. Nine different tools (Alfa, ASLint, Axe, Equal Access, HTML CodeSniffer, Nu Html Checker, QualWeb, Testaro, and WAVE) tested the page to check its compliance with their accessibility rules. In all, the tools define about 915 rules, which are classified here into about 300 accessibility issues.
The results were interpreted to yield a score, with 0 being ideal. The score for this page was 1806, the sum of 420 for the count of issues, 1111 for specific issues, 229 for tool-by-tool ratings, 0 for the page preventing tools from running, 46 for browser warnings, and 0 for delayed page responses.
Issue summary
Issue | WCAG | Score | Tools reporting the issue |
---|---|---|---|
text contrast poor | 1.4.3 | 120 | alfa , axe , qualWeb |
text contrast improvable | 1.4.6 | 101 | alfa , aslint , axe , htmlcs , qualWeb |
target small | 2.5.5 | 99 | testaro |
h1 not 1st heading | 1.3.1 | 93 | alfa |
h1 missing | 1.3.1 | 93 | aslint , axe , wave |
page content moves spontaneously | 2.2.2 | 62 | testaro |
target empty | 1.3.1 | 52 | nuVal |
error reference invalid | 3.3.1 | 52 | qualWeb |
link indication poor | 1.3.3 | 52 | testaro |
links named identically | 2.4.4 | 50 | testaro |
type redundant | 1.3.1 | 47 | nuVal |
nav links not list | 1.3.1 | 42 | htmlcs , qualWeb |
link element invalid | 1.3.1 | 32 | htmlcs |
large visible-element count | 2.4 | 31 | testaro |
line height low | 1.4.8 | 28 | testaro |
text contrast issues not testable | 1.4.3 | 26 | htmlcs |
hover indication poor | 3.3.2 | 18 | testaro |
inconsistent heading, link, or button styles | 3.2.4 | 13 | testaro |
select not named | 4.1.2 | 12 | htmlcs |
image dubiously marked decorative | 1.1.1 | 9 | htmlcs |
no role-required name | 4.1.2 | 8 | ibm |
landmarks not distinctly named | 1.3.6 | 6 | axe , ibm |
autocomplete missing | 1.3.5 | 6 | testaro |
text and image link not combined | 2.4.4 | 6 | wave |
role redundant | 4.1.2 | 5 | ibm , nuVal , testaro |
no default option | 4.1.2 | 4 | aslint |
heading structure illogical | 1.3.1 | 4 | aslint , htmlcs |
option groups possibly not marked | 1.3.1 | 4 | htmlcs |
attribute value invalid | 1.3.1 | 4 | nuVal |
parent invalid | 1.3.1 | 4 | nuVal |
operable element not focusable | 2.1.1 | 4 | testaro |
title attribute invalid | 1.3.1 | 4 | testaro |
control not named | 4.1.2 | 4 | wave |
visible label not in name | 2.5.3 | 3 | alfa , axe , htmlcs |
fieldset possibly missing | 1.3.1 | 3 | aslint |
heading-like styles dubious | 1.3.1 | 3 | wave |
image dubiously named | 1.1.1 | 2 | qualWeb |
z-index not zero | 1.4 | 2 | testaro |
labeling risky | 3.3.2 | 1 | aslint |
duplicate attribute | 4.1.1 | 1 | testaro |
link to non-web resource | 1.3.3 | 1 | wave |
all-capital text | 3.1.5 | 0 | aslint |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the full report.
Issue: text contrast poor
Impact: Text is difficult to read
WCAG: 1.4.3
Score: 120
Violations of alfa
rules
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 30
Violations of axe
rules
Rule color-contrast
color-contrast
Description: Element has insufficient color contrast
Count of instances: 26
Violations of qualWeb
rules
Rule QW-ACT-R37
QW-ACT-R37
Description: Text has less than the minimum contrast
Count of instances: 30
Issue: text contrast improvable
Impact: Text is difficult to read
WCAG: 1.4.6
Score: 101
Violations of alfa
rules
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 39
Violations of aslint
rules
Rule color_contrast_aaa
color_contrast_aaa
Description: Text contrast may be less than enhanced but the element is invisible
Count of instances: 91
Rule color_contrast_aaa7
Description: Text has contrast less than 7:1
Count of instances: 10
Violations of axe
rules
Rule color-contrast-enhanced
color-contrast-enhanced
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 9
Violations of htmlcs
rules
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 1
Violations of qualWeb
rules
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 39
Issue: target small
Impact: User cannot reliably choose an item to click or tap
WCAG: 2.5.5
Score: 99
Violations of testaro
rules
Rule targetSize
targetSize
Description: Button, input, or non-inline link is smaller than 44 px wide and high
Count of instances: 33
Issue: h1 not 1st heading
Impact: User cannot understand the topic of the document
WCAG: 1.3.1
Score: 93
Violations of alfa
rules
Rule r61
r61
Description: First heading is not h1
Count of instances: 1
Issue: h1 missing
Impact: User cannot understand the topic of the document
WCAG: 1.3.1
Score: 93
Violations of aslint
rules
Rule h1_must_be
h1_must_be
Description: Page contains no h1 element
Count of instances: 1
Violations of axe
rules
Rule page-has-heading-one
page-has-heading-one
Description: Document contains no level-one heading
Count of instances: 1
Violations of wave
rules
Rule h1_missing
h1_missing
Description: Missing first level heading
Count of instances: 1
Issue: page content moves spontaneously
Impact: Motion-sensitive user may suffer harm
WCAG: 2.2.2
Score: 62
Violations of testaro
rules
Rule motion
motion
Description: Change of visible content not requested by user
Count of instances: 1
Issue: target empty
Impact: Item is displayed improperly
WCAG: 1.3.1
Score: 52
Violations of nuVal
rules
Rule Bad value for attribute target on element a: Browsing context name must be at least one character long.
Bad value for attribute target on element a: Browsing context name must be at least one character long.
Description: target attribute on an a element is empty
Count of instances: 13
Issue: error reference invalid
Impact: User cannot correct a form error
WCAG: 3.3.1
Score: 52
Violations of qualWeb
rules
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 13
Issue: link indication poor
Impact: User cannot differentiate a link from plain text
WCAG: 1.3.3
Score: 52
Violations of testaro
rules
Rule linkUl
linkUl
Description: Inline links are not underlined
Count of instances: 26
Issue: links named identically
Impact: User cannot get help differentiating links
WCAG: 2.4.4
Score: 50
Violations of testaro
rules
Rule linkAmb
linkAmb
Description: Links with the same text content have different destinations
Count of instances: 25
Issue: type redundant
Impact: Document includes unnecessary code
WCAG: 1.3.1
Score: 47
Violations of nuVal
rules
Rule The type attribute is unnecessary for JavaScript resources.
The type attribute is unnecessary for JavaScript resources.
Description: type attribute is unnecessary for a JavaScript resource
Count of instances: 40
Rule The type attribute for the style element is not needed and should be omitted.
Description: type attribute is unnecessary for a style element
Count of instances: 7
Issue: nav links not list
Impact: User cannot get help recognizing a list of navigation links
WCAG: 1.3.1
Score: 42
Violations of htmlcs
rules
Rule AAA.1_3_1.H48
AAA.1_3_1.H48
Description: Navigation links are not coded as a list
Count of instances: 1
Violations of qualWeb
rules
Rule QW-WCAG-T32
QW-WCAG-T32
Description: ol, ul or dl is not used for a list or group of links
Count of instances: 21
Issue: link element invalid
Impact: Document fails to get a needed external resource
WCAG: 1.3.1
Score: 32
Violations of htmlcs
rules
Rule AAA.2_4_8.H59.1
AAA.2_4_8.H59.1
Description: Element is not in the document head
Count of instances: 8
Issue: large visible-element count
Impact: User cannot easily find items in the document
WCAG: 2.4
Score: 31
Violations of testaro
rules
Rule bulk
bulk
Description: Page contains many visible elements
Count of instances: 1
Issue: line height low
Impact: Text is difficult to read
WCAG: 1.4.8
Score: 28
Violations of testaro
rules
Rule lineHeight
lineHeight
Description: Text has a line height less than 1.5 times its font size
Count of instances: 14
Issue: text contrast issues not testable
Impact: Text may be difficult to read
WCAG: 1.4.3
Score: 26
Violations of htmlcs
rules
Rule AAA.1_4_6.G17.BgImage
AAA.1_4_6.G17.BgImage
Description: Contrast between the text and its background image may be less than 7:1
Count of instances: 9
Rule AAA.1_4_6.G18.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 4.5:1
Count of instances: 1
Rule AAA.1_4_6.G18.BgImage
Description: Contrast between the text and the background image may be less than 4.5:1
Count of instances: 16
Issue: hover indication poor
Impact: User cannot explore the document reliably with a mouse
WCAG: 3.3.2
Score: 18
Violations of testaro
rules
Rule hovInd
hovInd
Description: Hovering is unclearly indicated
Count of instances: 6
Issue: inconsistent heading, link, or button styles
Impact: User cannot easily distinguish items of different types
WCAG: 3.2.4
Score: 13
Violations of testaro
rules
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 13
Issue: select not named
Impact: User cannot get help on the topic of a list of options
WCAG: 4.1.2
Score: 12
Violations of htmlcs
rules
Rule AAA.4_1_2.H91.Select.Value
AAA.4_1_2.H91.Select.Value
Description: Select element value has no accessible name
Count of instances: 4
Issue: image dubiously marked decorative
Impact: Helper ignores an image that is apparently informative
WCAG: 1.1.1
Score: 9
Violations of htmlcs
rules
Rule AAA.1_1_1.H67.2
AAA.1_1_1.H67.2
Description: Image marked as decorative may be informative
Count of instances: 9
Issue: no role-required name
Impact: User cannot get help understanding an item
WCAG: 4.1.2
Score: 8
Violations of ibm
rules
Rule aria_accessiblename_exists
aria_accessiblename_exists
Description: Element has no accessible name, although its role requires one
Count of instances: 2
Issue: landmarks not distinctly named
Impact: User cannot get help on how some of the document is organized
WCAG: 1.3.6
Score: 6
Violations of axe
rules
Rule landmark-unique
landmark-unique
Description: Landmark has a role and an accessible name that are identical to another
Count of instances: 1
Violations of ibm
rules
Rule aria_landmark_name_unique
aria_landmark_name_unique
Description: Multiple landmarks with the same parent region are not distinguished from one another
Count of instances: 2
Issue: autocomplete missing
Impact: User cannot get help entering personal information in a form
WCAG: 1.3.5
Score: 6
Violations of testaro
rules
Rule autocomplete
autocomplete
Description: Name or email input is missing its required autocomplete attribute
Count of instances: 3
Issue: text and image link not combined
Impact: Keyboard-only user expends extra effort to skip a link
WCAG: 2.4.4
Score: 6
Violations of wave
rules
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 3
Issue: role redundant
Impact: Document includes unnecessary code
WCAG: 4.1.2
Score: 5
Violations of ibm
rules
Rule aria_role_redundant
aria_role_redundant
Description: Explicitly assigned ARIA role is redundant with the implicit role of the element
Count of instances: 4
Violations of nuVal
rules
Rule ^The .+ role is unnecessary for element .+$
^The .+ role is unnecessary for element .+$
Description: explicit role is redundant for its element
Count of instances: 5
Violations of testaro
rules
Rule role
role
Description: Invalid, native-replacing, or redundant role
Count of instances: 5
Issue: no default option
Impact: User may risk erroneously submitting a form
WCAG: 4.1.2
Score: 4
Violations of aslint
rules
Rule select_initial_option
select_initial_option
Description: No option has been made the default with a selected attribute
Count of instances: 4
Issue: heading structure illogical
Impact: Helper misdescribes the document
WCAG: 1.3.1
Score: 4
Violations of aslint
rules
Rule headings_hierarchy
headings_hierarchy
Description: Heading level is illogical in its context
Count of instances: 1
Violations of htmlcs
rules
Rule AAA.1_3_1_AAA.G141
AAA.1_3_1_AAA.G141
Description: Heading level is incorrect
Count of instances: 2
Issue: option groups possibly not marked
Impact: User may be unable to get help recognizing groups of options
WCAG: 1.3.1
Score: 4
Violations of htmlcs
rules
Rule AAA.1_3_1.H85.2
AAA.1_3_1.H85.2
Description: Selection list may contain groups of related options that are not grouped with optgroup
Count of instances: 4
Issue: attribute value invalid
Impact: Item behaves improperly
WCAG: 1.3.1
Score: 4
Violations of nuVal
rules
Rule ^Bad value .* for attribute .+ on element .+$
^Bad value .* for attribute .+ on element .+$
Description: Attribute on this element has an invalid value
Count of instances: 1
Issue: parent invalid
Impact: User cannot properly operate an item
WCAG: 1.3.1
Score: 4
Violations of nuVal
rules
Rule ^Element .+ not allowed as child of element .+ in this context.*$
^Element .+ not allowed as child of element .+ in this context.*$
Description: Element has an invalid parent
Count of instances: 1
Issue: operable element not focusable
Impact: Keyboard-only user cannot navigate properly to an operable item
WCAG: 2.1.1
Score: 4
Violations of testaro
rules
Rule opFoc
opFoc
Description: Operable element is not Tab-focusable
Count of instances: 1
Issue: title attribute invalid
Impact: User cannot hover to get help explaining an item
WCAG: 1.3.1
Score: 4
Violations of testaro
rules
Rule titledEl
titledEl
Description: title attribute belongs to an inappropriate element
Count of instances: 1
Issue: control not named
Impact: User cannot get help on how to operate a form item
WCAG: 4.1.2
Score: 4
Violations of wave
rules
Rule label_missing
label_missing
Description: form element has no label
Count of instances: 1
Issue: visible label not in name
Impact: User cannot get help choosing a form control to operate
WCAG: 2.5.3
Score: 3
Violations of alfa
rules
Rule r14
r14
Description: Visible label is not in the accessible name
Count of instances: 1
Violations of axe
rules
Rule label-content-name-mismatch
label-content-name-mismatch
Description: Element visible text is not part of its accessible name
Count of instances: 1
Violations of htmlcs
rules
Rule AAA.2_5_3.F96
AAA.2_5_3.F96
Description: Visible label is not in the accessible name
Count of instances: 1
Issue: fieldset possibly missing
Impact: User may be unable to get help recognizing a group of related form items
WCAG: 1.3.1
Score: 3
Violations of aslint
rules
Rule group_elements_name_attribute
group_elements_name_attribute
Description: Element is an input with a name attribute but has no fieldset parent
Count of instances: 3
Issue: heading-like styles dubious
Impact: User may be unable to understand the topic of a part of the document
WCAG: 1.3.1
Score: 3
Violations of wave
rules
Rule heading_possible
heading_possible
Description: Possible heading
Count of instances: 3
Issue: image dubiously named
Impact: Helper may describe an image inadequately
WCAG: 1.1.1
Score: 2
Violations of qualWeb
rules
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 2
Issue: z-index not zero
Impact: User cannot predict the effect of clicking
WCAG: 1.4
Score: 2
Violations of testaro
rules
Rule zIndex
zIndex
Description: Element has a nondefault z-index value
Count of instances: 2
Issue: labeling risky
Impact: User may misunderstand a form control
WCAG: 3.3.2
Score: 1
Violations of aslint
rules
Rule missing_labelN
missing_labelN
Description: Element has an id attribute but no explicit label references it
Count of instances: 1
Issue: duplicate attribute
Impact: Browser processes the document improperly
WCAG: 4.1.1
Score: 1
Violations of testaro
rules
Rule dupAtt
dupAtt
Description: Source code of the element contains 2 or more of the same attribute
Count of instances: 1
Issue: link to non-web resource
Impact: Document points to harder-to-use resources
WCAG: 1.3.3
Score: 1
Violations of wave
rules
Rule link_pdf
link_pdf
Description: Link to PDF document
Count of instances: 1
Issue: all-capital text
Impact: Text is difficult to read
WCAG: 3.1.5
Score: 0
Violations of aslint
rules
Rule capital_letters_words
capital_letters_words
Description: Element or its title has entirely upper-case words
Count of instances: 1