Accessibility digest
| Page | Freedom of the Press Foundation |
|---|---|
| URL | https://freedom.press/ |
| Requester | pool@jpdev.pro |
| Test date | 2023/11/18 |
| Score | 1753 |
| Tested by | Testaro, procedure ts37a |
| Scored by | Testilo, procedure tsp38 |
| Digested by | Testilo, procedure tdp38 |
| Derived from | Full report |
Introduction
How accessible is the Freedom of the Press Foundation web page at https://freedom.press/?
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 1753, the sum of 510 for the count of issues, 979 for specific issues, 225 for tool-by-tool ratings, 0 for the page preventing tools from running, 39 for browser warnings, and 0 for delayed page responses.
Issue summary
| Issue | WCAG | Score | Tools reporting the issue |
|---|---|---|---|
| target small | 2.5.5 | 171 | testaro |
| element not focusable | 2.1.1 | 108 | testaro |
| link indication poor | 1.3.3 | 64 | alfa, aslint, testaro |
| focusable element hidden | 4.1.2 | 64 | ibm, qualWeb |
| line height low | 1.4.8 | 50 | alfa, testaro |
| focus indication poor | 2.4.7 | 44 | alfa, testaro |
| text contrast poor | 1.4.3 | 44 | alfa, axe, qualWeb, wave |
| color missing | 1.4.3 | 44 | qualWeb |
| content beyond landmarks | 1.3.6 | 37 | alfa, axe, ibm |
| text contrast improvable | 1.4.6 | 36 | alfa, aslint, axe, htmlcs, qualWeb |
| large visible-element count | 2.4 | 31 | testaro |
| error reference invalid | 3.3.1 | 28 | qualWeb |
| links named identically | 2.4.4 | 26 | aslint, testaro |
| element beyond display when focused | 1.4.10 | 18 | testaro |
| link not named | 2.4.4 | 16 | aslint, htmlcs, ibm, qualWeb |
| attribute invalid | 1.3.1 | 16 | nuVal |
| landmarks not distinctly named | 1.3.6 | 15 | axe, ibm |
| inconsistent heading, link, or button styles | 3.2.4 | 14 | testaro |
| nav links not list | 1.3.1 | 12 | htmlcs, qualWeb |
| text contrast issues not testable | 1.4.3 | 12 | htmlcs |
| no role-required name | 4.1.2 | 12 | ibm |
| text and image link not combined | 2.4.4 | 12 | qualWeb, wave |
| code obsolete | 4.1 | 9 | ibm |
| navigations not distinctly named | 1.3.6 | 9 | ibm |
| image dubiously named | 1.1.1 | 9 | qualWeb, wave |
| parent invalid | 1.3.1 | 8 | nuVal |
| form submission button missing | 3.2.2 | 6 | aslint, htmlcs, qualWeb |
| svg image not named | 1.1.1 | 4 | aslint |
| button not named | 4.1.2 | 4 | aslint, htmlcs, qualWeb, wave |
| control label invisible | 2.4.6 | 4 | aslint |
| link href missing | 1.3.1 | 4 | aslint, testaro |
| input not named | 4.1.2 | 4 | htmlcs |
| control not named | 4.1.2 | 4 | ibm, wave |
| heading names repeated | 1.3.1 | 4 | testaro |
| role redundant | 4.1.2 | 4 | testaro |
| title attribute invalid | 1.3.1 | 4 | testaro |
| image named with filename | 1.1.1 | 3 | aslint |
| labeling risky | 3.3.2 | 3 | aslint |
| position sticky | 1.4.10 | 3 | htmlcs |
| type redundant | 1.3.1 | 3 | nuVal |
| fieldset possibly missing | 1.3.1 | 2 | aslint |
| link destination not URL | 1.3.1 | 2 | aslint |
| link incomplete | 1.3.1 | 2 | htmlcs |
| autocomplete missing | 1.3.5 | 2 | testaro |
| text distortion | 3.1.5 | 2 | testaro |
| noscript element possibly not equivalent | 4.1 | 2 | wave |
| list unordered type dubious | 1.3.1 | 1 | htmlcs |
| void element has trailing slash | 4.1 | 1 | nuVal |
| z-index not zero | 1.4 | 1 | testaro |
| image name redundant | 1.1.1 | 1 | wave |
| all-capital text | 3.1.5 | 0 | aslint, testaro |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the full report.
Issue: target small
Impact: User cannot reliably choose an item to click or tap
WCAG: 2.5.5
Score: 171
Violations of testaro rules
Rule targetSize
targetSizeDescription: Button, input, or non-inline link is smaller than 44 px wide and high
Count of instances: 57
Issue: element not focusable
Impact: Keyboard-only user cannot choose an item to operate
WCAG: 2.1.1
Score: 108
Violations of testaro rules
Rule focAll
focAllDescription: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 54
Issue: link indication poor
Impact: User cannot differentiate a link from plain text
WCAG: 1.3.3
Score: 64
Violations of alfa rules
Rule r62
r62Description: Inline link is not distinct from the surrounding text except by color
Count of instances: 1
Violations of aslint rules
Rule links_not_visually_evident_without_color_vision
links_not_visually_evident_without_color_visionDescription: Element is a link, but its style properties do not differentiate it from its parent
Count of instances: 19
Violations of testaro rules
Rule linkUl
linkUlDescription: Inline links are not underlined
Count of instances: 32
Issue: focusable element hidden
Impact: Keyboard-only user cannot navigate properly to the operable items
WCAG: 4.1.2
Score: 64
Violations of ibm rules
Rule aria_hidden_nontabbable
aria_hidden_nontabbableDescription: Element has an ancestor with a true aria-hidden attribute but is focusable
Count of instances: 16
Violations of qualWeb rules
Rule QW-ACT-R13
QW-ACT-R13Description: Element with aria-hidden has focusable content
Count of instances: 1
Issue: line height low
Impact: Text is difficult to read
WCAG: 1.4.8
Score: 50
Violations of alfa rules
Rule r73
r73Description: Text line height is not at least 1.5
Count of instances: 4
Violations of testaro rules
Rule lineHeight
lineHeightDescription: Text has a line height less than 1.5 times its font size
Count of instances: 25
Issue: focus indication poor
Impact: Keyboard-only user cannot choose an item to operate
WCAG: 2.4.7
Score: 44
Violations of alfa rules
Rule r65
r65Description: Element in the sequential focus order has no visible focus
Count of instances: 2
Violations of testaro rules
Rule focInd
focIndDescription: Focused element displays a nonstandard or no focus indicator
Count of instances: 11
Issue: text contrast poor
Impact: Text is difficult to read
WCAG: 1.4.3
Score: 44
Violations of alfa rules
Rule r69
r69Description: Text outside widget has subminimum contrast
Count of instances: 10
Violations of axe rules
Rule color-contrast
color-contrastDescription: Element has insufficient color contrast
Count of instances: 10
Violations of qualWeb rules
Rule QW-ACT-R37
QW-ACT-R37Description: Text has less than the minimum contrast
Count of instances: 11
Violations of wave rules
Rule contrast
contrastDescription: Very low contrast
Count of instances: 11
Issue: color missing
Impact: Content is impossible to perceive under some conditions
WCAG: 1.4.3
Score: 44
Violations of qualWeb rules
Rule QW-WCAG-T31
QW-WCAG-T31Description: Foreground or background color is specified but not both
Count of instances: 11
Issue: content beyond landmarks
Impact: User cannot get help on how some of the document is organized
WCAG: 1.3.6
Score: 37
Violations of alfa rules
Rule r57
r57Description: Perceivable text content is not included in any landmark
Count of instances: 22
Violations of axe rules
Rule region
regionDescription: Some page content is not contained by landmarks
Count of instances: 7
Violations of ibm rules
Rule aria_content_in_landmark
aria_content_in_landmarkDescription: Content is not within a landmark element
Count of instances: 37
Issue: text contrast improvable
Impact: Text is difficult to read
WCAG: 1.4.6
Score: 36
Violations of alfa rules
Rule r66
r66Description: Text contrast less than AAA requires
Count of instances: 27
Violations of aslint rules
Rule color_contrast_aaa7
color_contrast_aaa7Description: Text has contrast less than 7:1
Count of instances: 24
Rule color_contrast_aaa
Description: Text contrast may be less than enhanced but the element is invisible
Count of instances: 12
Violations of axe rules
Rule color-contrast-enhanced
color-contrast-enhancedDescription: Element has insufficient color contrast (Level AAA)
Count of instances: 25
Violations of htmlcs rules
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.FailDescription: Text has insufficient contrast
Count of instances: 14
Violations of qualWeb rules
Rule QW-ACT-R76
QW-ACT-R76Description: Text has less than the enhanced minimum contrast
Count of instances: 11
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
bulkDescription: Page contains many visible elements
Count of instances: 1
Issue: error reference invalid
Impact: User cannot correct a form error
WCAG: 3.3.1
Score: 28
Violations of qualWeb rules
Rule QW-ACT-R41
QW-ACT-R41Description: Error message describes no invalid form field value
Count of instances: 7
Issue: links named identically
Impact: User cannot get help differentiating links
WCAG: 2.4.4
Score: 26
Violations of aslint rules
Rule links_same_content_different_url
links_same_content_different_urlDescription: Links with the same text content have different destination URLs
Count of instances: 6
Violations of testaro rules
Rule linkAmb
linkAmbDescription: Links with the same text content have different destinations
Count of instances: 13
Issue: element beyond display when focused
Impact: Keyboard-only user cannot navigate properly to the operable items
WCAG: 1.4.10
Score: 18
Violations of testaro rules
Rule focVis
focVisDescription: Element when focused is off the display
Count of instances: 6
Issue: link not named
Impact: User cannot get help understanding what a link points to
WCAG: 2.4.4
Score: 16
Violations of aslint rules
Rule empty_link_element
empty_link_elementDescription: Element has no visible and accessible name
Count of instances: 1
Violations of htmlcs rules
Rule AAA.4_1_2.H91.A.EmptyNoId
AAA.4_1_2.H91.A.EmptyNoIdDescription: Link has no name or id attribute or value
Count of instances: 1
Violations of ibm rules
Rule a_text_purpose
a_text_purposeDescription: Hyperlink has no link text, label, or image with a text alternative
Count of instances: 4
Violations of qualWeb rules
Rule QW-ACT-R12
QW-ACT-R12Description: Link has no accessible name
Count of instances: 4
Issue: attribute invalid
Impact: Item behaves improperly
WCAG: 1.3.1
Score: 16
Violations of nuVal rules
Rule The itemprop attribute was specified, but the element is not a property of any item.
The itemprop attribute was specified, but the element is not a property of any item.Description: itemprop attribute is on an element that is not a property of an item
Count of instances: 4
Issue: landmarks not distinctly named
Impact: User cannot get help on how some of the document is organized
WCAG: 1.3.6
Score: 15
Violations of axe rules
Rule landmark-unique
landmark-uniqueDescription: 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_uniqueDescription: Multiple landmarks with the same parent region are not distinguished from one another
Count of instances: 5
Issue: inconsistent heading, link, or button styles
Impact: User cannot easily distinguish items of different types
WCAG: 3.2.4
Score: 14
Violations of testaro rules
Rule styleDiff
styleDiffDescription: Heading, link, and button style inconsistencies
Count of instances: 14
Issue: nav links not list
Impact: User cannot get help recognizing a list of navigation links
WCAG: 1.3.1
Score: 12
Violations of htmlcs rules
Rule AAA.1_3_1.H48
AAA.1_3_1.H48Description: Navigation links are not coded as a list
Count of instances: 2
Violations of qualWeb rules
Rule QW-WCAG-T32
QW-WCAG-T32Description: ol, ul or dl is not used for a list or group of links
Count of instances: 6
Issue: text contrast issues not testable
Impact: Text may be difficult to read
WCAG: 1.4.3
Score: 12
Violations of htmlcs rules
Rule AAA.1_4_3_F24.F24.FGColour
AAA.1_4_3_F24.F24.FGColourDescription: Inline foreground color may lack a complementary background color
Count of instances: 1
Rule AAA.1_4_6.G17.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 7:1
Count of instances: 3
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: 5
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: 2
Issue: no role-required name
Impact: User cannot get help understanding an item
WCAG: 4.1.2
Score: 12
Violations of ibm rules
Rule aria_accessiblename_exists
aria_accessiblename_existsDescription: Element has no accessible name, although its role requires one
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: 12
Violations of qualWeb rules
Rule QW-WCAG-T10
QW-WCAG-T10Description: Adjacent image and text links for the same resource are not combined
Count of instances: 4
Violations of wave rules
Rule link_redundant
link_redundantDescription: Adjacent links go to the same URL
Count of instances: 6
Issue: code obsolete
Impact: Document contains code that is no longer standard
WCAG: 4.1
Score: 9
Violations of ibm rules
Rule element_attribute_deprecated
element_attribute_deprecatedDescription: Element or attribute is obsolete
Count of instances: 3
Issue: navigations not distinctly named
Impact: User cannot get help on how some of the document is organized
WCAG: 1.3.6
Score: 9
Violations of ibm rules
Rule aria_navigation_label_unique
aria_navigation_label_uniqueDescription: Multiple elements with the navigation role do not have unique labels
Count of instances: 3
Issue: image dubiously named
Impact: Helper may describe an image inadequately
WCAG: 1.1.1
Score: 9
Violations of qualWeb rules
Rule QW-WCAG-T8
QW-WCAG-T8Description: Text alternative is not an alternative
Count of instances: 9
Violations of wave rules
Rule alt_suspicious
alt_suspiciousDescription: Image text alternative is suspicious
Count of instances: 1
Issue: parent invalid
Impact: User cannot properly operate an item
WCAG: 1.3.1
Score: 8
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: 2
Issue: form submission button missing
Impact: User cannot easily submit a form
WCAG: 3.2.2
Score: 6
Violations of aslint rules
Rule missing_submit_button
missing_submit_buttonDescription: Element is a form but contains no input or button element for submission
Count of instances: 2
Violations of htmlcs rules
Rule AAA.3_2_2.H32.2
AAA.3_2_2.H32.2Description: Form has no submit button
Count of instances: 1
Violations of qualWeb rules
Rule QW-WCAG-T19
QW-WCAG-T19Description: Submit button not provided
Count of instances: 2
Issue: svg image not named
Impact: User cannot get help understanding an image
WCAG: 1.1.1
Score: 4
Violations of aslint rules
Rule accessible_svg
accessible_svgDescription: Element has no title, description, text, attribute label, or role description
Count of instances: 1
Issue: button not named
Impact: User cannot get help explaing a button
WCAG: 4.1.2
Score: 4
Violations of aslint rules
Rule empty_button_description
empty_button_descriptionDescription: Button has no visible accessible name
Count of instances: 1
Violations of htmlcs rules
Rule AAA.4_1_2.H91.Button.Name
AAA.4_1_2.H91.Button.NameDescription: Button element has no accessible name
Count of instances: 1
Violations of qualWeb rules
Rule QW-ACT-R11
QW-ACT-R11Description: Button has no accessible name
Count of instances: 1
Violations of wave rules
Rule button_empty
button_emptyDescription: Button is empty or has no value text
Count of instances: 1
Issue: control label invisible
Impact: User cannot understand how to operate a form item
WCAG: 2.4.6
Score: 4
Violations of aslint rules
Rule label_visually_hidden_only
label_visually_hidden_onlyDescription: Form control has a label but it is not visible
Count of instances: 1
Issue: link href missing
Impact: Helper cannot properly explain a link to a user
WCAG: 1.3.1
Score: 4
Violations of aslint rules
Rule missing_href_on_a
missing_href_on_aDescription: Link has no href attribute
Count of instances: 2
Violations of testaro rules
Rule linkTo
linkToDescription: Link has no href attribute
Count of instances: 1
Issue: input not named
Impact: User cannot get help on what information to enter in a form item
WCAG: 4.1.2
Score: 4
Violations of htmlcs rules
Rule AAA.4_1_2.H91.InputSearch.Name
AAA.4_1_2.H91.InputSearch.NameDescription: Search input has no accessible name
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 ibm rules
Rule input_label_exists
input_label_existsDescription: Element with the role of a form control has no associated label
Count of instances: 1
Violations of wave rules
Rule label_missing
label_missingDescription: form element has no label
Count of instances: 1
Issue: heading names repeated
Impact: User cannot differentiate parts of the document
WCAG: 1.3.1
Score: 4
Violations of testaro rules
Rule headingAmb
headingAmbDescription: Heading has the same text as a previous sibling heading at the same level
Count of instances: 2
Issue: role redundant
Impact: Document includes unnecessary code
WCAG: 4.1.2
Score: 4
Violations of testaro rules
Rule role
roleDescription: Invalid, native-replacing, or redundant role
Count of instances: 4
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
titledElDescription: title attribute belongs to an inappropriate element
Count of instances: 1
Issue: image named with filename
Impact: Helper gives a user the filename of an image instead of describing it
WCAG: 1.1.1
Score: 3
Violations of aslint rules
Rule alt_text_include_filename
alt_text_include_filenameDescription: Image text alternative includes a filename
Count of instances: 1
Issue: labeling risky
Impact: User may misunderstand a form control
WCAG: 3.3.2
Score: 3
Violations of aslint rules
Rule missing_labelN
missing_labelNDescription: Element has an id attribute but no explicit label references it
Count of instances: 3
Issue: position sticky
Impact: User may be unable to see needed content or may be forced to scroll in both dimensions
WCAG: 1.4.10
Score: 3
Violations of htmlcs rules
Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
AAA.1_4_10.C32,C31,C33,C38,SCR34,G206Description: Fixed-position element may force bidirectional scrolling
Count of instances: 3
Issue: type redundant
Impact: Document includes unnecessary code
WCAG: 1.3.1
Score: 3
Violations of nuVal rules
Rule The type attribute for the style element is not needed and should be omitted.
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: 1
Rule The type attribute is unnecessary for JavaScript resources.
Description: type attribute is unnecessary for a JavaScript resource
Count of instances: 2
Issue: fieldset possibly missing
Impact: User may be unable to get help recognizing a group of related form items
WCAG: 1.3.1
Score: 2
Violations of aslint rules
Rule group_elements_name_attribute
group_elements_name_attributeDescription: Element is an input with a name attribute but has no fieldset parent
Count of instances: 2
Issue: link destination not URL
Impact: Helper cannot properly explain a link to a user
WCAG: 1.3.1
Score: 2
Violations of aslint rules
Rule unclear_anchor_uri
unclear_anchor_uriDescription: Link destination is #, a script, or empty
Count of instances: 2
Issue: link incomplete
Impact: User may fail to reach a promised location
WCAG: 1.3.1
Score: 2
Violations of htmlcs rules
Rule AAA.4_1_2.H91.A.Placeholder
AAA.4_1_2.H91.A.PlaceholderDescription: Link has text but no href, id, or name attribute
Count of instances: 1
Issue: autocomplete missing
Impact: User cannot get help entering personal information in a form
WCAG: 1.3.5
Score: 2
Violations of testaro rules
Rule autocomplete
autocompleteDescription: Name or email input is missing its required autocomplete attribute
Count of instances: 1
Issue: text distortion
Impact: Text is difficult to read
WCAG: 3.1.5
Score: 2
Violations of testaro rules
Rule distortion
distortionDescription: Element text is distorted by a transform style property
Count of instances: 2
Issue: noscript element possibly not equivalent
Impact: User who has disabled JavaScript may be denied some content
WCAG: 4.1
Score: 2
Violations of wave rules
Rule noscript
noscriptDescription: noscript element may fail to contain an accessible equivalent or alternative
Count of instances: 2
Issue: list unordered type dubious
Impact: User may be unable to get help on whether a list is ordered
WCAG: 1.3.1
Score: 1
Violations of htmlcs rules
Rule AAA.1_3_1.H48.2
AAA.1_3_1.H48.2Description: Ordered list may fail to be coded as such
Count of instances: 1
Issue: void element has trailing slash
Impact: Document contains invalid code
WCAG: 4.1
Score: 1
Violations of nuVal rules
Rule Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.Description: Void element has a useless trailing slash.
Count of instances: 1
Issue: z-index not zero
Impact: User cannot predict the effect of clicking
WCAG: 1.4
Score: 1
Violations of testaro rules
Rule zIndex
zIndexDescription: Element has a nondefault z-index value
Count of instances: 1
Issue: image name redundant
Impact: Helper repeats the explanation of an image
WCAG: 1.1.1
Score: 1
Violations of wave rules
Rule alt_redundant
alt_redundantDescription: Redundant text alternative
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_wordsDescription: Element or its title has entirely upper-case words
Count of instances: 19
Violations of testaro rules
Rule allCaps
allCapsDescription: Element has a text substring of at least 8 upper-case characters
Count of instances: 4