Accessibility digest

Synopsis
PageDisability Rights Advocates
URLhttps://dralegal.org/
Requesterpool@jpdev.pro
Test date2023/11/18
Score1806
Tested byTestaro, procedure ts37a
Scored byTestilo, procedure tsp38
Digested byTestilo, procedure tdp38
Derived fromFull 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

Summary of issues
IssueWCAGScoreTools reporting the issue
text contrast poor1.4.3120alfa, axe, qualWeb
text contrast improvable1.4.6101alfa, aslint, axe, htmlcs, qualWeb
target small2.5.599testaro
h1 not 1st heading1.3.193alfa
h1 missing1.3.193aslint, axe, wave
page content moves spontaneously2.2.262testaro
target empty1.3.152nuVal
error reference invalid3.3.152qualWeb
link indication poor1.3.352testaro
links named identically2.4.450testaro
type redundant1.3.147nuVal
nav links not list1.3.142htmlcs, qualWeb
link element invalid1.3.132htmlcs
large visible-element count2.431testaro
line height low1.4.828testaro
text contrast issues not testable1.4.326htmlcs
hover indication poor3.3.218testaro
inconsistent heading, link, or button styles3.2.413testaro
select not named4.1.212htmlcs
image dubiously marked decorative1.1.19htmlcs
no role-required name4.1.28ibm
landmarks not distinctly named1.3.66axe, ibm
autocomplete missing1.3.56testaro
text and image link not combined2.4.46wave
role redundant4.1.25ibm, nuVal, testaro
no default option4.1.24aslint
heading structure illogical1.3.14aslint, htmlcs
option groups possibly not marked1.3.14htmlcs
attribute value invalid1.3.14nuVal
parent invalid1.3.14nuVal
operable element not focusable2.1.14testaro
title attribute invalid1.3.14testaro
control not named4.1.24wave
visible label not in name2.5.33alfa, axe, htmlcs
fieldset possibly missing1.3.13aslint
heading-like styles dubious1.3.13wave
image dubiously named1.1.12qualWeb
z-index not zero1.42testaro
labeling risky3.3.21aslint
duplicate attribute4.1.11testaro
link to non-web resource1.3.31wave
all-capital text3.1.50aslint

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

Description: Text outside widget has subminimum contrast

Count of instances: 30

Violations of axe rules

Rule color-contrast

Description: Element has insufficient color contrast

Count of instances: 26

Violations of qualWeb rules

Rule 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

Description: Text contrast less than AAA requires

Count of instances: 39

Violations of aslint rules

Rule 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

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 9

Violations of htmlcs rules

Rule AAA.1_4_6.G17.Fail

Description: Text has insufficient contrast

Count of instances: 1

Violations of qualWeb rules

Rule 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

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

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

Description: Page contains no h1 element

Count of instances: 1

Violations of axe rules

Rule page-has-heading-one

Description: Document contains no level-one heading

Count of instances: 1

Violations of wave rules

Rule 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

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.

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

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

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

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.

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

Description: Navigation links are not coded as a list

Count of instances: 1

Violations of qualWeb rules

Rule 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 .+$

Description: explicit role is redundant for its element

Count of instances: 5

Violations of testaro rules

Rule 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

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

Description: Heading level is illogical in its context

Count of instances: 1

Violations of htmlcs rules

Rule 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

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 .+$

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.*$

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

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

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

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

Description: Visible label is not in the accessible name

Count of instances: 1

Violations of axe rules

Rule 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

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

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

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

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

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

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

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

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

Description: Element or its title has entirely upper-case words

Count of instances: 1