Accessibility digest
Page | Member Heath Flora (R) |
---|---|
URL | https://ad09.asmrc.org/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 1504 |
Tested by | Testaro, procedure ts27 |
Scored by | Testilo, procedure tsp27 |
Digested by | Testilo, procedure tdp27 |
Introduction
This is a digest of results from a battery of web accessibility tests.
Ten different tools (Alfa, Axe, Continuum, Equal Access, HTML CodeSniffer, Nu Html Checker, QualWeb, Tenon, Testaro, and WAVE) tested the web page of Member Heath Flora (R) at https://ad09.asmrc.org/ to check its compliance with various rules. There were a total of about 1350 rules, classified into about 250 accessibility issues.
The results were interpreted to yield an aggregate score of 1504, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1504 | Sum of the component scores |
issue | 977 | Severity and number of reported defects |
tool | 205 | Tool-by-tool defect ratings |
prevention | 300 | Failed attempts by tools to test the page |
log | 22 | Browser warnings about the page |
latency | 0 | Abnormal delay in page responses |
Issue scores
The score of an issue depends on the severity (user impact and certainty) of the issue and on how many instances were reported (by one or more tools).
Issue | Score |
---|---|
menuNavigation | 136 |
focusIndication | 116 |
linkIndication | 66 |
focusableOperable | 63 |
linkNoText | 52 |
imageButtonNoText | 40 |
textContrastAA | 32 |
tabFocusability | 32 |
linkForcesNewWindow | 30 |
contentBeyondLandmarks | 28 |
activeEmbedding | 27 |
targetSize | 27 |
linkPair | 26 |
hoverSurprise | 24 |
pseudoNavList | 22 |
imageInputNoText | 20 |
tabIndexMissing | 20 |
contrastAAA | 17 |
pseudoListRisk | 17 |
noHeading | 15 |
duplicateAttribute | 14 |
hiddenContentRisk | 13 |
titleBad | 12 |
leadingInsufficient | 10 |
eventKeyboardRisk | 10 |
labelClash | 10 |
duplicateID | 8 |
inconsistentStyles | 8 |
zIndexNotZero | 8 |
linkWindowSurpriseRisk | 6 |
roleRedundant | 6 |
skipRepeatedContent | 6 |
iframeTitleBad | 4 |
imageNoText | 4 |
headingStructure | 4 |
leadingClipsText | 4 |
h1Missing | 3 |
repeatedContentRisk | 3 |
pseudoOrderedListRisk | 3 |
headingEmpty | 3 |
navConfusion | 3 |
obsolete | 3 |
boxSizeAbsolute | 3 |
horizontalScrolling | 3 |
linkVague | 3 |
titleRedundant | 3 |
mainNone | 2 |
pseudoHeadingRisk | 2 |
linkConfusionRisk | 1 |
contrastRisk | 1 |
complementaryNoText | 1 |
sectionHeadingless | 1 |
textAlternativeRisk | 1 |
linkComprehensionRisk | 1 |
frameContentRisk | 0 |
ignorable | 0 |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.
Issue menuNavigation
WCAG: 2.1.1
Score: 136
Complaints by testaro
Rule menuNav
menuNav
Description: Nonstandard keyboard navigation among focusable menu items
Count of instances: 68
Complaint specifics
- Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End
Issue focusIndication
WCAG: 2.4.7
Score: 116
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 15
Complaint specifics
- Element in sequential focus order has visible focus
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 29
Complaint specifics
- This rule checks that each element in sequential focus order has some visible focus indication.
Complaints by testaro
Rule focInd
focInd
Description: Focused element displays a nonstandard or no focus indicator
Count of instances: 17
Complaint specifics
- A element has no focus indicator
- IFRAME element has no focus indicator
Issue linkIndication
WCAG: 1.3.3
Score: 66
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 33
Complaint specifics
- Link is inline but has no underline
Issue focusableOperable
WCAG: 2.1.1
Score: 63
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 21
Complaint specifics
Issue linkNoText
WCAG: 2.4.4
Score: 52
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 4
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 4
Complaint specifics
- Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute
Complaints by continuum
Rule 237
237
Description: a element has no machanism allowing an accessible name value to be calculated
Count of instances: 9
Complaint specifics
- This A element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.4_1_2.H91.A.NoContent
AAA.4_1_2.H91.A.NoContent
Description: Link has an href attribute but no text
Count of instances: 6
Complaint specifics
- Anchor element found with a valid href attribute, but no link content has been supplied.
Complaints by ibm
Rule a_text_purpose
a_text_purpose
Description: Hyperlink has no link text, label, or image with a text alternative
Count of instances: 9
Complaint specifics
- Hyperlink has no link text, label or image with a text alternative
Complaints by qualWeb
Rule QW-ACT-R12
QW-ACT-R12
Description: Link has no accessible name
Count of instances: 9
Complaint specifics
- This rule checks that each link has an accessible name.
Complaints by tenon
Rule 57
57
Description: Link has no text inside it
Count of instances: 13
Complaint specifics
- This link has no text inside it.
Complaints by wave
Rule link_empty
link_empty
Description: Link contains no text
Count of instances: 9
Complaint specifics
- Empty link
Issue imageButtonNoText
WCAG: 1.1.1
Score: 40
Complaints by axe
Rule input-image-alt
input-image-alt
Description: Image button has no text alternative
Count of instances: 5
Complaint specifics
- Image buttons must have alternate text; Element has no alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute
Complaints by htmlcs
Rule AAA.1_1_1.H36
AAA.1_1_1.H36
Description: Image submit button has no alt attribute
Count of instances: 5
Complaint specifics
- Image submit button missing an alt attribute. Specify a text alternative that describes the button's function, using the alt attribute.
Complaints by qualWeb
Rule QW-ACT-R6
QW-ACT-R6
Description: Image button has no accessible name
Count of instances: 5
Complaint specifics
- This rule checks that each image button element has an accessible name.
Rule QW-WCAG-T5
Description: alt attribute not used on an image used as a submit button
Count of instances: 5
Complaint specifics
- This technique checks all input elements that are buttons use alt text
Complaints by wave
Rule alt_input_missing
alt_input_missing
Description: Image button has no alternative text
Count of instances: 5
Complaint specifics
- Image button missing alternative text
Issue textContrastAA
WCAG: 1.4.3
Score: 32
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 8
Complaint specifics
- Text outside widget has minimum contrast
Complaints by axe
Rule color-contrast
color-contrast
Description: Element has insufficient color contrast
Count of instances: 8
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.57 (foreground color: #428bca, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
Complaints by ibm
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: 1
Complaint specifics
- Text contrast of 3.83 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 8
Complaint specifics
- Very low contrast
Issue tabFocusability
WCAG: 2.1.1
Score: 32
Complaints by testaro
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 16
Complaint specifics
- Some focusable elements are not Tab-focusable or vice versa
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 30
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 10
Complaint specifics
- This link opens in a new window without user control.
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 28
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 14
Complaint specifics
- Perceivable text content is included in a landmark
Complaints by axe
Rule region
region
Description: Some page content is not contained by landmarks
Count of instances: 4
Complaint specifics
- All page content should be contained by landmarks; Some page content is not contained by landmarks
Complaints by ibm
Rule aria_content_in_landmark
aria_content_in_landmark
Description: Content is not within a landmark element
Count of instances: 12
Complaint specifics
- Content is not within a landmark element
Issue activeEmbedding
WCAG: 2.5.5
Score: 27
Complaints by continuum
Rule 22
22
Description: Link contains an input, keygen, select, textarea, or button
Count of instances: 5
Complaint specifics
- This A should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)
Complaints by testaro
Rule embAc
embAc
Description: Active element is embedded in a link or button
Count of instances: 9
Complaint specifics
- A element is embedded in a link or button
- INPUT element is embedded in a link or button
Issue targetSize
WCAG: 2.5.5
Score: 27
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 9
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue linkPair
WCAG: 2.4.4
Score: 26
Complaints by tenon
Rule 184
184
Description: Adjacent links point to the same destination
Count of instances: 2
Complaint specifics
- These links are adjacent and point to the same destination.
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 13
Complaint specifics
- Redundant link
Issue hoverSurprise
WCAG: 1.4.13
Score: 24
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 12
Complaint specifics
- Hovering over element has unexpected effects
- Button shows no indication of being hovered over
Issue pseudoNavList
WCAG: 1.3.1
Score: 22
Complaints by htmlcs
Rule AAA.1_3_1.H48
AAA.1_3_1.H48
Description: Navigation links are not coded as a list
Count of instances: 2
Complaint specifics
- If this element contains a navigation section, it is recommended that it be marked up as a list.
Complaints by qualWeb
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: 11
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue imageInputNoText
WCAG: 1.1.1
Score: 20
Complaints by alfa
Rule r28
r28
Description: image input element has no accessible name
Count of instances: 5
Complaint specifics
- <input type='image'> elements have an accessible name
Complaints by continuum
Rule 131
131
Description: image input has no machanism allowing an accessible name to be calculated
Count of instances: 5
Complaint specifics
- This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.4_1_2.H91.InputImage.Name
AAA.4_1_2.H91.InputImage.Name
Description: image input has no accessible name
Count of instances: 5
Complaint specifics
- This imageinput element does not have a name available to an accessibility API. Valid names are: alt attribute, title attribute, aria-label attribute, aria-labelledby attribute.
Complaints by ibm
Rule imagebutton_alt_exists
imagebutton_alt_exists
Description: input element of type image has no text alternative
Count of instances: 5
Complaint specifics
- The <input> element of type "image" has no text alternative
Issue tabIndexMissing
WCAG: 2.1.1
Score: 20
Complaints by tenon
Rule 190
190
Description: Interactive item is not natively actionable, but has no tabindex=0 attribute
Count of instances: 5
Complaint specifics
- Item(s) with interactive `role` must have `tabindex="0"` unless it is natively actionable.
Issue contrastAAA
WCAG: 1.4.6
Score: 17
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 17
Complaint specifics
- Text outside widget has enhanced contrast
Complaints by axe
Rule color-contrast-enhanced
color-contrast-enhanced
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 5
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1
Complaints by htmlcs
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 10
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.58:1. Recommendation: change text colour to #fff, change background to #595959.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.48:1. Recommendation: change text colour to #595959.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.74:1. Recommendation: change background to #595959.
Issue pseudoListRisk
WCAG: 1.3.1
Score: 17
Complaints by qualWeb
Rule QW-BP23
QW-BP23
Description: List item is used nonsemantically
Count of instances: 17
Complaint specifics
- Ensures <li> elements are used semantically
Issue noHeading
WCAG: 1.3.1
Score: 15
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 5
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue duplicateAttribute
WCAG: 4.1.1
Score: 14
Complaints by testaro
Rule dupAtt
dupAtt
Description: Source code of the element contains 2 or more of the same attribute
Count of instances: 10
Complaint specifics
- Page prevented this test (treated as 10 instances)
Issue hiddenContentRisk
WCAG: 4.1
Score: 13
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 13
Complaint specifics
- Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.
Issue titleBad
WCAG: 1.3.1
Score: 12
Complaints by testaro
Rule titledEl
titledEl
Description: title attribute belongs to an inappropriate element
Count of instances: 3
Complaint specifics
- A element has a title attribute
Issue leadingInsufficient
WCAG: 1.4.8
Score: 10
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 5
Complaint specifics
- Paragraphs of text have sufficient line height
Issue eventKeyboardRisk
WCAG: 2.1.1
Score: 10
Complaints by htmlcs
Rule AAA.2_1_1.SCR20.MouseOut
AAA.2_1_1.SCR20.MouseOut
Description: Mousing-out functionality may not be available by keyboard
Count of instances: 5
Complaint specifics
- Ensure the functionality provided by mousing out of this element is available through the keyboard; for instance, using the blur event.
Rule AAA.2_1_1.SCR20.MouseOver
Description: Mousing-over functionality may not be available by keyboard
Count of instances: 5
Complaint specifics
- Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event.
Complaints by wave
Rule event_handler
event_handler
Description: Device-dependent event handler
Count of instances: 5
Complaint specifics
- Device dependent event handler
Issue labelClash
WCAG: 1.3.1
Score: 10
Complaints by testaro
Rule labClash
labClash
Description: Incompatible label types
Count of instances: 5
Complaint specifics
- Element INPUT is unlabeled
Issue duplicateID
WCAG: 4.1.1
Score: 8
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 2
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue inconsistentStyles
WCAG: 3.2.4
Score: 8
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 8
Complaint specifics
- In-line links have 5 different styles
- Links in columns have 2 different styles
- Level-2 headings have 4 different styles
Issue zIndexNotZero
WCAG: 1.4
Score: 8
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 8
Complaint specifics
- UL element has a non-default Z index
- DIV element has a non-default Z index
- IFRAME element has a non-default Z index
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 6
Complaints by htmlcs
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: 6
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue roleRedundant
WCAG: 4.1.2
Score: 6
Complaints by ibm
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
Complaint specifics
- The explicitly-assigned ARIA role "navigation" is redundant with the implicit role of the element <nav>
- The explicitly-assigned ARIA role "banner" is redundant with the implicit role of the element <header>
- The explicitly-assigned ARIA role "complementary" is redundant with the implicit role of the element <aside>
Complaints by testaro
Rule role
role
Description: Invalid, native-replacing, or redundant role
Count of instances: 6
Complaint specifics
- A elements have invalid or native-replaceable explicit role button (count: 1)
- HEADER elements have invalid or native-replaceable explicit role banner (count: 1)
- NAV elements have redundant explicit role navigation (count: 2)
- SECTION elements have invalid or native-replaceable explicit role main (count: 1)
- ASIDE elements have redundant explicit role complementary (count: 1)
Issue skipRepeatedContent
WCAG: 2.4.1
Score: 6
Complaints by qualWeb
Rule QW-ACT-R64
QW-ACT-R64
Description: Document has no heading for non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that the non-repeated content contains a heading
Rule QW-ACT-R75
Description: Blocks of repeated content cannot be bypassed
Count of instances: 1
Complaint specifics
- This rule checks that each page has a mechanism to bypass repeated blocks of content.
Issue iframeTitleBad
WCAG: 4.1.2
Score: 4
Complaints by alfa
Rule r13
r13
Description: iframe has no accessible name
Count of instances: 1
Complaint specifics
- <iframe> elements have an accessible name
Complaints by axe
Rule frame-title
frame-title
Description: Frame has no accessible name
Count of instances: 1
Complaint specifics
- Frames must have an accessible name; Element has no title attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element's default semantics were not overridden with role="none" or role="presentation"
Complaints by continuum
Rule 228
228
Description: iframe has no machanism allowing an accessible name to be calculated
Count of instances: 1
Complaint specifics
- This iframe element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.2_4_1.H64.1
AAA.2_4_1.H64.1
Description: iframe element has no non-empty title attribute
Count of instances: 1
Complaint specifics
- Iframe element requires a non-empty title attribute that identifies the frame.
Complaints by ibm
Rule frame_title_exists
frame_title_exists
Description: Inline frame has no title attribute
Count of instances: 1
Complaint specifics
- Inline frame does not have a 'title' attribute
Complaints by qualWeb
Rule QW-ACT-R19
QW-ACT-R19
Description: iframe element has no accessible name
Count of instances: 1
Complaint specifics
- This rule checks that each iframe element has an accessible name.
Issue imageNoText
WCAG: 1.1.1
Score: 4
Complaints by alfa
Rule r2
r2
Description: Image has no accessible name
Count of instances: 1
Complaint specifics
- Images have an accessible name
Complaints by axe
Rule image-alt
image-alt
Description: Image has no text alternative
Count of instances: 1
Complaint specifics
- Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role="none" or role="presentation"
Complaints by htmlcs
Rule AAA.1_1_1.H37
AAA.1_1_1.H37
Description: img element has no alt attribute
Count of instances: 1
Complaint specifics
- Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
Complaints by ibm
Rule img_alt_valid
img_alt_valid
Description: Image has neither an alt attribute nor an ARIA label or title
Count of instances: 1
Complaint specifics
- The image has neither an alt atttribute nor an ARIA label or title
Complaints by qualWeb
Rule QW-ACT-R17
QW-ACT-R17
Description: Image has no accessible name
Count of instances: 1
Complaint specifics
- This rule checks that each image that is not marked as decorative, has an accessible name.
Complaints by wave
Rule alt_missing
alt_missing
Description: Text alternative is missing
Count of instances: 1
Complaint specifics
- Missing alternative text
Issue headingStructure
WCAG: 1.3.1
Score: 4
Complaints by htmlcs
Rule AAA.1_3_1_AAA.G141
AAA.1_3_1_AAA.G141
Description: Heading level is incorrect
Count of instances: 2
Complaint specifics
- The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.
- The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.
Complaints by tenon
Rule 155
155
Description: Headings are not structured in a hierarchical manner
Count of instances: 1
Complaint specifics
- These headings are not structured in a hierarchical manner.
Issue leadingClipsText
WCAG: 1.4.8
Score: 4
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 1
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue h1Missing
WCAG: 1.3.1
Score: 3
Complaints by alfa
Rule r61
r61
Description: First heading is not h1
Count of instances: 1
Complaint specifics
- Documents start with a level 1 heading
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 3
Complaints by alfa
Rule r87
r87
Description: First focusable element is not a link to the main content
Count of instances: 1
Complaint specifics
- First focusable element is link to main content
Complaints by qualWeb
Rule QW-ACT-R73
QW-ACT-R73
Description: Block of repeated content is not collapsible
Count of instances: 1
Complaint specifics
- This rule checks that repeated blocks of content are collapsible.
Rule QW-ACT-R74
Description: Document has no instrument to move focus to non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that there is an instrument to move focus to non-repeated content in the page.
Rule QW-WCAG-T23
Description: No link at the top of the page that goes directly to the main content area
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.
Issue pseudoOrderedListRisk
WCAG: 1.3.1
Score: 3
Complaints by htmlcs
Rule AAA.1_3_1.H48.2
AAA.1_3_1.H48.2
Description: Ordered list may fail to be coded as such
Count of instances: 3
Complaint specifics
- This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.
Issue headingEmpty
WCAG: 2.4.6
Score: 3
Complaints by htmlcs
Rule AAA.1_3_1.H42.2
AAA.1_3_1.H42.2
Description: Heading empty
Count of instances: 1
Complaint specifics
- Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.
Complaints by ibm
Rule heading_content_exists
heading_content_exists
Description: Heading element has no descriptive content
Count of instances: 1
Complaint specifics
- Heading element has no descriptive content
Complaints by wave
Rule heading_empty
heading_empty
Description: Empty heading
Count of instances: 1
Complaint specifics
- Empty heading
Issue navConfusion
WCAG: 1.3.6
Score: 3
Complaints by ibm
Rule aria_navigation_label_unique
aria_navigation_label_unique
Description: Multiple elements with the navigation role do not have unique labels
Count of instances: 1
Complaint specifics
- Multiple elements with "navigation" role do not have unique labels
Issue obsolete
WCAG: 4.1
Score: 3
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 1
Complaint specifics
- The HTML attribute(s) "scrolling, frameborder" is deprecated for the <iframe> element in HTML 5
Issue boxSizeAbsolute
WCAG: 1.4.4
Score: 3
Complaints by qualWeb
Rule QW-BP15
QW-BP15
Description: Element width is specified in an absolute value
Count of instances: 1
Complaint specifics
- At least one width attribute of an HTML element is expressed in absolute values
Issue horizontalScrolling
WCAG: 1.4.10
Score: 3
Complaints by tenon
Rule 28
28
Description: Layout or sizing of the page causes horizontal scrolling
Count of instances: 1
Complaint specifics
- The layout or sizing of this page causes horizontal scrolling.
Issue linkVague
WCAG: 2.4.4
Score: 3
Complaints by tenon
Rule 73
73
Description: Link text is too generic to communicate the purpose or destination
Count of instances: 1
Complaint specifics
- This link text is uninformative.
Issue titleRedundant
WCAG: 1.3.1
Score: 3
Complaints by tenon
Rule 79
79
Description: Link has a title attribute that is the same as the text inside the link
Count of instances: 3
Complaint specifics
- This link has a `title` attribute that is the same as the text inside the link.
Complaints by wave
Rule title_redundant
title_redundant
Description: Title attribute text is the same as text or alternative text
Count of instances: 2
Complaint specifics
- Redundant title text
Issue mainNone
WCAG: 1.3.6
Score: 2
Complaints by qualWeb
Rule QW-ACT-R63
QW-ACT-R63
Description: Document has no landmark with non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that each page has an element with a landmark semantic role starting with non-repeated content
Issue pseudoHeadingRisk
WCAG: 1.3.1
Score: 2
Complaints by wave
Rule heading_possible
heading_possible
Description: Possible heading
Count of instances: 2
Complaint specifics
- Possible heading
Issue linkConfusionRisk
WCAG: 2.4.4
Score: 1
Complaints by axe
Rule identical-links-same-purpose
identical-links-same-purpose
Description: Links with the same accessible name may serve dissimilar purposes
Count of instances: 1
Complaint specifics
- Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous.
Issue contrastRisk
WCAG: 1.4.3
Score: 1
Complaints by htmlcs
Rule AAA.1_4_6.G18.Abs
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
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.
Issue complementaryNoText
WCAG: 1.3.6
Score: 1
Complaints by ibm
Rule aria_complementary_labelled
aria_complementary_labelled
Description: Element with a complementary role has no label
Count of instances: 1
Complaint specifics
- The element with "complementary" role does not have a label
Issue sectionHeadingless
WCAG: 1.3.1
Score: 1
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 1
Complaint specifics
- The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order
Issue textAlternativeRisk
WCAG: 1
Score: 1
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 1
Complaint specifics
- This describes a failure condition for all techniques involving text alternatives. If the text in the "text alternative" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content
Issue linkComprehensionRisk
WCAG: 2.4.4
Score: 1
Complaints by wave
Rule link_suspicious
link_suspicious
Description: Suspicious link text
Count of instances: 1
Complaint specifics
- Suspicious link text
Issue frameContentRisk
WCAG: 4.1
Score: 0
Complaints by axe
Rule frame-tested
frame-tested
Description: Some content is in an iframe and therefore may not be testable for accessibility
Count of instances: 1
Complaint specifics
- Frames should be tested with axe-core; The iframe still has to be tested with axe-core
Issue ignorable
WCAG: N/A
Score: 0
Complaints by qualWeb
Rule QW-WCAG-T20
QW-WCAG-T20
Description: Link text is not supplemented with a title attribute
Count of instances: 6
Complaint specifics
- Supplementing link text with the title attribute
Complete report
{ "id": "18ixx-ts27-caAD9-a", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687104638174, "endTime": 1687104638728 }, { "type": "url", "which": "https://ad09.asmrc.org/", "what": "Member Heath Flora (R)", "startTime": 1687104638729, "result": { "url": "https://ad09.asmrc.org/" }, "endTime": 1687104642390 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687104642390, "url": "https://ad09.asmrc.org/", "endTime": 1687104644136 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687104644137, "url": "https://ad09.asmrc.org/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 1438496, 1438496, 1438496, 1438496, 1438496 ], "localRatios": [ 1, 1, 1, 1 ], "meanLocalRatio": 1, "maxLocalRatio": 1, "globalRatio": 1, "pixelChanges": [ 0, 0, 0, 0 ], "meanPixelChange": 0, "maxPixelChange": 0, "changeFrequency": 0 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] } }, "success": true }, "standardResult": { "totals": [ 0, 0, 0, 0 ], "instances": [] }, "endTime": 1687104657968 }, { "type": "launch", "which": "chromium", "startTime": 1687104657969, "endTime": 1687104658508 }, { "type": "url", "which": "https://ad09.asmrc.org/", "what": "Member Heath Flora (R)", "startTime": 1687104658508, "result": { "url": "https://ad09.asmrc.org/" }, "endTime": 1687104659147 }, { "type": "test", "which": "alfa", "startTime": 1687104659147, "url": "https://ad09.asmrc.org/", "what": "alfa", "result": { "totals": { "failures": 56, "warnings": 16 }, "items": [ { "index": 10, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\">", " <!-- block -->", "</a>" ] } }, { "index": 11, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" ] } }, { "index": 12, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" ] } }, { "index": 13, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" ] } }, { "index": 29, "verdict": "failed", "rule": { "ruleID": "r13", "ruleSummary": "<iframe> elements have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r13", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" } ] }, "target": { "type": "element", "tagName": "iframe", "path": "/html[1]/body[1]/div[2]/div[1]/div[4]/div[1]/div[1]/aside[1]/div[2]/div[1]/iframe[1]", "codeLines": [ "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"340\" height=\"650\" style=\"border:none;overflow:hidden\" scroll..." ] } }, { "index": 51, "verdict": "failed", "rule": { "ruleID": "r2", "ruleSummary": "Images have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r2", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "img", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/ul[1]/li[1]/img[1]", "codeLines": [ "<img src=\"https://ad09.asmrc.org/sites/default/files/banner_1.jpg\">" ] } }, { "index": 74, "verdict": "failed", "rule": { "ruleID": "r28", "ruleSummary": "<input type='image'> elements have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r28", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "input", "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]/input[1]", "codeLines": [ "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">" ] } }, { "index": 75, "verdict": "failed", "rule": { "ruleID": "r28", "ruleSummary": "<input type='image'> elements have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r28", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "input", "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]/div[1]/div[1]/div[1]/input[1]", "codeLines": [ "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">" ] } }, { "index": 76, "verdict": "failed", "rule": { "ruleID": "r28", "ruleSummary": "<input type='image'> elements have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r28", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "input", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[1]/input[1]", "codeLines": [ "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">" ] } }, { "index": 77, "verdict": "failed", "rule": { "ruleID": "r28", "ruleSummary": "<input type='image'> elements have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r28", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "input", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[2]/input[1]", "codeLines": [ "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">" ] } }, { "index": 78, "verdict": "failed", "rule": { "ruleID": "r28", "ruleSummary": "<input type='image'> elements have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r28", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "input", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[3]/input[1]", "codeLines": [ "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">" ] } }, { "index": 152, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/a[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "Honored to Serve" ] } }, { "index": 153, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, Hughson, Ione, La Grange, Lathrop, Linden, Lockeford, Lodi, Manteca, Oakdale, Rancho Murieta, Ripon, Riverbank, Salida, Waterford, and Wilton" ] } }, { "index": 155, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "District Office" ] } }, { "index": 156, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]", "codeLines": [ "578 N. Wilma Ave" ] } }, { "index": 157, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[2]", "codeLines": [ "Suite B" ] } }, { "index": 158, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[3]", "codeLines": [ "Ripon, CA 95366" ] } }, { "index": 159, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/a[1]/text()[1]", "codeLines": [ "209-599-2112" ] } }, { "index": 160, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "Capitol Office" ] } }, { "index": 161, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[1]", "codeLines": [ "State Capitol" ] } }, { "index": 162, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[2]", "codeLines": [ "P.O. Box 942849" ] } }, { "index": 163, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[3]", "codeLines": [ "Sacramento, CA 94249-0009" ] } }, { "index": 164, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/a[1]/text()[1]", "codeLines": [ "916-319-2009" ] } }, { "index": 165, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/h2[1]/text()[1]", "codeLines": [ "Honored to Serve" ] } }, { "index": 166, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, Hughson, Ione, La Grange, Lathrop, Linden, Lockeford, Lodi, Manteca, Oakdale, Rancho Murieta, Ripon, Riverbank, Salida, Waterford, and Wilton" ] } }, { "index": 170, "verdict": "failed", "rule": { "ruleID": "r61", "ruleSummary": "Documents start with a level 1 heading", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r61", "requirements": [] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } }, { "index": 178, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a href=\"/\" data-drupal-link-system-path=\"<front>\" class=\"is-active\">", " Home", "</a>" ] } }, { "index": 179, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\">", " Legislation", "</a>" ] } }, { "index": 180, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a href=\"/in-the-news\" title=\"News Room\" data-drupal-link-system-path=\"in-the-news\" class=\"sf-with-ul\">", " Newsroom", "</a>" ] } }, { "index": 181, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a href=\"/district-news\" data-drupal-link-system-path=\"district-news\" class=\"sf-with-ul\">", " My District", "</a>" ] } }, { "index": 182, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]", "codeLines": [ "<a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\" class=\"sf-with-ul\">", " Media", "</a>" ] } }, { "index": 183, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]", "codeLines": [ "<a href=\"/biography\" data-drupal-link-system-path=\"node/128\" class=\"sf-with-ul\">", " About", "</a>" ] } }, { "index": 185, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[2]/h1[1]/a[1]", "codeLines": [ "<a href=\"/\" title=\"Home\" rel=\"home\"></a>" ] } }, { "index": 186, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\">", " <!-- block -->", "</a>" ] } }, { "index": 187, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" ] } }, { "index": 188, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" ] } }, { "index": 189, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" ] } }, { "index": 190, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]", "codeLines": [ "<a href=\"https://ad09.asmrc.org/downtime-contact\">", " <input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">", "</a>" ] } }, { "index": 192, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/a[1]", "codeLines": [ "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/map\" alt=\"Honor to Serve\">", " <!-- block -->", " <div id=\"block-honoredtoserve-2\">", " <h2>", " Honored to Serve", " </h2>", " <div class=\"field field--name-body field--type-text-with-summary field--label-hidden field__item\">", " <p>", " Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, Hughson, Ione, La Grange, Lathrop, Linden, Lockeford, Lodi, Manteca, Oakdale, Rancho Murieta, Ripon, Riverbank, Salida, Waterford, and Wilton", " </p>", " </div>", " </div>", " <!-- /block -->", "</a>" ] } }, { "index": 193, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]", "codeLines": [ "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\">", " <!-- block -->", " <div id=\"block-covid19\">", " <div class=\"field field--name-body field--type-text-with-summary field--label-hidden field__item\">", " <div style=\"padding: 0px !important; margin: 0px !important;\">", " <input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">", " </div>", " </div>", " </div>", " <!-- /block -->", "</a>" ] } }, { "index": 195, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[4]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"https://www.fire.ca.gov/\" target=\"_blank\">", " Wildfire Resources", "</a>" ] } }, { "index": 204, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 205, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "Legislation" ] } }, { "index": 206, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "Newsroom" ] } }, { "index": 207, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/text()[1]", "codeLines": [ "My District" ] } }, { "index": 208, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/text()[1]", "codeLines": [ "Media" ] } }, { "index": 209, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/text()[1]", "codeLines": [ "About" ] } }, { "index": 213, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "District Office" ] } }, { "index": 214, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]", "codeLines": [ "578 N. Wilma Ave" ] } }, { "index": 215, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[2]", "codeLines": [ "Suite B" ] } }, { "index": 216, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[3]", "codeLines": [ "Ripon, CA 95366" ] } }, { "index": 217, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/a[1]/text()[1]", "codeLines": [ "209-599-2112" ] } }, { "index": 218, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "Capitol Office" ] } }, { "index": 219, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[1]", "codeLines": [ "State Capitol" ] } }, { "index": 220, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[2]", "codeLines": [ "P.O. Box 942849" ] } }, { "index": 221, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[3]", "codeLines": [ "Sacramento, CA 94249-0009" ] } }, { "index": 222, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/a[1]/text()[1]", "codeLines": [ "916-319-2009" ] } }, { "index": 224, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, Hughson, Ione, La Grange, Lathrop, Linden, Lockeford, Lodi, Manteca, Oakdale, Rancho Murieta, Ripon, Riverbank, Salida, Waterford, and Wilton" ] } }, { "index": 228, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 229, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "Legislation" ] } }, { "index": 230, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "Newsroom" ] } }, { "index": 231, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/text()[1]", "codeLines": [ "My District" ] } }, { "index": 232, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/text()[1]", "codeLines": [ "Media" ] } }, { "index": 233, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/text()[1]", "codeLines": [ "About" ] } }, { "index": 241, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/a[1]/text()[1]", "codeLines": [ "209-599-2112" ] } }, { "index": 246, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/a[1]/text()[1]", "codeLines": [ "916-319-2009" ] } }, { "index": 261, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p>", " Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, Hughson, Ione, La Grange, Lathrop, Linden, Lockeford, Lodi, Manteca, Oakdale, Rancho Murieta, Ripon, Riverbank, Salida, Waterford, and Wilton", "</p>" ] } }, { "index": 262, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]", "codeLines": [ "<p>", " 578 N. Wilma Ave", " <br>", " Suite B", " <br>", " Ripon, CA 95366", " <br>", " <a href=\"tel: 209-599-2112\">", " 209-599-2112", " </a>", "</p>" ] } }, { "index": 263, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]", "codeLines": [ "<p>", " State Capitol", " <br>", " P.O. Box 942849", " <br>", " Sacramento, CA 94249-0009", " <br>", " <a href=\"tel: 916-319-2009\">", " 916-319-2009", " </a>", "</p>" ] } }, { "index": 264, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p>", " Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, Hughson, Ione, La Grange, Lathrop, Linden, Lockeford, Lodi, Manteca, Oakdale, Rancho Murieta, Ripon, Riverbank, Salida, Waterford, and Wilton", "</p>" ] } }, { "index": 265, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]", "codeLines": [ "<p>", " <a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\">", " <input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">", " </a>", " <a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\">", " <input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">", " </a>", " <a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\">", " <input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">", " </a>", "</p>" ] } }, { "index": 361, "verdict": "cantTell", "rule": { "ruleID": "r87", "ruleSummary": "First focusable element is link to main content", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r87", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "name": "G1", "title": "Adding a link at the top of each page that goes directly to the main content area" } ] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } } ], "success": true }, "standardResult": { "totals": [ 16, 0, 0, 56 ], "instances": [ { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> <!-- block --> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "r13", "what": "<iframe> elements have an accessible name", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[4]/div[1]/div[1]/aside[1]/div[2]/div[1]/iframe[1]" }, "excerpt": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"340\" height=\"650\" style=\"border:none;overflow:hidden\" scroll..." }, { "ruleID": "r2", "what": "Images have an accessible name", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/ul[1]/li[1]/img[1]" }, "excerpt": "<img src=\"https://ad09.asmrc.org/sites/default/files/banner_1.jpg\">" }, { "ruleID": "r28", "what": "<input type='image'> elements have an accessible name", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]/input[1]" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">" }, { "ruleID": "r28", "what": "<input type='image'> elements have an accessible name", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]/div[1]/div[1]/div[1]/input[1]" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">" }, { "ruleID": "r28", "what": "<input type='image'> elements have an accessible name", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[1]/input[1]" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">" }, { "ruleID": "r28", "what": "<input type='image'> elements have an accessible name", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[2]/input[1]" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">" }, { "ruleID": "r28", "what": "<input type='image'> elements have an accessible name", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[3]/input[1]" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/a[1]/div[1]/h2[1]/text()[1]" }, "excerpt": "Honored to Serve" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, Hughson, Ione, La Grange, Lathrop, Linden, Lockeford, Lodi, Manteca, Oakdale, Rancho Murieta, Ripon, Riverbank, Salida, Waterford, and Wilton" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "District Office" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]" }, "excerpt": "578 N. Wilma Ave" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[2]" }, "excerpt": "Suite B" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[3]" }, "excerpt": "Ripon, CA 95366" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/a[1]/text()[1]" }, "excerpt": "209-599-2112" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "Capitol Office" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[1]" }, "excerpt": "State Capitol" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[2]" }, "excerpt": "P.O. Box 942849" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[3]" }, "excerpt": "Sacramento, CA 94249-0009" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/a[1]/text()[1]" }, "excerpt": "916-319-2009" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/h2[1]/text()[1]" }, "excerpt": "Honored to Serve" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, Hughson, Ione, La Grange, Lathrop, Linden, Lockeford, Lodi, Manteca, Oakdale, Rancho Murieta, Ripon, Riverbank, Salida, Waterford, and Wilton" }, { "ruleID": "r61", "what": "Documents start with a level 1 heading", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"/\" data-drupal-link-system-path=\"<front>\" class=\"is-active\"> Home </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\"> Legislation </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"/in-the-news\" title=\"News Room\" data-drupal-link-system-path=\"in-the-news\" class=\"sf-with-ul\"> Newsroom </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a href=\"/district-news\" data-drupal-link-system-path=\"district-news\" class=\"sf-with-ul\"> My District </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\" class=\"sf-with-ul\"> Media </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]" }, "excerpt": "<a href=\"/biography\" data-drupal-link-system-path=\"node/128\" class=\"sf-with-ul\"> About </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[2]/h1[1]/a[1]" }, "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> <!-- block --> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\"> <input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\"> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/map\" alt=\"Honor to Serve\"> <!-- block --> <div id=\"block-honoredtoserve-2\"> <h2> Honored to Serve </h2> <div class=\"field field--name-body field--type ... on, Galt, Hickman, Hughson, Ione, La Grange, Lathrop, Linden, Lockeford, Lodi, Manteca, Oakdale, Rancho Murieta, Ripon, Riverbank, Salida, Waterford, and Wilton </p> </div> </div> <!-- /block --> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\"> <!-- block --> <div id=\"block-covid19\"> <div class=\"field field--name-body field--type-text-with-summary field--label-hidden field__it ... rc='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\"> </div> </div> </div> <!-- /block --> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[4]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://www.fire.ca.gov/\" target=\"_blank\"> Wildfire Resources </a>" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "Legislation" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "Newsroom" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/text()[1]" }, "excerpt": "My District" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/text()[1]" }, "excerpt": "Media" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/text()[1]" }, "excerpt": "About" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "District Office" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]" }, "excerpt": "578 N. Wilma Ave" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[2]" }, "excerpt": "Suite B" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[3]" }, "excerpt": "Ripon, CA 95366" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/a[1]/text()[1]" }, "excerpt": "209-599-2112" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "Capitol Office" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[1]" }, "excerpt": "State Capitol" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[2]" }, "excerpt": "P.O. Box 942849" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[3]" }, "excerpt": "Sacramento, CA 94249-0009" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/a[1]/text()[1]" }, "excerpt": "916-319-2009" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, Hughson, Ione, La Grange, Lathrop, Linden, Lockeford, Lodi, Manteca, Oakdale, Rancho Murieta, Ripon, Riverbank, Salida, Waterford, and Wilton" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "Legislation" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "Newsroom" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/text()[1]" }, "excerpt": "My District" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/text()[1]" }, "excerpt": "Media" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/text()[1]" }, "excerpt": "About" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/a[1]/text()[1]" }, "excerpt": "209-599-2112" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]/a[1]/text()[1]" }, "excerpt": "916-319-2009" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p> Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, Hughson, Ione, La Grange, Lathrop, Linden, Lockeford, Lodi, Manteca, Oakdale, Rancho Murieta, Ripon, Riverbank, Salida, Waterford, and Wilton </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]" }, "excerpt": "<p> 578 N. Wilma Ave <br> Suite B <br> Ripon, CA 95366 <br> <a href=\"tel: 209-599-2112\"> 209-599-2112 </a> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]" }, "excerpt": "<p> State Capitol <br> P.O. Box 942849 <br> Sacramento, CA 94249-0009 <br> <a href=\"tel: 916-319-2009\"> 916-319-2009 </a> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p> Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, Hughson, Ione, La Grange, Lathrop, Linden, Lockeford, Lodi, Manteca, Oakdale, Rancho Murieta, Ripon, Riverbank, Salida, Waterford, and Wilton </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]" }, "excerpt": "<p> <a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialme ... /default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\"> </a> </p>" }, { "ruleID": "r87", "what": "First focusable element is link to main content", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" } ] }, "endTime": 1687104662729 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687104662729, "url": "https://ad09.asmrc.org/", "what": "Axe", "result": { "totals": { "rulesNA": 56, "rulesPassed": 39, "rulesWarned": 3, "rulesViolated": 7, "warnings": { "minor": 14, "moderate": 0, "serious": 0, "critical": 1 }, "violations": { "minor": 0, "moderate": 4, "serious": 18, "critical": 6 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T16:11:03.363Z", "url": "https://ad09.asmrc.org/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "frame-tested", "impact": "critical", "tags": [ "cat.structure", "review-item", "best-practice" ], "description": "Ensures <iframe> and <frame> elements contain the axe-core script", "help": "Frames should be tested with axe-core", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/frame-tested?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"340\" height=\"650\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allow=\"encrypted-media\">", "target": [ "iframe[width=\"340\"]" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" } ] }, { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"slicknav_menu\">", "target": [ ".slicknav_menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"slicknav_nav slicknav_hidden\" style=\"touch-action: pan-y; display: none;\" aria-hidden=\"true\" role=\"menu\">", "target": [ ".slicknav_nav" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\">", "target": [ ".slicknav_parent.slicknav_collapsed:nth-child(3) > .slicknav_hidden[role=\"menu\"][aria-hidden=\"true\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\">", "target": [ ".slicknav_parent.slicknav_collapsed:nth-child(4) > .slicknav_hidden[role=\"menu\"][aria-hidden=\"true\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\">", "target": [ ".slicknav_parent.slicknav_collapsed:nth-child(5) > .slicknav_hidden[role=\"menu\"][aria-hidden=\"true\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\">", "target": [ ".slicknav_parent.slicknav_collapsed:nth-child(6) > .slicknav_hidden[role=\"menu\"][aria-hidden=\"true\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul style=\"display: none;\">", "target": [ ".sf-js-enabled > li:nth-child(3) > ul" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul style=\"display: none;\">", "target": [ ".sf-js-enabled > li:nth-child(4) > ul" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul style=\"display: none;\">\n <li>\n <a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\">Photos</a>\n </li>\n <li>\n <a href=\"/video-library\" data-drupal-link-system-path=\"video-library\">Videos</a>\n </li>\n </ul>", "target": [ ".sf-js-enabled > li:nth-child(5) > ul" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul style=\"display: none;\">", "target": [ ".sf-js-enabled > li:nth-child(6) > ul" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"flex-caption\">\n <h2><p class=\"head\">Assemblyman</p><p class=\"head\">HEATH FLORA</p></h2>AD12 District \n <a class=\"frmore\" href=\"/biography\">Read More</a>\n </div>", "target": [ ".flex-caption" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div style=\"height: 1px; width: 1px; position: absolute; z-index: 100000; top: 0px; visibility: hidden;\">", "target": [ "div:nth-child(7) > div" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<iframe id=\"a2a_sm_ifr\" title=\"AddToAny Utility Frame\" transparency=\"true\" allowtransparency=\"true\" frameborder=\"0\" src=\"https://static.addtoany.com/menu/sm.24.html#type=core&event=load\" style=\"height: 1px; width: 1px; border: 0px; left: 0px; top: 0px; position: absolute; z-index: 100000; display: none;\">", "target": [ "#a2a_sm_ifr" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ] }, { "id": "identical-links-same-purpose", "impact": "minor", "tags": [ "cat.semantics", "wcag2aaa", "wcag249" ], "description": "Ensure that links with the same accessible name serve a similar purpose", "help": "Links with the same name must have a similar purpose", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/identical-links-same-purpose?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "identical-links-same-purpose", "data": { "name": "submit", "urlProps": { "protocol": "http:", "hostname": "ad09.asmrc.org", "port": "", "pathname": "/downtime-contact/", "search": {}, "hash": "", "filename": "" } }, "relatedNodes": [ { "html": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\">", "target": [ "a[href$=\"covid-19-resources-0\"]" ] }, { "html": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"><input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\"></a>", "target": [ "p > a[target=\"_blank\"]:nth-child(1)" ] }, { "html": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\"></a>", "target": [ "a[target=\"_blank\"]:nth-child(2)" ] }, { "html": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\">", "target": [ "a[target=\"_blank\"]:nth-child(3)" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\"></a>", "target": [ ".field.field--name-body.field--type-text-with-summary > div > a:nth-child(2)" ], "failureSummary": "Fix all of the following:\n Check that links have the same purpose, or are intentionally ambiguous." } ] } ], "violations": [ { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146", "ACT" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds", "help": "Elements must meet enhanced color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#666666", "contrastRatio": 5.74, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div id=\"bottom\">", "target": [ "#bottom" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"field-content\">District Office</span>", "target": [ ".row-1 > .views-field-title.views-field > .field-content" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#666666", "contrastRatio": 5.74, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div id=\"bottom\">", "target": [ "#bottom" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<p>578 N. Wilma Ave<br>\nSuite B<br>\nRipon, CA 95366<br><a href=\"tel: 209-599-2112\">209-599-2112</a></p>", "target": [ ".row-1 > .views-field-body.views-field > .district-address.field-content > p" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#666666", "contrastRatio": 5.74, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div id=\"bottom\">", "target": [ "#bottom" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"field-content\">Capitol Office</span>", "target": [ ".row-2 > .views-field-title.views-field > .field-content" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#666666", "contrastRatio": 5.74, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div id=\"bottom\">", "target": [ "#bottom" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<p>State Capitol<br>\nP.O. Box 942849<br>\nSacramento, CA 94249-0009<br><a href=\"tel: 916-319-2009\">916-319-2009</a></p>", "target": [ ".row-2 > .views-field-body.views-field > .district-address.field-content > p" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#666666", "contrastRatio": 5.74, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div id=\"bottom\">", "target": [ "#bottom" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<p>Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, Hughson, Ione, La Grange, Lathrop, Linden, Lockeford, Lodi, Manteca, Oakdale, Rancho Murieta, Ripon, Riverbank, Salida, Waterford, and Wilton</p>", "target": [ "#block-honoredtoserve > .field.field--name-body.field--type-text-with-summary > p" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1" } ] }, { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "fgColor": "#777777", "bgColor": "#ffffff", "contrastRatio": 4.47, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"page-node-\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/\" data-drupal-link-system-path=\"<front>\" class=\"is-active\">Home</a>", "target": [ ".sf-js-enabled > li:nth-child(1) > .is-active[data-drupal-link-system-path=\"<front>\"][href=\"/\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#777777", "bgColor": "#ffffff", "contrastRatio": 4.47, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"page-node-\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\">Legislation</a>", "target": [ ".sf-js-enabled > li:nth-child(2) > a[href$=\"legislation\"][title=\"Legislation\"][data-drupal-link-system-path=\"legislation\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#777777", "bgColor": "#ffffff", "contrastRatio": 4.47, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"page-node-\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/in-the-news\" title=\"News Room\" data-drupal-link-system-path=\"in-the-news\" class=\"sf-with-ul\">Newsroom</a>", "target": [ "li:nth-child(3) > a[title=\"News Room\"][href$=\"in-the-news\"][data-drupal-link-system-path=\"in-the-news\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#777777", "bgColor": "#ffffff", "contrastRatio": 4.47, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"page-node-\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/district-news\" data-drupal-link-system-path=\"district-news\" class=\"sf-with-ul\">My District</a>", "target": [ "li:nth-child(4) > .sf-with-ul[href$=\"district-news\"][data-drupal-link-system-path=\"district-news\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#777777", "bgColor": "#ffffff", "contrastRatio": 4.47, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"page-node-\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\" class=\"sf-with-ul\">Media</a>", "target": [ "li:nth-child(5) > .sf-with-ul[href$=\"my-photos\"][data-drupal-link-system-path=\"my-photos\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#777777", "bgColor": "#ffffff", "contrastRatio": 4.47, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"page-node-\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/biography\" data-drupal-link-system-path=\"node/128\" class=\"sf-with-ul\">About</a>", "target": [ "li:nth-child(6) > .sf-with-ul[data-drupal-link-system-path=\"node/128\"][href$=\"biography\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#428bca", "bgColor": "#666666", "contrastRatio": 1.57, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div id=\"bottom\">", "target": [ "#bottom" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 1.57 (foreground color: #428bca, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"tel: 209-599-2112\">209-599-2112</a>", "target": [ "a[href=\"tel: 209-599-2112\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 1.57 (foreground color: #428bca, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#428bca", "bgColor": "#666666", "contrastRatio": 1.57, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div id=\"bottom\">", "target": [ "#bottom" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 1.57 (foreground color: #428bca, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"tel: 916-319-2009\">916-319-2009</a>", "target": [ "a[href=\"tel: 916-319-2009\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 1.57 (foreground color: #428bca, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" } ] }, { "id": "frame-title", "impact": "serious", "tags": [ "cat.text-alternatives", "wcag2a", "wcag412", "section508", "section508.22.i", "TTv5", "TT12.c" ], "description": "Ensures <iframe> and <frame> elements have an accessible name", "help": "Frames must have an accessible name", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/frame-title?application=axeAPI", "nodes": [ { "any": [ { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "presentational-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ], "all": [], "none": [], "impact": "serious", "html": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"340\" height=\"650\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allow=\"encrypted-media\">", "target": [ "iframe[width=\"340\"]" ], "failureSummary": "Fix any of the following:\n Element has no title attribute\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ] }, { "id": "image-alt", "impact": "critical", "tags": [ "cat.text-alternatives", "wcag2a", "wcag111", "section508", "section508.22.a", "ACT", "TTv5", "TT7.a", "TT7.b" ], "description": "Ensures <img> elements have alternate text or a role of none or presentation", "help": "Images must have alternate text", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI", "nodes": [ { "any": [ { "id": "has-alt", "data": null, "relatedNodes": [], "impact": "critical", "message": "Element does not have an alt attribute" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" }, { "id": "presentational-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ], "all": [], "none": [], "impact": "critical", "html": "<img src=\"https://ad09.asmrc.org/sites/default/files/banner_1.jpg\">", "target": [ "li > img" ], "failureSummary": "Fix any of the following:\n Element does not have an alt attribute\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ] }, { "id": "input-image-alt", "impact": "critical", "tags": [ "cat.text-alternatives", "wcag2a", "wcag111", "wcag412", "section508", "section508.22.a", "ACT", "TTv5", "TT7.a" ], "description": "Ensures <input type=\"image\"> elements have alternate text", "help": "Image buttons must have alternate text", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/input-image-alt?application=axeAPI", "nodes": [ { "any": [ { "id": "non-empty-alt", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "critical", "message": "Element has no alt attribute" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "critical", "html": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">", "target": [ "div > a:nth-child(2) > input" ], "failureSummary": "Fix any of the following:\n Element has no alt attribute\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "non-empty-alt", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "critical", "message": "Element has no alt attribute" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "critical", "html": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">", "target": [ "div > input" ], "failureSummary": "Fix any of the following:\n Element has no alt attribute\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "non-empty-alt", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "critical", "message": "Element has no alt attribute" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "critical", "html": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">", "target": [ "a[target=\"_blank\"]:nth-child(1) > input" ], "failureSummary": "Fix any of the following:\n Element has no alt attribute\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "non-empty-alt", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "critical", "message": "Element has no alt attribute" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "critical", "html": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">", "target": [ "a[target=\"_blank\"]:nth-child(2) > input" ], "failureSummary": "Fix any of the following:\n Element has no alt attribute\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "non-empty-alt", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "critical", "message": "Element has no alt attribute" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "critical", "html": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">", "target": [ "a[target=\"_blank\"]:nth-child(3) > input" ], "failureSummary": "Fix any of the following:\n Element has no alt attribute\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" } ] }, { "id": "link-name", "impact": "serious", "tags": [ "cat.name-role-value", "wcag2a", "wcag412", "wcag244", "section508", "section508.22.a", "ACT", "TTv5", "TT6.a" ], "description": "Ensures links have discernible text", "help": "Links must have discernible text", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/link-name?application=axeAPI", "nodes": [ { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\">\n <!-- block -->\n\n</a>", "target": [ ".preface-area-1 > .preface_a[alt=\"EDD Help\"][target=\"_blank\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\">\n \n \n \n \n </a>", "target": [ "#block-eddhelpbutton > .preface_a[alt=\"EDD Help\"][target=\"_blank\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>", "target": [ ".field.field--name-body.field--type-text-with-summary > .preface_a[alt=\"EDD Help\"][target=\"_blank\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>", "target": [ ".field.field--name-body.field--type-text-with-summary > div > .preface_a[alt=\"EDD Help\"][target=\"_blank\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" } ] }, { "id": "region", "impact": "moderate", "tags": [ "cat.keyboard", "best-practice" ], "description": "Ensures all page content is contained by landmarks", "help": "All page content should be contained by landmarks", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI", "nodes": [ { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<img src=\"https://ad09.asmrc.org/sites/default/files/banner_1.jpg\">", "target": [ "li > img" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"preface-block col-sm-4 preface-area-2\">", "target": [ ".preface-area-2" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"footer-block col-sm-4 footer-1\">", "target": [ ".footer-1" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"footer-block col-sm-4 footer-3\">", "target": [ ".footer-3" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] }, "success": true }, "standardResult": { "totals": [ 14, 1, 4, 24 ], "instances": [ { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "iframe[width=\"340\"]" }, "excerpt": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_w ... rue&hide_cover=false&show_facepile=true&appId\" width=\"340\" height=\"650\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allow=\"encrypted-media\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".slicknav_menu" }, "excerpt": "<div class=\"slicknav_menu\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".slicknav_nav" }, "excerpt": "<ul class=\"slicknav_nav slicknav_hidden\" style=\"touch-action: pan-y; display: none;\" aria-hidden=\"true\" role=\"menu\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".slicknav_parent.slicknav_collapsed:nth-child(3) > .slicknav_hidden[role=\"menu\"][aria-hidden=\"true\"]" }, "excerpt": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".slicknav_parent.slicknav_collapsed:nth-child(4) > .slicknav_hidden[role=\"menu\"][aria-hidden=\"true\"]" }, "excerpt": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".slicknav_parent.slicknav_collapsed:nth-child(5) > .slicknav_hidden[role=\"menu\"][aria-hidden=\"true\"]" }, "excerpt": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".slicknav_parent.slicknav_collapsed:nth-child(6) > .slicknav_hidden[role=\"menu\"][aria-hidden=\"true\"]" }, "excerpt": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".sf-js-enabled > li:nth-child(3) > ul" }, "excerpt": "<ul style=\"display: none;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".sf-js-enabled > li:nth-child(4) > ul" }, "excerpt": "<ul style=\"display: none;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".sf-js-enabled > li:nth-child(5) > ul" }, "excerpt": "<ul style=\"display: none;\"> <li> <a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\">Photos</a> </li> <li> <a href=\"/video-library\" data-drupal-link-system-path=\"video-library\">Videos</a> </li> </ul>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".sf-js-enabled > li:nth-child(6) > ul" }, "excerpt": "<ul style=\"display: none;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".flex-caption" }, "excerpt": "<div class=\"flex-caption\"> <h2><p class=\"head\">Assemblyman</p><p class=\"head\">HEATH FLORA</p></h2>AD12 District <a class=\"frmore\" href=\"/biography\">Read More</a> </div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "div:nth-child(7) > div" }, "excerpt": "<div style=\"height: 1px; width: 1px; position: absolute; z-index: 100000; top: 0px; visibility: hidden;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IFRAME", "id": "a2a_sm_ifr", "location": { "doc": "dom", "type": "selector", "spec": "#a2a_sm_ifr" }, "excerpt": "<iframe id=\"a2a_sm_ifr\" title=\"AddToAny Utility Frame\" transparency=\"true\" allowtransparency=\"true\" frameborder=\"0\" src=\"https://static.addtoany.com/menu/sm.24.html#type=core&event=load\" style=\"height: 1px; width: 1px; border: 0px; left: 0px; top: 0px; position: absolute; z-index: 100000; display: none;\">" }, { "ruleID": "identical-links-same-purpose", "what": "Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".field.field--name-body.field--type-text-with-summary > div > a:nth-child(2)" }, "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\"></a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".row-1 > .views-field-title.views-field > .field-content" }, "excerpt": "<span class=\"field-content\">District Office</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".row-1 > .views-field-body.views-field > .district-address.field-content > p" }, "excerpt": "<p>578 N. Wilma Ave<br> Suite B<br> Ripon, CA 95366<br><a href=\"tel: 209-599-2112\">209-599-2112</a></p>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".row-2 > .views-field-title.views-field > .field-content" }, "excerpt": "<span class=\"field-content\">Capitol Office</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".row-2 > .views-field-body.views-field > .district-address.field-content > p" }, "excerpt": "<p>State Capitol<br> P.O. Box 942849<br> Sacramento, CA 94249-0009<br><a href=\"tel: 916-319-2009\">916-319-2009</a></p>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-honoredtoserve > .field.field--name-body.field--type-text-with-summary > p" }, "excerpt": "<p>Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, Hughson, Ione, La Grange, Lathrop, Linden, Lockeford, Lodi, Manteca, Oakdale, Rancho Murieta, Ripon, Riverbank, Salida, Waterford, and Wilton</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".sf-js-enabled > li:nth-child(1) > .is-active[data-drupal-link-system-path=\"<front>\"][href=\"/\"]" }, "excerpt": "<a href=\"/\" data-drupal-link-system-path=\"<front>\" class=\"is-active\">Home</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".sf-js-enabled > li:nth-child(2) > a[href$=\"legislation\"][title=\"Legislation\"][data-drupal-link-system-path=\"legislation\"]" }, "excerpt": "<a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\">Legislation</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "li:nth-child(3) > a[title=\"News Room\"][href$=\"in-the-news\"][data-drupal-link-system-path=\"in-the-news\"]" }, "excerpt": "<a href=\"/in-the-news\" title=\"News Room\" data-drupal-link-system-path=\"in-the-news\" class=\"sf-with-ul\">Newsroom</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "li:nth-child(4) > .sf-with-ul[href$=\"district-news\"][data-drupal-link-system-path=\"district-news\"]" }, "excerpt": "<a href=\"/district-news\" data-drupal-link-system-path=\"district-news\" class=\"sf-with-ul\">My District</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "li:nth-child(5) > .sf-with-ul[href$=\"my-photos\"][data-drupal-link-system-path=\"my-photos\"]" }, "excerpt": "<a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\" class=\"sf-with-ul\">Media</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "li:nth-child(6) > .sf-with-ul[data-drupal-link-system-path=\"node/128\"][href$=\"biography\"]" }, "excerpt": "<a href=\"/biography\" data-drupal-link-system-path=\"node/128\" class=\"sf-with-ul\">About</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.57 (foreground color: #428bca, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href=\"tel: 209-599-2112\"]" }, "excerpt": "<a href=\"tel: 209-599-2112\">209-599-2112</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.57 (foreground color: #428bca, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href=\"tel: 916-319-2009\"]" }, "excerpt": "<a href=\"tel: 916-319-2009\">916-319-2009</a>" }, { "ruleID": "frame-title", "what": "Frames must have an accessible name; Element has no title attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "iframe[width=\"340\"]" }, "excerpt": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_w ... rue&hide_cover=false&show_facepile=true&appId\" width=\"340\" height=\"650\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allow=\"encrypted-media\">" }, { "ruleID": "image-alt", "what": "Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "li > img" }, "excerpt": "<img src=\"https://ad09.asmrc.org/sites/default/files/banner_1.jpg\">" }, { "ruleID": "input-image-alt", "what": "Image buttons must have alternate text; Element has no alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "div > a:nth-child(2) > input" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">" }, { "ruleID": "input-image-alt", "what": "Image buttons must have alternate text; Element has no alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "div > input" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">" }, { "ruleID": "input-image-alt", "what": "Image buttons must have alternate text; Element has no alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[target=\"_blank\"]:nth-child(1) > input" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">" }, { "ruleID": "input-image-alt", "what": "Image buttons must have alternate text; Element has no alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[target=\"_blank\"]:nth-child(2) > input" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">" }, { "ruleID": "input-image-alt", "what": "Image buttons must have alternate text; Element has no alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[target=\"_blank\"]:nth-child(3) > input" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".preface-area-1 > .preface_a[alt=\"EDD Help\"][target=\"_blank\"]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> <!-- block --> </a>" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-eddhelpbutton > .preface_a[alt=\"EDD Help\"][target=\"_blank\"]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".field.field--name-body.field--type-text-with-summary > .preface_a[alt=\"EDD Help\"][target=\"_blank\"]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".field.field--name-body.field--type-text-with-summary > div > .preface_a[alt=\"EDD Help\"][target=\"_blank\"]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "li > img" }, "excerpt": "<img src=\"https://ad09.asmrc.org/sites/default/files/banner_1.jpg\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".preface-area-2" }, "excerpt": "<div class=\"preface-block col-sm-4 preface-area-2\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".footer-1" }, "excerpt": "<div class=\"footer-block col-sm-4 footer-1\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".footer-3" }, "excerpt": "<div class=\"footer-block col-sm-4 footer-3\">" } ] }, "endTime": 1687104663401 }, { "type": "launch", "which": "chromium", "startTime": 1687104663402, "endTime": 1687104663884 }, { "type": "url", "which": "https://ad09.asmrc.org/", "what": "Member Heath Flora (R)", "startTime": 1687104663884, "result": { "url": "https://ad09.asmrc.org/" }, "endTime": 1687104664465 }, { "type": "test", "which": "continuum", "startTime": 1687104664465, "url": "https://ad09.asmrc.org/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 22, "bestPracticeId": 967, "attribute": "This element should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)", "attributeDetail": "This A should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)", "element": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input type=\"image\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover. ... default/files/inline-images/EDD_Help.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "a[href=\"https://ad09.asmrc.org/downtime-contact\"]", "attNo": 1 } }, { "engineTestId": 22, "bestPracticeId": 967, "attribute": "This element should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)", "attributeDetail": "This A should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)", "element": "<a alt=\"Covid-19\" href=\"/covid-19-resources-0\" class=\"preface_a\"><div id=\"block-covid19\"><div class=\"field field--name-body field--type-text-with-summary field--label-hidden field__item\"><div style=\"p ... useover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\"></div></div></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"preface_a\"][href=\"/covid-19-resources-0\"][alt=\"Covid-19\"]", "attNo": 3 } }, { "engineTestId": 22, "bestPracticeId": 967, "attribute": "This element should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)", "attributeDetail": "This A should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)", "element": "<a target=\"_blank\" href=\"https://www.facebook.com/HeathFloraCA/\"><input type=\"image\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Foo ... es/default/files/socialmedia/FB_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[href=\"https://www.facebook.com/HeathFloraCA/\"][target=\"_blank\"]", "attNo": 2 } }, { "engineTestId": 22, "bestPracticeId": 967, "attribute": "This element should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)", "attributeDetail": "This A should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)", "element": "<a target=\"_blank\" href=\"https://twitter.com/HeathFloraCA\"><input type=\"image\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Ro ... es/default/files/socialmedia/TW_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "a[href=\"https://twitter.com/HeathFloraCA\"][target=\"_blank\"]", "attNo": 2 } }, { "engineTestId": 22, "bestPracticeId": 967, "attribute": "This element should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)", "attributeDetail": "This A should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)", "element": "<a target=\"_blank\" href=\"https://www.instagram.com/assemblyman_heath_flora/\"><input type=\"image\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" onmouseover=\"this.src='/sites/default/files/social ... es/default/files/socialmedia/IN_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "a[href=\"https://www.instagram.com/assemblyman_heath_flora/\"][target=\"_blank\"]", "attNo": 2 } }, { "engineTestId": 131, "bestPracticeId": 373, "attribute": "This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated", "element": "<input type=\"image\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "input[onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\"][onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\"][src=\"/sites/default/files/inline-images/EDD_Help.jpg\"][type=\"image\"]", "attNo": 4 } }, { "engineTestId": 131, "bestPracticeId": 373, "attribute": "This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated", "element": "<input type=\"image\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" onmouseout=\"this ... 19_RESOURCES.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "input[onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\"][onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\"][src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\"][type=\"image\"]", "attNo": 4 } }, { "engineTestId": 131, "bestPracticeId": 373, "attribute": "This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated", "element": "<input type=\"image\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "input[onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\"][onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\"][src=\"/sites/default/files/socialmedia/FB_Footer.png\"][type=\"image\"]", "attNo": 4 } }, { "engineTestId": 131, "bestPracticeId": 373, "attribute": "This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated", "element": "<input type=\"image\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "input[onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\"][onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\"][src=\"/sites/default/files/socialmedia/TW_Footer.png\"][type=\"image\"]", "attNo": 4 } }, { "engineTestId": 131, "bestPracticeId": 373, "attribute": "This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated", "element": "<input type=\"image\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "input[onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\"][onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\"][src=\"/sites/default/files/socialmedia/IN_Footer.png\"][type=\"image\"]", "attNo": 4 } }, { "engineTestId": 228, "bestPracticeId": 523, "attribute": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "element": "<iframe allow=\"encrypted-media\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none;overflow:hidden\" height=\"650\" width=\"340\" src=\"https://www.facebook.com/plugins/page.php?href ... www.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\"></iframe>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "iframe[src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\"][width=\"340\"][height=\"650\"][scrolling=\"no\"][frameborder=\"0\"][allowtransparency=\"true\"][allow=\"encrypted-media\"]", "attNo": 8 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a target=\"_blank\" alt=\"EDD Help\" href=\"https://ad09.asmrc.org/downtime-contact\" class=\"preface_a\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"preface_a\"][href=\"https://ad09.asmrc.org/downtime-contact\"][alt=\"EDD Help\"][target=\"_blank\"]", "attNo": 4 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a target=\"_blank\" alt=\"EDD Help\" href=\"https://ad09.asmrc.org/downtime-contact\" class=\"preface_a\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"preface_a\"][href=\"https://ad09.asmrc.org/downtime-contact\"][alt=\"EDD Help\"][target=\"_blank\"]", "attNo": 4 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a target=\"_blank\" alt=\"EDD Help\" href=\"https://ad09.asmrc.org/downtime-contact\" class=\"preface_a\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"preface_a\"][href=\"https://ad09.asmrc.org/downtime-contact\"][alt=\"EDD Help\"][target=\"_blank\"]", "attNo": 4 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a target=\"_blank\" alt=\"EDD Help\" href=\"https://ad09.asmrc.org/downtime-contact\" class=\"preface_a\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"preface_a\"][href=\"https://ad09.asmrc.org/downtime-contact\"][alt=\"EDD Help\"][target=\"_blank\"]", "attNo": 4 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input type=\"image\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover. ... default/files/inline-images/EDD_Help.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "a[href=\"https://ad09.asmrc.org/downtime-contact\"]", "attNo": 1 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a alt=\"Covid-19\" href=\"/covid-19-resources-0\" class=\"preface_a\"><div id=\"block-covid19\"><div class=\"field field--name-body field--type-text-with-summary field--label-hidden field__item\"><div style=\"p ... useover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\"></div></div></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"preface_a\"][href=\"/covid-19-resources-0\"][alt=\"Covid-19\"]", "attNo": 3 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a target=\"_blank\" href=\"https://www.facebook.com/HeathFloraCA/\"><input type=\"image\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Foo ... es/default/files/socialmedia/FB_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[href=\"https://www.facebook.com/HeathFloraCA/\"][target=\"_blank\"]", "attNo": 2 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a target=\"_blank\" href=\"https://twitter.com/HeathFloraCA\"><input type=\"image\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Ro ... es/default/files/socialmedia/TW_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "a[href=\"https://twitter.com/HeathFloraCA\"][target=\"_blank\"]", "attNo": 2 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a target=\"_blank\" href=\"https://www.instagram.com/assemblyman_heath_flora/\"><input type=\"image\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" onmouseover=\"this.src='/sites/default/files/social ... es/default/files/socialmedia/IN_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "a[href=\"https://www.instagram.com/assemblyman_heath_flora/\"][target=\"_blank\"]", "attNo": 2 } } ], "standardResult": { "totals": [ 0, 0, 0, 20 ], "instances": [ { "ruleID": "22", "what": "This A should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)" }, "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input type=\"image\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover. ... default/files/inline-images/EDD_Help.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\"></a>" }, { "ruleID": "22", "what": "This A should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<a alt=\"Covid-19\" href=\"/covid-19-resources-0\" class=\"preface_a\"><div id=\"block-covid19\"><div class=\"field field--name-body field--type-text-with-summary field--label-hidden field__item\"><div style=\"p ... useover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\"></div></div></div></a>" }, { "ruleID": "22", "what": "This A should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a target=\"_blank\" href=\"https://www.facebook.com/HeathFloraCA/\"><input type=\"image\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Foo ... es/default/files/socialmedia/FB_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\"></a>" }, { "ruleID": "22", "what": "This A should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<a target=\"_blank\" href=\"https://twitter.com/HeathFloraCA\"><input type=\"image\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Ro ... es/default/files/socialmedia/TW_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\"></a>" }, { "ruleID": "22", "what": "This A should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)" }, "excerpt": "<a target=\"_blank\" href=\"https://www.instagram.com/assemblyman_heath_flora/\"><input type=\"image\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" onmouseover=\"this.src='/sites/default/files/social ... es/default/files/socialmedia/IN_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\"></a>" }, { "ruleID": "131", "what": "This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<input type=\"image\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\">" }, { "ruleID": "131", "what": "This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<input type=\"image\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" onmouseout=\"this ... 19_RESOURCES.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\">" }, { "ruleID": "131", "what": "This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<input type=\"image\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\">" }, { "ruleID": "131", "what": "This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<input type=\"image\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\">" }, { "ruleID": "131", "what": "This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<input type=\"image\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\">" }, { "ruleID": "228", "what": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<iframe allow=\"encrypted-media\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none;overflow:hidden\" height=\"650\" width=\"340\" src=\"https://www.facebook.com/plugins/page.php?href ... www.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\"></iframe>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a target=\"_blank\" alt=\"EDD Help\" href=\"https://ad09.asmrc.org/downtime-contact\" class=\"preface_a\"></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<a target=\"_blank\" alt=\"EDD Help\" href=\"https://ad09.asmrc.org/downtime-contact\" class=\"preface_a\"></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<a target=\"_blank\" alt=\"EDD Help\" href=\"https://ad09.asmrc.org/downtime-contact\" class=\"preface_a\"></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<a target=\"_blank\" alt=\"EDD Help\" href=\"https://ad09.asmrc.org/downtime-contact\" class=\"preface_a\"></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)" }, "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input type=\"image\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover. ... default/files/inline-images/EDD_Help.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\"></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<a alt=\"Covid-19\" href=\"/covid-19-resources-0\" class=\"preface_a\"><div id=\"block-covid19\"><div class=\"field field--name-body field--type-text-with-summary field--label-hidden field__item\"><div style=\"p ... useover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\"></div></div></div></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a target=\"_blank\" href=\"https://www.facebook.com/HeathFloraCA/\"><input type=\"image\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Foo ... es/default/files/socialmedia/FB_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\"></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<a target=\"_blank\" href=\"https://twitter.com/HeathFloraCA\"><input type=\"image\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Ro ... es/default/files/socialmedia/TW_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\"></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)" }, "excerpt": "<a target=\"_blank\" href=\"https://www.instagram.com/assemblyman_heath_flora/\"><input type=\"image\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" onmouseover=\"this.src='/sites/default/files/social ... es/default/files/socialmedia/IN_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\"></a>" } ] }, "endTime": 1687104664668 }, { "type": "launch", "which": "chromium", "startTime": 1687104664668, "endTime": 1687104665152 }, { "type": "url", "which": "https://ad09.asmrc.org/", "what": "Member Heath Flora (R)", "startTime": 1687104665152, "result": { "url": "https://ad09.asmrc.org/" }, "endTime": 1687104665761 }, { "type": "test", "which": "htmlcs", "startTime": 1687104665762, "url": "https://ad09.asmrc.org/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_1_1.H36": { "Image submit button missing an alt attribute. Specify a text alternative that describes the button's function, using the alt attribute.": [ { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">" }, { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">" }, { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">" }, { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">" }, { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">" } ] }, "AAA.1_1_1.H37": { "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.": [ { "tagName": "img", "id": "", "code": "<img src=\"https://ad09.asmrc.org/sites/default/files/banner_1.jpg\">" } ] }, "AAA.1_3_1.H42.2": { "Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.": [ { "tagName": "h1", "id": "#site-title", "code": "<h1 id=\"site-title\">...</h1>" } ] }, "AAA.1_3_1_AAA.G141": { "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [ { "tagName": "h2", "id": "#block-nexus-main-navigation-menu", "code": "<h2 class=\"visually-hidden\" id=\"block-nexus-main-navigation-menu\">...</h2>" } ], "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [ { "tagName": "h2", "id": "#block-nexus-main-navigation-menu", "code": "<h2 class=\"visually-hidden\" id=\"block-nexus-main-navigation-menu\">...</h2>" } ] }, "AAA.1_4_6.G17.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.58:1. Recommendation: change text colour to #fff, change background to #595959.": [ { "tagName": "a", "id": "", "code": "<a href=\"tel: 209-599-2112\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"tel: 916-319-2009\">...</a>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.48:1. Recommendation: change text colour to #595959.": [ { "tagName": "a", "id": "", "code": "<a href=\"/\" data-drupal-link-system-path=\"<front>\" class=\"is-active\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/biography\" data-drupal-link-system-path=\"node/128\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/district-news\" data-drupal-link-system-path=\"district-news\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/in-the-news\" title=\"News Room\" data-drupal-link-system-path=\"in-the-news\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\">...</a>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.74:1. Recommendation: change background to #595959.": [ { "tagName": "p", "id": "", "code": "<p>...</p>" }, { "tagName": "span", "id": "", "code": "<span class=\"field-content\">...</span>" } ] }, "AAA.2_4_1.H64.1": { "Iframe element requires a non-empty title attribute that identifies the frame.": [ { "tagName": "iframe", "id": "", "code": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"340\" height=\"650\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allow=\"encrypted-media\">...</iframe>" } ] }, "AAA.4_1_2.H91.A.NoContent": { "Anchor element found with a valid href attribute, but no link content has been supplied.": [ { "tagName": "a", "id": "", "code": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://ad09.asmrc.org/downtime-contact\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\">...</a>" } ] }, "AAA.4_1_2.H91.InputImage.Name": { "This imageinput element does not have a name available to an accessibility API. Valid names are: alt attribute, title attribute, aria-label attribute, aria-labelledby attribute.": [ { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">" }, { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">" }, { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">" }, { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">" }, { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">" } ] } }, "Warning": { "AAA.1_3_1.H48.2": { "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.": [ { "tagName": "div", "id": "", "code": "<div class=\"field-content district-address\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"views-field views-field-body\">...</div>" }, { "tagName": "p", "id": "", "code": "<p>...</p>" } ] }, "AAA.1_3_1.H48": { "If this element contains a navigation section, it is recommended that it be marked up as a list.": [ { "tagName": "div", "id": "", "code": "<div style=\"padding: 0px !important; margin: 0px !important;\">...</div>" }, { "tagName": "p", "id": "", "code": "<p>...</p>" } ] }, "AAA.1_4_6.G18.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [ { "tagName": "h2", "id": "#block-nexus-main-navigation-menu", "code": "<h2 class=\"visually-hidden\" id=\"block-nexus-main-navigation-menu\">...</h2>" } ] }, "AAA.2_1_1.SCR20.MouseOut": { "Ensure the functionality provided by mousing out of this element is available through the keyboard; for instance, using the blur event.": [ { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">" }, { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">" }, { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">" }, { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">" }, { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">" } ] }, "AAA.2_1_1.SCR20.MouseOver": { "Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event.": [ { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">" }, { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">" }, { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">" }, { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">" }, { "tagName": "input", "id": "", "code": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">" } ] }, "AAA.3_2_5.H83.3": { "Check that this link's link text contains information indicating that the link will open in a new window.": [ { "tagName": "a", "id": "", "code": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD09&inframe=N\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.fire.ca.gov/\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 22, 0, 0, 31 ], "instances": [ { "ruleID": "AAA.1_3_1.H48.2", "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"field-content district-address\">...</div>" }, { "ruleID": "AAA.1_3_1.H48.2", "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"views-field views-field-body\">...</div>" }, { "ruleID": "AAA.1_3_1.H48.2", "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p>...</p>" }, { "ruleID": "AAA.1_3_1.H48", "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div style=\"padding: 0px !important; margin: 0px !important;\">...</div>" }, { "ruleID": "AAA.1_3_1.H48", "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p>...</p>" }, { "ruleID": "AAA.1_4_6.G18.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.", "ordinalSeverity": 0, "tagName": "H2", "id": "block-nexus-main-navigation-menu", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"visually-hidden\" id=\"block-nexus-main-navigation-menu\">...</h2>" }, { "ruleID": "AAA.2_1_1.SCR20.MouseOut", "what": "Ensure the functionality provided by mousing out of this element is available through the keyboard; for instance, using the blur event.", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">" }, { "ruleID": "AAA.2_1_1.SCR20.MouseOut", "what": "Ensure the functionality provided by mousing out of this element is available through the keyboard; for instance, using the blur event.", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">" }, { "ruleID": "AAA.2_1_1.SCR20.MouseOut", "what": "Ensure the functionality provided by mousing out of this element is available through the keyboard; for instance, using the blur event.", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">" }, { "ruleID": "AAA.2_1_1.SCR20.MouseOut", "what": "Ensure the functionality provided by mousing out of this element is available through the keyboard; for instance, using the blur event.", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">" }, { "ruleID": "AAA.2_1_1.SCR20.MouseOut", "what": "Ensure the functionality provided by mousing out of this element is available through the keyboard; for instance, using the blur event.", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">" }, { "ruleID": "AAA.2_1_1.SCR20.MouseOver", "what": "Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event.", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">" }, { "ruleID": "AAA.2_1_1.SCR20.MouseOver", "what": "Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event.", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">" }, { "ruleID": "AAA.2_1_1.SCR20.MouseOver", "what": "Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event.", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">" }, { "ruleID": "AAA.2_1_1.SCR20.MouseOver", "what": "Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event.", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">" }, { "ruleID": "AAA.2_1_1.SCR20.MouseOver", "what": "Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event.", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD09&inframe=N\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.fire.ca.gov/\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.1_1_1.H36", "what": "Image submit button missing an alt attribute. Specify a text alternative that describes the button's function, using the alt attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">" }, { "ruleID": "AAA.1_1_1.H36", "what": "Image submit button missing an alt attribute. Specify a text alternative that describes the button's function, using the alt attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">" }, { "ruleID": "AAA.1_1_1.H36", "what": "Image submit button missing an alt attribute. Specify a text alternative that describes the button's function, using the alt attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">" }, { "ruleID": "AAA.1_1_1.H36", "what": "Image submit button missing an alt attribute. Specify a text alternative that describes the button's function, using the alt attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">" }, { "ruleID": "AAA.1_1_1.H36", "what": "Image submit button missing an alt attribute. Specify a text alternative that describes the button's function, using the alt attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">" }, { "ruleID": "AAA.1_1_1.H37", "what": "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img src=\"https://ad09.asmrc.org/sites/default/files/banner_1.jpg\">" }, { "ruleID": "AAA.1_3_1.H42.2", "what": "Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.", "ordinalSeverity": 3, "tagName": "H1", "id": "site-title", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h1 id=\"site-title\">...</h1>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.", "ordinalSeverity": 3, "tagName": "H2", "id": "block-nexus-main-navigation-menu", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"visually-hidden\" id=\"block-nexus-main-navigation-menu\">...</h2>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.", "ordinalSeverity": 3, "tagName": "H2", "id": "block-nexus-main-navigation-menu", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"visually-hidden\" id=\"block-nexus-main-navigation-menu\">...</h2>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.58:1. Recommendation: change text colour to #fff, change background to #595959.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"tel: 209-599-2112\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.58:1. Recommendation: change text colour to #fff, change background to #595959.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"tel: 916-319-2009\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.48:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" data-drupal-link-system-path=\"<front>\" class=\"is-active\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.48:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/biography\" data-drupal-link-system-path=\"node/128\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.48:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/district-news\" data-drupal-link-system-path=\"district-news\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.48:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/in-the-news\" title=\"News Room\" data-drupal-link-system-path=\"in-the-news\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.48:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.48:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.74:1. Recommendation: change background to #595959.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p>...</p>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.74:1. Recommendation: change background to #595959.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"field-content\">...</span>" }, { "ruleID": "AAA.2_4_1.H64.1", "what": "Iframe element requires a non-empty title attribute that identifies the frame.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_w ... _cover=false&show_facepile=true&appId\" width=\"340\" height=\"650\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allow=\"encrypted-media\">...</iframe>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.InputImage.Name", "what": "This imageinput element does not have a name available to an accessibility API. Valid names are: alt attribute, title attribute, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">" }, { "ruleID": "AAA.4_1_2.H91.InputImage.Name", "what": "This imageinput element does not have a name available to an accessibility API. Valid names are: alt attribute, title attribute, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">" }, { "ruleID": "AAA.4_1_2.H91.InputImage.Name", "what": "This imageinput element does not have a name available to an accessibility API. Valid names are: alt attribute, title attribute, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">" }, { "ruleID": "AAA.4_1_2.H91.InputImage.Name", "what": "This imageinput element does not have a name available to an accessibility API. Valid names are: alt attribute, title attribute, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">" }, { "ruleID": "AAA.4_1_2.H91.InputImage.Name", "what": "This imageinput element does not have a name available to an accessibility API. Valid names are: alt attribute, title attribute, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">" } ] }, "endTime": 1687104665933 }, { "type": "launch", "which": "chromium", "startTime": 1687104665933, "endTime": 1687104666422 }, { "type": "url", "which": "https://ad09.asmrc.org/", "what": "Member Heath Flora (R)", "startTime": 1687104666422, "result": { "url": "https://ad09.asmrc.org/" }, "endTime": 1687104667050 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687104667051, "url": "https://ad09.asmrc.org/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 31, "recommendation": 6, "ignored": 0 }, "items": [ { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/a[1]", "aria": "/document[1]/list[1]/listitem[1]/link[1]" }, "message": "Text contrast of 3.83 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "bounds": { "left": 144, "top": 1465, "height": 18, "width": 72 }, "snippet": "<a href=\"/biography\" class=\"frmore\">", "level": "violation" }, { "ruleId": "img_alt_valid", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/ul[1]/li[1]/img[1]", "aria": "/document[1]/list[1]/listitem[1]/img[1]" }, "message": "The image has neither an alt atttribute nor an ARIA label or title", "bounds": { "left": 48, "top": 261, "height": 1073, "width": 3000 }, "snippet": "<img src=\"https://ad09.asmrc.org/sites/default/files/banner_1.jpg\">", "level": "violation" }, { "ruleId": "imagebutton_alt_exists", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[3]/input[1]", "aria": "/document[1]/paragraph[4]/link[3]/button[1]" }, "message": "The <input> element of type \"image\" has no text alternative", "bounds": { "left": 131, "top": 2685, "height": 16, "width": 58 }, "snippet": "<input type=\"image\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\">", "level": "violation" }, { "ruleId": "imagebutton_alt_exists", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[2]/input[1]", "aria": "/document[1]/paragraph[4]/link[2]/button[1]" }, "message": "The <input> element of type \"image\" has no text alternative", "bounds": { "left": 70, "top": 2685, "height": 16, "width": 58 }, "snippet": "<input type=\"image\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\">", "level": "violation" }, { "ruleId": "imagebutton_alt_exists", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[1]/input[1]", "aria": "/document[1]/paragraph[4]/link[1]/button[1]" }, "message": "The <input> element of type \"image\" has no text alternative", "bounds": { "left": 8, "top": 2685, "height": 16, "width": 58 }, "snippet": "<input type=\"image\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\">", "level": "violation" }, { "ruleId": "imagebutton_alt_exists", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]/div[1]/div[1]/div[1]/input[1]", "aria": "/document[1]/link[7]/button[1]" }, "message": "The <input> element of type \"image\" has no text alternative", "bounds": { "left": 8, "top": 1641, "height": 16, "width": 58 }, "snippet": "<input type=\"image\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\">", "level": "violation" }, { "ruleId": "imagebutton_alt_exists", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]/input[1]", "aria": "/document[1]/link[5]/button[1]" }, "message": "The <input> element of type \"image\" has no text alternative", "bounds": { "left": 8, "top": 1502, "height": 16, "width": 58 }, "snippet": "<input type=\"image\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\">", "level": "violation" }, { "ruleId": "frame_title_exists", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[4]/div[1]/div[1]/aside[1]/div[2]/div[1]/iframe[1]", "aria": "/document[1]/complementary[1]" }, "message": "Inline frame does not have a 'title' attribute", "bounds": { "left": 8, "top": 1676, "height": 650, "width": 340 }, "snippet": "<iframe allow=\"encrypted-media\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none;overflow:hidden\" height=\"650\" width=\"340\" src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\">", "level": "violation" }, { "ruleId": "aria_navigation_label_unique", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[1]" }, "message": "Multiple elements with \"navigation\" role do not have unique labels", "bounds": { "left": 8, "top": 47, "height": 159, "width": 784 }, "snippet": "<nav role=\"navigation\" id=\"navigation\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[3]/input[1]", "aria": "/document[1]/paragraph[4]/link[3]/button[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 131, "top": 2685, "height": 16, "width": 58 }, "snippet": "<input type=\"image\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[2]/input[1]", "aria": "/document[1]/paragraph[4]/link[2]/button[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 70, "top": 2685, "height": 16, "width": 58 }, "snippet": "<input type=\"image\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[1]/input[1]", "aria": "/document[1]/paragraph[4]/link[1]/button[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 2685, "height": 16, "width": 58 }, "snippet": "<input type=\"image\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/h2[1]", "aria": "/document[1]/heading[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 2583, "height": 28, "width": 784 }, "snippet": "<h2>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 2630, "height": 37, "width": 784 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]", "aria": "/document[1]/paragraph[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 2489, "height": 74, "width": 784 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]", "aria": "/document[1]/paragraph[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 2364, "height": 74, "width": 784 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]/div[1]/div[1]/div[1]/input[1]", "aria": "/document[1]/link[7]/button[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 1641, "height": 16, "width": 58 }, "snippet": "<input type=\"image\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/a[1]", "aria": "/document[1]/link[6]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 1538, "height": 85, "width": 784 }, "snippet": "<a alt=\"Honor to Serve\" href=\"https://ad09.asmrc.org/map\" class=\"preface_a\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]/input[1]", "aria": "/document[1]/link[5]/button[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 1502, "height": 16, "width": 58 }, "snippet": "<input type=\"image\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/ul[1]", "aria": "/document[1]/list[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 261, "height": 1223, "width": 784 }, "snippet": "<ul class=\"slides\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/a[1]", "aria": "/document[1]/button[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 8, "height": 18, "width": 48 }, "snippet": "<a class=\"slicknav_btn slicknav_collapsed\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" href=\"#\">", "level": "violation" }, { "ruleId": "aria_complementary_labelled", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[4]/div[1]/div[1]/aside[1]", "aria": "/document[1]/complementary[1]" }, "message": "The element with \"complementary\" role does not have a label", "bounds": { "left": 8, "top": 1657, "height": 673, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"col-sm-4\" id=\"sidebar\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[3]", "aria": "/document[1]/paragraph[4]/link[3]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 131, "top": 2683, "height": 18, "width": 58 }, "snippet": "<a target=\"_blank\" href=\"https://www.instagram.com/assemblyman_heath_flora/\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[2]", "aria": "/document[1]/paragraph[4]/link[2]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 70, "top": 2683, "height": 18, "width": 58 }, "snippet": "<a target=\"_blank\" href=\"https://twitter.com/HeathFloraCA\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[1]", "aria": "/document[1]/paragraph[4]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 8, "top": 2683, "height": 18, "width": 58 }, "snippet": "<a target=\"_blank\" href=\"https://www.facebook.com/HeathFloraCA/\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]", "aria": "/document[1]/link[7]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 8, "top": 1639, "height": 19, "width": 784 }, "snippet": "<a alt=\"Covid-19\" href=\"/covid-19-resources-0\" class=\"preface_a\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]", "aria": "/document[1]/link[5]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 8, "top": 1500, "height": 18, "width": 58 }, "snippet": "<a href=\"https://ad09.asmrc.org/downtime-contact\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[4]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 8, "top": 1500, "height": 18, "width": 0 }, "snippet": "<a target=\"_blank\" alt=\"EDD Help\" href=\"https://ad09.asmrc.org/downtime-contact\" class=\"preface_a\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[3]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 8, "top": 1500, "height": 0, "width": 0 }, "snippet": "<a target=\"_blank\" alt=\"EDD Help\" href=\"https://ad09.asmrc.org/downtime-contact\" class=\"preface_a\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[2]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 8, "top": 1500, "height": 0, "width": 0 }, "snippet": "<a target=\"_blank\" alt=\"EDD Help\" href=\"https://ad09.asmrc.org/downtime-contact\" class=\"preface_a\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 8, "top": 1500, "height": 0, "width": 0 }, "snippet": "<a target=\"_blank\" alt=\"EDD Help\" href=\"https://ad09.asmrc.org/downtime-contact\" class=\"preface_a\">", "level": "violation" }, { "ruleId": "heading_content_exists", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[2]/h1[1]", "aria": "/document[1]/banner[1]/heading[1]" }, "message": "Heading element has no descriptive content", "bounds": { "left": 8, "top": 261, "height": 0, "width": 784 }, "snippet": "<h1 id=\"site-title\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[4]/div[1]/div[1]/aside[1]/div[2]/div[1]/iframe[1]", "aria": "/document[1]/complementary[1]" }, "message": "The HTML attribute(s) \"scrolling, frameborder\" is deprecated for the <iframe> element in HTML 5", "bounds": { "left": 8, "top": 1676, "height": 650, "width": 340 }, "snippet": "<iframe allow=\"encrypted-media\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none;overflow:hidden\" height=\"650\" width=\"340\" src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[1]/navigation[1]" }, "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "bounds": { "left": 8, "top": 47, "height": 159, "width": 784 }, "snippet": "<nav id=\"block-nexus-main-navigation\" aria-labelledby=\"block-nexus-main-navigation-menu\" role=\"navigation\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[1]" }, "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "bounds": { "left": 8, "top": 47, "height": 159, "width": 784 }, "snippet": "<nav role=\"navigation\" id=\"navigation\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/header[1]", "aria": "/document[1]/banner[1]" }, "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>", "bounds": { "left": 8, "top": 47, "height": 193, "width": 784 }, "snippet": "<header role=\"banner\" class=\"site-header container\" id=\"masthead\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[4]/div[1]/div[1]/aside[1]", "aria": "/document[1]/complementary[1]" }, "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>", "bounds": { "left": 8, "top": 1657, "height": 673, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"col-sm-4\" id=\"sidebar\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 6, 0, 31 ], "instances": [ { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 3.83 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/a[1]" }, "excerpt": "<a href=\"/biography\" class=\"frmore\">" }, { "ruleID": "img_alt_valid", "what": "The image has neither an alt atttribute nor an ARIA label or title", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/ul[1]/li[1]/img[1]" }, "excerpt": "<img src=\"https://ad09.asmrc.org/sites/default/files/banner_1.jpg\">" }, { "ruleID": "imagebutton_alt_exists", "what": "The <input> element of type \"image\" has no text alternative", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[3]/input[1]" }, "excerpt": "<input type=\"image\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\">" }, { "ruleID": "imagebutton_alt_exists", "what": "The <input> element of type \"image\" has no text alternative", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[2]/input[1]" }, "excerpt": "<input type=\"image\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\">" }, { "ruleID": "imagebutton_alt_exists", "what": "The <input> element of type \"image\" has no text alternative", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[1]/input[1]" }, "excerpt": "<input type=\"image\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\">" }, { "ruleID": "imagebutton_alt_exists", "what": "The <input> element of type \"image\" has no text alternative", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]/div[1]/div[1]/div[1]/input[1]" }, "excerpt": "<input type=\"image\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\">" }, { "ruleID": "imagebutton_alt_exists", "what": "The <input> element of type \"image\" has no text alternative", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]/input[1]" }, "excerpt": "<input type=\"image\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\">" }, { "ruleID": "frame_title_exists", "what": "Inline frame does not have a 'title' attribute", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[4]/div[1]/div[1]/aside[1]/div[2]/div[1]/iframe[1]" }, "excerpt": "<iframe allow=\"encrypted-media\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none;overflow:hidden\" height=\"650\" width=\"340\" src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\">" }, { "ruleID": "aria_navigation_label_unique", "what": "Multiple elements with \"navigation\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "NAV", "id": "navigation", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]" }, "excerpt": "<nav role=\"navigation\" id=\"navigation\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[3]/input[1]" }, "excerpt": "<input type=\"image\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[2]/input[1]" }, "excerpt": "<input type=\"image\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[1]/input[1]" }, "excerpt": "<input type=\"image\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/h2[1]" }, "excerpt": "<h2>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]" }, "excerpt": "<p>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]" }, "excerpt": "<p>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]/div[1]/div[1]/div[1]/input[1]" }, "excerpt": "<input type=\"image\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a alt=\"Honor to Serve\" href=\"https://ad09.asmrc.org/map\" class=\"preface_a\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]/input[1]" }, "excerpt": "<input type=\"image\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/ul[1]" }, "excerpt": "<ul class=\"slides\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/a[1]" }, "excerpt": "<a class=\"slicknav_btn slicknav_collapsed\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" href=\"#\">" }, { "ruleID": "aria_complementary_labelled", "what": "The element with \"complementary\" role does not have a label", "ordinalSeverity": 3, "tagName": "ASIDE", "id": "sidebar", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[4]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"col-sm-4\" id=\"sidebar\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[3]" }, "excerpt": "<a target=\"_blank\" href=\"https://www.instagram.com/assemblyman_heath_flora/\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[2]" }, "excerpt": "<a target=\"_blank\" href=\"https://twitter.com/HeathFloraCA\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"https://www.facebook.com/HeathFloraCA/\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]" }, "excerpt": "<a alt=\"Covid-19\" href=\"/covid-19-resources-0\" class=\"preface_a\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a target=\"_blank\" alt=\"EDD Help\" href=\"https://ad09.asmrc.org/downtime-contact\" class=\"preface_a\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a target=\"_blank\" alt=\"EDD Help\" href=\"https://ad09.asmrc.org/downtime-contact\" class=\"preface_a\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a target=\"_blank\" alt=\"EDD Help\" href=\"https://ad09.asmrc.org/downtime-contact\" class=\"preface_a\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a target=\"_blank\" alt=\"EDD Help\" href=\"https://ad09.asmrc.org/downtime-contact\" class=\"preface_a\">" }, { "ruleID": "heading_content_exists", "what": "Heading element has no descriptive content", "ordinalSeverity": 1, "tagName": "H1", "id": "site-title", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[2]/h1[1]" }, "excerpt": "<h1 id=\"site-title\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"scrolling, frameborder\" is deprecated for the <iframe> element in HTML 5", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[4]/div[1]/div[1]/aside[1]/div[2]/div[1]/iframe[1]" }, "excerpt": "<iframe allow=\"encrypted-media\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" style=\"border:none;overflow:hidden\" height=\"650\" width=\"340\" src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "ordinalSeverity": 1, "tagName": "NAV", "id": "block-nexus-main-navigation", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]" }, "excerpt": "<nav id=\"block-nexus-main-navigation\" aria-labelledby=\"block-nexus-main-navigation-menu\" role=\"navigation\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "ordinalSeverity": 1, "tagName": "NAV", "id": "navigation", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]" }, "excerpt": "<nav role=\"navigation\" id=\"navigation\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>", "ordinalSeverity": 1, "tagName": "HEADER", "id": "masthead", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/header[1]" }, "excerpt": "<header role=\"banner\" class=\"site-header container\" id=\"masthead\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>", "ordinalSeverity": 1, "tagName": "ASIDE", "id": "sidebar", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[4]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"col-sm-4\" id=\"sidebar\">" } ] }, "endTime": 1687104669336 }, { "type": "launch", "which": "chromium", "startTime": 1687104669336, "endTime": 1687104669869 }, { "type": "url", "which": "https://ad09.asmrc.org/", "what": "Member Heath Flora (R)", "startTime": 1687104669870, "result": { "url": "https://ad09.asmrc.org/" }, "endTime": 1687104670448 }, { "type": "test", "which": "nuVal", "startTime": 1687104670448, "url": "https://ad09.asmrc.org/", "what": "Nu Html Checker", "result": { "prevented": true, "error": "ERROR getting page for nuVal test", "success": true }, "standardResult": { "totals": [], "instances": [], "prevented": true }, "endTime": 1687104670634 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687104670634, "url": "https://ad09.asmrc.org/", "what": "QualWeb", "result": { "type": "evaluation", "system": { "name": "QualWeb", "description": "QualWeb is an automatic accessibility evaluator for webpages.", "version": "3.0.0", "homepage": "http://www.qualweb.di.fc.ul.pt/", "date": "2023-06-18 16:11:11", "hash": "d5b8c40cde6dea7ac5fc19e93b7cd86524375259e992ea3ff24680f8bca961c5ffee9ad6b608253f3d752b5842461f43ad202213656de820132d187b797f7ffa", "page": { "viewport": { "mobile": false, "landscape": true, "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/100.0.4889.0 Safari/537.36", "resolution": { "width": 1366, "height": 768 } } } }, "metadata": { "passed": 33, "warning": 10, "failed": 10, "inapplicable": 72 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 14, "warning": 6, "failed": 5, "inapplicable": 42 }, "assertions": { "QW-ACT-R63": { "name": "Document has a landmark with non-repeated content", "code": "QW-ACT-R63", "mapping": "b40fd1", "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [], "url": "https://act-rules.github.io/rules/b40fd1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R64": { "name": "Document has heading for non-repeated content", "code": "QW-ACT-R64", "mapping": "047fe0", "description": "This rule checks that the non-repeated content contains a heading", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "H69" ], "url": "https://act-rules.github.io/rules/047fe0", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R73": { "name": "Block of repeated content is collapsible", "code": "QW-ACT-R73", "mapping": "3e12e1", "description": "This rule checks that repeated blocks of content are collapsible.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "SCR28" ], "url": "https://act-rules.github.io/rules/3e12e1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree." }, "results": [ { "verdict": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R74": { "name": "Document has an instrument to move focus to non-repeated content", "code": "QW-ACT-R74", "mapping": "ye5d6e", "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "G1", "G123", "G124" ], "url": "https://act-rules.github.io/rules/ye5d6e", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content." }, "results": [ { "verdict": "warning", "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.", "resultCode": "W2", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R6": { "name": "Image button has accessible name", "code": "QW-ACT-R6", "mapping": "59796f", "description": "This rule checks that each image button element has an accessible name.", "metadata": { "target": { "element": "input", "attributes": [ "type='image'" ] }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content", "url_tr": "https://www.w3.org/TR/WCAG21/#non-text-content" }, { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value", "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value" } ], "related": [ "G94", "G95" ], "url": "https://act-rules.github.io/rules/59796f", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 0, "failed": 5, "inapplicable": 0, "outcome": "failed", "description": "The test target doesn't have an accessible name." }, "results": [ { "verdict": "failed", "description": "The test target doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3) > input:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R12": { "name": "Link has accessible name", "code": "QW-ACT-R12", "mapping": "c487ae", "description": "This rule checks that each link has an accessible name.", "metadata": { "target": { "element": [ "a[href]", "area[href]" ], "attributes": [ "role='link'" ] }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-in-context" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only" }, { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value", "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value" } ], "related": [ "G91" ], "url": "https://act-rules.github.io/rules/c487ae", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 13, "warning": 0, "failed": 9, "inapplicable": 0, "outcome": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('')." }, "results": [ { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\">\n \n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\">\n \n \n \n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://ad09.asmrc.org/downtime-contact\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\">\n \n\n\n \n \n \n \n \n\n \n \n\n\n\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)", "accessibleName": "" } ], "attributes": [] } ] }, "QW-ACT-R18": { "name": "`id` attribute value is unique", "code": "QW-ACT-R18", "mapping": "3ea0c8", "description": "This rule checks that all id attribute values on a single page are unique.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "4.1.1", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/parsing.html", "url_tr": "https://www.w3.org/TR/WCAG21/#parsing" } ], "related": [ "H93" ], "url": "https://act-rules.github.io/rules/3ea0c8", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 28, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Several elements have the same `id` attribute." }, "results": [ { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe id=\"a2a_sm_ifr\" title=\"AddToAny Utility Frame\" transparency=\"true\" allowtransparency=\"true\" frameborder=\"0\" src=\"https://static.addtoany.com/menu/sm.24.html#type=core&event=load\" style=\"height: 1px; width: 1px; border: 0px; left: 0px; top: 0px; position: absolute; z-index: 100000; display: none;\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > iframe:nth-child(1)" }, { "htmlCode": "<iframe id=\"a2a_sm_ifr\" title=\"AddToAny Utility Frame\" transparency=\"true\" allowtransparency=\"true\" frameborder=\"0\" src=\"https://static.addtoany.com/menu/sm.24.html#type=core&event=load\" style=\"height: 1px; width: 1px; border: 0px; left: 0px; top: 0px; position: absolute; z-index: 100000;\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(8) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R62": { "name": "Element in sequential focus order has visible focus", "code": "QW-ACT-R62", "mapping": "oj04fd", "description": "This rule checks that each element in sequential focus order has some visible focus indication.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "2.4.7", "level": "AA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html", "url_tr": "https://www.w3.org/TR/WCAG21/#focus-visible" } ], "related": [], "url": "https://act-rules.github.io/rules/oj04fd", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 29, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the element has some visible focus indication" }, "results": [ { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#\" aria-haspopup=\"true\" role=\"button\" tabindex=\"0\" class=\"slicknav_btn slicknav_collapsed\">MENU</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/\" data-drupal-link-system-path=\"<front>\" class=\"is-active\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\">Legislation</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/in-the-news\" title=\"News Room\" data-drupal-link-system-path=\"in-the-news\" class=\"sf-with-ul\">Newsroom</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/district-news\" data-drupal-link-system-path=\"district-news\" class=\"sf-with-ul\">My District</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\" class=\"sf-with-ul\">Media</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/biography\" data-drupal-link-system-path=\"node/128\" class=\"sf-with-ul\">About</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/\" title=\"Home\" rel=\"home\">\n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/\" title=\"Home\" rel=\"home\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"frmore\" href=\"/biography\">Read More</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\">\n \n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\">\n \n \n \n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://ad09.asmrc.org/downtime-contact\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/map\" alt=\"Honor to Serve\">\n \n\n\n \n Honored to Serve\n \n \n \n Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, Hughson, Ione, La Grange, Lathrop, Linden, Lockeford, Lodi, Manteca, Oakdale, Rancho Murieta, Ripon, Riverbank, Salida, Waterford, and Wilton\n\n \n \n\n\n\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\">\n \n\n\n \n \n \n \n \n\n \n \n\n\n\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.fire.ca.gov/\" target=\"_blank\">Wildfire Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"340\" height=\"650\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allow=\"encrypted-media\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(2) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"tel: 209-599-2112\">209-599-2112</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > a:nth-child(4)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"tel: 916-319-2009\">916-319-2009</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > a:nth-child(4)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3) > input:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R17": { "name": "Image has accessible name", "code": "QW-ACT-R17", "mapping": "23a2a8", "description": "This rule checks that each image that is not marked as decorative, has an accessible name.", "metadata": { "target": { "element": "img" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content.html", "url_tr": "https://www.w3.org/TR/WCAG21/#non-text-content" } ], "related": [ "G94", "G95" ], "url": "https://act-rules.github.io/rules/23a2a8", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 1, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target doesn't have an accessible name." }, "results": [ { "verdict": "failed", "description": "The test target doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://ad09.asmrc.org/sites/default/files/banner_1.jpg\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R19": { "name": "iframe element has accessible name", "code": "QW-ACT-R19", "mapping": "cae760", "description": "This rule checks that each iframe element has an accessible name.", "metadata": { "target": { "element": "iframe" }, "success-criteria": [ { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html", "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value" } ], "related": [], "url": "https://act-rules.github.io/rules/cae760", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target accessible name doesn't exist or it's empty ('')." }, "results": [ { "verdict": "failed", "description": "The test target accessible name doesn't exist or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"340\" height=\"650\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allow=\"encrypted-media\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(2) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R75": { "name": "Bypass Blocks of Repeated Content", "code": "QW-ACT-R75", "mapping": "cf77f2", "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "metadata": { "target": { "element": "html" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html", "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks" } ], "related": [ "G1", "G123", "G124", "H69", "SCR28" ], "url": "https://act-rules.github.io/rules/cf77f2", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments)};gtag(\"js\", new Date());gtag(\"config\", \"UA-36961100-39\", {\"groups\":\"default\",\"anonymize_ip\":true,\"allow_ad_personalization_signals\":false});\n\n\n\n\n\n\n\n\n\n\n\nwindow.a2a_config=window.a2a_confi …", "pointer": "html" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 5, "warning": 3, "failed": 3, "inapplicable": 23 }, "assertions": { "QW-WCAG-T9": { "name": "Organizing a page using headings", "code": "QW-WCAG-T9", "mapping": "G141", "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ], "attributes": "role='heading'" }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" }, { "name": "2.4.10", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings" } ], "related": [ "G91", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Please verify that headers are used to divide the page correctly." }, "results": [ { "verdict": "warning", "description": "Please verify that headers are used to divide the page correctly.", "resultCode": "W1", "elements": [ { "htmlCode": "<body class=\"page-node-\">MENU\n \n Home\n \n \n Legislation\n \n \n Newsroom\n ►\n \n In The News\n \n \n Op-Eds\n \n \n Press Releases\n \n \n \n \n \n My District\n ►\n \n District News\n \n \n District Map\n \n \n Resources\n \n \n \n \n \n Media\n ►\n \n Photos\n \n \n …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T23": { "name": "Adding a link at the top of each page that goes directly to the main content area", "code": "QW-WCAG-T23", "mapping": "G1", "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "metadata": { "target": { "element": "body" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G123", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The first focusable control on the Web page links to the top of the page." }, "results": [ { "verdict": "failed", "description": "The first focusable control on the Web page links to the top of the page.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"#\" aria-haspopup=\"true\" role=\"button\" tabindex=\"0\" class=\"slicknav_btn slicknav_collapsed\">MENU</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T5": { "name": "Using alt attributes on images used as submit buttons", "code": "QW-WCAG-T5", "mapping": "H36", "description": "This technique checks all input elements that are buttons use alt text", "metadata": { "target": { "element": "input" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content" } ], "related": [ "G94" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H36", "passed": 0, "warning": 0, "failed": 5, "inapplicable": 0, "outcome": "failed", "description": "The input element does not have an alt attribute." }, "results": [ { "verdict": "failed", "description": "The input element does not have an alt attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The input element does not have an alt attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The input element does not have an alt attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The input element does not have an alt attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The input element does not have an alt attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3) > input:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T20": { "name": "Supplementing link text with the title attribute", "code": "QW-WCAG-T20", "mapping": "H33", "description": "Supplementing link text with the title attribute", "metadata": { "target": { "element": "a" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only" } ], "related": [ "C7", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H33", "passed": 0, "warning": 4, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "The element contains a title attribute equal to the text in the link" }, "results": [ { "verdict": "failed", "description": "The element contains a title attribute equal to the text in the link", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\" role=\"menuitem\" tabindex=\"-1\">Legislation</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/in-the-news\" title=\"News Room\" data-drupal-link-system-path=\"in-the-news\" class=\"sf-with-ul\" tabindex=\"-1\">Newsroom</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element contains a title attribute equal to the text in the link", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\">Legislation</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/in-the-news\" title=\"News Room\" data-drupal-link-system-path=\"in-the-news\" class=\"sf-with-ul\">Newsroom</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/\" title=\"Home\" rel=\"home\">\n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/\" title=\"Home\" rel=\"home\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(2) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T32": { "name": "Using ol, ul and dl for lists or groups of links", "code": "QW-WCAG-T32", "mapping": "H48", "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "metadata": { "target": { "element": [ "li", "dd", "dt" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" } ], "related": [ "H40" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48", "passed": 0, "warning": 11, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list." }, "results": [ { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"slicknav_nav slicknav_hidden\" style=\"touch-action: pan-y; display: none;\" aria-hidden=\"true\" role=\"menu\">\n <li>\n <a href=\"/\" data-drupal-link-system-path=\"<front>\" class=\"is-active\" role=\"menuitem\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Home</a>\n </li>\n <li>\n <a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\" role=\"menuitem\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">Legislation</a>\n </li>\n <li class=\"slicknav_colla …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\">\n <li>\n <a href=\"/in-the-news\" data-drupal-link-system-path=\"in-the-news\" role=\"menuitem\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(4) > li:nth-child(1) > a:nth-child(1)\">In The News</a>\n </li>\n <li>\n <a href=\"/opinion-editorial\" data-drupal-link-system-path=\"opinion-editorial\" role=\"menuitem\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(4) > li:nth-child(2) > a:nth-child(1)\">Op-Eds</a>\n </li>\n …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(4)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\">\n <li>\n <a href=\"/district-news\" data-drupal-link-system-path=\"district-news\" role=\"menuitem\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(4) > li:nth-child(1) > a:nth-child(1)\">District News</a>\n </li>\n <li>\n <a href=\"/map\" data-drupal-link-system-path=\"node/8\" role=\"menuitem\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(4) > li:nth-child(2) > a:nth-child(1)\">District Map</a>\n </li>\n <li>\n …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(4)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\">\n <li>\n <a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\" role=\"menuitem\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(4) > li:nth-child(1) > a:nth-child(1)\">Photos</a>\n </li>\n <li>\n <a href=\"/video-library\" data-drupal-link-system-path=\"video-library\" role=\"menuitem\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(4) > li:nth-child(2) > a:nth-child(1)\">Videos</a>\n </li>\n </ul>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(4)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\">\n <li>\n <a href=\"/biography\" data-drupal-link-system-path=\"node/128\" role=\"menuitem\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(4) > li:nth-child(1) > a:nth-child(1)\">Biography</a>\n </li>\n <li>\n <a href=\"/committees\" data-drupal-link-system-path=\"committees\" role=\"menuitem\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(4) > li:nth-child(2) > a:nth-child(1)\">Committees</a>\n </li>\n <li>\n …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(4)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"sf-js-enabled sf-arrows\" style=\"touch-action: pan-y;\">\n <li>\n <a href=\"/\" data-drupal-link-system-path=\"<front>\" class=\"is-active\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Home</a>\n </li>\n <li>\n <a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul style=\"display: none;\">\n <li>\n <a href=\"/in-the-news\" data-drupal-link-system-path=\"in-the-news\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">In The News</a>\n </li>\n <li>\n <a href=\"/opinion-editorial\" data-drupal-link-system-path=\"opinion-editorial\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nt …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul style=\"display: none;\">\n <li>\n <a href=\"/district-news\" data-drupal-link-system-path=\"district-news\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">District News</a>\n </li>\n <li>\n <a href=\"/map\" data-drupal-link-system-path=\"node/8\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nt …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul style=\"display: none;\">\n <li>\n <a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Photos</a>\n </li>\n <li>\n <a href=\"/video-library\" data-drupal-link-system-path=\"video-library\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav: …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul style=\"display: none;\">\n <li>\n <a href=\"/biography\" data-drupal-link-system-path=\"node/128\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Biography</a>\n </li>\n <li>\n <a href=\"/committees\" data-drupal-link-system-path=\"committees\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth- …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"slides\">\n <li style=\"display: list-item; opacity: 0.995012;\">\n <img src=\"https://ad09.asmrc.org/sites/default/files/banner_1.jpg\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > img:nth-child(1)\">\n <div class=\"flex-caption\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2)\">\n <h2 _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > div:nt …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T8": { "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives", "code": "QW-WCAG-T8", "mapping": "F30", "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "metadata": { "target": { "attributes": "alt" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content" }, { "name": "1.2.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded" } ], "related": [], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Text alternative needs manual verification." }, "results": [ { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"/sites/default/files/09_Flora_Name%20Logo_Websites%202023_drupaldimension-01.png\" alt=\"Home\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 14, "warning": 1, "failed": 2, "inapplicable": 7 }, "assertions": { "QW-BP1": { "name": "Using h1-h6 to identify headings", "code": "QW-BP1", "mapping": "H42", "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html" } ], "related": [ "H69", "G141", "F2", "F43" ], "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html", "passed": 0, "warning": 5, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that heading markup is used when content is a heading." }, "results": [ { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"visually-hidden\" id=\"block-nexus-main-navigation-menu\">Main navigation</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 id=\"site-title\">\n \n</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2>AssemblymanHEATH FLORA</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2>Honored to Serve</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2>Honored to Serve</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP15": { "name": "At least one width attribute of an HTML element is expressed in absolute values", "code": "QW-BP15", "description": "At least one width attribute of an HTML element is expressed in absolute values", "metadata": { "target": { "element": "*", "attributes": "width" }, "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target `width` attribute uses absolute units." }, "results": [ { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId\" width=\"340\" height=\"650\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allow=\"encrypted-media\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(2) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP23": { "name": "Listitems are used semantically", "code": "QW-BP23", "description": "Ensures <li> elements are used semantically", "metadata": { "target": { "element": "li" }, "passed": 18, "warning": 0, "failed": 17, "inapplicable": 0, "outcome": "failed", "description": "Listitem is not used semantically not used semantically" }, "results": [ { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li>\n Home\n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li>\n Legislation\n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"slicknav_collapsed slicknav_parent\">\n Newsroom\n ►\n \n In The News\n \n \n Op-Eds\n \n \n Press Releases\n \n \n \n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li>\n In The News\n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(4) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li>\n Op-Eds\n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(4) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li>\n Press Releases\n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(4) > li:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"slicknav_collapsed slicknav_parent\">\n My District\n ►\n \n District News\n \n \n District Map\n \n \n Resources\n \n \n \n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li>\n District News\n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(4) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li>\n District Map\n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(4) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li>\n Resources\n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(4) > li:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"slicknav_collapsed slicknav_parent\">\n Media\n ►\n \n Photos\n \n \n Videos\n \n \n \n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li>\n Photos\n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(4) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li>\n Videos\n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(4) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"slicknav_collapsed slicknav_parent\">\n About\n ►\n \n Biography\n \n \n Committees\n \n \n Contact Me\n \n \n \n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li>\n Biography\n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(4) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li>\n Committees\n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(4) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li>\n Contact Me\n </li>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(4) > li:nth-child(3)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 42, "document": 1, "button": 6, "menu": 5, "listitem": 35, "menuitem": 17, "banner": 1, "navigation": 2, "heading": 5, "list": 6, "img": 2, "main": 1, "complementary": 1 }, "tags": { "html": 1, "head": 1, "meta": 9, "script": 17, "link": 5, "title": 1, "body": 1, "div": 72, "a": 55, "span": 11, "ul": 11, "li": 35, "header": 1, "nav": 2, "h2": 4, "img": 2, "h1": 1, "p": 7, "input": 5, "section": 1, "aside": 1, "iframe": 3, "br": 6 } } } }, "success": true }, "standardResult": { "totals": [ 22, 52, 8, 18 ], "instances": [ { "ruleID": "QW-ACT-R63", "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R64", "what": "This rule checks that the non-repeated content contains a heading", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R73", "what": "This rule checks that repeated blocks of content are collapsible.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R74", "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R6", "what": "This rule checks that each image button element has an accessible name.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">" }, { "ruleID": "QW-ACT-R6", "what": "This rule checks that each image button element has an accessible name.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">" }, { "ruleID": "QW-ACT-R6", "what": "This rule checks that each image button element has an accessible name.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">" }, { "ruleID": "QW-ACT-R6", "what": "This rule checks that each image button element has an accessible name.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">" }, { "ruleID": "QW-ACT-R6", "what": "This rule checks that each image button element has an accessible name.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3) > input:nth-child(1)" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\"></a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\"> </a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"></a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> </a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> </a>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "a2a_sm_ifr", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe id=\"a2a_sm_ifr\" title=\"AddToAny Utility Frame\" transparency=\"true\" allowtransparency=\"true\" frameborder=\"0\" src=\"https://static.addtoany.com/menu/sm.24.html#type=core&event=load\" style=\"height: 1px; width: 1px; border: 0px; left: 0px; top: 0px; position: absolute; z-index: 100000; display: none;\"></iframe>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "a2a_sm_ifr", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(8) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe id=\"a2a_sm_ifr\" title=\"AddToAny Utility Frame\" transparency=\"true\" allowtransparency=\"true\" frameborder=\"0\" src=\"https://static.addtoany.com/menu/sm.24.html#type=core&event=load\" style=\"height: 1px; width: 1px; border: 0px; left: 0px; top: 0px; position: absolute; z-index: 100000;\"></iframe>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"#\" aria-haspopup=\"true\" role=\"button\" tabindex=\"0\" class=\"slicknav_btn slicknav_collapsed\">MENU</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" data-drupal-link-system-path=\"<front>\" class=\"is-active\">Home</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\">Legislation</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/in-the-news\" title=\"News Room\" data-drupal-link-system-path=\"in-the-news\" class=\"sf-with-ul\">Newsroom</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/district-news\" data-drupal-link-system-path=\"district-news\" class=\"sf-with-ul\">My District</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\" class=\"sf-with-ul\">Media</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"/biography\" data-drupal-link-system-path=\"node/128\" class=\"sf-with-ul\">About</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a class=\"frmore\" href=\"/biography\">Read More</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/map\" alt=\"Honor to Serve\"> Honored to Serve Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, Hughson, Ione, La Grange, Lathrop, Linden, Lockeford, Lodi, Manteca, Oakdale, Rancho Murieta, Ripon, Riverbank, Salida, Waterford, and Wilton </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.fire.ca.gov/\" target=\"_blank\">Wildfire Resources</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(2) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_w ... ide_cover=false&show_facepile=true&appId\" width=\"340\" height=\"650\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allow=\"encrypted-media\"></iframe>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > a:nth-child(4)" }, "excerpt": "<a href=\"tel: 209-599-2112\">209-599-2112</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > a:nth-child(4)" }, "excerpt": "<a href=\"tel: 916-319-2009\">916-319-2009</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3) > input:nth-child(1)" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">" }, { "ruleID": "QW-ACT-R17", "what": "This rule checks that each image that is not marked as decorative, has an accessible name.", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://ad09.asmrc.org/sites/default/files/banner_1.jpg\">" }, { "ruleID": "QW-ACT-R19", "what": "This rule checks that each iframe element has an accessible name.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(2) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_w ... ide_cover=false&show_facepile=true&appId\" width=\"340\" height=\"650\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allow=\"encrypted-media\"></iframe>" }, { "ruleID": "QW-ACT-R75", "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... aLayer.push(arguments)};gtag(\"js\", new Date());gtag(\"config\", \"UA-36961100-39\", {\"groups\":\"default\",\"anonymize_ip\":true,\"allow_ad_personalization_signals\":false}); window.a2a_config=window.a2a_confi …" }, { "ruleID": "QW-WCAG-T9", "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "ordinalSeverity": 0, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"page-node-\">MENU Home Legislation Newsroom ► In The News Op-Eds Press Releases My District ► District News District Map Resources Media ► Photos …" }, { "ruleID": "QW-WCAG-T23", "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"#\" aria-haspopup=\"true\" role=\"button\" tabindex=\"0\" class=\"slicknav_btn slicknav_collapsed\">MENU</a>" }, { "ruleID": "QW-WCAG-T5", "what": "This technique checks all input elements that are buttons use alt text", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\">" }, { "ruleID": "QW-WCAG-T5", "what": "This technique checks all input elements that are buttons use alt text", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\">" }, { "ruleID": "QW-WCAG-T5", "what": "This technique checks all input elements that are buttons use alt text", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\">" }, { "ruleID": "QW-WCAG-T5", "what": "This technique checks all input elements that are buttons use alt text", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\">" }, { "ruleID": "QW-WCAG-T5", "what": "This technique checks all input elements that are buttons use alt text", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3) > input:nth-child(1)" }, "excerpt": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\">" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\" role=\"menuitem\" tabindex=\"-1\">Legislation</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(2)" }, "excerpt": "<a href=\"/in-the-news\" title=\"News Room\" data-drupal-link-system-path=\"in-the-news\" class=\"sf-with-ul\" tabindex=\"-1\">Newsroom</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\">Legislation</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/in-the-news\" title=\"News Room\" data-drupal-link-system-path=\"in-the-news\" class=\"sf-with-ul\">Newsroom</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\"> </a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\"></a>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul class=\"slicknav_nav slicknav_hidden\" style=\"touch-action: pan-y; display: none;\" aria-hidden=\"true\" role=\"menu\"> <li> <a href=\"/\" data-drupal-link-system-path=\"<front>\" class=\"is-active\" role=\"men ... egislation\" role=\"menuitem\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">Legislation</a> </li> <li class=\"slicknav_colla …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(4)" }, "excerpt": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\"> <li> <a href=\"/in-the-news\" data-drupal-link-system-path=\"in-the-news\" role=\"menuitem\" tabindex=\"-1\" _selector=\"html ... orial\" role=\"menuitem\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(4) > li:nth-child(2) > a:nth-child(1)\">Op-Eds</a> </li> …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(4)" }, "excerpt": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\"> <li> <a href=\"/district-news\" data-drupal-link-system-path=\"district-news\" role=\"menuitem\" tabindex=\"-1\" _selector=\"h ... =\"menuitem\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(4) > li:nth-child(2) > a:nth-child(1)\">District Map</a> </li> <li> …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(4)" }, "excerpt": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\"> <li> <a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\" role=\"menuitem\" tabindex=\"-1\" _selector=\"html > bo ... y\" role=\"menuitem\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(4) > li:nth-child(2) > a:nth-child(1)\">Videos</a> </li> </ul>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(4)" }, "excerpt": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\"> <li> <a href=\"/biography\" data-drupal-link-system-path=\"node/128\" role=\"menuitem\" tabindex=\"-1\" _selector=\"html > bod ... le=\"menuitem\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(4) > li:nth-child(2) > a:nth-child(1)\">Committees</a> </li> <li> …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul class=\"sf-js-enabled sf-arrows\" style=\"touch-action: pan-y;\"> <li> <a href=\"/\" data-drupal-link-system-path=\"<front>\" class=\"is-active\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div ... data-drupal-link-system-path=\"legislation\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2)" }, "excerpt": "<ul style=\"display: none;\"> <li> <a href=\"/in-the-news\" data-drupal-link-system-path=\"in-the-news\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div ... link-system-path=\"opinion-editorial\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nt …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2)" }, "excerpt": "<ul style=\"display: none;\"> <li> <a href=\"/district-news\" data-drupal-link-system-path=\"district-news\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > ... tem-path=\"node/8\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nt …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2)" }, "excerpt": "<ul style=\"display: none;\"> <li> <a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth ... ath=\"video-library\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav: …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2)" }, "excerpt": "<ul style=\"display: none;\"> <li> <a href=\"/biography\" data-drupal-link-system-path=\"node/128\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth- ... th=\"committees\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth- …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1)" }, "excerpt": "<ul class=\"slides\"> <li style=\"display: list-item; opacity: 0.995012;\"> <img src=\"https://ad09.asmrc.org/sites/default/files/banner_1.jpg\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div: ... > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2)\"> <h2 _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > div:nt …" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"/sites/default/files/09_Flora_Name%20Logo_Websites%202023_drupaldimension-01.png\" alt=\"Home\">" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "block-nexus-main-navigation-menu", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"visually-hidden\" id=\"block-nexus-main-navigation-menu\">Main navigation</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H1", "id": "site-title", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(2)" }, "excerpt": "<h1 id=\"site-title\"> </h1>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2>AssemblymanHEATH FLORA</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2>Honored to Serve</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2>Honored to Serve</h2>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(2) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFloraCA%2F&tabs=timeline&width=340&height=650&small_header=false&adapt_container_w ... ide_cover=false&show_facepile=true&appId\" width=\"340\" height=\"650\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allow=\"encrypted-media\"></iframe>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li> Home </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2)" }, "excerpt": "<li> Legislation </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3)" }, "excerpt": "<li class=\"slicknav_collapsed slicknav_parent\"> Newsroom ► In The News Op-Eds Press Releases </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(4) > li:nth-child(1)" }, "excerpt": "<li> In The News </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(4) > li:nth-child(2)" }, "excerpt": "<li> Op-Eds </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(4) > li:nth-child(3)" }, "excerpt": "<li> Press Releases </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4)" }, "excerpt": "<li class=\"slicknav_collapsed slicknav_parent\"> My District ► District News District Map Resources </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(4) > li:nth-child(1)" }, "excerpt": "<li> District News </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(4) > li:nth-child(2)" }, "excerpt": "<li> District Map </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(4) > li:nth-child(3)" }, "excerpt": "<li> Resources </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5)" }, "excerpt": "<li class=\"slicknav_collapsed slicknav_parent\"> Media ► Photos Videos </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(4) > li:nth-child(1)" }, "excerpt": "<li> Photos </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(4) > li:nth-child(2)" }, "excerpt": "<li> Videos </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6)" }, "excerpt": "<li class=\"slicknav_collapsed slicknav_parent\"> About ► Biography Committees Contact Me </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(4) > li:nth-child(1)" }, "excerpt": "<li> Biography </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(4) > li:nth-child(2)" }, "excerpt": "<li> Committees </li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(4) > li:nth-child(3)" }, "excerpt": "<li> Contact Me </li>" } ] }, "endTime": 1687104672217 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687104672218, "url": "https://ad09.asmrc.org/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.106", "responseTime": "2023-06-18T16:11:11.718Z", "data": { "apiErrors": [], "documentSize": 990499, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 170, "failing": 10 }, "issues": { "totalErrors": 45, "totalWarnings": 1, "totalIssues": 46 }, "issuesByLevel": { "A": { "count": 34, "pct": 73.91 }, "AA": { "count": 9, "pct": 19.57 }, "AAA": { "count": 46, "pct": 100 } }, "density": { "errorDensity": 5, "warningDensity": 0, "allDensity": 5 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "551ceaf7-e1cb-423d-8c5a-5ad10c7f80aa", "docID": "155e519e-80cd-4276-b041-ca28198aebd7", "sourceHash": "111bdf5c34695a9021550ff5ab1bf066", "urlHttpCode": 200, "clientScriptErrors": [], "remainingApiCalls": { "planCalls": 0, "boosts": 19 }, "globalStats": { "errorDensity": "N/A", "warningDensity": "N/A", "allDensity": "N/A", "stdDev": "N/A" }, "resultUrl": "http://ngnix/history.php?responseID=551ceaf7-e1cb-423d-8c5a-5ad10c7f80aa", "resultSet": [ { "tID": 28, "bpID": 3, "priority": 100, "level": [ "AAA" ], "certainty": 100, "errorTitle": "The layout or sizing of this page causes horizontal scrolling.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Avoid layouts that result in horizontal scroll", "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1008, "y": 2676.88 }, "height": 2676.88, "width": 1008 }, "position": { "line": 2080, "column": 60 }, "errorSnippet": "<body class=\"page-node-\"><div class=\"slicknav_menu\"><a href=\"#\" aria-haspopup=\"true\" role=\"button\" tabindex=\"0\" class=\"slicknav_btn slicknav_collapsed\"><span class=\"slicknav_menutxt\">MENU</span><span class=\"slicknav_icon\"", "xpath": "/html/body", "issueID": "c187fa293e3c23a15eca13956666241b", "signature": "5b90355885d26c3e4770946b309029e1", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=c187fa293e3c23a15eca13956666241b" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 44, "column": 0 }, "errorSnippet": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> </a>", "xpath": "/html/body/div[1]/ul[1]/li[3]/a[1]", "issueID": "24674239ab40bd44031e89ee29c0a3de", "signature": "188cd68d9e37fa4c1452b15e89be0b18", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=24674239ab40bd44031e89ee29c0a3de" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 45, "column": 0 }, "errorSnippet": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> </a>", "xpath": "/html/body/div[1]/ul[1]/li[4]/a[1]", "issueID": "d330588a29ffe0766242db9947c17dba", "signature": "2d735207e9c45bb9d70e1593d20bac01", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=d330588a29ffe0766242db9947c17dba" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 45, "column": 0 }, "errorSnippet": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> </a>", "xpath": "/html/body/div[1]/ul[1]/li[5]/a[1]", "issueID": "7c12086cc7815b5dffc89b10b034138b", "signature": "a4453dad1950f4cc382c7df22aaf343b", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=7c12086cc7815b5dffc89b10b034138b" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 1080, "column": 5796 }, "errorSnippet": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> </a>", "xpath": "/html/body/div[1]/ul[1]/li[6]/a[1]", "issueID": "45786a08cea975e4d99e6d551ad69472", "signature": "f6ae98509be353db250bb9bbc49645bb", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=45786a08cea975e4d99e6d551ad69472" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 8, "y": 1493.25 }, "bottom-right": { "x": 8, "y": 1493.25 }, "height": 0, "width": 0 }, "position": { "line": 4505, "column": 34 }, "errorSnippet": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>", "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]", "issueID": "5fd6f6b3c0a92ab27187e75adcf987a8", "signature": "0695849f339198873e40d9a5e1cdb3c1", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=5fd6f6b3c0a92ab27187e75adcf987a8" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 8, "y": 1493.25 }, "bottom-right": { "x": 8, "y": 1493.25 }, "height": 0, "width": 0 }, "position": { "line": 4506, "column": 0 }, "errorSnippet": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>", "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "317e05778cd7e502af2184b5da672213", "signature": "b7fe73c92b0910861a8397c712301bf5", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=317e05778cd7e502af2184b5da672213" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 8, "y": 1493.25 }, "bottom-right": { "x": 8, "y": 1493.25 }, "height": 0, "width": 0 }, "position": { "line": 4506, "column": 0 }, "errorSnippet": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>", "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "7b2ddbe030eebe9c4a2e5f2bb65a9e3c", "signature": "81ba86a5a8de964028a1ca12f6fbaee9", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=7b2ddbe030eebe9c4a2e5f2bb65a9e3c" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 8, "y": 1493.25 }, "bottom-right": { "x": 8, "y": 1510.25 }, "height": 17, "width": 0 }, "position": { "line": 4506, "column": 0 }, "errorSnippet": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>", "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "4b1ce81944dec405e576147ba61e664a", "signature": "0c2224515090d9922b5e56478138901f", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=4b1ce81944dec405e576147ba61e664a" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 8, "y": 1493.25 }, "bottom-right": { "x": 65, "y": 1510.25 }, "height": 17, "width": 57 }, "position": { "line": 4673, "column": 33 }, "errorSnippet": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-i", "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]", "issueID": "9e154aa8b2ef1bb591d598c93dd71368", "signature": "1315072dcfdccde833fe6680015abb94", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=9e154aa8b2ef1bb591d598c93dd71368" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 8, "y": 1630.0625 }, "bottom-right": { "x": 8, "y": 1630.0625 }, "height": 0, "width": 0 }, "position": { "line": 4685, "column": 52 }, "errorSnippet": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\"> <div id=\"block-covid19\"> <div class=\"field field--name-body field--type-text-with-summary field--label-hidden field__item\"><div style=\"padding: 0px !important; margin:", "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]", "issueID": "8b2c3fd2b6a36d68878a028a686fab53", "signature": "0b8e81f320c0c8f578f7b248a4ab14ce", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=8b2c3fd2b6a36d68878a028a686fab53" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 8, "y": 2666.875 }, "bottom-right": { "x": 65, "y": 2683.875 }, "height": 17, "width": 57 }, "position": { "line": 5094, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"><input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/f", "xpath": "/html/body/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[1]", "issueID": "58948eea00ca2be19a2f567d37aec0c1", "signature": "dc25399cb5688ac469bde24aafdb35fb", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=58948eea00ca2be19a2f567d37aec0c1" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 69.484375, "y": 2666.875 }, "bottom-right": { "x": 127.484375, "y": 2683.875 }, "height": 17, "width": 58 }, "position": { "line": 5842, "column": 34 }, "errorSnippet": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/", "xpath": "/html/body/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[2]", "issueID": "90c166ca599063b825bea25afdb099a7", "signature": "50f55596bd1486efe8e315f269512648", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=90c166ca599063b825bea25afdb099a7" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 130.96875, "y": 2666.875 }, "bottom-right": { "x": 187.96875, "y": 2683.875 }, "height": 17, "width": 57 }, "position": { "line": 5843, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/si", "xpath": "/html/body/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[3]", "issueID": "8c6aa5cf53472a82d937d68951815c6c", "signature": "246b031d505220bcbbb752f06b7e0f5d", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=8c6aa5cf53472a82d937d68951815c6c" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 143.109375, "y": 1459.25 }, "bottom-right": { "x": 215.109375, "y": 1476.25 }, "height": 17, "width": 72 }, "position": { "line": 4349, "column": 33 }, "errorSnippet": "<a class=\"frmore\" href=\"/biography\">Read More</a>", "xpath": "/html/body/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/a[1]", "issueID": "4d645fff183b78f776b3d205d6a05fe3", "signature": "586231aafc42426aa918618275767715", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=4d645fff183b78f776b3d205d6a05fe3" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 44, "column": 0 }, "errorSnippet": "<a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\" role=\"menuitem\" tabindex=\"-1\">Legislation</a>", "xpath": "/html/body/div[1]/ul[1]/li[2]/a[1]", "issueID": "c22e00a94f63a1bde6cddf725f6ec03f", "signature": "3efac9d3b5d3a5b3fc754d0886cbf0d6", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=c22e00a94f63a1bde6cddf725f6ec03f" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 48, "y": 110.8125 }, "bottom-right": { "x": 120, "y": 127.8125 }, "height": 17, "width": 72 }, "position": { "line": 3678, "column": 0 }, "errorSnippet": "<a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\">Legislation</a>", "xpath": "/html/body/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]", "issueID": "a0ec92f7a6f96710d6b15510ccc3c54b", "signature": "9d9e177079949d32e2c5c0f2b78cccb9", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=a0ec92f7a6f96710d6b15510ccc3c54b" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 8, "y": 216.8125 }, "bottom-right": { "x": 63, "y": 233.8125 }, "height": 17, "width": 55 }, "position": { "line": 4278, "column": 0 }, "errorSnippet": "<a href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/default/files/09_Flora_Name%20Logo_Websites%202023_drupaldimension-01.png\" alt=\"Home\"> </a>", "xpath": "/html/body/div[2]/div[1]/header[1]/div[1]/div[2]/div[1]/a[1]", "issueID": "52180c9db63a53c96fabaddfc8ec92be", "signature": "df52dc91ac203249b23941096b8ae6d2", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=52180c9db63a53c96fabaddfc8ec92be" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1008, "y": 2676.88 }, "height": 2676.88, "width": 1008 }, "position": { "line": 2080, "column": 60 }, "errorSnippet": "<body class=\"page-node-\"><div class=\"slicknav_menu\"><a href=\"#\" aria-haspopup=\"true\" role=\"button\" tabindex=\"0\" class=\"slicknav_btn slicknav_collapsed\"><span class=\"slicknav_menutxt\">MENU</span><span class=\"slicknav_icon\"", "xpath": "/html/body", "issueID": "f67f7ce00d663ee42a0fb5d150425738", "signature": "c92e07f992832d649f1a66258fb19cc8", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=f67f7ce00d663ee42a0fb5d150425738" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 44, "column": 0 }, "errorSnippet": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> </a>", "xpath": "/html/body/div[1]/ul[1]/li[3]/a[1]", "issueID": "6a3ceaf9704e07717cc0c0d3b2511ef2", "signature": "a4d6ff9db037d7ac6e0c03aac3a55f19", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=6a3ceaf9704e07717cc0c0d3b2511ef2" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 45, "column": 0 }, "errorSnippet": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> </a>", "xpath": "/html/body/div[1]/ul[1]/li[4]/a[1]", "issueID": "2b41a9a5215e4ffb0696b4ac92286557", "signature": "d6d1972659b55bf1b066f9c2e1c6ef10", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=2b41a9a5215e4ffb0696b4ac92286557" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 45, "column": 0 }, "errorSnippet": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> </a>", "xpath": "/html/body/div[1]/ul[1]/li[5]/a[1]", "issueID": "ef6fa62dc47429a9738f0f2987af03fd", "signature": "11f6c04acf40ef1da0c06faa6fccdafc", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=ef6fa62dc47429a9738f0f2987af03fd" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 1080, "column": 5796 }, "errorSnippet": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> </a>", "xpath": "/html/body/div[1]/ul[1]/li[6]/a[1]", "issueID": "b14a40af9cedf6ec747fda0a698c6ac2", "signature": "008a6722b312b52f5f261890de527801", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b14a40af9cedf6ec747fda0a698c6ac2" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 8, "y": 256.25 }, "bottom-right": { "x": 8, "y": 256.25 }, "height": 0, "width": 0 }, "position": { "line": 4278, "column": 0 }, "errorSnippet": "<a href=\"/\" title=\"Home\" rel=\"home\"></a>", "xpath": "/html/body/div[2]/div[1]/header[1]/div[1]/div[2]/h1[1]/a[1]", "issueID": "cb0afe5834db42a2ab3a5070360a695e", "signature": "aeeca4de7ec4cd8dd4f6d3f0c8fdd9d5", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=cb0afe5834db42a2ab3a5070360a695e" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 8, "y": 1493.25 }, "bottom-right": { "x": 8, "y": 1493.25 }, "height": 0, "width": 0 }, "position": { "line": 4505, "column": 34 }, "errorSnippet": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>", "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]", "issueID": "117474009f730dee4ad64079e28bbb97", "signature": "d9bb1c1d6b0abdb5a92cb5c813aba4a4", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=117474009f730dee4ad64079e28bbb97" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 8, "y": 1493.25 }, "bottom-right": { "x": 8, "y": 1493.25 }, "height": 0, "width": 0 }, "position": { "line": 4506, "column": 0 }, "errorSnippet": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>", "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "6eae5ca1f4b419dd52741366f347479c", "signature": "9b388b537ee8e702cc4bf2dbe0cb397e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=6eae5ca1f4b419dd52741366f347479c" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 8, "y": 1493.25 }, "bottom-right": { "x": 8, "y": 1493.25 }, "height": 0, "width": 0 }, "position": { "line": 4506, "column": 0 }, "errorSnippet": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>", "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "9793919626e2171cdd80e5ab3e66f38b", "signature": "49b593c45d7d3fedf2302d7a73ab71a8", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9793919626e2171cdd80e5ab3e66f38b" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 8, "y": 1493.25 }, "bottom-right": { "x": 8, "y": 1510.25 }, "height": 17, "width": 0 }, "position": { "line": 4506, "column": 0 }, "errorSnippet": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>", "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "328d2e65228794e2ccd08d20e159c0fd", "signature": "a534a98f7590beb441bc6e0f358961c0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=328d2e65228794e2ccd08d20e159c0fd" }, { "tID": 155, "bpID": 143, "priority": 100, "level": [ "A", "AAA" ], "certainty": 60, "errorTitle": "These headings are not structured in a hierarchical manner.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings" ], "resultTitle": "Make sure that headings are in the right order for the content.", "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1008, "y": 2676.88 }, "height": 2676.88, "width": 1008 }, "position": { "line": 2080, "column": 60 }, "errorSnippet": "<body class=\"page-node-\"><div class=\"slicknav_menu\"><a href=\"#\" aria-haspopup=\"true\" role=\"button\" tabindex=\"0\" class=\"slicknav_btn slicknav_collapsed\"><span class=\"slicknav_menutxt\">MENU</span><span class=\"slicknav_icon\"", "xpath": "/html/body", "issueID": "bae6b359d929c597e37bfcd7b901654e", "signature": "013dd07ef524a442f3f39a0910473341", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=bae6b359d929c597e37bfcd7b901654e" }, { "tID": 184, "bpID": 104, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links are adjacent and point to the same destination.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Avoid using different link text for links that point to the same destination", "errorDescription": "These links are adjacent and point to the same destination. Repeated link announcements from screen readers and additonal tab stops for keyboards creates unnecessary impediments and frustration for users. If the adjacent links are thematically connected, such as an image and a text link pointing to the same destination, wrapping them both in the same link. Depending on the content, it may also be appropriate to delete one of the links or, if the links are part of a group, to place them in a linked block-level element.", "viewPortLocation": { "top-left": { "x": 8, "y": 1493.25 }, "bottom-right": { "x": 8, "y": 1510.25 }, "height": 17, "width": 0 }, "position": { "line": 4506, "column": 0 }, "errorSnippet": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>", "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "6c88f467cadf2fbca62bee6a7139a5c8", "signature": "b38e3f9754f151579049c6e77dcdb95d", "ref": "https://tenon.io/bestpractice.php?bpID=104&tID=184&issueID=6c88f467cadf2fbca62bee6a7139a5c8" }, { "tID": 184, "bpID": 104, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links are adjacent and point to the same destination.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Avoid using different link text for links that point to the same destination", "errorDescription": "These links are adjacent and point to the same destination. Repeated link announcements from screen readers and additonal tab stops for keyboards creates unnecessary impediments and frustration for users. If the adjacent links are thematically connected, such as an image and a text link pointing to the same destination, wrapping them both in the same link. Depending on the content, it may also be appropriate to delete one of the links or, if the links are part of a group, to place them in a linked block-level element.", "viewPortLocation": { "top-left": { "x": 8, "y": 1493.25 }, "bottom-right": { "x": 65, "y": 1510.25 }, "height": 17, "width": 57 }, "position": { "line": 4673, "column": 33 }, "errorSnippet": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-i", "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]", "issueID": "1b1cb31bbca0b97a4000a46b7d419ebc", "signature": "6c85a0919a854a6f5bbdbc44c55f4d49", "ref": "https://tenon.io/bestpractice.php?bpID=104&tID=184&issueID=1b1cb31bbca0b97a4000a46b7d419ebc" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": -16 }, "bottom-right": { "x": 94.0625, "y": 92 }, "height": 108, "width": 94.0625 }, "position": { "line": 3738, "column": 0 }, "errorSnippet": "<ul class=\"slicknav_nav slicknav_hidden\" style=\"touch-action: pan-y; display: none;\" aria-hidden=\"true\" role=\"menu\"> <li> <a href=\"/\" data-drupal-link-system-path=\"<front>\" class=\"is-active\" role=\"menuitem\" tabindex=\"-1\">Home</", "xpath": "/html/body/div[1]/ul[1]", "issueID": "db58da1ce650ef0168d7a4394f9cbad7", "signature": "0941b3b26cef6076b6579b550e749090", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=db58da1ce650ef0168d7a4394f9cbad7" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 3738, "column": 0 }, "errorSnippet": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\"> <li> <a href=\"/in-the-news\" data-drupal-link-system-path=\"in-the-news\" role=\"menuitem\" tabindex=\"-1\">In The News</a> </li> <li> <a h", "xpath": "/html/body/div[1]/ul[1]/li[3]/ul[1]", "issueID": "8a36956a20f474269cbc2b6f55f750ec", "signature": "1fee7a1b42d14e7ea4f5240774729e2f", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=8a36956a20f474269cbc2b6f55f750ec" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 3738, "column": 0 }, "errorSnippet": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\"> <li> <a href=\"/district-news\" data-drupal-link-system-path=\"district-news\" role=\"menuitem\" tabindex=\"-1\">District News</a> </li> <li> &", "xpath": "/html/body/div[1]/ul[1]/li[4]/ul[1]", "issueID": "95e86004c1b38a0108646f60be7de897", "signature": "38865a061dceec24d806d0bf430d0cb1", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=95e86004c1b38a0108646f60be7de897" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 5226, "column": 110 }, "errorSnippet": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\"> <li> <a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\" role=\"menuitem\" tabindex=\"-1\">Photos</a> </li> <li> <a href=\"/vid", "xpath": "/html/body/div[1]/ul[1]/li[5]/ul[1]", "issueID": "d5ae71f2a6b0172c6ad3e12472e812ad", "signature": "56e5b7e9489624102f547f94cacf97e2", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=d5ae71f2a6b0172c6ad3e12472e812ad" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 5903, "column": 0 }, "errorSnippet": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\"> <li> <a href=\"/biography\" data-drupal-link-system-path=\"node/128\" role=\"menuitem\" tabindex=\"-1\">Biography</a> </li> <li> <a href=\"/c", "xpath": "/html/body/div[1]/ul[1]/li[6]/ul[1]", "issueID": "f03bc2f34553e55ff812b6be3a38f7ef", "signature": "2526662c95ef0891c2223dbfc4b4aaff", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=f03bc2f34553e55ff812b6be3a38f7ef" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 1101, "column": 0 }, "errorSnippet": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD09&amp;inframe=N\" target=\"_blank\" role=\"menuitem\" tabindex=\"-1\">Contact Me</a>", "xpath": "/html/body/div[1]/ul[1]/li[6]/ul[1]/li[3]/a[1]", "issueID": "22345fc6518ec41f7b5304c9bf14d3cd", "signature": "e7ea301b91f079a76e82a401cc4a92c1", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=22345fc6518ec41f7b5304c9bf14d3cd" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4278, "column": 0 }, "errorSnippet": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD09&amp;inframe=N\" target=\"_blank\">Contact Me</a>", "xpath": "/html/body/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[3]/a[1]", "issueID": "1c5a3f65361b43116bdf8c44ff8ee0fc", "signature": "d415d54f0d5c991157d661011b2786ed", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=1c5a3f65361b43116bdf8c44ff8ee0fc" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 8, "y": 1493.25 }, "bottom-right": { "x": 8, "y": 1493.25 }, "height": 0, "width": 0 }, "position": { "line": 4505, "column": 34 }, "errorSnippet": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>", "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]", "issueID": "005b58749e60eef888b6d06a262d20e9", "signature": "da777296f80486c3884b27e0c7c51dab", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=005b58749e60eef888b6d06a262d20e9" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 8, "y": 1493.25 }, "bottom-right": { "x": 8, "y": 1493.25 }, "height": 0, "width": 0 }, "position": { "line": 4506, "column": 0 }, "errorSnippet": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>", "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "86ba0aabad5164356ff0bb4b3a851869", "signature": "a371ce9f1468e0f4ef91bcf7a08ab600", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=86ba0aabad5164356ff0bb4b3a851869" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 8, "y": 1493.25 }, "bottom-right": { "x": 8, "y": 1493.25 }, "height": 0, "width": 0 }, "position": { "line": 4506, "column": 0 }, "errorSnippet": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>", "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "b40a0f529d0e48e22850d4691dae10d6", "signature": "ba503a0231c29cbaa2a7c0f093e7e066", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b40a0f529d0e48e22850d4691dae10d6" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 8, "y": 1493.25 }, "bottom-right": { "x": 8, "y": 1510.25 }, "height": 17, "width": 0 }, "position": { "line": 4506, "column": 0 }, "errorSnippet": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>", "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "c08cc88773d78542b3924194fb37a48c", "signature": "325421fc10e1ad1279d42d33a2a54b5c", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c08cc88773d78542b3924194fb37a48c" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 8, "y": 1648.0625 }, "bottom-right": { "x": 131, "y": 1665.0625 }, "height": 17, "width": 123 }, "position": { "line": 4686, "column": 58 }, "errorSnippet": "<a href=\"https://www.fire.ca.gov/\" target=\"_blank\">Wildfire Resources</a>", "xpath": "/html/body/div[2]/div[1]/div[4]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "b24c6a610eb7ac155370ebd1c2dde88f", "signature": "973edd96f5f327efdffac2ccfb1739d7", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b24c6a610eb7ac155370ebd1c2dde88f" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 8, "y": 2666.875 }, "bottom-right": { "x": 65, "y": 2683.875 }, "height": 17, "width": 57 }, "position": { "line": 5094, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"><input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/f", "xpath": "/html/body/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[1]", "issueID": "d4ea260652cda54c9e659d2c547a9198", "signature": "3765557393ac92ea70aba6bbd7b07286", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d4ea260652cda54c9e659d2c547a9198" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 69.484375, "y": 2666.875 }, "bottom-right": { "x": 127.484375, "y": 2683.875 }, "height": 17, "width": 58 }, "position": { "line": 5842, "column": 34 }, "errorSnippet": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/", "xpath": "/html/body/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[2]", "issueID": "3811ec092e2a6ab76fdf53cc1ab38dea", "signature": "2779c481c4d607a23d0be4949fedaed4", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=3811ec092e2a6ab76fdf53cc1ab38dea" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 130.96875, "y": 2666.875 }, "bottom-right": { "x": 187.96875, "y": 2683.875 }, "height": 17, "width": 57 }, "position": { "line": 5843, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/si", "xpath": "/html/body/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[3]", "issueID": "0157180b7eb52455ea46ecc51bf8b17d", "signature": "976f1f70f6f3018d38040e7a774a8ac8", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0157180b7eb52455ea46ecc51bf8b17d" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 1, 45 ], "instances": [ { "ruleID": "28", "what": "The layout or sizing of this page causes horizontal scrolling.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"page-node-\"><div class=\"slicknav_menu\"><a href=\"#\" aria-haspopup=\"true\" role=\"button\" tabindex=\"0\" class=\"slicknav_btn slicknav_collapsed\"><span class=\"slicknav_menutxt\">MENU</span><span class=\"slicknav_icon\"" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> </a>" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> </a>" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> </a>" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/ul[1]/li[6]/a[1]" }, "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> </a>" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-i" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\"> <div id=\"block-covid19\"> <div class=\"field field--name-body field--type-text-with-summary field--label-hidden field__item\"><div style=\"padding: 0px !important; margin:" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"><input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/f" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[2]" }, "excerpt": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[3]" }, "excerpt": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/si" }, { "ruleID": "73", "what": "This link text is uninformative.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[1]/ul[1]/li[1]/div[1]/a[1]" }, "excerpt": "<a class=\"frmore\" href=\"/biography\">Read More</a>" }, { "ruleID": "79", "what": "This link has a `title` attribute that is the same as the text inside the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\" role=\"menuitem\" tabindex=\"-1\">Legislation</a>" }, { "ruleID": "79", "what": "This link has a `title` attribute that is the same as the text inside the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"/legislation\" title=\"Legislation\" data-drupal-link-system-path=\"legislation\">Legislation</a>" }, { "ruleID": "79", "what": "This link has a `title` attribute that is the same as the text inside the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/header[1]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/default/files/09_Flora_Name%20Logo_Websites%202023_drupaldimension-01.png\" alt=\"Home\"> </a>" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"page-node-\"><div class=\"slicknav_menu\"><a href=\"#\" aria-haspopup=\"true\" role=\"button\" tabindex=\"0\" class=\"slicknav_btn slicknav_collapsed\"><span class=\"slicknav_menutxt\">MENU</span><span class=\"slicknav_icon\"" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> </a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> </a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> </a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/ul[1]/li[6]/a[1]" }, "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> </a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/header[1]/div[1]/div[2]/h1[1]/a[1]" }, "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\"></a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "155", "what": "These headings are not structured in a hierarchical manner.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"page-node-\"><div class=\"slicknav_menu\"><a href=\"#\" aria-haspopup=\"true\" role=\"button\" tabindex=\"0\" class=\"slicknav_btn slicknav_collapsed\"><span class=\"slicknav_menutxt\">MENU</span><span class=\"slicknav_icon\"" }, { "ruleID": "184", "what": "These links are adjacent and point to the same destination.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "184", "what": "These links are adjacent and point to the same destination.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-i" }, { "ruleID": "190", "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/ul[1]" }, "excerpt": "<ul class=\"slicknav_nav slicknav_hidden\" style=\"touch-action: pan-y; display: none;\" aria-hidden=\"true\" role=\"menu\"> <li> <a href=\"/\" data-drupal-link-system-path=\"<front>\" class=\"is-active\" role=\"menuitem\" tabindex=\"-1\">Home</" }, { "ruleID": "190", "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/ul[1]/li[3]/ul[1]" }, "excerpt": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\"> <li> <a href=\"/in-the-news\" data-drupal-link-system-path=\"in-the-news\" role=\"menuitem\" tabindex=\"-1\">In The News</a> </li> <li> <a h" }, { "ruleID": "190", "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/ul[1]/li[4]/ul[1]" }, "excerpt": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\"> <li> <a href=\"/district-news\" data-drupal-link-system-path=\"district-news\" role=\"menuitem\" tabindex=\"-1\">District News</a> </li> <li> &" }, { "ruleID": "190", "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/ul[1]/li[5]/ul[1]" }, "excerpt": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\"> <li> <a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\" role=\"menuitem\" tabindex=\"-1\">Photos</a> </li> <li> <a href=\"/vid" }, { "ruleID": "190", "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/ul[1]/li[6]/ul[1]" }, "excerpt": "<ul style=\"display: none;\" role=\"menu\" class=\"slicknav_hidden\" aria-hidden=\"true\"> <li> <a href=\"/biography\" data-drupal-link-system-path=\"node/128\" role=\"menuitem\" tabindex=\"-1\">Biography</a> </li> <li> <a href=\"/c" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/ul[1]/li[6]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD09&amp;inframe=N\" target=\"_blank\" role=\"menuitem\" tabindex=\"-1\">Contact Me</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/header[1]/div[1]/div[1]/nav[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD09&amp;inframe=N\" target=\"_blank\">Contact Me</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> </a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"></a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[4]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://www.fire.ca.gov/\" target=\"_blank\">Wildfire Resources</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"><input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/f" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[2]" }, "excerpt": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/div[1]/div[5]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/a[3]" }, "excerpt": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/si" } ] }, "endTime": 1687104672779 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687104672779, "url": "https://ad09.asmrc.org/", "what": "Testaro", "result": { "rules": { "allHidden": { "what": "page that is entirely or mostly hidden", "data": { "hidden": { "document": false, "body": false, "main": false }, "reallyHidden": { "document": false, "body": false, "main": false }, "display": { "document": "block", "body": "block", "main": "block" }, "visHidden": { "document": false, "body": false, "main": false }, "ariaHidden": { "document": false, "body": false, "main": false }, "tagName": { "document": "HTML", "body": "BODY", "main": "SECTION" }, "id": { "body": "", "main": "content" } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "autocomplete": { "what": "name and email inputs without autocomplete attributes", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 104 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "docType": { "what": "document without a doctype property", "data": { "docHasType": true }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "dupAtt": { "what": "elements with duplicate attributes", "data": { "total": 0, "items": [], "prevented": true }, "totals": [ 0, 0, 0, 10 ], "standardInstances": [ { "ruleID": "dupAtt", "what": "Page prevented this test (treated as 10 instances)", "ordinalSeverity": 3, "count": 10, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "embAc": { "what": "active elements embedded in links or buttons", "data": { "totals": { "links": 4, "buttons": 0, "inputs": 5, "selects": 0 }, "items": [ { "embeddedElement": "A", "embeddedID": "", "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> <a href=\"/in-the-news\" title=\"News Room\" data-drupal-link-system-path=\"in-the-news\" class=\"sf-with-ul\" tabindex=\"-1\">Newsroom</a> <span class=\"slicknav_arrow\">►</span></a>" }, { "embeddedElement": "A", "embeddedID": "", "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> <a href=\"/district-news\" data-drupal-link-system-path=\"district-news\" class=\"sf-with-ul\" tabindex=\"-1\">My District</a> <span class=\"slicknav_arrow\">►</span></a>" }, { "embeddedElement": "A", "embeddedID": "", "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> <a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\" class=\"sf-with-ul\" tabindex=\"-1\">Media</a> <span class=\"slicknav_arrow\">►</span></a>" }, { "embeddedElement": "A", "embeddedID": "", "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> <a href=\"/biography\" data-drupal-link-system-path=\"node/128\" class=\"sf-with-ul\" tabindex=\"-1\">About</a> <span class=\"slicknav_arrow\">►</span></a>" }, { "embeddedElement": "INPUT", "embeddedID": "", "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\"></a>" }, { "embeddedElement": "INPUT", "embeddedID": "", "excerpt": "<div class=\"field field--name-body field--type-text-with-summary field--label-hidden field__item\"><div style=\"padding: 0px !important; margin: 0px !important;\"><input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\"></div></div>" }, { "embeddedElement": "INPUT", "embeddedID": "", "excerpt": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"><input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\"></a>" }, { "embeddedElement": "INPUT", "embeddedID": "", "excerpt": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\"></a>" }, { "embeddedElement": "INPUT", "embeddedID": "", "excerpt": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\"></a>" } ] }, "totals": [ 0, 0, 9, 0 ], "standardInstances": [ { "ruleID": "embAc", "what": "A element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> <a href=\"/in-the-news\" title=\"News Room\" data-drupal-link-system-path=\"in-the-news\" class=\"sf-with-ul\" tabindex=\"-1\">Newsroom</a> <span class=\"slicknav_arrow\">►</span></a>" }, { "ruleID": "embAc", "what": "A element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> <a href=\"/district-news\" data-drupal-link-system-path=\"district-news\" class=\"sf-with-ul\" tabindex=\"-1\">My District</a> <span class=\"slicknav_arrow\">►</span></a>" }, { "ruleID": "embAc", "what": "A element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> <a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\" class=\"sf-with-ul\" tabindex=\"-1\">Media</a> <span class=\"slicknav_arrow\">►</span></a>" }, { "ruleID": "embAc", "what": "A element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> <a href=\"/biography\" data-drupal-link-system-path=\"node/128\" class=\"sf-with-ul\" tabindex=\"-1\">About</a> <span class=\"slicknav_arrow\">►</span></a>" }, { "ruleID": "embAc", "what": "INPUT element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\"></a>" }, { "ruleID": "embAc", "what": "INPUT element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"field field--name-body field--type-text-with-summary field--label-hidden field__item\"><div style=\"padding: 0px !important; margin: 0px !important;\"><input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\"></div></div>" }, { "ruleID": "embAc", "what": "INPUT element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"><input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\"></a>" }, { "ruleID": "embAc", "what": "INPUT element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\"></a>" }, { "ruleID": "embAc", "what": "INPUT element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\"></a>" } ] }, "filter": { "what": "filter styles on elements", "data": { "totals": { "styledElements": 0, "impactedElements": 0 }, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focAll": { "what": "discrepancies between focusable and Tab-focused elements", "data": { "tabFocusables": 22, "tabFocused": 38, "discrepancy": 16 }, "totals": [ 0, 0, 16, 0 ], "standardInstances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 16, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 22, "types": { "missing": { "total": 17, "tagNames": { "A": 16, "IFRAME": 1 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 5, "meanDelay": 0, "tagNames": { "INPUT": 5 } } } }, "items": { "missing": [ { "tagName": "A", "id": "", "text": "Home" }, { "tagName": "A", "id": "", "text": "Legislation" }, { "tagName": "A", "id": "", "text": "Newsroom" }, { "tagName": "A", "id": "", "text": "My District" }, { "tagName": "A", "id": "", "text": "Media" }, { "tagName": "A", "id": "", "text": "About" }, { "tagName": "A", "id": "", "text": "<a href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/default/files/09_Flora_Name%20Logo_Websites%20" }, { "tagName": "A", "id": "", "text": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input onmouseout=\"this.src='/sites/default/files/" }, { "tagName": "A", "id": "", "text": "Honored to Serve Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, " }, { "tagName": "A", "id": "", "text": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\"> <!-- block --> <div id=\"block-covi" }, { "tagName": "A", "id": "", "text": "Wildfire Resources" }, { "tagName": "IFRAME", "id": "", "text": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFl" }, { "tagName": "A", "id": "", "text": "209-599-2112" }, { "tagName": "A", "id": "", "text": "916-319-2009" }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"><input onmouseout=\"this.src='/sites" }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/defa" }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> <input onmouseout=\"thi" } ], "nonoutline": [], "outline": [ { "tagName": "INPUT", "id": "", "text": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src", "delay": 0 }, { "tagName": "INPUT", "id": "", "text": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouse", "delay": 0 }, { "tagName": "INPUT", "id": "", "text": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src=", "delay": 0 }, { "tagName": "INPUT", "id": "", "text": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src=", "delay": 0 }, { "tagName": "INPUT", "id": "", "text": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src=", "delay": 0 } ] } }, "totals": [ 0, 0, 0, 17 ], "standardInstances": [ { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/default/files/09_Flora_Name%20Logo_Websites%20" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input onmouseout=\"this.src='/sites/default/files/" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Honored to Serve Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, " }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\"> <!-- block --> <div id=\"block-covi" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Wildfire Resources" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFl" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "209-599-2112" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "916-319-2009" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"><input onmouseout=\"this.src='/sites" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/defa" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> <input onmouseout=\"thi" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 62, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 21, "tagNames": { "A": 21 } }, "focusableAndOperable": { "total": 41, "tagNames": { "A": 34, "INPUT": 5, "IFRAME": 2 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [ { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Newsroom ►", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Newsroom", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "In The News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Op-Eds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "My District ►", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "My District", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District Map", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Media ►", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Media", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Photos", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Videos", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About ►", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Biography", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Committees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Me", "byTag": true, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "MENU", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Newsroom", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "In The News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Op-Eds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "My District", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District Map", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Media", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Photos", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Videos", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Biography", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Committees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Me", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/\" title=\"Home\" rel=\"home\" style=\"cursor: default;\"> <img src=\"/sites/default/files/09_Flor", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/\" title=\"Home\" rel=\"home\" style=\"cursor: default;\"></a>", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Read More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\" s", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\" s", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\" s", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\" s", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://ad09.asmrc.org/downtime-contact\" style=\"cursor: default;\"><input onmouseout=\"this.s", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "", "text": "<input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Honored to Serve Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\" style=\"cursor: default;\"> <!-- bloc", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "", "text": "<input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouse", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Wildfire Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "", "text": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFl", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "209-599-2112", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "916-319-2009", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\" style=\"cursor: default;\"><input onm", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "", "text": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src=", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\" style=\"cursor: default;\"> <input onmouseo", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "", "text": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src=", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\" style=\"cursor: default;", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "", "text": "<input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src=", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "a2a_sm_ifr", "text": "<iframe id=\"a2a_sm_ifr\" title=\"AddToAny Utility Frame\" transparency=\"true\" allowtransparency=\"true\" ", "byTag": true, "byOnClick": false, "byPointer": false } ] } }, "totals": [ 0, 0, 0, 21 ], "standardInstances": [ { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom ►" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Op-Eds" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Releases" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District ►" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District News" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media ►" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Videos" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About ►" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" } ] }, "focVis": { "what": "links that are invisible when focused", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "hover": { "what": "hover-caused content changes", "data": { "totals": { "triggers": 38, "triggerSample": 20, "impactTriggers": 14, "additions": 29, "removals": 22, "opacityChanges": 10, "opacityImpact": 56, "unhoverables": 0, "noCursors": 0, "badCursors": 0, "noIndicators": 4, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "LI", "id": "", "text": "Home", "additions": 0, "removals": 5, "opacityChanges": 1, "opacityImpact": 6 }, { "tagName": "A", "id": "", "text": "Home", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 6 }, { "tagName": "LI", "id": "", "text": "Newsroom In The News Op-Eds Press Releases", "additions": 7, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Newsroom", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 6 }, { "tagName": "LI", "id": "", "text": "My District District News District Map Resources", "additions": 7, "removals": 0, "opacityChanges": 1, "opacityImpact": 6 }, { "tagName": "A", "id": "", "text": "My District", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 6 }, { "tagName": "LI", "id": "", "text": "Media Photos Videos", "additions": 5, "removals": 0, "opacityChanges": 1, "opacityImpact": 6 }, { "tagName": "A", "id": "", "text": "Media", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 4 }, { "tagName": "A", "id": "", "text": "About", "additions": 7, "removals": 0, "opacityChanges": 1, "opacityImpact": 4 }, { "tagName": "A", "id": "", "text": "Biography", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 6 }, { "tagName": "A", "id": "", "text": "<img src=\"/sites/default/files/09_Flora_Name%20Logo_Websites%202023_drupaldimension-01.png\" alt=\"Hom", "additions": 0, "removals": 7, "opacityChanges": 0, "opacityImpact": 0 } ], "unhoverables": [], "noCursors": [], "badCursors": [], "noIndicators": [ { "tagName": "INPUT", "id": "", "text": "" } ], "badIndicators": [] } }, "totals": [ 56, 39, 22, 18 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom In The News Op-Eds Press Releases" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District District News District Map Resources" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media Photos Videos" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img src=\"/sites/default/files/09_Flora_Name%20Logo_Websites%202023_drupaldimension-01.png\" alt=\"Hom" }, { "ruleID": "hover", "what": "Button shows no indication of being hovered over", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 5, "wellLabeled": 0 }, "items": { "mislabeled": [], "unlabeled": [ { "index": 0, "tagName": "INPUT", "type": "image", "texts": {} }, { "index": 1, "tagName": "INPUT", "type": "image", "texts": {} }, { "index": 2, "tagName": "INPUT", "type": "image", "texts": {} }, { "index": 3, "tagName": "INPUT", "type": "image", "texts": {} }, { "index": 4, "tagName": "INPUT", "type": "image", "texts": {} } ], "wellLabeled": [] } }, "totals": [ 0, 0, 0, 5 ], "standardInstances": [ { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " } ] }, "linkTo": { "what": "links without destinations", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "linkUl": { "what": "missing underlines on inline links", "data": { "totals": { "links": 55, "adjacent": { "total": 33, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "", "text": "MENU" }, { "id": "", "text": "Home" }, { "id": "", "text": "Legislation" }, { "id": "", "text": "Newsroom ►" }, { "id": "", "text": "Newsroom" }, { "id": "", "text": "My District ►" }, { "id": "", "text": "My District" }, { "id": "", "text": "Media ►" }, { "id": "", "text": "Media" }, { "id": "", "text": "About ►" }, { "id": "", "text": "About" }, { "id": "", "text": "Home" }, { "id": "", "text": "Legislation" }, { "id": "", "text": "Newsroom" }, { "id": "", "text": "My District" }, { "id": "", "text": "Media" }, { "id": "", "text": "About" }, { "id": "", "text": "<a href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/default/files/09_Flora_Name%20Logo_Websites%20" }, { "id": "", "text": "<a href=\"/\" title=\"Home\" rel=\"home\"></a>" }, { "id": "", "text": "Read More" }, { "id": "", "text": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> " }, { "id": "", "text": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> " }, { "id": "", "text": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"><" }, { "id": "", "text": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"><" }, { "id": "", "text": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input onmouseout=\"this.src='/sites/default/files/" }, { "id": "", "text": "Honored to Serve Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, " }, { "id": "", "text": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\"> <!-- block --> <div id=\"block-covi" }, { "id": "", "text": "Wildfire Resources" }, { "id": "", "text": "209-599-2112" }, { "id": "", "text": "916-319-2009" }, { "id": "", "text": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"><input onmouseout=\"this.src='/sites" }, { "id": "", "text": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/defa" }, { "id": "", "text": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> <input onmouseout=\"thi" } ] } }, "totals": [ 0, 33, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MENU" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom ►" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District ►" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media ►" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About ►" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/default/files/09_Flora_Name%20Logo_Websites%20" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\"></a>" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read More" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"><" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"><" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input onmouseout=\"this.src='/sites/default/files/" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Honored to Serve Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\"> <!-- block --> <div id=\"block-covi" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Wildfire Resources" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "209-599-2112" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "916-319-2009" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"><input onmouseout=\"this.src='/sites" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/defa" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> <input onmouseout=\"thi" } ] }, "menuNav": { "what": "nonstandard keyboard navigation between focusable menu items", "data": { "totals": { "navigations": { "all": { "total": 85, "correct": 17, "incorrect": 68 }, "specific": { "tab": { "total": 17, "correct": 17, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 17, "correct": 0, "incorrect": 17 }, "down": { "total": 17, "correct": 0, "incorrect": 17 }, "home": { "total": 17, "correct": 0, "incorrect": 17 }, "end": { "total": 17, "correct": 0, "incorrect": 17 } } }, "menuItems": { "total": 17, "correct": 0, "incorrect": 17 }, "menus": { "total": 5, "correct": 0, "incorrect": 5 } }, "menuItems": { "incorrect": [ { "tagName": "A", "id": "", "text": "Home", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "A", "id": "", "text": "Legislation", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "A", "id": "", "text": "Newsroom ►", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "A", "id": "", "text": "My District ►", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "A", "id": "", "text": "Media ►", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "A", "id": "", "text": "About ►", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "A", "id": "", "text": "In The News", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "A", "id": "", "text": "Op-Eds", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "A", "id": "", "text": "Press Releases", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "A", "id": "", "text": "District News", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "A", "id": "", "text": "District Map", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "A", "id": "", "text": "Resources", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "A", "id": "", "text": "Photos", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "A", "id": "", "text": "Videos", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "A", "id": "", "text": "Biography", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "A", "id": "", "text": "Committees", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "A", "id": "", "text": "Contact Me", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] } ], "correct": [] } }, "totals": [ 68, 17, 5, 0 ], "standardInstances": [ { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom ►" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District ►" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media ►" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About ►" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Op-Eds" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Releases" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District News" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Videos" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" } ] }, "miniText": { "what": "text smaller than 11 pixels", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "nonTable": { "what": "table elements used for layout", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "radioSet": { "what": "radio buttons not grouped into standard field sets", "data": { "totals": { "total": 0, "inSet": 0, "percent": "N.A." }, "items": { "inSet": [], "notInSet": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "role": { "what": "invalid and native-replacing explicit roles", "data": { "roleElements": 28, "badRoleElements": 3, "redundantRoleElements": 3, "tagNames": { "A": { "button": { "bad": 1, "redundant": 0 } }, "HEADER": { "banner": { "bad": 1, "redundant": 0 } }, "NAV": { "navigation": { "bad": 0, "redundant": 2 } }, "SECTION": { "main": { "bad": 1, "redundant": 0 } }, "ASIDE": { "complementary": { "bad": 0, "redundant": 1 } } } }, "totals": [ 0, 3, 0, 3 ], "standardInstances": [ { "ruleID": "role", "what": "A elements have invalid or native-replaceable explicit role button (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "HEADER elements have invalid or native-replaceable explicit role banner (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "HEADER", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "NAV elements have redundant explicit role navigation (count: 2)", "count": 2, "ordinalSeverity": 1, "tagName": "NAV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "SECTION elements have invalid or native-replaceable explicit role main (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "SECTION", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "ASIDE elements have redundant explicit role complementary (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "ASIDE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "styleDiff": { "what": "style inconsistencies", "data": { "mainStyles": [ "fontStyle", "fontWeight", "opacity", "textDecorationLine", "textDecorationStyle", "textDecorationThickness" ], "buttonStyles": [ "borderStyle", "borderWidth", "height", "lineHeight", "maxHeight", "maxWidth", "minHeight", "minWidth", "outlineOffset", "outlineStyle", "outlineWidth" ], "headingStyles": [ "color", "fontSize" ], "listLinkStyles": [ "color", "fontSize", "lineHeight" ], "totals": { "adjacentLink": { "total": 33, "subtotals": [ 24, 6, 1, 1, 1 ] }, "listLink": { "total": 22, "subtotals": [ 11, 11 ] }, "h1": { "total": 1 }, "h2": { "total": 4, "subtotals": [ 1, 1, 1, 1 ] } }, "items": { "adjacentLink": { "fontWeight": { "300": [ "MENU", "Home", "Legislation", "Newsroom ►", "Newsroom", "My District ►", "My District", "Media ►", "Media", "About ►", "About", "<a href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/default/files/09_Flora_Name%20Logo_Websites%20", "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> ", "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> ", "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"><", "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"><", "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input onmouseout=\"this.src='/sites/default/files/", "Honored to Serve Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, ", "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\"> <!-- block --> <div id=\"block-covi", "209-599-2112", "916-319-2009", "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"><input onmouseout=\"this.src='/sites", "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/defa", "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> <input onmouseout=\"thi" ], "500": [ "Home", "Legislation", "Newsroom", "My District", "Media", "About" ], "600": [ "Wildfire Resources" ], "700": [ "Read More" ], "800": [ "<a href=\"/\" title=\"Home\" rel=\"home\"></a>" ] } }, "listLink": { "fontWeight": { "300": [ "In The News", "Op-Eds", "Press Releases", "District News", "District Map", "Resources", "Photos", "Videos", "Biography", "Committees", "Contact Me" ], "400": [ "In The News", "Op-Eds", "Press Releases", "District News", "District Map", "Resources", "Photos", "Videos", "Biography", "Committees", "Contact Me" ] }, "color": { "rgb(255, 255, 255)": [ "In The News", "Op-Eds", "Press Releases", "District News", "District Map", "Resources", "Photos", "Videos", "Biography", "Committees", "Contact Me" ], "rgb(119, 119, 119)": [ "In The News", "Op-Eds", "Press Releases", "District News", "District Map", "Resources", "Photos", "Videos", "Biography", "Committees", "Contact Me" ] }, "fontSize": { "14px": [ "In The News", "Op-Eds", "Press Releases", "District News", "District Map", "Resources", "Photos", "Videos", "Biography", "Committees", "Contact Me" ], "18px": [ "In The News", "Op-Eds", "Press Releases", "District News", "District Map", "Resources", "Photos", "Videos", "Biography", "Committees", "Contact Me" ] }, "lineHeight": { "18.2px": [ "In The News", "Op-Eds", "Press Releases", "District News", "District Map", "Resources", "Photos", "Videos", "Biography", "Committees", "Contact Me" ], "23.4px": [ "In The News", "Op-Eds", "Press Releases", "District News", "District Map", "Resources", "Photos", "Videos", "Biography", "Committees", "Contact Me" ] } }, "h2": { "fontWeight": { "300": [ "Main navigation", "Honored to Serve", "Honored to Serve" ], "400": [ "AssemblymanHEATH FLORA" ] }, "color": { "rgb(96, 96, 96)": [ "Main navigation" ], "rgb(255, 255, 255)": [ "AssemblymanHEATH FLORA", "Honored to Serve" ], "rgb(1, 16, 41)": [ "Honored to Serve" ] }, "fontSize": { "26px": [ "Main navigation", "Honored to Serve", "Honored to Serve" ], "65px": [ "AssemblymanHEATH FLORA" ] } } } }, "totals": [ 4, 1, 0, 3 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 5 different styles", "count": 4, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 2 different styles", "count": 1, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-2 headings have 4 different styles", "count": 3, "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "tabNav": { "what": "nonstandard keyboard navigation between elements with the tab role", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "tabElements": { "total": 0, "correct": 0, "incorrect": 0 }, "tabLists": { "total": 0, "correct": 0, "incorrect": 0 } }, "tabElements": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "titledEl": { "what": "title attributes on inappropriate elements", "data": { "total": 3, "items": [ { "tagName": "A", "id": "", "text": "Legislation", "title": "Legislation" }, { "tagName": "A", "id": "", "text": "Newsroom", "title": "News Room" }, { "tagName": "A", "id": "", "text": "", "title": "Home" } ] }, "totals": [ 0, 0, 3, 0 ], "standardInstances": [ { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Legislation): Legislation" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Newsroom): News Room" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (): Home" } ] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 8, "tagNames": { "UL": 4, "DIV": 3, "IFRAME": 1 } }, "items": [ { "tagName": "UL", "id": "", "text": "In The News Op-Eds Press Releases" }, { "tagName": "UL", "id": "", "text": "District News District Map Resources" }, { "tagName": "UL", "id": "", "text": "Photos Videos" }, { "tagName": "UL", "id": "", "text": "Biography Committees Contact Me" }, { "tagName": "DIV", "id": "", "text": "AssemblymanHEATH FLORAAD12 District Read More" }, { "tagName": "DIV", "id": "", "text": "<div class=\"doverlay\"></div>" }, { "tagName": "DIV", "id": "", "text": "<div style=\"height: 1px; width: 1px; position: absolute; z-index: 100000; top: 0px; visibility: hidd" }, { "tagName": "IFRAME", "id": "a2a_sm_ifr", "text": "<iframe id=\"a2a_sm_ifr\" title=\"AddToAny Utility Frame\" transparency=\"true\" allowtransparency=\"true\" " } ] }, "totals": [ 8, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News Op-Eds Press Releases" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District News District Map Resources" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos Videos" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography Committees Contact Me" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AssemblymanHEATH FLORAAD12 District Read More" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"doverlay\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"height: 1px; width: 1px; position: absolute; z-index: 100000; top: 0px; visibility: hidd" }, { "ruleID": "zIndex", "what": "IFRAME element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IFRAME", "id": "a2a_sm_ifr", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe id=\"a2a_sm_ifr\" title=\"AddToAny Utility Frame\" transparency=\"true\" allowtransparency=\"true\" " } ] } }, "success": true }, "standardResult": { "totals": [ 136, 93, 55, 77 ], "instances": [ { "ruleID": "dupAtt", "what": "Page prevented this test (treated as 10 instances)", "ordinalSeverity": 3, "count": 10, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "embAc", "what": "A element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> <a href=\"/in-the-news\" title=\"News Room\" data-drupal-link-system-path=\"in-the-news\" class=\"sf-with-ul\" tabindex=\"-1\">Newsroom</a> <span class=\"slicknav_arrow\">►</span></a>" }, { "ruleID": "embAc", "what": "A element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> <a href=\"/district-news\" data-drupal-link-system-path=\"district-news\" class=\"sf-with-ul\" tabindex=\"-1\">My District</a> <span class=\"slicknav_arrow\">►</span></a>" }, { "ruleID": "embAc", "what": "A element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> <a href=\"/my-photos\" data-drupal-link-system-path=\"my-photos\" class=\"sf-with-ul\" tabindex=\"-1\">Media</a> <span class=\"slicknav_arrow\">►</span></a>" }, { "ruleID": "embAc", "what": "A element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"#\" role=\"menuitem\" aria-haspopup=\"true\" tabindex=\"-1\" class=\"slicknav_item slicknav_row\"> <a href=\"/biography\" data-drupal-link-system-path=\"node/128\" class=\"sf-with-ul\" tabindex=\"-1\">About</a> <span class=\"slicknav_arrow\">►</span></a>" }, { "ruleID": "embAc", "what": "INPUT element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input onmouseout=\"this.src='/sites/default/files/inline-images/EDD_Help.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/EDD_Help_Rollover.jpg'\" src=\"/sites/default/files/inline-images/EDD_Help.jpg\" type=\"image\"></a>" }, { "ruleID": "embAc", "what": "INPUT element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"field field--name-body field--type-text-with-summary field--label-hidden field__item\"><div style=\"padding: 0px !important; margin: 0px !important;\"><input onmouseout=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg'\" onmouseover=\"this.src='/sites/default/files/inline-images/AD12_COVID19_RESOURCES_ROLLOVER.jpg'\" src=\"/sites/default/files/inline-images/AD12_COVID19_RESOURCES.jpg\" type=\"image\"></div></div>" }, { "ruleID": "embAc", "what": "INPUT element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"><input onmouseout=\"this.src='/sites/default/files/socialmedia/FB_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/FB_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/FB_Footer.png\" type=\"image\"></a>" }, { "ruleID": "embAc", "what": "INPUT element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/default/files/socialmedia/TW_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/TW_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/TW_Footer.png\" type=\"image\"></a>" }, { "ruleID": "embAc", "what": "INPUT element is embedded in a link or button", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/default/files/socialmedia/IN_Footer.png'\" onmouseover=\"this.src='/sites/default/files/socialmedia/IN_Footer_Rollover.png'\" src=\"/sites/default/files/socialmedia/IN_Footer.png\" type=\"image\"></a>" }, { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 16, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/default/files/09_Flora_Name%20Logo_Websites%20" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input onmouseout=\"this.src='/sites/default/files/" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Honored to Serve Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, " }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\"> <!-- block --> <div id=\"block-covi" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Wildfire Resources" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe src=\"https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FHeathFl" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "209-599-2112" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "916-319-2009" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"><input onmouseout=\"this.src='/sites" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/defa" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> <input onmouseout=\"thi" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom ►" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Op-Eds" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Releases" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District ►" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District News" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media ►" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Videos" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About ►" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom In The News Op-Eds Press Releases" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District District News District Map Resources" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media Photos Videos" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img src=\"/sites/default/files/09_Flora_Name%20Logo_Websites%202023_drupaldimension-01.png\" alt=\"Hom" }, { "ruleID": "hover", "what": "Button shows no indication of being hovered over", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MENU" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom ►" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District ►" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media ►" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About ►" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/default/files/09_Flora_Name%20Logo_Websites%20" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\"></a>" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read More" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"> " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"><" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"preface_a\" href=\"https://ad09.asmrc.org/downtime-contact\" alt=\"EDD Help\" target=\"_blank\"><" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://ad09.asmrc.org/downtime-contact\"><input onmouseout=\"this.src='/sites/default/files/" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Honored to Serve Acampo, Copperopolis, Del Rio, Denair, Empire, Escalon, Farmington, Galt, Hickman, " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"preface_a\" href=\"/covid-19-resources-0\" alt=\"Covid-19\"> <!-- block --> <div id=\"block-covi" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Wildfire Resources" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "209-599-2112" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "916-319-2009" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/HeathFloraCA/\" target=\"_blank\"><input onmouseout=\"this.src='/sites" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/HeathFloraCA\" target=\"_blank\"> <input onmouseout=\"this.src='/sites/defa" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/assemblyman_heath_flora/\" target=\"_blank\"> <input onmouseout=\"thi" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom ►" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My District ►" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media ►" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About ►" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Op-Eds" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Releases" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District News" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Videos" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "role", "what": "A elements have invalid or native-replaceable explicit role button (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "HEADER elements have invalid or native-replaceable explicit role banner (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "HEADER", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "NAV elements have redundant explicit role navigation (count: 2)", "count": 2, "ordinalSeverity": 1, "tagName": "NAV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "SECTION elements have invalid or native-replaceable explicit role main (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "SECTION", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "ASIDE elements have redundant explicit role complementary (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "ASIDE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "In-line links have 5 different styles", "count": 4, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 2 different styles", "count": 1, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-2 headings have 4 different styles", "count": 3, "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Legislation): Legislation" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Newsroom): News Room" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (): Home" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News Op-Eds Press Releases" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District News District Map Resources" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos Videos" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography Committees Contact Me" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AssemblymanHEATH FLORAAD12 District Read More" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"doverlay\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"height: 1px; width: 1px; position: absolute; z-index: 100000; top: 0px; visibility: hidd" }, { "ruleID": "zIndex", "what": "IFRAME element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IFRAME", "id": "a2a_sm_ifr", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe id=\"a2a_sm_ifr\" title=\"AddToAny Utility Frame\" transparency=\"true\" allowtransparency=\"true\" " } ] }, "endTime": 1687104699481 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687104699481, "url": "https://ad09.asmrc.org/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "AD09 | FLORA", "pageurl": "https://ad09.asmrc.org/", "time": 2.31, "creditsremaining": 981, "allitemcount": 128, "totalelements": 242, "waveurl": "http://wave.webaim.org/report?url=https://ad09.asmrc.org/" }, "categories": { "error": { "description": "Errors", "count": 16, "items": { "alt_missing": { "id": "alt_missing", "description": "Missing alternative text", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#slidebox > UL:first-child > LI:first-child > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "alt_input_missing": { "id": "alt_input_missing", "description": "Image button missing alternative text", "count": 5, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child + DIV > A:first-child + DIV > A:first-child + A > INPUT:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > A:first-child > DIV#block-covid19 > DIV:first-child > DIV:first-child > INPUT:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child > INPUT:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child + A > INPUT:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child + A + A > INPUT:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" }, { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "heading_empty": { "id": "heading_empty", "description": "Empty heading", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV#logo > H1#site-title" ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.1 Bypass Blocks (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "link_empty": { "id": "link_empty", "description": "Empty link", "count": 9, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child + DIV > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child + DIV > A:first-child + DIV > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child + DIV > A:first-child + DIV > A:first-child + A", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child + A", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child + A + A" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 8, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 8, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-bfooteraddress-block-1 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > P:first-child > BR:first-child + BR + BR + A", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-bfooteraddress-block-1 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > P:first-child > BR:first-child + BR + BR + A" ], "contrastdata": [ [ 4.47, "#777777", "#ffffff", false ], [ 4.47, "#777777", "#ffffff", false ], [ 4.47, "#777777", "#ffffff", false ], [ 4.47, "#777777", "#ffffff", false ], [ 4.47, "#777777", "#ffffff", false ], [ 4.47, "#777777", "#ffffff", false ], [ 1.57, "#428bca", "#666666", false ], [ 1.57, "#428bca", "#666666", false ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 23, "items": { "heading_possible": { "id": "heading_possible", "description": "Possible heading", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#slidebox > UL:first-child > LI:first-child > IMG:first-child + DIV > H2:first-child > P:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#slidebox > UL:first-child > LI:first-child > IMG:first-child + DIV > H2:first-child > P:first-child + P" ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.1 Bypass Blocks (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "link_suspicious": { "id": "link_suspicious", "description": "Suspicious link text", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#slidebox > UL:first-child > LI:first-child > IMG:first-child + DIV > H2:first-child + A" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 13, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child > A:first-child + UL > LI:first-child + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child > A:first-child + UL > LI:first-child + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV#logo > H1#site-title > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child + DIV > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child + DIV > A:first-child + DIV > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child + DIV > A:first-child + DIV > A:first-child + A" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "event_handler": { "id": "event_handler", "description": "Device dependent event handler", "count": 5, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child + DIV > A:first-child + DIV > A:first-child + A > INPUT:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > A:first-child > DIV#block-covid19 > DIV:first-child > DIV:first-child > INPUT:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child > INPUT:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child + A > INPUT:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child + A + A > INPUT:first-child" ], "wcag": [ { "name": "2.1.1 Keyboard (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.1.1" } ] }, "title_redundant": { "id": "title_redundant", "description": "Redundant title text", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child > A:first-child + UL > LI:first-child + LI > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI > A:first-child" ], "wcag": [] } } } }, "success": true }, "standardResult": { "totals": [ 23, 0, 0, 24 ], "instances": [ { "ruleID": "alt_missing", "what": "Missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#slidebox > UL:first-child > LI:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_input_missing", "what": "Image button missing alternative text", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child + DIV > A:first-child + DIV > A:first-child + A > INPUT:first-child" }, "excerpt": "" }, { "ruleID": "alt_input_missing", "what": "Image button missing alternative text", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > A:first-child > DIV#block-covid19 > DIV:first-child > DIV:first-child > INPUT:first-child" }, "excerpt": "" }, { "ruleID": "alt_input_missing", "what": "Image button missing alternative text", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child > INPUT:first-child" }, "excerpt": "" }, { "ruleID": "alt_input_missing", "what": "Image button missing alternative text", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child + A > INPUT:first-child" }, "excerpt": "" }, { "ruleID": "alt_input_missing", "what": "Image button missing alternative text", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child + A + A > INPUT:first-child" }, "excerpt": "" }, { "ruleID": "heading_empty", "what": "Empty heading", "ordinalSeverity": 3, "tagName": "H1", "id": "site-title", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV#logo > H1#site-title" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child + DIV > A:first-child + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child + DIV > A:first-child + DIV > A:first-child + A" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child + A" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child + A + A" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI + LI > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI + LI + LI > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-bfooteraddress-block-1 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > P:first-child > BR:first-child + BR + BR + A" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-bfooteraddress-block-1 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > P:first-child > BR:first-child + BR + BR + A" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#slidebox > UL:first-child > LI:first-child > IMG:first-child + DIV > H2:first-child > P:first-child" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#slidebox > UL:first-child > LI:first-child > IMG:first-child + DIV > H2:first-child > P:first-child + P" }, "excerpt": "" }, { "ruleID": "link_suspicious", "what": "Suspicious link text", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#slidebox > UL:first-child > LI:first-child > IMG:first-child + DIV > H2:first-child + A" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child > A:first-child + UL > LI:first-child + LI + LI > A:first-child + UL > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child > A:first-child + UL > LI:first-child + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child > A:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI + LI > A:first-child + UL > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV#logo > H1#site-title > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child + DIV > A:first-child + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child + DIV > A:first-child + DIV > A:first-child + A" }, "excerpt": "" }, { "ruleID": "event_handler", "what": "Device dependent event handler", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-eddhelpbutton > A:first-child + DIV > A:first-child + DIV > A:first-child + A > INPUT:first-child" }, "excerpt": "" }, { "ruleID": "event_handler", "what": "Device dependent event handler", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#preface-area > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > A:first-child > DIV#block-covid19 > DIV:first-child > DIV:first-child > INPUT:first-child" }, "excerpt": "" }, { "ruleID": "event_handler", "what": "Device dependent event handler", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child > INPUT:first-child" }, "excerpt": "" }, { "ruleID": "event_handler", "what": "Device dependent event handler", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child + A > INPUT:first-child" }, "excerpt": "" }, { "ruleID": "event_handler", "what": "Device dependent event handler", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > DIV#bottom > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV#block-socialmediabuttonsfooter > DIV:first-child > P:first-child > A:first-child + A + A > INPUT:first-child" }, "excerpt": "" }, { "ruleID": "title_redundant", "what": "Redundant title text", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child > A:first-child + UL > LI:first-child + LI > A:first-child" }, "excerpt": "" }, { "ruleID": "title_redundant", "what": "Redundant title text", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > DIV#page > HEADER#masthead > DIV:first-child > DIV:first-child > NAV#navigation > DIV#main-menu > NAV#block-nexus-main-navigation > H2:first-child + UL > LI:first-child + LI > A:first-child" }, "excerpt": "" } ] }, "endTime": 1687104702162 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD9-a", "which": "https://ad09.asmrc.org/", "what": "Member Heath Flora (R)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T16:10:38", "endTime": "2023-06-18T16:11:42", "elapsedSeconds": 64, "visitLatency": 9, "logCount": 20, "logSize": 2673, "errorLogCount": 20, "errorLogSize": 2673, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 27 ], [ "testaro", 14 ], [ "alfa", 4 ], [ "wave", 3 ], [ "ibm", 2 ], [ "qualWeb", 2 ], [ "axe", 1 ], [ "tenon", 1 ], [ "continuum", 0 ], [ "htmlcs", 0 ], [ "nuVal", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 1504, "issue": 977, "tool": 205, "prevention": 300, "log": 22, "latency": 0 }, "details": { "severity": { "total": [ 233, 152, 68, 326 ], "byTool": { "testaro": [ 136, 93, 55, 77 ], "alfa": [ 16, 0, 0, 56 ], "axe": [ 14, 1, 4, 24 ], "continuum": [ 0, 0, 0, 20 ], "htmlcs": [ 22, 0, 0, 31 ], "ibm": [ 0, 6, 0, 31 ], "qualWeb": [ 22, 52, 8, 18 ], "tenon": [ 0, 0, 1, 45 ], "wave": [ 23, 0, 0, 24 ] } }, "prevention": { "nuVal": 300 }, "issue": { "linkNoText": { "score": 52, "maxCount": 13, "weight": 4, "tools": { "alfa": { "r11": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 4, "texts": [ "Links have an accessible name" ] } } }, "axe": { "link-name": { "quality": 1, "what": "Link has no discernible text", "complaints": { "countTotal": 4, "texts": [ "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute" ] } } }, "continuum": { "237": { "quality": 1, "what": "a element has no machanism allowing an accessible name value to be calculated", "complaints": { "countTotal": 9, "texts": [ "This A element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "htmlcs": { "AAA.4_1_2.H91.A.NoContent": { "quality": 1, "what": "Link has an href attribute but no text", "complaints": { "countTotal": 6, "texts": [ "Anchor element found with a valid href attribute, but no link content has been supplied." ] } } }, "ibm": { "a_text_purpose": { "quality": 1, "what": "Hyperlink has no link text, label, or image with a text alternative", "complaints": { "countTotal": 9, "texts": [ "Hyperlink has no link text, label or image with a text alternative" ] } } }, "qualWeb": { "QW-ACT-R12": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 9, "texts": [ "This rule checks that each link has an accessible name." ] } } }, "tenon": { "57": { "quality": 1, "what": "Link has no text inside it", "complaints": { "countTotal": 13, "texts": [ "This link has no text inside it." ] } } }, "wave": { "link_empty": { "quality": 1, "what": "Link contains no text", "complaints": { "countTotal": 9, "texts": [ "Empty link" ] } } } } }, "iframeTitleBad": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "alfa": { "r13": { "quality": 1, "what": "iframe has no accessible name", "complaints": { "countTotal": 1, "texts": [ "<iframe> elements have an accessible name" ] } } }, "axe": { "frame-title": { "quality": 1, "what": "Frame has no accessible name", "complaints": { "countTotal": 1, "texts": [ "Frames must have an accessible name; Element has no title attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" ] } } }, "continuum": { "228": { "quality": 1, "what": "iframe has no machanism allowing an accessible name to be calculated", "complaints": { "countTotal": 1, "texts": [ "This iframe element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "htmlcs": { "AAA.2_4_1.H64.1": { "quality": 1, "what": "iframe element has no non-empty title attribute", "complaints": { "countTotal": 1, "texts": [ "Iframe element requires a non-empty title attribute that identifies the frame." ] } } }, "ibm": { "frame_title_exists": { "quality": 1, "what": "Inline frame has no title attribute", "complaints": { "countTotal": 1, "texts": [ "Inline frame does not have a 'title' attribute" ] } } }, "qualWeb": { "QW-ACT-R19": { "quality": 1, "what": "iframe element has no accessible name", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each iframe element has an accessible name." ] } } } } }, "imageNoText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "alfa": { "r2": { "quality": 1, "what": "Image has no accessible name", "complaints": { "countTotal": 1, "texts": [ "Images have an accessible name" ] } } }, "axe": { "image-alt": { "quality": 1, "what": "Image has no text alternative", "complaints": { "countTotal": 1, "texts": [ "Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" ] } } }, "htmlcs": { "AAA.1_1_1.H37": { "quality": 1, "what": "img element has no alt attribute", "complaints": { "countTotal": 1, "texts": [ "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative." ] } } }, "ibm": { "img_alt_valid": { "quality": 1, "what": "Image has neither an alt attribute nor an ARIA label or title", "complaints": { "countTotal": 1, "texts": [ "The image has neither an alt atttribute nor an ARIA label or title" ] } } }, "qualWeb": { "QW-ACT-R17": { "quality": 1, "what": "Image has no accessible name", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each image that is not marked as decorative, has an accessible name." ] } } }, "wave": { "alt_missing": { "quality": 1, "what": "Text alternative is missing", "complaints": { "countTotal": 1, "texts": [ "Missing alternative text" ] } } } } }, "imageInputNoText": { "score": 20, "maxCount": 5, "weight": 4, "tools": { "alfa": { "r28": { "quality": 1, "what": "image input element has no accessible name", "complaints": { "countTotal": 5, "texts": [ "<input type='image'> elements have an accessible name" ] } } }, "continuum": { "131": { "quality": 1, "what": "image input has no machanism allowing an accessible name to be calculated", "complaints": { "countTotal": 5, "texts": [ "This input (type=image) element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "htmlcs": { "AAA.4_1_2.H91.InputImage.Name": { "quality": 1, "what": "image input has no accessible name", "complaints": { "countTotal": 5, "texts": [ "This imageinput element does not have a name available to an accessibility API. Valid names are: alt attribute, title attribute, aria-label attribute, aria-labelledby attribute." ] } } }, "ibm": { "imagebutton_alt_exists": { "quality": 1, "what": "input element of type image has no text alternative", "complaints": { "countTotal": 5, "texts": [ "The <input> element of type \"image\" has no text alternative" ] } } } } }, "contentBeyondLandmarks": { "score": 28, "maxCount": 14, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 14, "texts": [ "Perceivable text content is included in a landmark" ] } } }, "axe": { "region": { "quality": 1, "what": "Some page content is not contained by landmarks", "complaints": { "countTotal": 4, "texts": [ "All page content should be contained by landmarks; Some page content is not contained by landmarks" ] } } }, "ibm": { "aria_content_in_landmark": { "quality": 1, "what": "Content is not within a landmark element", "complaints": { "countTotal": 12, "texts": [ "Content is not within a landmark element" ] } } } } }, "h1Missing": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "alfa": { "r61": { "quality": 1, "what": "First heading is not h1", "complaints": { "countTotal": 1, "texts": [ "Documents start with a level 1 heading" ] } } } } }, "focusIndication": { "score": 116, "maxCount": 29, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 15, "texts": [ "Element in sequential focus order has visible focus" ] } } }, "qualWeb": { "QW-ACT-R62": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 29, "texts": [ "This rule checks that each element in sequential focus order has some visible focus indication." ] } } }, "testaro": { "focInd": { "quality": 1, "what": "Focused element displays a nonstandard or no focus indicator", "complaints": { "countTotal": 17, "texts": [ "A element has no focus indicator", "IFRAME element has no focus indicator" ] } } } } }, "contrastAAA": { "score": 17, "maxCount": 17, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 17, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "axe": { "color-contrast-enhanced": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 5, "texts": [ "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.74 (foreground color: #ffffff, background color: #666666, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1" ] } } }, "htmlcs": { "AAA.1_4_6.G17.Fail": { "quality": 1, "what": "Text has insufficient contrast", "complaints": { "countTotal": 10, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.58:1. Recommendation: change text colour to #fff, change background to #595959.", "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.48:1. Recommendation: change text colour to #595959.", "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.74:1. Recommendation: change background to #595959." ] } } } } }, "textContrastAA": { "score": 32, "maxCount": 8, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 8, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 8, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.47 (foreground color: #777777, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.57 (foreground color: #428bca, background color: #666666, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" ] } } }, "ibm": { "text_contrast_sufficient": { "quality": 1, "what": "Text has a contrast with its background less than the WCAG AA minimum for its size and weight", "complaints": { "countTotal": 1, "texts": [ "Text contrast of 3.83 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400" ] } } }, "wave": { "contrast": { "quality": 1, "what": "Very low contrast", "complaints": { "countTotal": 8, "texts": [ "Very low contrast" ] } } } } }, "leadingInsufficient": { "score": 10, "maxCount": 5, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 5, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "repeatedContentRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "alfa": { "r87": { "quality": 0.5, "what": "First focusable element is not a link to the main content", "complaints": { "countTotal": 1, "texts": [ "First focusable element is link to main content" ] } } }, "qualWeb": { "QW-ACT-R73": { "quality": 1, "what": "Block of repeated content is not collapsible", "complaints": { "countTotal": 1, "texts": [ "This rule checks that repeated blocks of content are collapsible." ] } }, "QW-ACT-R74": { "quality": 1, "what": "Document has no instrument to move focus to non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that there is an instrument to move focus to non-repeated content in the page." ] } }, "QW-WCAG-T23": { "quality": 1, "what": "No link at the top of the page that goes directly to the main content area", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page." ] } } } } }, "frameContentRisk": { "score": 0, "maxCount": 0.2, "weight": 1, "tools": { "axe": { "frame-tested": { "quality": 0.2, "what": "Some content is in an iframe and therefore may not be testable for accessibility", "complaints": { "countTotal": 1, "texts": [ "Frames should be tested with axe-core; The iframe still has to be tested with axe-core" ] } } } } }, "hiddenContentRisk": { "score": 13, "maxCount": 13, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 13, "texts": [ "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." ] } } } } }, "linkConfusionRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "axe": { "identical-links-same-purpose": { "quality": 1, "what": "Links with the same accessible name may serve dissimilar purposes", "complaints": { "countTotal": 1, "texts": [ "Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous." ] } } } } }, "imageButtonNoText": { "score": 40, "maxCount": 10, "weight": 4, "tools": { "axe": { "input-image-alt": { "quality": 1, "what": "Image button has no text alternative", "complaints": { "countTotal": 5, "texts": [ "Image buttons must have alternate text; Element has no alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute" ] } } }, "htmlcs": { "AAA.1_1_1.H36": { "quality": 1, "what": "Image submit button has no alt attribute", "complaints": { "countTotal": 5, "texts": [ "Image submit button missing an alt attribute. Specify a text alternative that describes the button's function, using the alt attribute." ] } } }, "qualWeb": { "QW-ACT-R6": { "quality": 1, "what": "Image button has no accessible name", "complaints": { "countTotal": 5, "texts": [ "This rule checks that each image button element has an accessible name." ] } }, "QW-WCAG-T5": { "quality": 1, "what": "alt attribute not used on an image used as a submit button", "complaints": { "countTotal": 5, "texts": [ "This technique checks all input elements that are buttons use alt text" ] } } }, "wave": { "alt_input_missing": { "quality": 1, "what": "Image button has no alternative text", "complaints": { "countTotal": 5, "texts": [ "Image button missing alternative text" ] } } } } }, "activeEmbedding": { "score": 27, "maxCount": 9, "weight": 3, "tools": { "continuum": { "22": { "quality": 1, "what": "Link contains an input, keygen, select, textarea, or button", "complaints": { "countTotal": 5, "texts": [ "This A should not contain input elements (without an assigned ARIA role and not type=hidden), keygen elements (without an assigned ARIA role), select elements (without an assigned ARIA role), textarea elements (without an assigned ARIA role) or button elements (without an assigned ARIA role)" ] } } }, "testaro": { "embAc": { "quality": 1, "what": "Active element is embedded in a link or button", "complaints": { "countTotal": 9, "texts": [ "A element is embedded in a link or button", "INPUT element is embedded in a link or button" ] } } } } }, "pseudoOrderedListRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "htmlcs": { "AAA.1_3_1.H48.2": { "quality": 1, "what": "Ordered list may fail to be coded as such", "complaints": { "countTotal": 3, "texts": [ "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document." ] } } } } }, "pseudoNavList": { "score": 22, "maxCount": 11, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1.H48": { "quality": 1, "what": "Navigation links are not coded as a list", "complaints": { "countTotal": 2, "texts": [ "If this element contains a navigation section, it is recommended that it be marked up as a list." ] } } }, "qualWeb": { "QW-WCAG-T32": { "quality": 1, "what": "ol, ul or dl is not used for a list or group of links", "complaints": { "countTotal": 11, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "contrastRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_6.G18.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 4.5:1", "complaints": { "countTotal": 1, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1." ] } } } } }, "eventKeyboardRisk": { "score": 10, "maxCount": 10, "weight": 1, "tools": { "htmlcs": { "AAA.2_1_1.SCR20.MouseOut": { "quality": 1, "what": "Mousing-out functionality may not be available by keyboard", "complaints": { "countTotal": 5, "texts": [ "Ensure the functionality provided by mousing out of this element is available through the keyboard; for instance, using the blur event." ] } }, "AAA.2_1_1.SCR20.MouseOver": { "quality": 1, "what": "Mousing-over functionality may not be available by keyboard", "complaints": { "countTotal": 5, "texts": [ "Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event." ] } } }, "wave": { "event_handler": { "quality": 1, "what": "Device-dependent event handler", "complaints": { "countTotal": 5, "texts": [ "Device dependent event handler" ] } } } } }, "linkWindowSurpriseRisk": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "htmlcs": { "AAA.3_2_5.H83.3": { "quality": 1, "what": "Link text may fail to indicate that the link will open in a new window", "complaints": { "countTotal": 6, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "headingEmpty": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "htmlcs": { "AAA.1_3_1.H42.2": { "quality": 1, "what": "Heading empty", "complaints": { "countTotal": 1, "texts": [ "Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags." ] } } }, "ibm": { "heading_content_exists": { "quality": 1, "what": "Heading element has no descriptive content", "complaints": { "countTotal": 1, "texts": [ "Heading element has no descriptive content" ] } } }, "wave": { "heading_empty": { "quality": 1, "what": "Empty heading", "complaints": { "countTotal": 1, "texts": [ "Empty heading" ] } } } } }, "headingStructure": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1_AAA.G141": { "quality": 1, "what": "Heading level is incorrect", "complaints": { "countTotal": 2, "texts": [ "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.", "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested." ] } } }, "tenon": { "155": { "quality": 1, "what": "Headings are not structured in a hierarchical manner", "complaints": { "countTotal": 1, "texts": [ "These headings are not structured in a hierarchical manner." ] } } } } }, "navConfusion": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "ibm": { "aria_navigation_label_unique": { "quality": 1, "what": "Multiple elements with the navigation role do not have unique labels", "complaints": { "countTotal": 1, "texts": [ "Multiple elements with \"navigation\" role do not have unique labels" ] } } } } }, "complementaryNoText": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "ibm": { "aria_complementary_labelled": { "quality": 1, "what": "Element with a complementary role has no label", "complaints": { "countTotal": 1, "texts": [ "The element with \"complementary\" role does not have a label" ] } } } } }, "obsolete": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "ibm": { "element_attribute_deprecated": { "quality": 1, "what": "Element or attribute is obsolete", "complaints": { "countTotal": 1, "texts": [ "The HTML attribute(s) \"scrolling, frameborder\" is deprecated for the <iframe> element in HTML 5" ] } } } } }, "roleRedundant": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "ibm": { "aria_role_redundant": { "quality": 1, "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element", "complaints": { "countTotal": 4, "texts": [ "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>", "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>" ] } } }, "testaro": { "role": { "quality": 1, "what": "Invalid, native-replacing, or redundant role", "complaints": { "countTotal": 6, "texts": [ "A elements have invalid or native-replaceable explicit role button (count: 1)", "HEADER elements have invalid or native-replaceable explicit role banner (count: 1)", "NAV elements have redundant explicit role navigation (count: 2)", "SECTION elements have invalid or native-replaceable explicit role main (count: 1)", "ASIDE elements have redundant explicit role complementary (count: 1)" ] } } } } }, "mainNone": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-ACT-R63": { "quality": 1, "what": "Document has no landmark with non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content" ] } } } } }, "skipRepeatedContent": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "qualWeb": { "QW-ACT-R64": { "quality": 1, "what": "Document has no heading for non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the non-repeated content contains a heading" ] } }, "QW-ACT-R75": { "quality": 1, "what": "Blocks of repeated content cannot be bypassed", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has a mechanism to bypass repeated blocks of content." ] } } } } }, "duplicateID": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R18": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 2, "texts": [ "This rule checks that all id attribute values on a single page are unique." ] } } } } }, "sectionHeadingless": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T9": { "quality": 1, "what": "Page is not organized using headings", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order" ] } } } } }, "ignorable": { "score": 0, "maxCount": 6, "weight": 0, "tools": { "qualWeb": { "QW-WCAG-T20": { "quality": 1, "what": "Link text is not supplemented with a title attribute", "complaints": { "countTotal": 6, "texts": [ "Supplementing link text with the title attribute" ] } } } } }, "textAlternativeRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 1, "texts": [ "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content" ] } } } } }, "noHeading": { "score": 15, "maxCount": 5, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 5, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "boxSizeAbsolute": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "qualWeb": { "QW-BP15": { "quality": 1, "what": "Element width is specified in an absolute value", "complaints": { "countTotal": 1, "texts": [ "At least one width attribute of an HTML element is expressed in absolute values" ] } } } } }, "pseudoListRisk": { "score": 17, "maxCount": 17, "weight": 1, "tools": { "qualWeb": { "QW-BP23": { "quality": 1, "what": "List item is used nonsemantically", "complaints": { "countTotal": 17, "texts": [ "Ensures <li> elements are used semantically" ] } } } } }, "horizontalScrolling": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "28": { "quality": 1, "what": "Layout or sizing of the page causes horizontal scrolling", "complaints": { "countTotal": 1, "texts": [ "The layout or sizing of this page causes horizontal scrolling." ] } } } } }, "linkVague": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "73": { "quality": 1, "what": "Link text is too generic to communicate the purpose or destination", "complaints": { "countTotal": 1, "texts": [ "This link text is uninformative." ] } } } } }, "titleRedundant": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "tenon": { "79": { "quality": 1, "what": "Link has a title attribute that is the same as the text inside the link", "complaints": { "countTotal": 3, "texts": [ "This link has a `title` attribute that is the same as the text inside the link." ] } } }, "wave": { "title_redundant": { "quality": 1, "what": "Title attribute text is the same as text or alternative text", "complaints": { "countTotal": 2, "texts": [ "Redundant title text" ] } } } } }, "leadingClipsText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 1, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } } } }, "targetSize": { "score": 27, "maxCount": 9, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 9, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "linkPair": { "score": 26, "maxCount": 13, "weight": 2, "tools": { "tenon": { "184": { "quality": 1, "what": "Adjacent links point to the same destination", "complaints": { "countTotal": 2, "texts": [ "These links are adjacent and point to the same destination." ] } } }, "wave": { "link_redundant": { "quality": 1, "what": "Adjacent links go to the same URL", "complaints": { "countTotal": 13, "texts": [ "Redundant link" ] } } } } }, "tabIndexMissing": { "score": 20, "maxCount": 5, "weight": 4, "tools": { "tenon": { "190": { "quality": 1, "what": "Interactive item is not natively actionable, but has no tabindex=0 attribute", "complaints": { "countTotal": 5, "texts": [ "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable." ] } } } } }, "linkForcesNewWindow": { "score": 30, "maxCount": 10, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 10, "texts": [ "This link opens in a new window without user control." ] } } } } }, "duplicateAttribute": { "score": 14, "maxCount": 7, "weight": 2, "tools": { "testaro": { "dupAtt": { "quality": 0.7, "what": "Source code of the element contains 2 or more of the same attribute", "complaints": { "countTotal": 10, "texts": [ "Page prevented this test (treated as 10 instances)" ] } } } } }, "tabFocusability": { "score": 32, "maxCount": 8, "weight": 4, "tools": { "testaro": { "focAll": { "quality": 0.5, "what": "Discrepancy between elements that should be and that are Tab-focusable", "complaints": { "countTotal": 16, "texts": [ "Some focusable elements are not Tab-focusable or vice versa" ] } } } } }, "focusableOperable": { "score": 63, "maxCount": 21, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 21, "texts": [ null ] } } } } }, "hoverSurprise": { "score": 24, "maxCount": 12, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 12, "texts": [ "Hovering over element has unexpected effects", "Button shows no indication of being hovered over" ] } } } } }, "labelClash": { "score": 10, "maxCount": 5, "weight": 2, "tools": { "testaro": { "labClash": { "quality": 1, "what": "Incompatible label types", "complaints": { "countTotal": 5, "texts": [ "Element INPUT is unlabeled" ] } } } } }, "linkIndication": { "score": 66, "maxCount": 33, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 33, "texts": [ "Link is inline but has no underline" ] } } } } }, "menuNavigation": { "score": 136, "maxCount": 68, "weight": 2, "tools": { "testaro": { "menuNav": { "quality": 1, "what": "Nonstandard keyboard navigation among focusable menu items", "complaints": { "countTotal": 68, "texts": [ "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End" ] } } } } }, "inconsistentStyles": { "score": 8, "maxCount": 8, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 8, "texts": [ "In-line links have 5 different styles", "Links in columns have 2 different styles", "Level-2 headings have 4 different styles" ] } } } } }, "titleBad": { "score": 12, "maxCount": 3, "weight": 4, "tools": { "testaro": { "titledEl": { "quality": 1, "what": "title attribute belongs to an inappropriate element", "complaints": { "countTotal": 3, "texts": [ "A element has a title attribute" ] } } } } }, "zIndexNotZero": { "score": 8, "maxCount": 8, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 8, "texts": [ "UL element has a non-default Z index", "DIV element has a non-default Z index", "IFRAME element has a non-default Z index" ] } } } } }, "pseudoHeadingRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "wave": { "heading_possible": { "quality": 1, "what": "Possible heading", "complaints": { "countTotal": 2, "texts": [ "Possible heading" ] } } } } }, "linkComprehensionRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "wave": { "link_suspicious": { "quality": 1, "what": "Suspicious link text", "complaints": { "countTotal": 1, "texts": [ "Suspicious link text" ] } } } } } } } } }