Accessibility digest
Page | Fresh Food Connect |
---|---|
URL | https://freshfoodconnect.org/ |
Requester | pool@jpdev.pro |
Test date | 2023/11/22 |
Score | 2973 |
Tested by | Testaro, procedure ts37a |
Scored by | Testilo, procedure tsp38 |
Digested by | Testilo, procedure tdp38 |
Derived from | Full report |
Introduction
How accessible is the Fresh Food Connect web page at https://freshfoodconnect.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 2973, the sum of 570 for the count of issues, 1953 for specific issues, 312 for tool-by-tool ratings, 0 for the page preventing tools from running, 138 for browser warnings, and 0 for delayed page responses.
Issue summary
Issue | WCAG | Score | Tools reporting the issue |
---|---|---|---|
font small | 1.4 | 240 | aslint , wave |
ID not unique | 4.1.1 | 184 | alfa , aslint , htmlcs , ibm , nuVal , qualWeb |
text contrast poor | 1.4.3 | 184 | alfa , axe , ibm , qualWeb |
target small | 2.5.5 | 114 | testaro |
h1 not 1st heading | 1.3.1 | 93 | alfa |
h1 missing | 1.3.1 | 93 | aslint , axe , wave |
line height low | 1.4.8 | 90 | alfa , testaro |
code invalid | 4.1 | 72 | nuVal |
color missing | 1.4.3 | 72 | qualWeb |
control child of link or button | 2.5.5 | 72 | testaro |
multiple banners | 1.3.6 | 62 | axe |
main missing | 1.3.6 | 62 | axe |
text contrast improvable | 1.4.6 | 50 | alfa , aslint , axe , htmlcs , qualWeb |
parent invalid | 1.3.1 | 40 | nuVal |
button not named | 4.1.2 | 36 | alfa , aslint , htmlcs , wave |
nav links not list | 1.3.1 | 32 | htmlcs , qualWeb |
content beyond landmarks | 1.3.6 | 31 | alfa , axe , ibm |
large visible-element count | 2.4 | 31 | testaro |
link indication poor | 1.3.3 | 30 | aslint , testaro |
links named identically | 2.4.4 | 28 | aslint |
svg image not named | 1.1.1 | 24 | aslint |
attribute value invalid | 1.3.1 | 24 | nuVal |
tab-opening link action possibly unstated | 3.2.5 | 22 | aslint , htmlcs , testaro |
element not focusable | 2.1.1 | 20 | testaro |
focus indication poor | 2.4.7 | 20 | testaro |
image dubiously named | 1.1.1 | 18 | qualWeb |
font size absolute | 1.4.4 | 18 | qualWeb |
inconsistent heading, link, or button styles | 3.2.4 | 18 | testaro |
link not named | 2.4.4 | 16 | alfa , aslint , axe , htmlcs , ibm , qualWeb , wave |
presentational child focusable | 4.1.2 | 16 | alfa |
error reference invalid | 3.3.1 | 16 | qualWeb |
overflow possibly hidden | 1.4.4 | 13 | qualWeb |
hover indication poor | 3.3.2 | 12 | testaro |
code obsolete | 4.1 | 9 | ibm |
skip method possibly missing or invalid | 2.4.1 | 8 | alfa |
title attribute invalid | 1.3.1 | 8 | testaro |
text distortion | 3.1.5 | 7 | testaro |
landmarks not distinctly named | 1.3.6 | 6 | axe , ibm |
text contrast issues not testable | 1.4.3 | 6 | htmlcs |
banners not distinctly named | 1.3.6 | 6 | ibm |
text and image link not combined | 2.4.4 | 6 | qualWeb |
autocomplete missing | 1.3.5 | 6 | testaro |
focusable element hidden | 4.1.2 | 4 | alfa |
dialog not named | 4.1.2 | 4 | aslint |
image not named | 1.1.1 | 4 | aslint , htmlcs , nuVal , wave |
heading structure illogical | 1.3.1 | 4 | aslint , htmlcs |
control not named | 4.1.2 | 4 | ibm |
role invalid | 4.1.2 | 3 | ibm |
z-index not zero | 1.4 | 3 | testaro |
heading heads nothing | 1.3.1 | 2 | alfa |
position sticky | 1.4.10 | 2 | aslint , htmlcs |
link incomplete | 1.3.1 | 2 | htmlcs |
type redundant | 1.3.1 | 2 | nuVal |
noscript element possibly not equivalent | 4.1 | 2 | wave |
link destination not URL | 1.3.1 | 1 | aslint |
heading-like styles dubious | 1.3.1 | 1 | htmlcs |
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: font small
Impact: Text is difficult to read
WCAG: 1.4
Score: 240
Violations of aslint
rules
Rule minimum_font_size
minimum_font_size
Description: Font size is smaller than 10 pixels
Count of instances: 80
Violations of wave
rules
Rule text_small
text_small
Description: Text is very small
Count of instances: 1
Issue: ID not unique
Impact: User may be pointed to the wrong item
WCAG: 4.1.1
Score: 184
Violations of alfa
rules
Rule r3
r3
Description: Element id attribute value is not unique
Count of instances: 37
Violations of aslint
rules
Rule duplicated_id_attribute
duplicated_id_attribute
Description: Element id attribute value is not unique
Count of instances: 37
Violations of htmlcs
rules
Rule AAA.4_1_1.F77
AAA.4_1_1.F77
Description: Duplicate id attribute value
Count of instances: 23
Violations of ibm
rules
Rule element_id_unique
element_id_unique
Description: Element has an id attribute value that is already in use
Count of instances: 23
Violations of nuVal
rules
Rule ^Duplicate ID .+$|^The first occurrence of ID .* was here.*$
^Duplicate ID .+$|^The first occurrence of ID .* was here.*$
Description: Duplicate id
Count of instances: 46
Violations of qualWeb
rules
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 37
Issue: text contrast poor
Impact: Text is difficult to read
WCAG: 1.4.3
Score: 184
Violations of alfa
rules
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 46
Violations of axe
rules
Rule color-contrast
color-contrast
Description: Element has insufficient color contrast
Count of instances: 18
Violations of ibm
rules
Rule text_contrast_sufficient
text_contrast_sufficient
Description: Text has a contrast with its background less than the WCAG AA minimum for its size and weight
Count of instances: 5
Violations of qualWeb
rules
Rule QW-ACT-R37
QW-ACT-R37
Description: Text has less than the minimum contrast
Count of instances: 3
Issue: target small
Impact: User cannot reliably choose an item to click or tap
WCAG: 2.5.5
Score: 114
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: 38
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: line height low
Impact: Text is difficult to read
WCAG: 1.4.8
Score: 90
Violations of alfa
rules
Rule r73
r73
Description: Text line height is not at least 1.5
Count of instances: 10
Violations of testaro
rules
Rule lineHeight
lineHeight
Description: Text has a line height less than 1.5 times its font size
Count of instances: 45
Issue: code invalid
Impact: Invalid code in the document may prevent a helper from working
WCAG: 4.1
Score: 72
Violations of nuVal
rules
Rule ^The element .+ must not appear as a descendant of the .+ element.*$
^The element .+ must not appear as a descendant of the .+ element.*$
Description: Element has an invalid ancestor
Count of instances: 24
Issue: color missing
Impact: Content is impossible to perceive under some conditions
WCAG: 1.4.3
Score: 72
Violations of qualWeb
rules
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 18
Issue: control child of link or button
Impact: User cannot reliably choose an item to click or tap
WCAG: 2.5.5
Score: 72
Violations of testaro
rules
Rule embAc
embAc
Description: Active element is embedded in a link or button
Count of instances: 24
Issue: multiple banners
Impact: User cannot get help on how some of the document is organized
WCAG: 1.3.6
Score: 62
Violations of axe
rules
Rule landmark-no-duplicate-banner
landmark-no-duplicate-banner
Description: Page has more than 1 banner landmark
Count of instances: 1
Issue: main missing
Impact: User cannot get help on how some of the document is organized
WCAG: 1.3.6
Score: 62
Violations of axe
rules
Rule landmark-one-main
landmark-one-main
Description: page has no main landmark
Count of instances: 1
Issue: text contrast improvable
Impact: Text is difficult to read
WCAG: 1.4.6
Score: 50
Violations of alfa
rules
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 50
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: 23
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: 3
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: 4
Violations of qualWeb
rules
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 6
Issue: parent invalid
Impact: User cannot properly operate an item
WCAG: 1.3.1
Score: 40
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: 10
Issue: button not named
Impact: User cannot get help explaing a button
WCAG: 4.1.2
Score: 36
Violations of alfa
rules
Rule r12
r12
Description: Button has no accessible name
Count of instances: 3
Violations of aslint
rules
Rule empty_button_description
empty_button_description
Description: Button has no visible accessible name
Count of instances: 9
Violations of htmlcs
rules
Rule AAA.4_1_2.H91.Button.Name
AAA.4_1_2.H91.Button.Name
Description: Button element has no accessible name
Count of instances: 3
Violations of wave
rules
Rule button_empty
button_empty
Description: Button is empty or has no value text
Count of instances: 3
Issue: nav links not list
Impact: User cannot get help recognizing a list of navigation links
WCAG: 1.3.1
Score: 32
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: 16
Issue: content beyond landmarks
Impact: User cannot get help on how some of the document is organized
WCAG: 1.3.6
Score: 31
Violations of alfa
rules
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 31
Violations of axe
rules
Rule region
region
Description: Some page content is not contained by landmarks
Count of instances: 7
Violations of ibm
rules
Rule aria_content_in_landmark
aria_content_in_landmark
Description: Content is not within a landmark element
Count of instances: 12
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: link indication poor
Impact: User cannot differentiate a link from plain text
WCAG: 1.3.3
Score: 30
Violations of aslint
rules
Rule links_not_visually_evident_without_color_vision
links_not_visually_evident_without_color_vision
Description: Element is a link, but its style properties do not differentiate it from its parent
Count of instances: 5
Violations of testaro
rules
Rule linkUl
linkUl
Description: Inline links are not underlined
Count of instances: 15
Issue: links named identically
Impact: User cannot get help differentiating links
WCAG: 2.4.4
Score: 28
Violations of aslint
rules
Rule links_same_content_different_url
links_same_content_different_url
Description: Links with the same text content have different destination URLs
Count of instances: 14
Issue: svg image not named
Impact: User cannot get help understanding an image
WCAG: 1.1.1
Score: 24
Violations of aslint
rules
Rule accessible_svg
accessible_svg
Description: Element has no title, description, text, attribute label, or role description
Count of instances: 6
Issue: attribute value invalid
Impact: Item behaves improperly
WCAG: 1.3.1
Score: 24
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: 6
Issue: tab-opening link action possibly unstated
Impact: Following a link opens a new window, possibly surprising a user
WCAG: 3.2.5
Score: 22
Violations of aslint
rules
Rule links_new_window_mark
links_new_window_mark
Description: Indicator that the link opens a new window or tab may be missing
Count of instances: 22
Violations of htmlcs
rules
Rule AAA.3_2_5.H83.3
AAA.3_2_5.H83.3
Description: Link text may fail to indicate that the link will open in a new window
Count of instances: 21
Violations of testaro
rules
Rule linkExt
linkExt
Description: Link opens a new window or tab
Count of instances: 22
Issue: element not focusable
Impact: Keyboard-only user cannot choose an item to operate
WCAG: 2.1.1
Score: 20
Violations of testaro
rules
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 10
Issue: focus indication poor
Impact: Keyboard-only user cannot choose an item to operate
WCAG: 2.4.7
Score: 20
Violations of testaro
rules
Rule focInd
focInd
Description: Focused element displays a nonstandard or no focus indicator
Count of instances: 5
Issue: image dubiously named
Impact: Helper may describe an image inadequately
WCAG: 1.1.1
Score: 18
Violations of qualWeb
rules
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 18
Issue: font size absolute
Impact: User cannot adjust the text size for readability
WCAG: 1.4.4
Score: 18
Violations of qualWeb
rules
Rule QW-WCAG-T28
QW-WCAG-T28
Description: Percent, em, or name is used for a font size
Count of instances: 9
Issue: inconsistent heading, link, or button styles
Impact: User cannot easily distinguish items of different types
WCAG: 3.2.4
Score: 18
Violations of testaro
rules
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 18
Issue: link not named
Impact: User cannot get help understanding what a link points to
WCAG: 2.4.4
Score: 16
Violations of alfa
rules
Rule r11
r11
Description: Link has no accessible name
Count of instances: 3
Violations of aslint
rules
Rule empty_link_element
empty_link_element
Description: Element has no visible and accessible name
Count of instances: 3
Rule img_empty_alt_in_link
Description: Element is an image in a link but has no text alternative
Count of instances: 1
Violations of axe
rules
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 3
Violations of htmlcs
rules
Rule AAA.1_1_1.H30.2
AAA.1_1_1.H30.2
Description: img element is the only link content but has no text alternative
Count of instances: 1
Rule AAA.4_1_2.H91.A.NoContent
Description: Link has an href attribute but not named
Count of instances: 2
Violations of ibm
rules
Rule a_text_purpose
a_text_purpose
Description: Hyperlink has no link text, label, or image with a text alternative
Count of instances: 3
Violations of qualWeb
rules
Rule QW-ACT-R12
QW-ACT-R12
Description: Link has no accessible name
Count of instances: 3
Rule QW-WCAG-T21
Description: Accessible name is not provided for an image which is the only content in a link
Count of instances: 1
Violations of wave
rules
Rule alt_link_missing
alt_link_missing
Description: Linked image has no text alternative
Count of instances: 1
Rule link_empty
Description: Link contains not named
Count of instances: 2
Issue: presentational child focusable
Impact: Keyboard-only user cannot navigate properly to the operable items
WCAG: 4.1.2
Score: 16
Violations of alfa
rules
Rule r90
r90
Description: Element has a role making its children presentational but contains a focusable element
Count of instances: 4
Issue: error reference invalid
Impact: User cannot correct a form error
WCAG: 3.3.1
Score: 16
Violations of qualWeb
rules
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 4
Issue: overflow possibly hidden
Impact: User may be unable to enlarge the text for readability
WCAG: 1.4.4
Score: 13
Violations of qualWeb
rules
Rule QW-ACT-R40
QW-ACT-R40
Description: Zoomed text node may be clipped by a CSS overflow declaration
Count of instances: 13
Issue: hover indication poor
Impact: User cannot explore the document reliably with a mouse
WCAG: 3.3.2
Score: 12
Violations of testaro
rules
Rule hovInd
hovInd
Description: Hovering is unclearly indicated
Count of instances: 4
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_deprecated
Description: Element or attribute is obsolete
Count of instances: 3
Issue: skip method possibly missing or invalid
Impact: Keyboard-only user may be unable easily to reach the specific content of the document
WCAG: 2.4.1
Score: 8
Violations of alfa
rules
Rule r87
r87
Description: First focusable element is not a link to the main content
Count of instances: 1
Issue: title attribute invalid
Impact: User cannot hover to get help explaining an item
WCAG: 1.3.1
Score: 8
Violations of testaro
rules
Rule titledEl
titledEl
Description: title attribute belongs to an inappropriate element
Count of instances: 2
Issue: text distortion
Impact: Text is difficult to read
WCAG: 3.1.5
Score: 7
Violations of testaro
rules
Rule distortion
distortion
Description: Element text is distorted by a transform style property
Count of instances: 7
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: text contrast issues not testable
Impact: Text may be difficult to read
WCAG: 1.4.3
Score: 6
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: 3
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: 3
Issue: banners not distinctly named
Impact: User cannot get help on how some of the document is organized
WCAG: 1.3.6
Score: 6
Violations of ibm
rules
Rule aria_banner_label_unique
aria_banner_label_unique
Description: Multiple elements with a banner role have no unique labels
Count of instances: 2
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 qualWeb
rules
Rule QW-WCAG-T10
QW-WCAG-T10
Description: Adjacent image and text links for the same resource are not combined
Count of instances: 3
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: focusable element hidden
Impact: Keyboard-only user cannot navigate properly to the operable items
WCAG: 4.1.2
Score: 4
Violations of alfa
rules
Rule r17
r17
Description: Tab-focusable element is or has an ancestor that is aria-hidden
Count of instances: 1
Issue: dialog not named
Impact: User cannot get help explaining a pop-up window
WCAG: 4.1.2
Score: 4
Violations of aslint
rules
Rule aria_role_dialog
aria_role_dialog
Description: Element has a dialog role but has no accessible name
Count of instances: 1
Issue: image not named
Impact: User cannot get help to know what is in an image
WCAG: 1.1.1
Score: 4
Violations of aslint
rules
Rule missing_alt_attribute
missing_alt_attribute
Description: Image has no alt attribute
Count of instances: 1
Violations of htmlcs
rules
Rule AAA.1_1_1.H37
AAA.1_1_1.H37
Description: img element has no alt attribute
Count of instances: 1
Violations of nuVal
rules
Rule An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Description: img element has no alt attribute
Count of instances: 1
Violations of wave
rules
Rule alt_missing
alt_missing
Description: Text alternative is missing
Count of instances: 1
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: 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_exists
Description: Element with the role of a form control has no associated label
Count of instances: 1
Issue: role invalid
Impact: User cannot get help on the nature of an item
WCAG: 4.1.2
Score: 3
Violations of ibm
rules
Rule aria_contentinfo_misuse
aria_contentinfo_misuse
Description: Element with a contentinfo role is present without an element with a main role
Count of instances: 1
Issue: z-index not zero
Impact: User cannot predict the effect of clicking
WCAG: 1.4
Score: 3
Violations of testaro
rules
Rule zIndex
zIndex
Description: Element has a nondefault z-index value
Count of instances: 3
Issue: heading heads nothing
Impact: Helper misdescribes the document
WCAG: 1.3.1
Score: 2
Violations of alfa
rules
Rule r78
r78
Description: No content between two headings of the same level
Count of instances: 1
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: 2
Violations of aslint
rules
Rule position_sticky
position_sticky
Description: Element has a sticky position
Count of instances: 1
Violations of htmlcs
rules
Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
Description: Fixed-position element may force bidirectional scrolling
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.Placeholder
Description: Link has text but no href, id, or name attribute
Count of instances: 1
Issue: type redundant
Impact: Document includes unnecessary code
WCAG: 1.3.1
Score: 2
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: 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
noscript
Description: noscript element may fail to contain an accessible equivalent or alternative
Count of instances: 2
Issue: link destination not URL
Impact: Helper cannot properly explain a link to a user
WCAG: 1.3.1
Score: 1
Violations of aslint
rules
Rule unclear_anchor_uri
unclear_anchor_uri
Description: Link destination is #, a script, or empty
Count of instances: 1
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: 1
Violations of htmlcs
rules
Rule AAA.1_3_1.H42
AAA.1_3_1.H42
Description: Heading coding is not used but the element may be intended as a heading
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: 3
Violations of testaro
rules
Rule allCaps
allCaps
Description: Element has a text substring of at least 8 upper-case characters
Count of instances: 1