Accessibility digest
Page | Member Freddie Rodriguez (D) |
---|---|
URL | https://a53.asmdc.org/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 1350 |
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 Freddie Rodriguez (D) at https://a53.asmdc.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 1350, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1350 | Sum of the component scores |
issue | 1159 | Severity and number of reported defects |
tool | 190 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 1 | 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 |
---|---|
focusIndication | 316 |
linkIndication | 68 |
duplicateID | 64 |
slashParseRisk | 49 |
noHeading | 45 |
attributeBad | 40 |
linkForcesNewWindow | 39 |
contentBeyondLandmarks | 34 |
ariaBadAttribute | 32 |
linkTextsSame | 28 |
textContrastAA | 24 |
pseudoNavList | 24 |
parentBad | 24 |
contrastAAA | 22 |
targetSize | 21 |
roleRedundant | 20 |
hoverSurprise | 20 |
obsolete | 18 |
linkNoText | 16 |
imageNoText | 16 |
focusableOperable | 15 |
zIndexNotZero | 15 |
hiddenContentRisk | 14 |
landmarkConfusion | 12 |
buttonNoText | 12 |
titleBad | 12 |
linkWindowSurpriseRisk | 11 |
bannerNotTop | 10 |
inconsistentStyles | 9 |
governedBadID | 8 |
textAlternativeRisk | 8 |
colorMissing | 8 |
headingEmpty | 6 |
headingOfNothing | 6 |
navConfusion | 6 |
navNoText | 6 |
headingStructure | 6 |
asideConfusion | 6 |
skipRepeatedContent | 6 |
labelClash | 6 |
repeatedContentRisk | 5 |
cssBansRotate | 4 |
contrastRisk | 4 |
errorReferenceBad | 4 |
leadingClipsText | 4 |
h1Missing | 3 |
visibleLabelNotName | 3 |
horizontalScrolling | 3 |
linkVague | 3 |
titleRedundant | 3 |
headingLevelSkip | 2 |
linkBrokenRisk | 2 |
complementaryNoText | 2 |
mainNone | 2 |
titleLong | 2 |
bannerNot1 | 2 |
linkPair | 2 |
noScriptRisk | 2 |
linkConfusionRisk | 1 |
pseudoOrderedListRisk | 1 |
scrollRisk | 1 |
sectionHeadingless | 1 |
visibleBulk | 1 |
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 focusIndication
WCAG: 2.4.7
Score: 316
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 1
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: 79
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: 10
Complaint specifics
- BUTTON element has a non-outline focus indicator
- A element has a non-outline focus indicator
- INPUT element has a non-outline focus indicator
- A element has no focus indicator
Issue linkIndication
WCAG: 1.3.3
Score: 68
Complaints by alfa
Rule r62
r62
Description: Inline link is not distinct from the surrounding text except by color
Count of instances: 1
Complaint specifics
- Links in blocks of text are distinguishable
Complaints by axe
Rule link-in-text-block
link-in-text-block
Description: Link is not distinct from surrounding text without reliance on color
Count of instances: 1
Complaint specifics
- Links must be distinguishable without relying on color; The link has insufficient color contrast of 1.62:1 with the surrounding text. (Minimum contrast is 3:1, link text: #2858af, surrounding text: #721c24); The link has no styling (such as underline) to distinguish it from the surrounding text
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 34
Complaint specifics
- Link is inline but has no underline
Issue duplicateID
WCAG: 4.1.1
Score: 64
Complaints by alfa
Rule r3
r3
Description: Element id attribute value is not unique
Count of instances: 6
Complaint specifics
- id attributes have a unique value
Complaints by axe
Rule duplicate-id-aria
duplicate-id-aria
Description: id attribute used in ARIA or in a label has a value that is not unique
Count of instances: 1
Complaint specifics
- IDs used in ARIA and labels must be unique; Document has multiple elements referenced with ARIA with the same id attribute: dropdownMenu1
Rule duplicate-id
Description: id attribute value is not unique
Count of instances: 1
Complaint specifics
- id attribute value must be unique; Document has multiple static elements with the same id attribute: block-rodriguez-theme-main-menu
Complaints by continuum
Rule 94
94
Description: Element contains an id attribute set to a value that is not unique in the DOM
Count of instances: 6
Complaint specifics
- This NAV has an id attribute of 'block-rodriguez-theme-main-menu', which is not unique in the same DOM
- This UL has an id attribute of 'block-rodriguez-theme-main-menu', which is not unique in the same DOM
- This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM
Complaints by htmlcs
Rule AAA.4_1_1.F77
AAA.4_1_1.F77
Description: Duplicate id attribute value
Count of instances: 2
Complaint specifics
- Duplicate id attribute value "dropdownMenu1" found on the web page.
- Duplicate id attribute value "block-rodriguez-theme-main-menu" found on the web page.
Complaints by ibm
Rule element_id_unique
element_id_unique
Description: Element has an id attribute value that is already in use
Count of instances: 4
Complaint specifics
- The <ul> element has the id "block-rodriguez-theme-main-menu" that is already in use
- The <h3> element has the id "dropdownMenu1" that is already in use
Complaints by nuVal
Rule ^Duplicate ID .+$|^The first occurrence of ID .* was here.*$
^Duplicate ID .+$|^The first occurrence of ID .* was here.*$
Description: Duplicate id
Count of instances: 16
Complaint specifics
- Duplicate ID block-rodriguez-theme-main-menu.
- The first occurrence of ID block-rodriguez-theme-main-menu was here.
- Duplicate ID dropdownMenu1.
- The first occurrence of ID dropdownMenu1 was here.
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 6
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue slashParseRisk
WCAG: 4.1
Score: 49
Complaints by nuVal
Rule Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Description: Void element has a useless trailing slash.
Count of instances: 49
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue noHeading
WCAG: 1.3.1
Score: 45
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 15
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue attributeBad
WCAG: 1.3.1
Score: 40
Complaints by ibm
Rule aria_attribute_valid
aria_attribute_valid
Description: ARIA attribute is invalid for the role of its element
Count of instances: 10
Complaint specifics
- The ARIA attributes "aria-expanded" are not valid for the element <a> with implicit ARIA role "generic"
- The ARIA attributes "aria-expanded" are not valid for the element <h3> with implicit ARIA role "heading"
Complaints by nuVal
Rule ^Attribute .+ not allowed on element .+ at this point.*$
^Attribute .+ not allowed on element .+ at this point.*$
Description: Attribute not allowed on this element
Count of instances: 8
Complaint specifics
- Attribute type not allowed on element h3 at this point.
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 39
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 13
Complaint specifics
- This link opens in a new window without user control.
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 34
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 10
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: 5
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: 17
Complaint specifics
- Content is not within a landmark element
Issue ariaBadAttribute
WCAG: 4.1.2
Score: 32
Complaints by alfa
Rule r18
r18
Description: ARIA state or property is not allowed for the element on which it is specified
Count of instances: 8
Complaint specifics
- aria-* states and properties are allowed
Complaints by continuum
Rule 281
281
Description: Element has an aria-expanded attribute, which is not allowed
Count of instances: 4
Complaint specifics
- The aria-expanded attribute is not allowed on this H3
Issue linkTextsSame
WCAG: 2.4.4
Score: 28
Complaints by qualWeb
Rule QW-ACT-R9
QW-ACT-R9
Description: Links with identical accessible names have different purposes
Count of instances: 14
Complaint specifics
- This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.
Complaints by tenon
Rule 98
98
Description: Links have the same text but different destinations
Count of instances: 8
Complaint specifics
- These links have the same text but different destinations.
Issue textContrastAA
WCAG: 1.4.3
Score: 24
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 6
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: 6
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.92 (foreground color: #ffffff, background color: #eeb111, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
Complaints by htmlcs
Rule AAA.1_4_6.G18.Fail
AAA.1_4_6.G18.Fail
Description: Contrast between the text and its background is less than 4.5:1
Count of instances: 2
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of NaN:1.
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 3
Complaint specifics
- Very low contrast
Issue pseudoNavList
WCAG: 1.3.1
Score: 24
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: 12
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue parentBad
WCAG: 1.3.1
Score: 24
Complaints by nuVal
Rule ^Element .+ not allowed as child of element .+ in this context.*$
^Element .+ not allowed as child of element .+ in this context.*$
Description: Element has an invalid parent
Count of instances: 6
Complaint specifics
- Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)
Issue contrastAAA
WCAG: 1.4.6
Score: 22
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 22
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: 15
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.06 (foreground color: #2858af, background color: #f8d7da, 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.06 (foreground color: #2858af, background color: #f8d7da, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.2 (foreground color: #f5f5f5, background color: #2858af, 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 6.76 (foreground color: #ffffff, background color: #2858af, 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 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). 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: 15
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.92:1. Recommendation: change background to #735400.
- 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.06:1. Recommendation: change text colour to #114198.
- 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 6.2:1. Recommendation: change background to #1f4fa6.
- 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 6.76:1. Recommendation: change background to #2555ac.
- 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.69:1. Recommendation: change text colour to #515a62.
Issue targetSize
WCAG: 2.5.5
Score: 21
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 7
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue roleRedundant
WCAG: 4.1.2
Score: 20
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: 10
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 "article" is redundant with the implicit role of the element <article>
- The explicitly-assigned ARIA role "main" is redundant with the implicit role of the element <main>
- The explicitly-assigned ARIA role "complementary" is redundant with the implicit role of the element <aside>
Complaints by nuVal
Rule ^The .+ role is unnecessary for element .+$
^The .+ role is unnecessary for element .+$
Description: explicit role is redundant for its element
Count of instances: 20
Complaint specifics
- The banner role is unnecessary for element header.
- The navigation role is unnecessary for element nav.
- The complementary role is unnecessary for element aside.
- The main role is unnecessary for element main.
- The article role is unnecessary for element article.
Complaints by testaro
Rule role
role
Description: Invalid, native-replacing, or redundant role
Count of instances: 14
Complaint specifics
- HEADER elements have invalid or native-replaceable explicit role banner (count: 1)
- DIV elements have invalid or native-replaceable explicit role group (count: 2)
- NAV elements have redundant explicit role navigation (count: 1)
- ASIDE elements have redundant explicit role complementary (count: 2)
- MAIN elements have redundant explicit role main (count: 1)
- ARTICLE elements have redundant explicit role article (count: 5)
- A elements have invalid or native-replaceable explicit role button (count: 2)
Issue hoverSurprise
WCAG: 1.4.13
Score: 20
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 10
Complaint specifics
- Hovering over element has unexpected effects
- Operable element cannot be hovered over
- Link or button makes the hovering mouse cursor nonstandard
Issue obsolete
WCAG: 4.1
Score: 18
Complaints by alfa
Rule r70
r70
Description: Element is obsolete or deprecated
Count of instances: 1
Complaint specifics
- No obsolete or deprecated elements are used
Complaints by htmlcs
Rule AAA.1_3_1.H49.Center
AAA.1_3_1.H49.Center
Description: center element is obsolete
Count of instances: 1
Complaint specifics
- Presentational markup used that has become obsolete in HTML5.
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 4
Complaint specifics
- The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
- The <center> element is deprecated in HTML 5
Complaints by nuVal
Rule The center element is obsolete. Use CSS instead.
The center element is obsolete. Use CSS instead.
Description: center element is obsolete
Count of instances: 6
Complaint specifics
- The center element is obsolete. Use CSS instead.
Complaints by qualWeb
Rule QW-BP10
QW-BP10
Description: HTML element is used to control the visual presentation of content
Count of instances: 3
Complaint specifics
- No HTML elements are used to control the visual presentation of content
Issue linkNoText
WCAG: 2.4.4
Score: 16
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 2
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 2
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: 2
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.Empty
AAA.4_1_2.H91.A.Empty
Description: a element has an id attribute but no href attribute or text
Count of instances: 1
Complaint specifics
- Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.
Rule AAA.1_1_1.H30.2
Description: img element is the only link content but has no text alternative
Count of instances: 2
Complaint specifics
- Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.
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: 2
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: 2
Complaint specifics
- This rule checks that each link has an accessible name.
Rule QW-WCAG-T21
Description: Accessible name is not provided for an image which is the only content in a link
Count of instances: 2
Complaint specifics
- This technique checks the text alternative of images which are the only content of a link
Complaints by tenon
Rule 57
57
Description: Link has no text inside it
Count of instances: 2
Complaint specifics
- This link has no text inside it.
Complaints by wave
Rule alt_link_missing
alt_link_missing
Description: Linked image has no text alternative
Count of instances: 2
Complaint specifics
- Linked image missing alternative text
Issue imageNoText
WCAG: 1.1.1
Score: 16
Complaints by alfa
Rule r2
r2
Description: Image has no accessible name
Count of instances: 2
Complaint specifics
- Images have an accessible name
Complaints by axe
Rule image-alt
image-alt
Description: Image has no text alternative
Count of instances: 2
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 continuum
Rule 89
89
Description: img element has no machanism allowing an accessible name to be calculated
Count of instances: 2
Complaint specifics
- This img element does not have a mechanism that allows an accessible name value to be calculated
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: 2
Complaint specifics
- The image has neither an alt atttribute nor an ARIA label or title
Complaints by nuVal
Rule An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Description: img element has no alt attribute
Count of instances: 4
Complaint specifics
- An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Complaints by qualWeb
Rule QW-ACT-R17
QW-ACT-R17
Description: Image has no accessible name
Count of instances: 2
Complaint specifics
- This rule checks that each image that is not marked as decorative, has an accessible name.
Issue focusableOperable
WCAG: 2.1.1
Score: 15
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 5
Complaint specifics
Issue zIndexNotZero
WCAG: 1.4
Score: 15
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 15
Complaint specifics
- A element has a non-default Z index
- UL element has a non-default Z index
- DIV element has a non-default Z index
Issue hiddenContentRisk
WCAG: 4.1
Score: 14
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 14
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 landmarkConfusion
WCAG: 1.3.6
Score: 12
Complaints by axe
Rule landmark-unique
landmark-unique
Description: Landmark has a role and an accessible name that are identical to another
Count of instances: 2
Complaint specifics
- Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
Complaints by ibm
Rule aria_landmark_name_unique
aria_landmark_name_unique
Description: Multiple landmarks with the same parent region are not distinguished from one another
Count of instances: 4
Complaint specifics
- Multiple "navigation" landmarks with the same parent region are not distinguished from one another because they have the same "" label
- Multiple "complementary" landmarks with the same parent region are not distinguished from one another because they have the same "" label
Issue buttonNoText
WCAG: 4.1.2
Score: 12
Complaints by htmlcs
Rule AAA.4_1_2.H91.Button.Name
AAA.4_1_2.H91.Button.Name
Description: Button element has no accessible name
Count of instances: 3
Complaint specifics
- This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.
Complaints by wave
Rule button_empty
button_empty
Description: Button is empty or has no value text
Count of instances: 3
Complaint specifics
- Empty button
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 linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 11
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: 11
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue bannerNotTop
WCAG: 1.3.6
Score: 10
Complaints by qualWeb
Rule QW-BP19
QW-BP19
Description: banner landmark is not at the top level
Count of instances: 5
Complaint specifics
- Ensures the banner landmark is at top level
Issue inconsistentStyles
WCAG: 3.2.4
Score: 9
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 9
Complaint specifics
- In-line links have 3 different styles
- Buttons have 6 different styles
- Level-1 headings have 2 different styles
- Level-2 headings have 2 different styles
Issue governedBadID
WCAG: 1.3.1
Score: 8
Complaints by nuVal
Rule The aria-controls attribute must point to an element in the same document.
The aria-controls attribute must point to an element in the same document.
Description: aria-controls attribute references an element not in the document
Count of instances: 2
Complaint specifics
- The aria-controls attribute must point to an element in the same document.
Issue textAlternativeRisk
WCAG: 1
Score: 8
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 8
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 colorMissing
WCAG: 1.4.3
Score: 8
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 2
Complaint specifics
- Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.
Issue headingEmpty
WCAG: 2.4.6
Score: 6
Complaints by alfa
Rule r64
r64
Description: Heading has no non-empty accessible name
Count of instances: 1
Complaint specifics
- Heading has non-empty accessible name
Complaints by axe
Rule empty-heading
empty-heading
Description: Heading empty
Count of instances: 1
Complaint specifics
- Headings should not be empty; 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 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 nuVal
Rule Empty heading.
Empty heading.
Description: Empty heading
Count of instances: 2
Complaint specifics
- Empty heading.
Complaints by qualWeb
Rule QW-ACT-R35
QW-ACT-R35
Description: Heading has no accessible name
Count of instances: 1
Complaint specifics
- This rule applies to any HTML element with the semantic role of heading that is included in the accessibility tree.
Complaints by wave
Rule heading_empty
heading_empty
Description: Empty heading
Count of instances: 1
Complaint specifics
- Empty heading
Issue headingOfNothing
WCAG: 1.3.1
Score: 6
Complaints by alfa
Rule r78
r78
Description: No content between two headings of the same level
Count of instances: 3
Complaint specifics
- Headings of same level have text content between them
Issue navConfusion
WCAG: 1.3.6
Score: 6
Complaints by continuum
Rule 531
531
Description: nav element has an accessible name that is non-unique among the nav elements
Count of instances: 2
Complaint specifics
- This nav does not have a unique accessible name as required when two or more nav elements are present
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: 2
Complaint specifics
- Multiple elements with "navigation" role do not have unique labels
Issue navNoText
WCAG: 1.3.6
Score: 6
Complaints by continuum
Rule 533
533
Description: nav element is not the only nav element but has no accessible name
Count of instances: 2
Complaint specifics
- This nav does not have an accessible name as required when two or more nav elements are present
Issue headingStructure
WCAG: 1.3.1
Score: 6
Complaints by htmlcs
Rule AAA.1_3_1_AAA.G141
AAA.1_3_1_AAA.G141
Description: Heading level is incorrect
Count of instances: 3
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.
- The heading structure is not logically nested. This h3 element should be an h2 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 asideConfusion
WCAG: 1.3.6
Score: 6
Complaints by ibm
Rule aria_complementary_label_unique
aria_complementary_label_unique
Description: Multiple elements with a complementary role have no unique labels
Count of instances: 2
Complaint specifics
- Multiple elements with "complementary" role do not have unique labels
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 labelClash
WCAG: 1.3.1
Score: 6
Complaints by testaro
Rule labClash
labClash
Description: Incompatible label types
Count of instances: 3
Complaint specifics
- Element BUTTON is unlabeled
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 5
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.
Rule QW-BP17
Description: No link at the beginning of a block of repeated content goes to the end of the block
Count of instances: 2
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.
Issue cssBansRotate
WCAG: 1.3.4
Score: 4
Complaints by axe
Rule css-orientation-lock
css-orientation-lock
Description: CSS media query locks display orientation
Count of instances: 1
Complaint specifics
- CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined
Issue contrastRisk
WCAG: 1.4.3
Score: 4
Complaints by htmlcs
Rule AAA.1_4_6.G17.Abs
AAA.1_4_6.G17.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 7:1
Count of instances: 3
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 7:1.
Rule AAA.1_4_6.G18.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 4.5:1
Count of instances: 1
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 errorReferenceBad
WCAG: 3.3.1
Score: 4
Complaints by qualWeb
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 1
Complaint specifics
- This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.
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 visibleLabelNotName
WCAG: 2.5.3
Score: 3
Complaints by ibm
Rule label_name_visible
label_name_visible
Description: Accessible name does not match or contain the visible label text
Count of instances: 1
Complaint specifics
- Accessible name does not match or contain the visible label text
Complaints by qualWeb
Rule QW-ACT-R30
QW-ACT-R30
Description: Visible label is not part of the accessible name
Count of instances: 1
Complaint specifics
- This rule checks that interactive elements labeled through their content have their visible label as part of their accessible name.
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.
Issue headingLevelSkip
WCAG: 1.3.1
Score: 2
Complaints by alfa
Rule r53
r53
Description: Heading skips one or more levels
Count of instances: 1
Complaint specifics
- Headings are structured
Complaints by axe
Rule heading-order
heading-order
Description: Heading levels do not increase by only one
Count of instances: 1
Complaint specifics
- Heading levels should only increase by one; Heading order invalid
Complaints by wave
Rule heading_skipped
heading_skipped
Description: Skipped heading level
Count of instances: 1
Complaint specifics
- Skipped heading level
Issue linkBrokenRisk
WCAG: 1.3.1
Score: 2
Complaints by htmlcs
Rule AAA.4_1_2.H91.A.Placeholder
AAA.4_1_2.H91.A.Placeholder
Description: Link has text but no href, id, or name attribute
Count of instances: 1
Complaint specifics
- Anchor element found with link content, but no href, ID or name attribute has been supplied.
Issue complementaryNoText
WCAG: 1.3.6
Score: 2
Complaints by ibm
Rule aria_complementary_labelled
aria_complementary_labelled
Description: Element with a complementary role has no label
Count of instances: 2
Complaint specifics
- The element with "complementary" role does not have a label
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 titleLong
WCAG: 3.1.5
Score: 2
Complaints by qualWeb
Rule QW-BP6
QW-BP6
Description: title element is too long (more than 64 characters)
Count of instances: 1
Complaint specifics
- The webpage title element shouldn't have more than 100 characters
Issue bannerNot1
WCAG: 1.3.6
Score: 2
Complaints by qualWeb
Rule QW-BP20
QW-BP20
Description: Document has more than 1 banner landmark
Count of instances: 1
Complaint specifics
- Ensures the document has at most one banner landmark
Issue linkPair
WCAG: 2.4.4
Score: 2
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 1
Complaint specifics
- Redundant link
Issue noScriptRisk
WCAG: 4.1
Score: 2
Complaints by wave
Rule noscript
noscript
Description: noscript element may fail to contain an accessible equivalent or alternative
Count of instances: 2
Complaint specifics
- Noscript element
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 pseudoOrderedListRisk
WCAG: 1.3.1
Score: 1
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: 1
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 scrollRisk
WCAG: 1.4.10
Score: 1
Complaints by htmlcs
Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
Description: Fixed-position element may force bidirectional scrolling
Count of instances: 1
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
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 visibleBulk
WCAG: 2.4
Score: 1
Complaints by testaro
Rule bulk
bulk
Description: Page contains many visible elements
Count of instances: 1
Complaint specifics
- Page contains a large number of visible elements
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: 3
Complaint specifics
- Supplementing link text with the title attribute
Complete report
{ "id": "18ixx-ts27-caAD53-a", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687100786965, "endTime": 1687100787550 }, { "type": "url", "which": "https://a53.asmdc.org/", "what": "Member Freddie Rodriguez (D)", "startTime": 1687100787550, "result": { "url": "https://a53.asmdc.org/" }, "endTime": 1687100788255 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687100788255, "url": "https://a53.asmdc.org/", "endTime": 1687100789957 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687100789957, "url": "https://a53.asmdc.org/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 1010862, 1010862, 1010862, 1010862, 1010862 ], "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": 1687100803476 }, { "type": "launch", "which": "chromium", "startTime": 1687100803477, "endTime": 1687100804062 }, { "type": "url", "which": "https://a53.asmdc.org/", "what": "Member Freddie Rodriguez (D)", "startTime": 1687100804063, "result": { "url": "https://a53.asmdc.org/" }, "endTime": 1687100804659 }, { "type": "test", "which": "alfa", "startTime": 1687100804659, "url": "https://a53.asmdc.org/", "what": "alfa", "result": { "totals": { "failures": 54, "warnings": 12 }, "items": [ { "index": 28, "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\">", " <img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\">", "</a>" ] } }, { "index": 29, "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "codeLines": [ "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\">", " <img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\">", "</a>" ] } }, { "index": 77, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-expanded", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/@aria-expanded", "codeLines": [ "aria-expanded=\"true\"" ] } }, { "index": 78, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-haspopup", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/@aria-haspopup", "codeLines": [ "aria-haspopup=\"true\"" ] } }, { "index": 79, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-expanded", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/@aria-expanded", "codeLines": [ "aria-expanded=\"true\"" ] } }, { "index": 80, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-haspopup", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/@aria-haspopup", "codeLines": [ "aria-haspopup=\"true\"" ] } }, { "index": 81, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-expanded", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/@aria-expanded", "codeLines": [ "aria-expanded=\"true\"" ] } }, { "index": 82, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-haspopup", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/@aria-haspopup", "codeLines": [ "aria-haspopup=\"true\"" ] } }, { "index": 83, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-expanded", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/@aria-expanded", "codeLines": [ "aria-expanded=\"true\"" ] } }, { "index": 84, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-haspopup", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/@aria-haspopup", "codeLines": [ "aria-haspopup=\"true\"" ] } }, { "index": 136, "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/img[1]", "codeLines": [ "<img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\">" ] } }, { "index": 137, "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]/img[1]", "codeLines": [ "<img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\">" ] } }, { "index": 209, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "nav", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]", "codeLines": [ "<nav role=\"navigation\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" id=\"block-rodriguez-theme-main-menu\" class=\"block block-menu navigation menu--main\">", " <h2 class=\"visually-hidden\" id=\"block-rodriguez-theme-main-menu-menu\">", " Main navigation", " </h2>", " <ul id=\"block-rodriguez-theme-main-menu\" class=\"clearfix nav navbar-nav\">", " <li class=\"nav-item menu-item--expanded dropdown\">", " <a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " About", " </a>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/biography\" data-drupal-link-system-path=\"node/1526\">", " Biography", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/caucuses\" data-drupal-link-system-path=\"node/1615\">", " Caucuses", " </a>", " </li>", " </ul>", " </li>", " <li class=\"nav-item menu-item--expanded dropdown\">", " <a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " Committees", " </a>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/standing-committees\" data-drupal-link-system-path=\"node/1813\">", " Standing Committees", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/select-committees\" data-drupal-link-system-path=\"node/1814\">", " Select Committees", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/joint-committees\" data-drupal-link-system-path=\"node/1815\">", " Joint Committees", " </a>", " </li>", " </ul>", " </li>", " <li class=\"nav-item menu-item--expanded dropdown\">", " <a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " Legislation", " </a>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/legislation-2019\" data-drupal-link-system-path=\"node/1753\">", " Legislation 2019", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/legislation-2018\" data-drupal-link-system-path=\"node/1820\">", " Legislation 2018", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/legislation-2017\" data-drupal-link-system-path=\"node/1819\">", " Legislation 2017", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/legislation-2016\" data-drupal-link-system-path=\"node/1818\">", " Legislation 2016", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/legislation-2015\" data-drupal-link-system-path=\"node/1817\">", " Legislation 2015", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/legislation-2014\" data-drupal-link-system-path=\"node/1816\">", " Legislation 2014", " </a>", " </li>", " </ul>", " </li>", " <li class=\"nav-item menu-item--expanded dropdown\">", " <a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " District", " </a>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/events\" data-drupal-link-system-path=\"events\">", " Upcoming Events", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/events/past\" data-drupal-link-system-path=\"events/past\">", " Past Events", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/district-map\" data-drupal-link-system-path=\"node/1864\">", " District Map", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/sb-1-projects\" data-drupal-link-system-path=\"node/1734\">", " SB 1 Projects", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/district-newsletter\" data-drupal-link-system-path=\"district-newsletter\">", " Newsletter", " </a>", " </li>", " </ul>", " </li>", " <li class=\"nav-item menu-item--expanded dropdown\">", " <a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " News Room", " </a>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/news\" data-drupal-link-system-path=\"news\">", " News Articles", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/photo\" data-drupal-link-system-path=\"photo\">", " Photo Gallery", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/press-releases\" data-drupal-link-system-path=\"press-releases\">", " Press Releases", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/videos\" data-drupal-link-system-path=\"videos\">", " Video Gallery", " </a>", " </li>", " </ul>", " </li>", " <li class=\"nav-item menu-item--expanded dropdown last\">", " <a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " Resources", " </a>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/resources/district-resources\" data-drupal-link-system-path=\"resources/district-resources\">", " District", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/resources/state-resources\" data-drupal-link-system-path=\"resources/state-resources\">", " State", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/resources/federal-resources\" data-drupal-link-system-path=\"resources/federal-resources\">", " Federal", " </a>", " </li>", " </ul>", " </li>", " </ul>", "</nav>" ] } }, { "index": 211, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "ul", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]", "codeLines": [ "<ul id=\"block-rodriguez-theme-main-menu\" class=\"clearfix nav navbar-nav\">", " <li class=\"nav-item menu-item--expanded dropdown\">", " <a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " About", " </a>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/biography\" data-drupal-link-system-path=\"node/1526\">", " Biography", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/caucuses\" data-drupal-link-system-path=\"node/1615\">", " Caucuses", " </a>", " </li>", " </ul>", " </li>", " <li class=\"nav-item menu-item--expanded dropdown\">", " <a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " Committees", " </a>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/standing-committees\" data-drupal-link-system-path=\"node/1813\">", " Standing Committees", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/select-committees\" data-drupal-link-system-path=\"node/1814\">", " Select Committees", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/joint-committees\" data-drupal-link-system-path=\"node/1815\">", " Joint Committees", " </a>", " </li>", " </ul>", " </li>", " <li class=\"nav-item menu-item--expanded dropdown\">", " <a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " Legislation", " </a>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/legislation-2019\" data-drupal-link-system-path=\"node/1753\">", " Legislation 2019", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/legislation-2018\" data-drupal-link-system-path=\"node/1820\">", " Legislation 2018", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/legislation-2017\" data-drupal-link-system-path=\"node/1819\">", " Legislation 2017", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/legislation-2016\" data-drupal-link-system-path=\"node/1818\">", " Legislation 2016", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/legislation-2015\" data-drupal-link-system-path=\"node/1817\">", " Legislation 2015", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/legislation-2014\" data-drupal-link-system-path=\"node/1816\">", " Legislation 2014", " </a>", " </li>", " </ul>", " </li>", " <li class=\"nav-item menu-item--expanded dropdown\">", " <a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " District", " </a>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/events\" data-drupal-link-system-path=\"events\">", " Upcoming Events", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/events/past\" data-drupal-link-system-path=\"events/past\">", " Past Events", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/district-map\" data-drupal-link-system-path=\"node/1864\">", " District Map", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/sb-1-projects\" data-drupal-link-system-path=\"node/1734\">", " SB 1 Projects", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/district-newsletter\" data-drupal-link-system-path=\"district-newsletter\">", " Newsletter", " </a>", " </li>", " </ul>", " </li>", " <li class=\"nav-item menu-item--expanded dropdown\">", " <a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " News Room", " </a>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/news\" data-drupal-link-system-path=\"news\">", " News Articles", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/photo\" data-drupal-link-system-path=\"photo\">", " Photo Gallery", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/press-releases\" data-drupal-link-system-path=\"press-releases\">", " Press Releases", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/videos\" data-drupal-link-system-path=\"videos\">", " Video Gallery", " </a>", " </li>", " </ul>", " </li>", " <li class=\"nav-item menu-item--expanded dropdown last\">", " <a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " Resources", " </a>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/resources/district-resources\" data-drupal-link-system-path=\"resources/district-resources\">", " District", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/resources/state-resources\" data-drupal-link-system-path=\"resources/state-resources\">", " State", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/resources/federal-resources\" data-drupal-link-system-path=\"resources/federal-resources\">", " Federal", " </a>", " </li>", " </ul>", " </li>", "</ul>" ] } }, { "index": 214, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "h3", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]", "codeLines": [ "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">", " <img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\">", " <br>", " Resources", "</h3>" ] } }, { "index": 215, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "h3", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]", "codeLines": [ "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">", " <img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\">", " <br>", " Contact", "</h3>" ] } }, { "index": 216, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "h3", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]", "codeLines": [ "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">", " <img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\">", " <br>", " News Room", "</h3>" ] } }, { "index": 217, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "h3", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]", "codeLines": [ "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">", " <img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_info_50.png\">", " <br>", " About", "</h3>" ] } }, { "index": 282, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h3", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]", "codeLines": [ "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">", " <img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\">", " <br>", " Resources", "</h3>" ] } }, { "index": 302, "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[1]/center[1]/p[1]/text()[1]", "codeLines": [ "If you have questions or need assistance with EDD, please fill out out" ] } }, { "index": 303, "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[1]/center[1]/p[1]/a[1]/text()[1]", "codeLines": [ "EDD Assistance form" ] } }, { "index": 304, "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[1]/center[1]/p[1]/text()[2]", "codeLines": [ "and we will do our best to help." ] } }, { "index": 305, "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]/center[1]/p[1]/text()[1]", "codeLines": [ "For the latest COVID-19 updates, please visit" ] } }, { "index": 306, "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]/center[1]/p[1]/strong[1]/a[1]/text()[1]", "codeLines": [ "covid19.ca.gov" ] } }, { "index": 321, "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]", "codeLines": [ "How Can I Help You?" ] } }, { "index": 322, "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]", "codeLines": [ "Resources" ] } }, { "index": 323, "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/text()[1]", "codeLines": [ "Contact" ] } }, { "index": 324, "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/text()[1]", "codeLines": [ "News Room" ] } }, { "index": 325, "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/text()[1]", "codeLines": [ "About" ] } }, { "index": 376, "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": 377, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/center[1]/p[1]/a[1]", "codeLines": [ "<a href=\"/edd-assistance-form\">", " EDD Assistance form", "</a>" ] }, "etcTags": [ { "type": "version", "version": 2 } ] }, { "index": 387, "verdict": "failed", "rule": { "ruleID": "r64", "ruleSummary": "Heading has non-empty accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r64", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#info-and-relationships", "chapter": "1.3.1", "title": "Info and Relationships" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H42", "name": "H42", "title": "Using h1-h6 to identify headings" } ] }, "target": { "type": "element", "tagName": "h1", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[2]/div[1]/h1[1]", "codeLines": [ "<h1 class=\"title\"></h1>" ] } }, { "index": 395, "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]/a[1]", "codeLines": [ "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\">", " Skip to main content", "</a>" ] } }, { "index": 432, "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[1]/center[1]/p[1]/a[1]/text()[1]", "codeLines": [ "EDD Assistance form" ] } }, { "index": 435, "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]/center[1]/p[1]/strong[1]/a[1]/text()[1]", "codeLines": [ "covid19.ca.gov" ] } }, { "index": 436, "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[3]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Contact Me" ] } }, { "index": 437, "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[3]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]/text()[1]", "codeLines": [ "Settings" ] } }, { "index": 444, "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[3]/div[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/center[1]/a[1]/text()[1]", "codeLines": [ "Contact my Office" ] } }, { "index": 445, "verdict": "cantTell", "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]", "codeLines": [ "How Can I Help You?" ] } }, { "index": 446, "verdict": "cantTell", "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]", "codeLines": [ "Resources" ] } }, { "index": 447, "verdict": "cantTell", "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/text()[1]", "codeLines": [ "Contact" ] } }, { "index": 448, "verdict": "cantTell", "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/text()[1]", "codeLines": [ "News Room" ] } }, { "index": 449, "verdict": "cantTell", "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/text()[1]", "codeLines": [ "About" ] } }, { "index": 453, "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/a[1]/text()[1]", "codeLines": [ "Learn More" ] } }, { "index": 457, "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[2]/time[1]/text()[1]", "codeLines": [ "Thursday, June 15, 2023" ] } }, { "index": 459, "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[1]/time[1]/text()[1]", "codeLines": [ "Thursday, June 15, 2023" ] } }, { "index": 463, "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/div[1]/div[1]/time[1]/text()[1]", "codeLines": [ "Wednesday, June 14, 2023" ] } }, { "index": 467, "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[4]/article[1]/div[1]/div[1]/time[1]/text()[1]", "codeLines": [ "Wednesday, June 7, 2023" ] } }, { "index": 471, "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[5]/article[1]/div[1]/div[1]/time[1]/text()[1]", "codeLines": [ "Tuesday, June 6, 2023" ] } }, { "index": 490, "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[3]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[1]/text()[1]", "codeLines": [ "Privacy and Conditions of Use" ] } }, { "index": 491, "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[3]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/text()[1]", "codeLines": [ "|" ] } }, { "index": 492, "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[3]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[2]/text()[1]", "codeLines": [ "Accessibility" ] } }, { "index": 493, "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[3]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/text()[2]", "codeLines": [ "|" ] } }, { "index": 494, "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[3]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[3]/text()[1]", "codeLines": [ "General Disclaimer" ] } }, { "index": 495, "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[3]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/text()[3]", "codeLines": [ "| © 2023 California State Assembly Democratic Caucus" ] } }, { "index": 512, "verdict": "cantTell", "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]", "codeLines": [ "How Can I Help You?" ] } }, { "index": 513, "verdict": "cantTell", "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]", "codeLines": [ "Resources" ] } }, { "index": 514, "verdict": "cantTell", "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/text()[1]", "codeLines": [ "Contact" ] } }, { "index": 515, "verdict": "cantTell", "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/text()[1]", "codeLines": [ "News Room" ] } }, { "index": 516, "verdict": "cantTell", "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/text()[1]", "codeLines": [ "About" ] } }, { "index": 520, "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/a[1]/text()[1]", "codeLines": [ "Learn More" ] } }, { "index": 564, "verdict": "failed", "rule": { "ruleID": "r70", "ruleSummary": "No obsolete or deprecated elements are used", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r70", "requirements": [] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } }, { "index": 648, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h3", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]", "codeLines": [ "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">", " <img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\">", " <br>", " Resources", "</h3>" ] } }, { "index": 649, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h3", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]", "codeLines": [ "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">", " <img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\">", " <br>", " Contact", "</h3>" ] } }, { "index": 650, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h3", "path": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]", "codeLines": [ "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">", " <img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\">", " <br>", " News Room", "</h3>" ] } }, { "index": 677, "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": [ 12, 0, 0, 54 ], "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"> <img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"> </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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"> <img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\"> </a>" }, { "ruleID": "r18", "what": "aria-* states and properties are allowed", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/@aria-expanded" }, "excerpt": "aria-expanded=\"true\"" }, { "ruleID": "r18", "what": "aria-* states and properties are allowed", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/@aria-haspopup" }, "excerpt": "aria-haspopup=\"true\"" }, { "ruleID": "r18", "what": "aria-* states and properties are allowed", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/@aria-expanded" }, "excerpt": "aria-expanded=\"true\"" }, { "ruleID": "r18", "what": "aria-* states and properties are allowed", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/@aria-haspopup" }, "excerpt": "aria-haspopup=\"true\"" }, { "ruleID": "r18", "what": "aria-* states and properties are allowed", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/@aria-expanded" }, "excerpt": "aria-expanded=\"true\"" }, { "ruleID": "r18", "what": "aria-* states and properties are allowed", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/@aria-haspopup" }, "excerpt": "aria-haspopup=\"true\"" }, { "ruleID": "r18", "what": "aria-* states and properties are allowed", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/@aria-expanded" }, "excerpt": "aria-expanded=\"true\"" }, { "ruleID": "r18", "what": "aria-* states and properties are allowed", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/@aria-haspopup" }, "excerpt": "aria-haspopup=\"true\"" }, { "ruleID": "r2", "what": "Images have an accessible name", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/img[1]" }, "excerpt": "<img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\">" }, { "ruleID": "r2", "what": "Images have an accessible name", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]/img[1]" }, "excerpt": "<img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\">" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "NAV", "id": "block-rodriguez-theme-main-menu", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]" }, "excerpt": "<nav role=\"navigation\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" id=\"block-rodriguez-theme-main-menu\" class=\"block block-menu navigation menu--main\"> <h2 class=\"visually-hidden\" id=\"block ... e-resources\"> State </a> </li> <li class=\"dropdown-item\"> <a href=\"/resources/federal-resources\" data-drupal-link-system-path=\"resources/federal-resources\"> Federal </a> </li> </ul> </li> </ul> </nav>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "UL", "id": "block-rodriguez-theme-main-menu", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]" }, "excerpt": "<ul id=\"block-rodriguez-theme-main-menu\" class=\"clearfix nav navbar-nav\"> <li class=\"nav-item menu-item--expanded dropdown\"> <a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-exp ... es/state-resources\"> State </a> </li> <li class=\"dropdown-item\"> <a href=\"/resources/federal-resources\" data-drupal-link-system-path=\"resources/federal-resources\"> Federal </a> </li> </ul> </li> </ul>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> <img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"> <br> Resources </h3>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> <img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\"> <br> Contact </h3>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> <img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\"> <br> News Room </h3>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> <img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_info_50.png\"> <br> About </h3>" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> <img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"> <br> Resources </h3>" }, { "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[1]/center[1]/p[1]/text()[1]" }, "excerpt": "If you have questions or need assistance with EDD, please fill out out" }, { "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[1]/center[1]/p[1]/a[1]/text()[1]" }, "excerpt": "EDD Assistance form" }, { "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[1]/center[1]/p[1]/text()[2]" }, "excerpt": "and we will do our best to help." }, { "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]/center[1]/p[1]/text()[1]" }, "excerpt": "For the latest COVID-19 updates, please visit" }, { "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]/center[1]/p[1]/strong[1]/a[1]/text()[1]" }, "excerpt": "covid19.ca.gov" }, { "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]" }, "excerpt": "How Can I Help You?" }, { "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]" }, "excerpt": "Resources" }, { "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/text()[1]" }, "excerpt": "Contact" }, { "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/text()[1]" }, "excerpt": "News Room" }, { "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/text()[1]" }, "excerpt": "About" }, { "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": "r62", "what": "Links in blocks of text are distinguishable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/center[1]/p[1]/a[1]" }, "excerpt": "<a href=\"/edd-assistance-form\"> EDD Assistance form </a>" }, { "ruleID": "r64", "what": "Heading has non-empty accessible name", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[2]/div[1]/h1[1]" }, "excerpt": "<h1 class=\"title\"></h1>" }, { "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]/a[1]" }, "excerpt": "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main content </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[1]/center[1]/p[1]/a[1]/text()[1]" }, "excerpt": "EDD Assistance form" }, { "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]/center[1]/p[1]/strong[1]/a[1]/text()[1]" }, "excerpt": "covid19.ca.gov" }, { "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[3]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "Contact Me" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]/text()[1]" }, "excerpt": "Settings" }, { "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[3]/div[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/center[1]/a[1]/text()[1]" }, "excerpt": "Contact my Office" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]" }, "excerpt": "How Can I Help You?" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]" }, "excerpt": "Resources" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/text()[1]" }, "excerpt": "Contact" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/text()[1]" }, "excerpt": "News Room" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]/text()[1]" }, "excerpt": "About" }, { "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/a[1]/text()[1]" }, "excerpt": "Learn More" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[2]/time[1]/text()[1]" }, "excerpt": "Thursday, June 15, 2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[1]/time[1]/text()[1]" }, "excerpt": "Thursday, June 15, 2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/div[1]/div[1]/time[1]/text()[1]" }, "excerpt": "Wednesday, June 14, 2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[4]/article[1]/div[1]/div[1]/time[1]/text()[1]" }, "excerpt": "Wednesday, June 7, 2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[5]/article[1]/div[1]/div[1]/time[1]/text()[1]" }, "excerpt": "Tuesday, June 6, 2023" }, { "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[3]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[1]/text()[1]" }, "excerpt": "Privacy and Conditions of Use" }, { "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[3]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/text()[1]" }, "excerpt": "|" }, { "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[3]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[2]/text()[1]" }, "excerpt": "Accessibility" }, { "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[3]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/text()[2]" }, "excerpt": "|" }, { "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[3]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[3]/text()[1]" }, "excerpt": "General Disclaimer" }, { "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[3]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/text()[3]" }, "excerpt": "| © 2023 California State Assembly Democratic Caucus" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]" }, "excerpt": "How Can I Help You?" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]" }, "excerpt": "Resources" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]/text()[1]" }, "excerpt": "Contact" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]/text()[1]" }, "excerpt": "News Room" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/a[1]/text()[1]" }, "excerpt": "Learn More" }, { "ruleID": "r70", "what": "No obsolete or deprecated elements are used", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> <img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"> <br> Resources </h3>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> <img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\"> <br> Contact </h3>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> <img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\"> <br> News Room </h3>" }, { "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": 1687100809360 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687100809360, "url": "https://a53.asmdc.org/", "what": "Axe", "result": { "totals": { "rulesNA": 49, "rulesPassed": 48, "rulesWarned": 4, "rulesViolated": 11, "warnings": { "minor": 15, "moderate": 0, "serious": 6, "critical": 0 }, "violations": { "minor": 2, "moderate": 8, "serious": 19, "critical": 3 } }, "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-18T15:06:49.900Z", "url": "https://a53.asmdc.org/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "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": { "contrastRatio": 0, "fontSize": "30.0pt (40px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"services-container\">", "target": [ ".services-container" ] }, { "html": "<div class=\"highlighted\">", "target": [ ".highlighted" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h1>How Can I Help You?</h1>", "target": [ ".text-formatted.field--name-body.field--type-text-with-summary > h1" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"services-container\">", "target": [ ".services-container" ] }, { "html": "<div class=\"highlighted\">", "target": [ ".highlighted" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"><br>\nResources</h3>", "target": [ ".col-sm-offset-2 > .dropdown > h3" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"services-container\">", "target": [ ".services-container" ] }, { "html": "<div class=\"highlighted\">", "target": [ ".highlighted" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\"><br>\nContact</h3>", "target": [ ".col-sm-2.services-links:nth-child(2) > .dropdown > h3" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"services-container\">", "target": [ ".services-container" ] }, { "html": "<div class=\"highlighted\">", "target": [ ".highlighted" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\"><br>\nNews Room</h3>", "target": [ ".col-sm-2.services-links:nth-child(3) > .dropdown > h3" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"services-container\">", "target": [ ".services-container" ] }, { "html": "<div class=\"highlighted\">", "target": [ ".highlighted" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_info_50.png\"><br>\nAbout</h3>", "target": [ ".col-sm-2.services-links:nth-child(4) > .dropdown > h3" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" } ] }, { "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=\"site-settings section section-standout collapse collapsed\" id=\"siteSettings\" role=\"alert\">", "target": [ "#siteSettings" ], "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": "<button class=\"navbar-toggler navbar-toggler-right ml-auto border rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">Menu</button>", "target": [ ".navbar-toggler" ], "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=\"dropdown-menu\">", "target": [ ".nav-item.menu-item--expanded.dropdown:nth-child(1) > .dropdown-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=\"dropdown-menu\">", "target": [ ".nav-item.menu-item--expanded.dropdown:nth-child(2) > .dropdown-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=\"dropdown-menu\">", "target": [ ".nav-item.menu-item--expanded.dropdown:nth-child(3) > .dropdown-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=\"dropdown-menu\">", "target": [ ".nav-item.menu-item--expanded.dropdown:nth-child(4) > .dropdown-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=\"dropdown-menu\">", "target": [ ".nav-item.menu-item--expanded.dropdown:nth-child(5) > .dropdown-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=\"dropdown-menu\">", "target": [ ".last > .dropdown-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": "<div class=\"eureka-member-photo\" style=\"background-image: url('https://a53.asmdc.org/sites/a53.asmdc.org/files/eureka_member_photo_52.png')\">", "target": [ ".eureka-member-photo" ], "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 aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">\n\t<li><a href=\"/resources/district-resources\">District</a></li>\n\t<li><a href=\"/resources/state-resources\">State</a></li>\n<li><a href=\"/resources/federal-resources\">Federal</a></li>\n</ul>", "target": [ ".col-sm-offset-2 > .dropdown > .dropdown-menu[aria-labelledby=\"dropdownMenu1\"]" ], "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 aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">\n\t<li><a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact Freddie</a></li>\n\t<li><a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find my District</a></li>\n</ul>", "target": [ ".col-sm-2.services-links:nth-child(2) > .dropdown > .dropdown-menu[aria-labelledby=\"dropdownMenu1\"]" ], "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 aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">\n\t<li><a href=\"news\">Latest News</a></li>\n\t<li><a href=\"photo\">Photo Gallery</a></li>\n<li><a href=\"press-releases\">Press Releases</a></li>\n\t<li><a href=\"videos\">Video Gallery</a></li>\n</ul>", "target": [ ".col-sm-2.services-links:nth-child(3) > .dropdown > .dropdown-menu[aria-labelledby=\"dropdownMenu1\"]" ], "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 aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">\n\t<li><a href=\"biography\">Biography</a></li>\n\t<li><a href=\"caucuses\">Caucuses</a></li>\n</ul>", "target": [ ".col-sm-2.services-links:nth-child(4) > .dropdown > .dropdown-menu[aria-labelledby=\"dropdownMenu1\"]" ], "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 id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\">", "target": [ "#colorbox" ], "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": "district", "urlProps": { "protocol": "http:", "hostname": "a53.asmdc.org", "port": "", "pathname": "/", "search": {}, "hash": "", "filename": "" } }, "relatedNodes": [ { "html": "<a class=\"btn btn-warning btn-block\" href=\"/resources/district-resources\">District</a>", "target": [ ".btn-warning.btn-block[href$=\"district-resources\"]" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">District</a>", "target": [ ".nav-item.menu-item--expanded.dropdown:nth-child(4) > .nav-link.dropdown-toggle[href=\"\"]" ], "failureSummary": "Fix all of the following:\n Check that links have the same purpose, or are intentionally ambiguous." } ] }, { "id": "css-orientation-lock", "impact": "serious", "tags": [ "cat.structure", "wcag134", "wcag21aa", "experimental" ], "description": "Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations", "help": "CSS Media queries must not lock display orientation", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/css-orientation-lock?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "css-orientation-lock", "data": null, "relatedNodes": [], "impact": "serious", "message": "CSS Orientation lock cannot be determined" } ], "none": [], "impact": "serious", "html": "<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\" style=\"font-size: 1rem;\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n CSS Orientation lock cannot be determined" } ] } ], "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": "#2858af", "bgColor": "#f8d7da", "contrastRatio": 5.06, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"alert bs-site-alert alert-danger\" role=\"alert\"><center>\n<p>If you have questions or need assistance with EDD, please fill out out <a href=\"/edd-assistance-form\">EDD Assistance form</a> and we will do our best to help.</p>\n</center>\n</div>", "target": [ ".alert.bs-site-alert.alert-danger:nth-child(3)" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.06 (foreground color: #2858af, background color: #f8d7da, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/edd-assistance-form\">EDD Assistance form</a>", "target": [ "a[href$=\"edd-assistance-form\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.06 (foreground color: #2858af, background color: #f8d7da, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#2858af", "bgColor": "#f8d7da", "contrastRatio": 5.06, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"alert bs-site-alert alert-danger\" role=\"alert\"><center>\n<p>For the latest COVID-19 updates, please visit <strong><a href=\"http://covid19.ca.gov\" target=\"_blank\" rel=\"noopener\">covid19.ca.gov</a></strong></p>\n</center>\n</div>", "target": [ ".alert.bs-site-alert.alert-danger:nth-child(4)" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.06 (foreground color: #2858af, background color: #f8d7da, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"http://covid19.ca.gov\" target=\"_blank\" rel=\"noopener\">covid19.ca.gov</a>", "target": [ "a[href$=\"covid19.ca.gov\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.06 (foreground color: #2858af, background color: #f8d7da, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#f5f5f5", "bgColor": "#2858af", "contrastRatio": 6.2, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<nav class=\"navbar navbar-top\" id=\"navbar-top\">", "target": [ "#navbar-top" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.2 (foreground color: #f5f5f5, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\">Contact Me</a>", "target": [ ".settings-links > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.2 (foreground color: #f5f5f5, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" class=\"btn btn-xs btn-primary\" data-target=\"#siteSettings\" data-toggle=\"collapse\">Settings</button>", "target": [ ".btn-xs" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" class=\"btn btn-xs btn-primary\" data-target=\"#siteSettings\" data-toggle=\"collapse\">Settings</button>", "target": [ ".btn-xs" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact my Office</a>", "target": [ ".btn-primary.btn[target=\"_blank\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact my Office</a>", "target": [ ".btn-primary.btn[target=\"_blank\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6c757d", "bgColor": "#ffffff", "contrastRatio": 4.68, "fontSize": "10.8pt (14.4px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<time datetime=\"2023-06-15T20:59:53Z\" class=\"datetime\">Thursday, June 15, 2023</time>", "target": [ "time[datetime=\"2023-06-15T20:59:53Z\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6c757d", "bgColor": "#ffffff", "contrastRatio": 4.68, "fontSize": "10.8pt (14.4px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<time datetime=\"2023-06-15T19:37:36Z\" class=\"datetime\">Thursday, June 15, 2023</time>", "target": [ "time[datetime=\"2023-06-15T19:37:36Z\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6c757d", "bgColor": "#ffffff", "contrastRatio": 4.68, "fontSize": "10.8pt (14.4px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<time datetime=\"2023-06-14T21:52:01Z\" class=\"datetime\">Wednesday, June 14, 2023</time>", "target": [ "time[datetime=\"2023-06-14T21:52:01Z\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6c757d", "bgColor": "#ffffff", "contrastRatio": 4.68, "fontSize": "10.8pt (14.4px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<time datetime=\"2023-06-07T21:14:42Z\" class=\"datetime\">Wednesday, June 7, 2023</time>", "target": [ "time[datetime=\"2023-06-07T21:14:42Z\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6c757d", "bgColor": "#ffffff", "contrastRatio": 4.68, "fontSize": "10.8pt (14.4px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<time datetime=\"2023-06-06T17:50:05Z\" class=\"datetime\">Tuesday, June 6, 2023</time>", "target": [ "time[datetime=\"2023-06-06T17:50:05Z\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\">", "target": [ "#edit-submit" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\">", "target": [ "#edit-submit" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"site-footer\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<p>", "target": [ ".site-footer__bottom > p" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"site-footer\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">Privacy and Conditions of Use</a>", "target": [ "p > a[target=\"_blank\"]:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"site-footer\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">Accessibility</a>", "target": [ "p > a[target=\"_blank\"]:nth-child(2)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"site-footer\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://asmdc.org/general-disclaimer\">General Disclaimer</a>", "target": [ ".site-footer__bottom > p > a:nth-child(3)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), 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": "#ffffff", "bgColor": "#eeb111", "contrastRatio": 1.92, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a href=\"https://a53.asmdc.org/there-ought-be-law-1\" class=\"btn btn-outline-light\">\n Learn More</a>", "target": [ ".btn-outline-light" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 1.92 (foreground color: #ffffff, background color: #eeb111, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://a53.asmdc.org/there-ought-be-law-1\" class=\"btn btn-outline-light\">\n Learn More</a>", "target": [ ".btn-outline-light" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 1.92 (foreground color: #ffffff, background color: #eeb111, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" } ] }, { "id": "duplicate-id-aria", "impact": "critical", "tags": [ "cat.parsing", "wcag2a", "wcag411" ], "description": "Ensures every id attribute value used in ARIA and in labels is unique", "help": "IDs used in ARIA and labels must be unique", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/duplicate-id-aria?application=axeAPI", "nodes": [ { "any": [ { "id": "duplicate-id-aria", "data": "dropdownMenu1", "relatedNodes": [ { "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\"><br>\nContact</h3>", "target": [ ".col-sm-2.services-links:nth-child(2) > .dropdown > h3" ] }, { "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\"><br>\nNews Room</h3>", "target": [ ".col-sm-2.services-links:nth-child(3) > .dropdown > h3" ] }, { "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_info_50.png\"><br>\nAbout</h3>", "target": [ ".col-sm-2.services-links:nth-child(4) > .dropdown > h3" ] } ], "impact": "critical", "message": "Document has multiple elements referenced with ARIA with the same id attribute: dropdownMenu1" } ], "all": [], "none": [], "impact": "critical", "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"><br>\nResources</h3>", "target": [ ".col-sm-offset-2 > .dropdown > h3" ], "failureSummary": "Fix any of the following:\n Document has multiple elements referenced with ARIA with the same id attribute: dropdownMenu1" } ] }, { "id": "duplicate-id", "impact": "minor", "tags": [ "cat.parsing", "wcag2a", "wcag411" ], "description": "Ensures every id attribute value is unique", "help": "id attribute value must be unique", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/duplicate-id?application=axeAPI", "nodes": [ { "any": [ { "id": "duplicate-id", "data": "block-rodriguez-theme-main-menu", "relatedNodes": [ { "html": "<ul id=\"block-rodriguez-theme-main-menu\" class=\"clearfix nav navbar-nav\">", "target": [ ".nav" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: block-rodriguez-theme-main-menu" } ], "all": [], "none": [], "impact": "minor", "html": "<nav role=\"navigation\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" id=\"block-rodriguez-theme-main-menu\" class=\"block block-menu navigation menu--main\">", "target": [ ".block-menu" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: block-rodriguez-theme-main-menu" } ] }, { "id": "empty-heading", "impact": "minor", "tags": [ "cat.name-role-value", "best-practice" ], "description": "Ensures headings have discernible text", "help": "Headings should not be empty", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/empty-heading?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": "minor", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "minor", "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": "minor", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "minor", "html": "<h1 class=\"title\"></h1>", "target": [ ".title" ], "failureSummary": "Fix 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": "heading-order", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the order of headings is semantically correct", "help": "Heading levels should only increase by one", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/heading-order?application=axeAPI", "nodes": [ { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"><br>\nResources</h3>", "target": [ ".col-sm-offset-2 > .dropdown > h3" ], "failureSummary": "Fix any of the following:\n Heading order invalid" } ] }, { "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 class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\">", "target": [ ".col-4:nth-child(1) > a[rel=\"noopener\"][target=\"_blank\"] > .img.img-responsive" ], "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\"" }, { "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 class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\">", "target": [ ".col-4:nth-child(2) > a[rel=\"noopener\"][target=\"_blank\"] > .img.img-responsive" ], "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": "landmark-unique", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "help": "Ensures landmarks are unique", "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-unique?application=axeAPI", "nodes": [ { "any": [ { "id": "landmark-is-unique", "data": { "role": "navigation", "accessibleText": null }, "relatedNodes": [ { "html": "<nav class=\"navbar navbar-expand-lg\" id=\"navbar-main\">", "target": [ "#navbar-main" ] } ], "impact": "moderate", "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ], "all": [], "none": [], "impact": "moderate", "html": "<nav class=\"navbar navbar-top\" id=\"navbar-top\">", "target": [ "#navbar-top" ], "failureSummary": "Fix any of the following:\n The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" }, { "any": [ { "id": "landmark-is-unique", "data": { "role": "complementary", "accessibleText": null }, "relatedNodes": [ { "html": "<aside class=\"section\" role=\"complementary\">", "target": [ "#sidebar_first > aside" ] } ], "impact": "moderate", "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ], "all": [], "none": [], "impact": "moderate", "html": "<aside class=\"container section clearfix\" role=\"complementary\">", "target": [ ".highlighted > aside" ], "failureSummary": "Fix any of the following:\n The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ] }, { "id": "link-in-text-block", "impact": "serious", "tags": [ "cat.color", "wcag2a", "wcag141", "TTv5", "TT13.a" ], "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color", "help": "Links must be distinguishable without relying on color", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/link-in-text-block?application=axeAPI", "nodes": [ { "any": [ { "id": "link-in-text-block", "data": { "messageKey": "fgContrast", "contrastRatio": 1.62, "requiredContrastRatio": 3, "nodeColor": "#2858af", "parentColor": "#721c24" }, "relatedNodes": [ { "html": "<p>If you have questions or need assistance with EDD, please fill out out <a href=\"/edd-assistance-form\">EDD Assistance form</a> and we will do our best to help.</p>", "target": [ ".alert.bs-site-alert.alert-danger:nth-child(3) > center > p" ] } ], "impact": "serious", "message": "The link has insufficient color contrast of 1.62:1 with the surrounding text. (Minimum contrast is 3:1, link text: #2858af, surrounding text: #721c24)" }, { "id": "link-in-text-block-style", "data": null, "relatedNodes": [ { "html": "<p>If you have questions or need assistance with EDD, please fill out out <a href=\"/edd-assistance-form\">EDD Assistance form</a> and we will do our best to help.</p>", "target": [ ".alert.bs-site-alert.alert-danger:nth-child(3) > center > p" ] } ], "impact": "serious", "message": "The link has no styling (such as underline) to distinguish it from the surrounding text" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/edd-assistance-form\">EDD Assistance form</a>", "target": [ "a[href$=\"edd-assistance-form\"]" ], "failureSummary": "Fix any of the following:\n The link has insufficient color contrast of 1.62:1 with the surrounding text. (Minimum contrast is 3:1, link text: #2858af, surrounding text: #721c24)\n The link has no styling (such as underline) to distinguish it from the surrounding text" } ] }, { "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 href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"></a>", "target": [ ".col-4:nth-child(1) > a[rel=\"noopener\"][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 href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\"></a>", "target": [ ".col-4:nth-child(2) > a[rel=\"noopener\"][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": "<h1>How Can I Help You?</h1>", "target": [ ".text-formatted.field--name-body.field--type-text-with-summary > h1" ], "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": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"><br>\nResources</h3>", "target": [ ".col-sm-offset-2 > .dropdown > h3" ], "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": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\"><br>\nContact</h3>", "target": [ ".col-sm-2.services-links:nth-child(2) > .dropdown > h3" ], "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": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\"><br>\nNews Room</h3>", "target": [ ".col-sm-2.services-links:nth-child(3) > .dropdown > h3" ], "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": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_info_50.png\"><br>\nAbout</h3>", "target": [ ".col-sm-2.services-links:nth-child(4) > .dropdown > h3" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] }, "success": true }, "standardResult": { "totals": [ 15, 6, 10, 22 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".text-formatted.field--name-body.field--type-text-with-summary > h1" }, "excerpt": "<h1>How Can I Help You?</h1>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": ".col-sm-offset-2 > .dropdown > h3" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"><br> Resources</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": ".col-sm-2.services-links:nth-child(2) > .dropdown > h3" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\"><br> Contact</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": ".col-sm-2.services-links:nth-child(3) > .dropdown > h3" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\"><br> News Room</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": ".col-sm-2.services-links:nth-child(4) > .dropdown > h3" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_info_50.png\"><br> About</h3>" }, { "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": "siteSettings", "location": { "doc": "dom", "type": "selector", "spec": "#siteSettings" }, "excerpt": "<div class=\"site-settings section section-standout collapse collapsed\" id=\"siteSettings\" role=\"alert\">" }, { "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": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".navbar-toggler" }, "excerpt": "<button class=\"navbar-toggler navbar-toggler-right ml-auto border rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">Menu</button>" }, { "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": ".nav-item.menu-item--expanded.dropdown:nth-child(1) > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-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": ".nav-item.menu-item--expanded.dropdown:nth-child(2) > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-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": ".nav-item.menu-item--expanded.dropdown:nth-child(3) > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-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": ".nav-item.menu-item--expanded.dropdown:nth-child(4) > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-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": ".nav-item.menu-item--expanded.dropdown:nth-child(5) > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-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": ".last > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".eureka-member-photo" }, "excerpt": "<div class=\"eureka-member-photo\" style=\"background-image: url('https://a53.asmdc.org/sites/a53.asmdc.org/files/eureka_member_photo_52.png')\">" }, { "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": ".col-sm-offset-2 > .dropdown > .dropdown-menu[aria-labelledby=\"dropdownMenu1\"]" }, "excerpt": "<ul aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\"> <li><a href=\"/resources/district-resources\">District</a></li> <li><a href=\"/resources/state-resources\">State</a></li> <li><a href=\"/resources/federal-resources\">Federal</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": ".col-sm-2.services-links:nth-child(2) > .dropdown > .dropdown-menu[aria-labelledby=\"dropdownMenu1\"]" }, "excerpt": "<ul aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\"> <li><a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact Freddie</a></li> <li><a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find my District</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": ".col-sm-2.services-links:nth-child(3) > .dropdown > .dropdown-menu[aria-labelledby=\"dropdownMenu1\"]" }, "excerpt": "<ul aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\"> <li><a href=\"news\">Latest News</a></li> <li><a href=\"photo\">Photo Gallery</a></li> <li><a href=\"press-releases\">Press Releases</a></li> <li><a href=\"videos\">Video Gallery</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": ".col-sm-2.services-links:nth-child(4) > .dropdown > .dropdown-menu[aria-labelledby=\"dropdownMenu1\"]" }, "excerpt": "<ul aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\"> <li><a href=\"biography\">Biography</a></li> <li><a href=\"caucuses\">Caucuses</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": "DIV", "id": "colorbox", "location": { "doc": "dom", "type": "selector", "spec": "#colorbox" }, "excerpt": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"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": ".nav-item.menu-item--expanded.dropdown:nth-child(4) > .nav-link.dropdown-toggle[href=\"\"]" }, "excerpt": "<a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">District</a>" }, { "ruleID": "css-orientation-lock", "what": "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined", "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 ... /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\" style=\"font-size: 1rem;\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.06 (foreground color: #2858af, background color: #f8d7da, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href$=\"edd-assistance-form\"]" }, "excerpt": "<a href=\"/edd-assistance-form\">EDD Assistance form</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.06 (foreground color: #2858af, background color: #f8d7da, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href$=\"covid19.ca.gov\"]" }, "excerpt": "<a href=\"http://covid19.ca.gov\" target=\"_blank\" rel=\"noopener\">covid19.ca.gov</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.2 (foreground color: #f5f5f5, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".settings-links > a" }, "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\">Contact Me</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".btn-xs" }, "excerpt": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" class=\"btn btn-xs btn-primary\" data-target=\"#siteSettings\" data-toggle=\"collapse\">Settings</button>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".btn-primary.btn[target=\"_blank\"]" }, "excerpt": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact my Office</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "time[datetime=\"2023-06-15T20:59:53Z\"]" }, "excerpt": "<time datetime=\"2023-06-15T20:59:53Z\" class=\"datetime\">Thursday, June 15, 2023</time>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "time[datetime=\"2023-06-15T19:37:36Z\"]" }, "excerpt": "<time datetime=\"2023-06-15T19:37:36Z\" class=\"datetime\">Thursday, June 15, 2023</time>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "time[datetime=\"2023-06-14T21:52:01Z\"]" }, "excerpt": "<time datetime=\"2023-06-14T21:52:01Z\" class=\"datetime\">Wednesday, June 14, 2023</time>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "time[datetime=\"2023-06-07T21:14:42Z\"]" }, "excerpt": "<time datetime=\"2023-06-07T21:14:42Z\" class=\"datetime\">Wednesday, June 7, 2023</time>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "time[datetime=\"2023-06-06T17:50:05Z\"]" }, "excerpt": "<time datetime=\"2023-06-06T17:50:05Z\" class=\"datetime\">Tuesday, June 6, 2023</time>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "INPUT", "id": "edit-submit", "location": { "doc": "dom", "type": "selector", "spec": "#edit-submit" }, "excerpt": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, 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": ".site-footer__bottom > p" }, "excerpt": "<p>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p > a[target=\"_blank\"]:nth-child(1)" }, "excerpt": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">Privacy and Conditions of Use</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p > a[target=\"_blank\"]:nth-child(2)" }, "excerpt": "<a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">Accessibility</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".site-footer__bottom > p > a:nth-child(3)" }, "excerpt": "<a href=\"https://asmdc.org/general-disclaimer\">General Disclaimer</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.92 (foreground color: #ffffff, background color: #eeb111, 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": ".btn-outline-light" }, "excerpt": "<a href=\"https://a53.asmdc.org/there-ought-be-law-1\" class=\"btn btn-outline-light\"> Learn More</a>" }, { "ruleID": "duplicate-id-aria", "what": "IDs used in ARIA and labels must be unique; Document has multiple elements referenced with ARIA with the same id attribute: dropdownMenu1", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": ".col-sm-offset-2 > .dropdown > h3" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"><br> Resources</h3>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: block-rodriguez-theme-main-menu", "ordinalSeverity": 2, "tagName": "NAV", "id": "block-rodriguez-theme-main-menu", "location": { "doc": "dom", "type": "selector", "spec": ".block-menu" }, "excerpt": "<nav role=\"navigation\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" id=\"block-rodriguez-theme-main-menu\" class=\"block block-menu navigation menu--main\">" }, { "ruleID": "empty-heading", "what": "Headings should not be empty; 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": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".title" }, "excerpt": "<h1 class=\"title\"></h1>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": ".col-sm-offset-2 > .dropdown > h3" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"><br> Resources</h3>" }, { "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": ".col-4:nth-child(1) > a[rel=\"noopener\"][target=\"_blank\"] > .img.img-responsive" }, "excerpt": "<img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\">" }, { "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": ".col-4:nth-child(2) > a[rel=\"noopener\"][target=\"_blank\"] > .img.img-responsive" }, "excerpt": "<img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\">" }, { "ruleID": "landmark-unique", "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable", "ordinalSeverity": 2, "tagName": "NAV", "id": "navbar-top", "location": { "doc": "dom", "type": "selector", "spec": "#navbar-top" }, "excerpt": "<nav class=\"navbar navbar-top\" id=\"navbar-top\">" }, { "ruleID": "landmark-unique", "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable", "ordinalSeverity": 2, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".highlighted > aside" }, "excerpt": "<aside class=\"container section clearfix\" role=\"complementary\">" }, { "ruleID": "link-in-text-block", "what": "Links must be distinguishable without relying on color; The link has insufficient color contrast of 1.62:1 with the surrounding text. (Minimum contrast is 3:1, link text: #2858af, surrounding text: #721c24); The link has no styling (such as underline) to distinguish it from the surrounding text", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href$=\"edd-assistance-form\"]" }, "excerpt": "<a href=\"/edd-assistance-form\">EDD Assistance form</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": ".col-4:nth-child(1) > a[rel=\"noopener\"][target=\"_blank\"]" }, "excerpt": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"></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": ".col-4:nth-child(2) > a[rel=\"noopener\"][target=\"_blank\"]" }, "excerpt": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\"></a>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".text-formatted.field--name-body.field--type-text-with-summary > h1" }, "excerpt": "<h1>How Can I Help You?</h1>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": ".col-sm-offset-2 > .dropdown > h3" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\"><br> Resources</h3>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": ".col-sm-2.services-links:nth-child(2) > .dropdown > h3" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\"><br> Contact</h3>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": ".col-sm-2.services-links:nth-child(3) > .dropdown > h3" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\"><br> News Room</h3>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": ".col-sm-2.services-links:nth-child(4) > .dropdown > h3" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_info_50.png\"><br> About</h3>" } ] }, "endTime": 1687100809948 }, { "type": "launch", "which": "chromium", "startTime": 1687100809948, "endTime": 1687100810508 }, { "type": "url", "which": "https://a53.asmdc.org/", "what": "Member Freddie Rodriguez (D)", "startTime": 1687100810508, "result": { "url": "https://a53.asmdc.org/" }, "endTime": 1687100811054 }, { "type": "test", "which": "continuum", "startTime": 1687100811054, "url": "https://a53.asmdc.org/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 89, "bestPracticeId": 362, "attribute": "This img element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This img element does not have a mechanism that allows an accessible name value to be calculated", "element": "<img src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" class=\"img img-responsive\">", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[class=\"img img-responsive\"][src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"]", "attNo": 2 } }, { "engineTestId": 89, "bestPracticeId": 362, "attribute": "This img element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This img element does not have a mechanism that allows an accessible name value to be calculated", "element": "<img src=\"/sites/all/files/images/tw-logo-Blue_299.png\" class=\"img img-responsive\">", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[class=\"img img-responsive\"][src=\"/sites/all/files/images/tw-logo-Blue_299.png\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This NAV has an id attribute of 'block-rodriguez-theme-main-menu', which is not unique in the same DOM", "element": "<nav class=\"block block-menu navigation menu--main\" id=\"block-rodriguez-theme-main-menu\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" role=\"navigation\"><h2 id=\"block-rodriguez-theme-main-men ... tem\"><a data-drupal-link-system-path=\"node/1734\" href=\"/sb-1-projects\">SB 1 Projects</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"district-newsletter\" href=\"/district-newsletter\"", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[role=\"navigation\"][aria-labelledby=\"block-rodriguez-theme-main-menu-menu\"][id=\"block-rodriguez-theme-main-menu\"][class=\"block block-menu navigation menu--main\"]", "attNo": 4 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This UL has an id attribute of 'block-rodriguez-theme-main-menu', which is not unique in the same DOM", "element": "<ul class=\"clearfix nav navbar-nav\" id=\"block-rodriguez-theme-main-menu\"><li class=\"nav-item menu-item--expanded dropdown\"><a aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"n ... nu-item--expanded dropdown\"><a aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\" href=\"\">News Room</a><ul class=\"dropdown-menu\"><li class=\"dropdown-ite", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "ul[id=\"block-rodriguez-theme-main-menu\"][class=\"clearfix nav navbar-nav\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM", "element": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" alt ... -toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" alt=\"resources gear icon\"><br>Resources</h3>", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "h3[aria-expanded=\"true\"][aria-haspopup=\"true\"][class=\"dropdown-toggle\"][data-toggle=\"dropdown\"][id=\"dropdownMenu1\"][type=\"button\"]", "attNo": 6 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM", "element": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_contact_50.png\" alt=\"contact letter icon\"><br>Contact</h3>", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "h3[aria-expanded=\"true\"][aria-haspopup=\"true\"][class=\"dropdown-toggle\"][data-toggle=\"dropdown\"][id=\"dropdownMenu1\"][type=\"button\"]", "attNo": 6 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM", "element": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_news_50.png\" alt=\"news newspaper icon\"><br>News Room</h3>", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "h3[aria-expanded=\"true\"][aria-haspopup=\"true\"][class=\"dropdown-toggle\"][data-toggle=\"dropdown\"][id=\"dropdownMenu1\"][type=\"button\"]", "attNo": 6 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM", "element": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_info_50.png\" alt=\"info i with circle icon\"><br>About</h3>", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "h3[aria-expanded=\"true\"][aria-haspopup=\"true\"][class=\"dropdown-toggle\"][data-toggle=\"dropdown\"][id=\"dropdownMenu1\"][type=\"button\"]", "attNo": 6 } }, { "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 rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/AssemblymemberRodriguez\"><img src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" class=\"img img-responsive\"></a>", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[href=\"https://www.facebook.com/AssemblymemberRodriguez\"][target=\"_blank\"][rel=\"noopener\"]", "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 rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/AsmRodriguez53\"><img src=\"/sites/all/files/images/tw-logo-Blue_299.png\" class=\"img img-responsive\"></a>", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[href=\"https://twitter.com/AsmRodriguez53\"][target=\"_blank\"][rel=\"noopener\"]", "attNo": 3 } }, { "engineTestId": 281, "bestPracticeId": 1626, "attribute": "The aria-expanded attribute is not allowed on this element", "attributeDetail": "The aria-expanded attribute is not allowed on this H3", "element": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" alt ... -toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" alt=\"resources gear icon\"><br>Resources</h3>", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "h3[aria-expanded=\"true\"][aria-haspopup=\"true\"][class=\"dropdown-toggle\"][data-toggle=\"dropdown\"][id=\"dropdownMenu1\"][type=\"button\"]", "attNo": 6 } }, { "engineTestId": 281, "bestPracticeId": 1626, "attribute": "The aria-expanded attribute is not allowed on this element", "attributeDetail": "The aria-expanded attribute is not allowed on this H3", "element": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_contact_50.png\" alt=\"contact letter icon\"><br>Contact</h3>", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "h3[aria-expanded=\"true\"][aria-haspopup=\"true\"][class=\"dropdown-toggle\"][data-toggle=\"dropdown\"][id=\"dropdownMenu1\"][type=\"button\"]", "attNo": 6 } }, { "engineTestId": 281, "bestPracticeId": 1626, "attribute": "The aria-expanded attribute is not allowed on this element", "attributeDetail": "The aria-expanded attribute is not allowed on this H3", "element": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_news_50.png\" alt=\"news newspaper icon\"><br>News Room</h3>", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "h3[aria-expanded=\"true\"][aria-haspopup=\"true\"][class=\"dropdown-toggle\"][data-toggle=\"dropdown\"][id=\"dropdownMenu1\"][type=\"button\"]", "attNo": 6 } }, { "engineTestId": 281, "bestPracticeId": 1626, "attribute": "The aria-expanded attribute is not allowed on this element", "attributeDetail": "The aria-expanded attribute is not allowed on this H3", "element": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_info_50.png\" alt=\"info i with circle icon\"><br>About</h3>", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "h3[aria-expanded=\"true\"][aria-haspopup=\"true\"][class=\"dropdown-toggle\"][data-toggle=\"dropdown\"][id=\"dropdownMenu1\"][type=\"button\"]", "attNo": 6 } }, { "engineTestId": 531, "bestPracticeId": 2519, "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present", "element": "<nav id=\"navbar-top\" class=\"navbar navbar-top\"><div class=\"container\"><div class=\"top-header\"><div class=\"utility-header\"><div class=\"group flex-row\"><div class=\"social-media-links\"><a href=\"/\" class= ... ggle=\"collapse\" data-target=\"#siteSettings\" class=\"close\" aria-label=\"Close\" aria-expanded=\"false\" aria-controls=\"siteSettings\"><span aria-hidden=\"true\">×</span></button></div></div></div></div></nav>", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"navbar navbar-top\"][id=\"navbar-top\"]", "attNo": 2 } }, { "engineTestId": 531, "bestPracticeId": 2519, "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present", "element": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\"><button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"CollapsingNavbar\" data-target=\"#CollapsingNavbar\" data-toggle=\"collaps ... menu\"><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"events\" href=\"/events\">Upcoming Events</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"events/past\" href=\"/events/pa", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"navbar navbar-expand-lg\"][id=\"navbar-main\"]", "attNo": 2 } }, { "engineTestId": 533, "bestPracticeId": 2519, "attribute": "This nav does not have an accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present", "element": "<nav id=\"navbar-top\" class=\"navbar navbar-top\"><div class=\"container\"><div class=\"top-header\"><div class=\"utility-header\"><div class=\"group flex-row\"><div class=\"social-media-links\"><a href=\"/\" class= ... ggle=\"collapse\" data-target=\"#siteSettings\" class=\"close\" aria-label=\"Close\" aria-expanded=\"false\" aria-controls=\"siteSettings\"><span aria-hidden=\"true\">×</span></button></div></div></div></div></nav>", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"navbar navbar-top\"][id=\"navbar-top\"]", "attNo": 2 } }, { "engineTestId": 533, "bestPracticeId": 2519, "attribute": "This nav does not have an accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present", "element": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\"><button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"CollapsingNavbar\" data-target=\"#CollapsingNavbar\" data-toggle=\"collaps ... menu\"><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"events\" href=\"/events\">Upcoming Events</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"events/past\" href=\"/events/pa", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"navbar navbar-expand-lg\"][id=\"navbar-main\"]", "attNo": 2 } } ], "standardResult": { "totals": [ 0, 0, 0, 18 ], "instances": [ { "ruleID": "89", "what": "This img element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" class=\"img img-responsive\">" }, { "ruleID": "89", "what": "This img element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img src=\"/sites/all/files/images/tw-logo-Blue_299.png\" class=\"img img-responsive\">" }, { "ruleID": "94", "what": "This NAV has an id attribute of 'block-rodriguez-theme-main-menu', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "NAV", "id": "block-rodriguez-theme-main-menu", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<nav class=\"block block-menu navigation menu--main\" id=\"block-rodriguez-theme-main-menu\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" role=\"navigation\"><h2 id=\"block-rodriguez-theme-main-men ... tem\"><a data-drupal-link-system-path=\"node/1734\" href=\"/sb-1-projects\">SB 1 Projects</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"district-newsletter\" href=\"/district-newsletter\"" }, { "ruleID": "94", "what": "This UL has an id attribute of 'block-rodriguez-theme-main-menu', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "UL", "id": "block-rodriguez-theme-main-menu", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<ul class=\"clearfix nav navbar-nav\" id=\"block-rodriguez-theme-main-menu\"><li class=\"nav-item menu-item--expanded dropdown\"><a aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"n ... nu-item--expanded dropdown\"><a aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\" href=\"\">News Room</a><ul class=\"dropdown-menu\"><li class=\"dropdown-ite" }, { "ruleID": "94", "what": "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "H", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" alt ... -toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" alt=\"resources gear icon\"><br>Resources</h3>" }, { "ruleID": "94", "what": "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "H", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_contact_50.png\" alt=\"contact letter icon\"><br>Contact</h3>" }, { "ruleID": "94", "what": "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "H", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_news_50.png\" alt=\"news newspaper icon\"><br>News Room</h3>" }, { "ruleID": "94", "what": "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "H", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_info_50.png\" alt=\"info i with circle icon\"><br>About</h3>" }, { "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(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/AssemblymemberRodriguez\"><img src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" class=\"img img-responsive\"></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(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/AsmRodriguez53\"><img src=\"/sites/all/files/images/tw-logo-Blue_299.png\" class=\"img img-responsive\"></a>" }, { "ruleID": "281", "what": "The aria-expanded attribute is not allowed on this H3", "ordinalSeverity": 3, "tagName": "H", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" alt ... -toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" alt=\"resources gear icon\"><br>Resources</h3>" }, { "ruleID": "281", "what": "The aria-expanded attribute is not allowed on this H3", "ordinalSeverity": 3, "tagName": "H", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_contact_50.png\" alt=\"contact letter icon\"><br>Contact</h3>" }, { "ruleID": "281", "what": "The aria-expanded attribute is not allowed on this H3", "ordinalSeverity": 3, "tagName": "H", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_news_50.png\" alt=\"news newspaper icon\"><br>News Room</h3>" }, { "ruleID": "281", "what": "The aria-expanded attribute is not allowed on this H3", "ordinalSeverity": 3, "tagName": "H", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\"><img src=\"/sites/all/files/images/icon_info_50.png\" alt=\"info i with circle icon\"><br>About</h3>" }, { "ruleID": "531", "what": "This nav does not have a unique accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "navbar-top", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<nav id=\"navbar-top\" class=\"navbar navbar-top\"><div class=\"container\"><div class=\"top-header\"><div class=\"utility-header\"><div class=\"group flex-row\"><div class=\"social-media-links\"><a href=\"/\" class= ... ggle=\"collapse\" data-target=\"#siteSettings\" class=\"close\" aria-label=\"Close\" aria-expanded=\"false\" aria-controls=\"siteSettings\"><span aria-hidden=\"true\">×</span></button></div></div></div></div></nav>" }, { "ruleID": "531", "what": "This nav does not have a unique accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "navbar-main", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\"><button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"CollapsingNavbar\" data-target=\"#CollapsingNavbar\" data-toggle=\"collaps ... menu\"><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"events\" href=\"/events\">Upcoming Events</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"events/past\" href=\"/events/pa" }, { "ruleID": "533", "what": "This nav does not have an accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "navbar-top", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<nav id=\"navbar-top\" class=\"navbar navbar-top\"><div class=\"container\"><div class=\"top-header\"><div class=\"utility-header\"><div class=\"group flex-row\"><div class=\"social-media-links\"><a href=\"/\" class= ... ggle=\"collapse\" data-target=\"#siteSettings\" class=\"close\" aria-label=\"Close\" aria-expanded=\"false\" aria-controls=\"siteSettings\"><span aria-hidden=\"true\">×</span></button></div></div></div></div></nav>" }, { "ruleID": "533", "what": "This nav does not have an accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "navbar-main", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\"><button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"CollapsingNavbar\" data-target=\"#CollapsingNavbar\" data-toggle=\"collaps ... menu\"><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"events\" href=\"/events\">Upcoming Events</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"events/past\" href=\"/events/pa" } ] }, "endTime": 1687100811277 }, { "type": "launch", "which": "chromium", "startTime": 1687100811277, "endTime": 1687100811806 }, { "type": "url", "which": "https://a53.asmdc.org/", "what": "Member Freddie Rodriguez (D)", "startTime": 1687100811806, "result": { "url": "https://a53.asmdc.org/" }, "endTime": 1687100812355 }, { "type": "test", "which": "htmlcs", "startTime": 1687100812356, "url": "https://a53.asmdc.org/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_1_1.H30.2": { "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\">...</a>" } ] }, "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": "", "code": "<h1 class=\"title\">...</h1>" } ] }, "AAA.1_3_1.H49.Center": { "Presentational markup used that has become obsolete in HTML5.": [ { "tagName": "center", "id": "", "code": "<center>...</center>" } ] }, "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-rodriguez-theme-main-menu-menu", "code": "<h2 class=\"visually-hidden\" id=\"block-rodriguez-theme-main-menu-menu\">...</h2>" } ], "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [ { "tagName": "h2", "id": "#block-rodriguez-theme-main-menu-menu", "code": "<h2 class=\"visually-hidden\" id=\"block-rodriguez-theme-main-menu-menu\">...</h2>" } ], "The heading structure is not logically nested. This h3 element should be an h2 to be properly nested.": [ { "tagName": "h3", "id": "#dropdownMenu1", "code": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">...</h3>" } ] }, "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.92:1. Recommendation: change background to #735400.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://a53.asmdc.org/there-ought-be-law-1\" class=\"btn btn-outline-light\">...</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.06:1. Recommendation: change text colour to #114198.": [ { "tagName": "a", "id": "", "code": "<a href=\"/edd-assistance-form\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://covid19.ca.gov\" target=\"_blank\" rel=\"noopener\">...</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 6.2:1. Recommendation: change background to #1f4fa6.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\">...</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 6.76:1. Recommendation: change background to #2555ac.": [ { "tagName": "a", "id": "", "code": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://asmdc.org/general-disclaimer\">...</a>" }, { "tagName": "button", "id": "", "code": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" class=\"btn btn-xs btn-primary\" data-target=\"#siteSettings\" data-toggle=\"collapse\">...</button>" }, { "tagName": "p", "id": "", "code": "<p>...</p>" } ], "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.69:1. Recommendation: change text colour to #515a62.": [ { "tagName": "time", "id": "", "code": "<time datetime=\"2023-06-06T17:50:05Z\" class=\"datetime\">...</time>" }, { "tagName": "time", "id": "", "code": "<time datetime=\"2023-06-07T21:14:42Z\" class=\"datetime\">...</time>" }, { "tagName": "time", "id": "", "code": "<time datetime=\"2023-06-14T21:52:01Z\" class=\"datetime\">...</time>" }, { "tagName": "time", "id": "", "code": "<time datetime=\"2023-06-15T19:37:36Z\" class=\"datetime\">...</time>" }, { "tagName": "time", "id": "", "code": "<time datetime=\"2023-06-15T20:59:53Z\" class=\"datetime\">...</time>" } ] }, "AAA.1_4_6.G18.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of NaN:1.": [ { "tagName": "h1", "id": "", "code": "<h1>...</h1>" }, { "tagName": "h3", "id": "#dropdownMenu1", "code": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">...</h3>" } ] }, "AAA.4_1_1.F77": { "Duplicate id attribute value \"dropdownMenu1\" found on the web page.": [ { "tagName": "h3", "id": "#dropdownMenu1", "code": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">...</h3>" } ], "Duplicate id attribute value \"block-rodriguez-theme-main-menu\" found on the web page.": [ { "tagName": "ul", "id": "#block-rodriguez-theme-main-menu", "code": "<ul id=\"block-rodriguez-theme-main-menu\" class=\"clearfix nav navbar-nav\">...</ul>" } ] }, "AAA.4_1_2.H91.Button.Name": { "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.": [ { "tagName": "button", "id": "#cboxNext", "code": "<button type=\"button\" id=\"cboxNext\">...</button>" }, { "tagName": "button", "id": "#cboxPrevious", "code": "<button type=\"button\" id=\"cboxPrevious\">...</button>" }, { "tagName": "button", "id": "#cboxSlideshow", "code": "<button type=\"button\" id=\"cboxSlideshow\">...</button>" } ] } }, "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": "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 class=\"social-media-links\">...</div>" }, { "tagName": "p", "id": "", "code": "<p>...</p>" } ] }, "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [ { "tagName": "div", "id": "#cboxOverlay", "code": "<div id=\"cboxOverlay\" style=\"display: none;\">...</div>" } ] }, "AAA.1_4_6.G17.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 7:1.": [ { "tagName": "a", "id": "", "code": "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\">...</a>" }, { "tagName": "label", "id": "", "code": "<label for=\"edit-keys\" class=\"visually-hidden\">...</label>" }, { "tagName": "span", "id": "", "code": "<span class=\"sr-only\">...</span>" } ] }, "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-rodriguez-theme-main-menu-menu", "code": "<h2 class=\"visually-hidden\" id=\"block-rodriguez-theme-main-menu-menu\">...</h2>" } ] }, "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=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"btn btn-warning btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"ca-gov-icon-facebook\" href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"ca-gov-icon-twitter\" href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://covid19.ca.gov\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\">...</a>" } ] }, "AAA.4_1_2.H91.A.Empty": { "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.": [ { "tagName": "a", "id": "#main-content", "code": "<a id=\"main-content\" tabindex=\"-1\">...</a>" } ] }, "AAA.4_1_2.H91.A.Placeholder": { "Anchor element found with link content, but no href, ID or name attribute has been supplied.": [ { "tagName": "a", "id": "", "code": "<a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 21, 0, 0, 29 ], "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": "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 class=\"social-media-links\">...</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_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "DIV", "id": "cboxOverlay", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"cboxOverlay\" style=\"display: none;\">...</div>" }, { "ruleID": "AAA.1_4_6.G17.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 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.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 7:1.", "ordinalSeverity": 0, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<label for=\"edit-keys\" class=\"visually-hidden\">...</label>" }, { "ruleID": "AAA.1_4_6.G17.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 7:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"sr-only\">...</span>" }, { "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-rodriguez-theme-main-menu-menu", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"visually-hidden\" id=\"block-rodriguez-theme-main-menu-menu\">...</h2>" }, { "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=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" 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 class=\"btn btn-warning btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" 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 class=\"ca-gov-icon-facebook\" href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\">...</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 class=\"ca-gov-icon-twitter\" href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\">...</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=\"http://assembly.ca.gov/accessibility\" 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=\"http://covid19.ca.gov\" target=\"_blank\" rel=\"noopener\">...</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=\"http://findyourrep.legislature.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=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" 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=AD53\" 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/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\">...</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/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.Empty", "what": "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.", "ordinalSeverity": 0, "tagName": "A", "id": "main-content", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a id=\"main-content\" tabindex=\"-1\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.Placeholder", "what": "Anchor element found with link content, but no href, ID or name attribute has been supplied.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">...</a>" }, { "ruleID": "AAA.1_1_1.H30.2", "what": "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.1_1_1.H30.2", "what": "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "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": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h1 class=\"title\">...</h1>" }, { "ruleID": "AAA.1_3_1.H49.Center", "what": "Presentational markup used that has become obsolete in HTML5.", "ordinalSeverity": 3, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<center>...</center>" }, { "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-rodriguez-theme-main-menu-menu", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"visually-hidden\" id=\"block-rodriguez-theme-main-menu-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-rodriguez-theme-main-menu-menu", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"visually-hidden\" id=\"block-rodriguez-theme-main-menu-menu\">...</h2>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h3 element should be an h2 to be properly nested.", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">...</h3>" }, { "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.92:1. Recommendation: change background to #735400.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://a53.asmdc.org/there-ought-be-law-1\" class=\"btn btn-outline-light\">...</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.06:1. Recommendation: change text colour to #114198.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/edd-assistance-form\">...</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.06:1. Recommendation: change text colour to #114198.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://covid19.ca.gov\" target=\"_blank\" rel=\"noopener\">...</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 6.2:1. Recommendation: change background to #1f4fa6.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\">...</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 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">...</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 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">...</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 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">...</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 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://asmdc.org/general-disclaimer\">...</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 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" class=\"btn btn-xs btn-primary\" data-target=\"#siteSettings\" data-toggle=\"collapse\">...</button>" }, { "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 6.76:1. Recommendation: change background to #2555ac.", "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 4.69:1. Recommendation: change text colour to #515a62.", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<time datetime=\"2023-06-06T17:50:05Z\" class=\"datetime\">...</time>" }, { "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.69:1. Recommendation: change text colour to #515a62.", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<time datetime=\"2023-06-07T21:14:42Z\" class=\"datetime\">...</time>" }, { "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.69:1. Recommendation: change text colour to #515a62.", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<time datetime=\"2023-06-14T21:52:01Z\" class=\"datetime\">...</time>" }, { "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.69:1. Recommendation: change text colour to #515a62.", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<time datetime=\"2023-06-15T19:37:36Z\" class=\"datetime\">...</time>" }, { "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.69:1. Recommendation: change text colour to #515a62.", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<time datetime=\"2023-06-15T20:59:53Z\" class=\"datetime\">...</time>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of NaN:1.", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h1>...</h1>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of NaN:1.", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">...</h3>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"dropdownMenu1\" found on the web page.", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">...</h3>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"block-rodriguez-theme-main-menu\" found on the web page.", "ordinalSeverity": 3, "tagName": "UL", "id": "block-rodriguez-theme-main-menu", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<ul id=\"block-rodriguez-theme-main-menu\" class=\"clearfix nav navbar-nav\">...</ul>" }, { "ruleID": "AAA.4_1_2.H91.Button.Name", "what": "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxNext", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<button type=\"button\" id=\"cboxNext\">...</button>" }, { "ruleID": "AAA.4_1_2.H91.Button.Name", "what": "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxPrevious", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<button type=\"button\" id=\"cboxPrevious\">...</button>" }, { "ruleID": "AAA.4_1_2.H91.Button.Name", "what": "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxSlideshow", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<button type=\"button\" id=\"cboxSlideshow\">...</button>" } ] }, "endTime": 1687100812544 }, { "type": "launch", "which": "chromium", "startTime": 1687100812544, "endTime": 1687100813091 }, { "type": "url", "which": "https://a53.asmdc.org/", "what": "Member Freddie Rodriguez (D)", "startTime": 1687100813091, "result": { "url": "https://a53.asmdc.org/" }, "endTime": 1687100813681 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687100813681, "url": "https://a53.asmdc.org/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 46, "recommendation": 15, "ignored": 0 }, "items": [ { "ruleId": "label_name_visible", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/button[1]", "aria": "/document[1]/banner[1]/navigation[2]/button[1]" }, "message": "Accessible name does not match or contain the visible label text", "bounds": { "left": 8, "top": 253, "height": 22, "width": 50 }, "snippet": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"CollapsingNavbar\" data-target=\"#CollapsingNavbar\" data-toggle=\"collapse\" type=\"button\" class=\"navbar-toggler navbar-toggler-right ml-auto border rounded\">", "level": "violation" }, { "ruleId": "img_alt_valid", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]/img[1]", "aria": "/document[1]/complementary[2]/link[2]/img[1]" }, "message": "The image has neither an alt atttribute nor an ARIA label or title", "bounds": { "left": 8, "top": 2991, "height": 0, "width": 0 }, "snippet": "<img src=\"/sites/all/files/images/tw-logo-Blue_299.png\" class=\"img img-responsive\">", "level": "violation" }, { "ruleId": "img_alt_valid", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/img[1]", "aria": "/document[1]/complementary[2]/link[1]/img[1]" }, "message": "The image has neither an alt atttribute nor an ARIA label or title", "bounds": { "left": 8, "top": 2973, "height": 0, "width": 0 }, "snippet": "<img src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" class=\"img img-responsive\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]", "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]" }, "message": "The <ul> element has the id \"block-rodriguez-theme-main-menu\" that is already in use", "bounds": { "left": 8, "top": 342, "height": 537, "width": 784 }, "snippet": "<ul class=\"clearfix nav navbar-nav\" id=\"block-rodriguez-theme-main-menu\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]", "aria": "/document[1]/heading[5]" }, "message": "The <h3> element has the id \"dropdownMenu1\" that is already in use", "bounds": { "left": 8, "top": 1441, "height": 43, "width": 784 }, "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]", "aria": "/document[1]/heading[4]" }, "message": "The <h3> element has the id \"dropdownMenu1\" that is already in use", "bounds": { "left": 8, "top": 1287, "height": 43, "width": 784 }, "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]", "aria": "/document[1]/heading[3]" }, "message": "The <h3> element has the id \"dropdownMenu1\" that is already in use", "bounds": { "left": 8, "top": 1170, "height": 43, "width": 784 }, "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">", "level": "violation" }, { "ruleId": "aria_navigation_label_unique", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[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": 130, "height": 105, "width": 784 }, "snippet": "<nav id=\"navbar-top\" class=\"navbar navbar-top\">", "level": "violation" }, { "ruleId": "aria_navigation_label_unique", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]", "aria": "/document[1]/banner[1]/navigation[2]" }, "message": "Multiple elements with \"navigation\" role do not have unique labels", "bounds": { "left": 8, "top": 253, "height": 626, "width": 784 }, "snippet": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[1]" }, "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 8, "top": 130, "height": 105, "width": 784 }, "snippet": "<nav id=\"navbar-top\" class=\"navbar navbar-top\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]", "aria": "/document[1]/banner[1]/navigation[2]" }, "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 8, "top": 253, "height": 626, "width": 784 }, "snippet": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]", "aria": "/document[1]/complementary[2]" }, "message": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 8, "top": 2762, "height": 501, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"section\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/aside[1]", "aria": "/document[1]/complementary[1]" }, "message": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 8, "top": 948, "height": 19, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"container section clearfix\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]", "aria": "/document[1]/heading[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 986, "height": 28, "width": 784 }, "snippet": "<h1>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[2]/a[1]", "aria": "/document[1]/list[4]/listitem[2]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 48, "top": 1522, "height": 18, "width": 61 }, "snippet": "<a href=\"caucuses\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[1]/a[1]", "aria": "/document[1]/list[4]/listitem[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 48, "top": 1503, "height": 18, "width": 68 }, "snippet": "<a href=\"biography\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]", "aria": "/document[1]/heading[5]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 1441, "height": 43, "width": 784 }, "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[4]/a[1]", "aria": "/document[1]/list[3]/listitem[4]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 48, "top": 1404, "height": 18, "width": 91 }, "snippet": "<a href=\"videos\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[3]/a[1]", "aria": "/document[1]/list[3]/listitem[3]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 48, "top": 1386, "height": 18, "width": 94 }, "snippet": "<a href=\"press-releases\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[2]/a[1]", "aria": "/document[1]/list[3]/listitem[2]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 48, "top": 1367, "height": 18, "width": 90 }, "snippet": "<a href=\"photo\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[1]/a[1]", "aria": "/document[1]/list[3]/listitem[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 48, "top": 1349, "height": 18, "width": 80 }, "snippet": "<a href=\"news\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]", "aria": "/document[1]/heading[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 1287, "height": 43, "width": 784 }, "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/a[1]", "aria": "/document[1]/list[2]/listitem[2]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 48, "top": 1250, "height": 18, "width": 106 }, "snippet": "<a target=\"_blank\" href=\"http://findyourrep.legislature.ca.gov/\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]", "aria": "/document[1]/list[2]/listitem[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 48, "top": 1231, "height": 18, "width": 103 }, "snippet": "<a target=\"_blank\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]", "aria": "/document[1]/heading[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 1170, "height": 43, "width": 784 }, "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]", "aria": "/document[1]/list[1]/listitem[3]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 48, "top": 1132, "height": 18, "width": 48 }, "snippet": "<a href=\"/resources/federal-resources\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]", "aria": "/document[1]/list[1]/listitem[2]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 48, "top": 1114, "height": 18, "width": 32 }, "snippet": "<a href=\"/resources/state-resources\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]", "aria": "/document[1]/list[1]/listitem[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 48, "top": 1095, "height": 18, "width": 48 }, "snippet": "<a href=\"/resources/district-resources\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]", "aria": "/document[1]/heading[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 1034, "height": 43, "width": 784 }, "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/a[1]", "aria": "/document[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 8, "height": 18, "width": 133 }, "snippet": "<a class=\"visually-hidden-focusable skip-link\" href=\"#main-content\">", "level": "violation" }, { "ruleId": "aria_complementary_labelled", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]", "aria": "/document[1]/complementary[2]" }, "message": "The element with \"complementary\" role does not have a label", "bounds": { "left": 8, "top": 2762, "height": 501, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"section\">", "level": "violation" }, { "ruleId": "aria_complementary_labelled", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/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": 948, "height": 19, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"container section clearfix\">", "level": "violation" }, { "ruleId": "aria_complementary_label_unique", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]", "aria": "/document[1]/complementary[2]" }, "message": "Multiple elements with \"complementary\" role do not have unique labels", "bounds": { "left": 8, "top": 2762, "height": 501, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"section\">", "level": "violation" }, { "ruleId": "aria_complementary_label_unique", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/aside[1]", "aria": "/document[1]/complementary[1]" }, "message": "Multiple elements with \"complementary\" role do not have unique labels", "bounds": { "left": 8, "top": 948, "height": 19, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"container section clearfix\">", "level": "violation" }, { "ruleId": "aria_attribute_valid", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]", "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[6]/generic[1]" }, "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <a> with implicit ARIA role \"generic\"", "bounds": { "left": 48, "top": 805, "height": 18, "width": 66 }, "snippet": "<a aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\" href=\"\">", "level": "violation" }, { "ruleId": "aria_attribute_valid", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]", "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[5]/generic[1]" }, "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <a> with implicit ARIA role \"generic\"", "bounds": { "left": 48, "top": 712, "height": 18, "width": 80 }, "snippet": "<a aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\" href=\"\">", "level": "violation" }, { "ruleId": "aria_attribute_valid", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]", "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[4]/generic[1]" }, "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <a> with implicit ARIA role \"generic\"", "bounds": { "left": 48, "top": 601, "height": 18, "width": 48 }, "snippet": "<a aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\" href=\"\">", "level": "violation" }, { "ruleId": "aria_attribute_valid", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]", "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[3]/generic[1]" }, "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <a> with implicit ARIA role \"generic\"", "bounds": { "left": 48, "top": 472, "height": 18, "width": 72 }, "snippet": "<a aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\" href=\"\">", "level": "violation" }, { "ruleId": "aria_attribute_valid", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]", "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[2]/generic[1]" }, "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <a> with implicit ARIA role \"generic\"", "bounds": { "left": 48, "top": 398, "height": 18, "width": 78 }, "snippet": "<a aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\" href=\"\">", "level": "violation" }, { "ruleId": "aria_attribute_valid", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]", "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[1]/generic[1]" }, "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <a> with implicit ARIA role \"generic\"", "bounds": { "left": 48, "top": 342, "height": 18, "width": 40 }, "snippet": "<a aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\" href=\"\">", "level": "violation" }, { "ruleId": "aria_attribute_valid", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]", "aria": "/document[1]/heading[5]" }, "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"", "bounds": { "left": 8, "top": 1441, "height": 43, "width": 784 }, "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">", "level": "violation" }, { "ruleId": "aria_attribute_valid", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]", "aria": "/document[1]/heading[4]" }, "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"", "bounds": { "left": 8, "top": 1287, "height": 43, "width": 784 }, "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">", "level": "violation" }, { "ruleId": "aria_attribute_valid", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]", "aria": "/document[1]/heading[3]" }, "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"", "bounds": { "left": 8, "top": 1170, "height": 43, "width": 784 }, "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">", "level": "violation" }, { "ruleId": "aria_attribute_valid", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]", "aria": "/document[1]/heading[2]" }, "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"", "bounds": { "left": 8, "top": 1034, "height": 43, "width": 784 }, "snippet": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "aria": "/document[1]/complementary[2]/link[2]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 8, "top": 2977, "height": 18, "width": 0 }, "snippet": "<a rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/AsmRodriguez53\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/complementary[2]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 8, "top": 2958, "height": 18, "width": 0 }, "snippet": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/AssemblymemberRodriguez\">", "level": "violation" }, { "ruleId": "heading_content_exists", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[2]/div[1]/h1[1]", "aria": "/document[1]/main[1]/heading[2]" }, "message": "Heading element has no descriptive content", "bounds": { "left": 8, "top": 1752, "height": 0, "width": 784 }, "snippet": "<h1 class=\"title\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[6]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/center[1]", "aria": "/document[1]/complementary[1]" }, "message": "The <center> element is deprecated in HTML 5", "bounds": { "left": 8, "top": 948, "height": 19, "width": 784 }, "snippet": "<center>", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[2]/center[1]", "aria": "/document[1]/alert[2]" }, "message": "The <center> element is deprecated in HTML 5", "bounds": { "left": 8, "top": 96, "height": 19, "width": 784 }, "snippet": "<center>", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[1]/center[1]", "aria": "/document[1]/alert[1]" }, "message": "The <center> element is deprecated in HTML 5", "bounds": { "left": 8, "top": 43, "height": 37, "width": 784 }, "snippet": "<center>", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]" }, "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "bounds": { "left": 8, "top": 295, "height": 584, "width": 784 }, "snippet": "<nav class=\"block block-menu navigation menu--main\" id=\"block-rodriguez-theme-main-menu\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" role=\"navigation\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/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": 130, "height": 802, "width": 784 }, "snippet": "<header aria-label=\"Site header\" role=\"banner\" class=\"header\" id=\"header\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[5]/article[1]", "aria": "/document[1]/main[1]/article[5]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 2563, "height": 184, "width": 784 }, "snippet": "<article class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\" about=\"/press-releases/20230606-legislation-clarifying-media-access-closed-disaster-areas-clears-senate\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[4]/article[1]", "aria": "/document[1]/main[1]/article[4]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 2359, "height": 184, "width": 784 }, "snippet": "<article class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\" about=\"/press-releases/20230607-ontario-montclair-schools-foundation-promise-scholars-named-2023-nonprofit\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]", "aria": "/document[1]/main[1]/article[3]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 2193, "height": 147, "width": 784 }, "snippet": "<article class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\" about=\"/press-releases/20230614-legislation-expanding-accessibility-stop-bleed-trauma-kits-clears-senate\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]", "aria": "/document[1]/main[1]/article[2]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 2027, "height": 147, "width": 784 }, "snippet": "<article class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\" about=\"/press-releases/20230615-assemblymember-rodriguez-comments-legislative-approval-2023-24-state-budget\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]", "aria": "/document[1]/main[1]/article[1]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 1752, "height": 255, "width": 784 }, "snippet": "<article class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\" about=\"/photo/20230615-assemblymember-rodriguez-strongly-opposes-chino-valley-unified-school-boards\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]", "aria": "/document[1]/main[1]" }, "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>", "bounds": { "left": 8, "top": 1560, "height": 1187, "width": 784 }, "snippet": "<main role=\"main\" id=\"content\" class=\"main-content col order-first\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]", "aria": "/document[1]/complementary[2]" }, "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>", "bounds": { "left": 8, "top": 2762, "height": 501, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"section\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/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": 948, "height": 19, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"container section clearfix\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 15, 0, 46 ], "instances": [ { "ruleID": "label_name_visible", "what": "Accessible name does not match or contain the visible label text", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/button[1]" }, "excerpt": "<button aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"CollapsingNavbar\" data-target=\"#CollapsingNavbar\" data-toggle=\"collapse\" type=\"button\" class=\"navbar-toggler navbar-toggler-right ml-auto border rounded\">" }, { "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]/img[1]" }, "excerpt": "<img src=\"/sites/all/files/images/tw-logo-Blue_299.png\" class=\"img img-responsive\">" }, { "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/img[1]" }, "excerpt": "<img src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" class=\"img img-responsive\">" }, { "ruleID": "element_id_unique", "what": "The <ul> element has the id \"block-rodriguez-theme-main-menu\" that is already in use", "ordinalSeverity": 3, "tagName": "UL", "id": "block-rodriguez-theme-main-menu", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]" }, "excerpt": "<ul class=\"clearfix nav navbar-nav\" id=\"block-rodriguez-theme-main-menu\">" }, { "ruleID": "element_id_unique", "what": "The <h3> element has the id \"dropdownMenu1\" that is already in use", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">" }, { "ruleID": "element_id_unique", "what": "The <h3> element has the id \"dropdownMenu1\" that is already in use", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">" }, { "ruleID": "element_id_unique", "what": "The <h3> element has the id \"dropdownMenu1\" that is already in use", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">" }, { "ruleID": "aria_navigation_label_unique", "what": "Multiple elements with \"navigation\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "NAV", "id": "navbar-top", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/nav[1]" }, "excerpt": "<nav id=\"navbar-top\" class=\"navbar navbar-top\">" }, { "ruleID": "aria_navigation_label_unique", "what": "Multiple elements with \"navigation\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "NAV", "id": "navbar-main", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]" }, "excerpt": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "NAV", "id": "navbar-top", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/nav[1]" }, "excerpt": "<nav id=\"navbar-top\" class=\"navbar navbar-top\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "NAV", "id": "navbar-main", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]" }, "excerpt": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"section\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"container section clearfix\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1>" }, { "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"caucuses\">" }, { "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"biography\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">" }, { "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a href=\"videos\">" }, { "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"press-releases\">" }, { "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"photo\">" }, { "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"news\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">" }, { "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"http://findyourrep.legislature.ca.gov/\">" }, { "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">" }, { "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"/resources/federal-resources\">" }, { "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"/resources/state-resources\">" }, { "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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"/resources/district-resources\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">" }, { "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]/a[1]" }, "excerpt": "<a class=\"visually-hidden-focusable skip-link\" href=\"#main-content\">" }, { "ruleID": "aria_complementary_labelled", "what": "The element with \"complementary\" role does not have a label", "ordinalSeverity": 3, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"section\">" }, { "ruleID": "aria_complementary_labelled", "what": "The element with \"complementary\" role does not have a label", "ordinalSeverity": 3, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"container section clearfix\">" }, { "ruleID": "aria_complementary_label_unique", "what": "Multiple elements with \"complementary\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"section\">" }, { "ruleID": "aria_complementary_label_unique", "what": "Multiple elements with \"complementary\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"container section clearfix\">" }, { "ruleID": "aria_attribute_valid", "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <a> with implicit ARIA role \"generic\"", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]" }, "excerpt": "<a aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\" href=\"\">" }, { "ruleID": "aria_attribute_valid", "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <a> with implicit ARIA role \"generic\"", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\" href=\"\">" }, { "ruleID": "aria_attribute_valid", "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <a> with implicit ARIA role \"generic\"", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\" href=\"\">" }, { "ruleID": "aria_attribute_valid", "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <a> with implicit ARIA role \"generic\"", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\" href=\"\">" }, { "ruleID": "aria_attribute_valid", "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <a> with implicit ARIA role \"generic\"", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\" href=\"\">" }, { "ruleID": "aria_attribute_valid", "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <a> with implicit ARIA role \"generic\"", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\" href=\"\">" }, { "ruleID": "aria_attribute_valid", "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h3[1]" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">" }, { "ruleID": "aria_attribute_valid", "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h3[1]" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">" }, { "ruleID": "aria_attribute_valid", "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h3[1]" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">" }, { "ruleID": "aria_attribute_valid", "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]" }, "excerpt": "<h3 type=\"button\" id=\"dropdownMenu1\" data-toggle=\"dropdown\" class=\"dropdown-toggle\" aria-haspopup=\"true\" aria-expanded=\"true\">" }, { "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/AsmRodriguez53\">" }, { "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/AssemblymemberRodriguez\">" }, { "ruleID": "heading_content_exists", "what": "Heading element has no descriptive content", "ordinalSeverity": 1, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[2]/div[1]/h1[1]" }, "excerpt": "<h1 class=\"title\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "ordinalSeverity": 1, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/meta[6]" }, "excerpt": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">" }, { "ruleID": "element_attribute_deprecated", "what": "The <center> element is deprecated in HTML 5", "ordinalSeverity": 1, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/center[1]" }, "excerpt": "<center>" }, { "ruleID": "element_attribute_deprecated", "what": "The <center> element is deprecated in HTML 5", "ordinalSeverity": 1, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/center[1]" }, "excerpt": "<center>" }, { "ruleID": "element_attribute_deprecated", "what": "The <center> element is deprecated in HTML 5", "ordinalSeverity": 1, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/center[1]" }, "excerpt": "<center>" }, { "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-rodriguez-theme-main-menu", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]" }, "excerpt": "<nav class=\"block block-menu navigation menu--main\" id=\"block-rodriguez-theme-main-menu\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" role=\"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": "header", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/header[1]" }, "excerpt": "<header aria-label=\"Site header\" role=\"banner\" class=\"header\" id=\"header\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[5]/article[1]" }, "excerpt": "<article class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\" about=\"/press-releases/20230606-legislation-clarifying-media-access-closed-disaster-areas-clears-senate\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[4]/article[1]" }, "excerpt": "<article class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\" about=\"/press-releases/20230607-ontario-montclair-schools-foundation-promise-scholars-named-2023-nonprofit\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]" }, "excerpt": "<article class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\" about=\"/press-releases/20230614-legislation-expanding-accessibility-stop-bleed-trauma-kits-clears-senate\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]" }, "excerpt": "<article class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\" about=\"/press-releases/20230615-assemblymember-rodriguez-comments-legislative-approval-2023-24-state-budget\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]" }, "excerpt": "<article class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\" about=\"/photo/20230615-assemblymember-rodriguez-strongly-opposes-chino-valley-unified-school-boards\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>", "ordinalSeverity": 1, "tagName": "MAIN", "id": "content", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]" }, "excerpt": "<main role=\"main\" id=\"content\" class=\"main-content col order-first\">" }, { "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": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"section\">" }, { "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": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"container section clearfix\">" } ] }, "endTime": 1687100817328 }, { "type": "launch", "which": "chromium", "startTime": 1687100817328, "endTime": 1687100817876 }, { "type": "url", "which": "https://a53.asmdc.org/", "what": "Member Freddie Rodriguez (D)", "startTime": 1687100817876, "result": { "url": "https://a53.asmdc.org/" }, "endTime": 1687100818432 }, { "type": "test", "which": "nuVal", "startTime": 1687100818432, "url": "https://a53.asmdc.org/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "error", "lastLine": 39, "lastColumn": 231, "firstColumn": 224, "message": "The center element is obsolete. Use CSS instead.", "extract": "e=\"alert\"><center>\n<p>If", "hiliteStart": 10, "hiliteLength": 8 }, { "type": "error", "lastLine": 42, "lastColumn": 73, "firstColumn": 66, "message": "The center element is obsolete. Use CSS instead.", "extract": "e=\"alert\"><center>\n<p>Fo", "hiliteStart": 10, "hiliteLength": 8 }, { "type": "info", "lastLine": 50, "lastColumn": 78, "firstColumn": 5, "subType": "warning", "message": "The banner role is unnecessary for element header.", "extract": "age\">\n <header id=\"header\" class=\"header\" role=\"banner\" aria-label=\"Site header\">\n ", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "info", "lastLine": 109, "lastColumn": 176, "firstColumn": 15, "subType": "warning", "message": "The navigation role is unnecessary for element nav.", "extract": " <nav role=\"navigation\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" id=\"block-rodriguez-theme-main-menu\" class=\"block block-menu navigation menu--main\">\n ", "hiliteStart": 10, "hiliteLength": 162 }, { "type": "error", "lastLine": 115, "lastColumn": 87, "firstColumn": 15, "message": "Duplicate ID block-rodriguez-theme-main-menu.", "extract": " <ul id=\"block-rodriguez-theme-main-menu\" class=\"clearfix nav navbar-nav\">\n ", "hiliteStart": 10, "hiliteLength": 73 }, { "type": "info", "lastLine": 109, "lastColumn": 176, "firstColumn": 15, "subType": "warning", "message": "The first occurrence of ID block-rodriguez-theme-main-menu was here.", "extract": " <nav role=\"navigation\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" id=\"block-rodriguez-theme-main-menu\" class=\"block block-menu navigation menu--main\">\n ", "hiliteStart": 10, "hiliteLength": 162 }, { "type": "info", "lastLine": 249, "lastColumn": 71, "firstColumn": 9, "subType": "warning", "message": "The complementary role is unnecessary for element aside.", "extract": ">\n <aside class=\"container section clearfix\" role=\"complementary\">\n ", "hiliteStart": 10, "hiliteLength": 63 }, { "type": "error", "lastLine": 255, "lastColumn": 142, "firstColumn": 135, "message": "The center element is obsolete. Use CSS instead.", "extract": "ld__item\"><center><a cla", "hiliteStart": 10, "hiliteLength": 8 }, { "type": "error", "lastLine": 277, "lastColumn": 126, "firstColumn": 1, "message": "Attribute type not allowed on element h3 at this point.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "error", "lastLine": 290, "lastColumn": 126, "firstColumn": 1, "message": "Duplicate ID dropdownMenu1.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 277, "lastColumn": 126, "firstColumn": 1, "subType": "warning", "message": "The first occurrence of ID dropdownMenu1 was here.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "error", "lastLine": 290, "lastColumn": 126, "firstColumn": 1, "message": "Attribute type not allowed on element h3 at this point.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "error", "lastLine": 302, "lastColumn": 126, "firstColumn": 1, "message": "Duplicate ID dropdownMenu1.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 277, "lastColumn": 126, "firstColumn": 1, "subType": "warning", "message": "The first occurrence of ID dropdownMenu1 was here.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "error", "lastLine": 302, "lastColumn": 126, "firstColumn": 1, "message": "Attribute type not allowed on element h3 at this point.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "error", "lastLine": 316, "lastColumn": 126, "firstColumn": 1, "message": "Duplicate ID dropdownMenu1.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 277, "lastColumn": 126, "firstColumn": 1, "subType": "warning", "message": "The first occurrence of ID dropdownMenu1 was here.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "error", "lastLine": 316, "lastColumn": 126, "firstColumn": 1, "message": "Attribute type not allowed on element h3 at this point.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 338, "lastColumn": 82, "firstColumn": 15, "subType": "warning", "message": "The main role is unnecessary for element main.", "extract": " <main class=\"main-content col order-first\" id=\"content\" role=\"main\">\n ", "hiliteStart": 10, "hiliteLength": 68 }, { "type": "error", "lastLine": 344, "lastColumn": 114, "firstColumn": 13, "message": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "extract": " <div class=\"field field--name-field-feature-title field--type-string field--label-hidden field__item\">There ", "hiliteStart": 10, "hiliteLength": 102 }, { "type": "info", "lastLine": 367, "lastColumn": 20, "firstColumn": 3, "subType": "warning", "message": "Empty heading.", "extract": "\n \n <h1 class=\"title\"></h1>\n", "hiliteStart": 10, "hiliteLength": 18 }, { "type": "info", "lastLine": 388, "lastColumn": 203, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/photo/20230615-assemblymember-rodriguez-strongly-opposes-chino-valley-unified-school-boards\" class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 203 }, { "type": "info", "lastLine": 431, "lastColumn": 219, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/press-releases/20230615-assemblymember-rodriguez-comments-legislative-approval-2023-24-state-budget\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 219 }, { "type": "info", "lastLine": 454, "lastColumn": 216, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/press-releases/20230614-legislation-expanding-accessibility-stop-bleed-trauma-kits-clears-senate\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 216 }, { "type": "info", "lastLine": 477, "lastColumn": 218, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/press-releases/20230607-ontario-montclair-schools-foundation-promise-scholars-named-2023-nonprofit\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "info", "lastLine": 504, "lastColumn": 215, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/press-releases/20230606-legislation-clarifying-media-access-closed-disaster-areas-clears-senate\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 215 }, { "type": "info", "lastLine": 537, "lastColumn": 60, "firstColumn": 17, "subType": "warning", "message": "The complementary role is unnecessary for element aside.", "extract": " <aside class=\"section\" role=\"complementary\">\n ", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "error", "lastLine": 567, "lastColumn": 114, "firstColumn": 13, "message": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "extract": " <div class=\"field field--name-field-feature-title field--type-string field--label-hidden field__item\">Resour", "hiliteStart": 10, "hiliteLength": 102 }, { "type": "error", "lastLine": 585, "lastColumn": 114, "firstColumn": 13, "message": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "extract": " <div class=\"field field--name-field-feature-title field--type-string field--label-hidden field__item\">Connec", "hiliteStart": 10, "hiliteLength": 102 }, { "type": "error", "lastLine": 593, "lastColumn": 199, "firstColumn": 110, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"></a></", "hiliteStart": 10, "hiliteLength": 90 }, { "type": "error", "lastLine": 595, "lastColumn": 178, "firstColumn": 96, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\"></a></", "hiliteStart": 10, "hiliteLength": 83 } ], "language": "en" }, "rawPage": { "messages": [ { "type": "info", "lastLine": 4, "lastColumn": 28, "firstColumn": 5, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "head>\n <meta charset=\"utf-8\" />\n<nosc", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "info", "lastLine": 6, "lastColumn": 65, "firstColumn": 12, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/noscript><link rel=\"canonical\" href=\"https://a53.asmdc.org/\" />\n<link", "hiliteStart": 10, "hiliteLength": 54 }, { "type": "info", "lastLine": 7, "lastColumn": 54, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".org/\" />\n<link rel=\"shortlink\" href=\"https://a53.asmdc.org/\" />\n<meta", "hiliteStart": 10, "hiliteLength": 54 }, { "type": "info", "lastLine": 8, "lastColumn": 109, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".org/\" />\n<meta name=\"description\" content=\"Assemblymember Freddie Rogdriquez represents the 53rd Assembly District\" />\n<link", "hiliteStart": 10, "hiliteLength": 109 }, { "type": "info", "lastLine": 9, "lastColumn": 57, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "trict\" />\n<link rel=\"icon\" href=\"/sites/all/favicon/favicon.ico\" />\n<link", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 10, "lastColumn": 74, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "n.ico\" />\n<link rel=\"icon\" sizes=\"16x16\" href=\"/sites/all/favicon/favicon-16.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "info", "lastLine": 11, "lastColumn": 74, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "6.png\" />\n<link rel=\"icon\" sizes=\"32x32\" href=\"/sites/all/favicon/favicon-32.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "info", "lastLine": 12, "lastColumn": 74, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2.png\" />\n<link rel=\"icon\" sizes=\"96x96\" href=\"/sites/all/favicon/favicon-96.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "info", "lastLine": 13, "lastColumn": 77, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "6.png\" />\n<link rel=\"icon\" sizes=\"192x192\" href=\"/sites/all/favicon/favicon-192.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 77 }, { "type": "info", "lastLine": 14, "lastColumn": 72, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2.png\" />\n<link rel=\"apple-touch-icon\" href=\"/sites/all/favicon/favicon-60.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 72 }, { "type": "info", "lastLine": 15, "lastColumn": 86, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "0.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/sites/all/favicon/favicon-72.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 86 }, { "type": "info", "lastLine": 16, "lastColumn": 86, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/sites/all/favicon/favicon-76.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 86 }, { "type": "info", "lastLine": 17, "lastColumn": 89, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "6.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/sites/all/favicon/favicon-114.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 89 }, { "type": "info", "lastLine": 18, "lastColumn": 89, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "4.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/sites/all/favicon/favicon-120.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 89 }, { "type": "info", "lastLine": 19, "lastColumn": 89, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "0.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/sites/all/favicon/favicon-144.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 89 }, { "type": "info", "lastLine": 20, "lastColumn": 89, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "4.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/sites/all/favicon/favicon-152.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 89 }, { "type": "info", "lastLine": 21, "lastColumn": 89, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/sites/all/favicon/favicon-180.png\" />\n<meta", "hiliteStart": 10, "hiliteLength": 89 }, { "type": "info", "lastLine": 22, "lastColumn": 47, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "0.png\" />\n<meta name=\"MobileOptimized\" content=\"width\" />\n<meta", "hiliteStart": 10, "hiliteLength": 47 }, { "type": "info", "lastLine": 23, "lastColumn": 47, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "width\" />\n<meta name=\"HandheldFriendly\" content=\"true\" />\n<meta", "hiliteStart": 10, "hiliteLength": 47 }, { "type": "info", "lastLine": 24, "lastColumn": 88, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\"true\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\" />\n<meta", "hiliteStart": 10, "hiliteLength": 88 }, { "type": "info", "lastLine": 25, "lastColumn": 55, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "it=no\" />\n<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\" />\n<scri", "hiliteStart": 10, "hiliteLength": 55 }, { "type": "info", "lastLine": 29, "lastColumn": 131, "firstColumn": 5, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "itle>\n <link rel=\"stylesheet\" media=\"all\" href=\"/sites/a53.asmdc.org/files/css/css_JBiUUvkTHBzhbGkwfNbEChvayYPigru-j-SRRU999mo.css\" />\n<link", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "info", "lastLine": 30, "lastColumn": 127, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "o.css\" />\n<link rel=\"stylesheet\" media=\"all\" href=\"/sites/a53.asmdc.org/files/css/css_ilHKGy1ATIw8Ocb9QX-KUeAQ92mSEstiA4SXdSiNfW8.css\" />\n<link", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "info", "lastLine": 31, "lastColumn": 95, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "8.css\" />\n<link rel=\"stylesheet\" media=\"all\" href=\"//use.fontawesome.com/releases/v5.13.0/css/all.css\" />\n<link", "hiliteStart": 10, "hiliteLength": 95 }, { "type": "info", "lastLine": 32, "lastColumn": 127, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "l.css\" />\n<link rel=\"stylesheet\" media=\"all\" href=\"/sites/a53.asmdc.org/files/css/css_5jm4jbWxhgJsO0b9ARP7Mu0BPXyBKS8VqJfqcPwfb5E.css\" />\n<link", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "info", "lastLine": 33, "lastColumn": 74, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "E.css\" />\n<link rel=\"stylesheet\" media=\"all\" href=\"//use.typekit.net/wtq1aoy.css\" />\n\n ", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "error", "lastLine": 41, "lastColumn": 231, "firstColumn": 224, "message": "The center element is obsolete. Use CSS instead.", "extract": "e=\"alert\"><center>\n<p>If", "hiliteStart": 10, "hiliteLength": 8 }, { "type": "error", "lastLine": 44, "lastColumn": 73, "firstColumn": 66, "message": "The center element is obsolete. Use CSS instead.", "extract": "e=\"alert\"><center>\n<p>Fo", "hiliteStart": 10, "hiliteLength": 8 }, { "type": "info", "lastLine": 52, "lastColumn": 78, "firstColumn": 5, "subType": "warning", "message": "The banner role is unnecessary for element header.", "extract": "age\">\n <header id=\"header\" class=\"header\" role=\"banner\" aria-label=\"Site header\">\n ", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "info", "lastLine": 100, "lastColumn": 85, "firstColumn": 7, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "e\">\n <img src=\"/sites/a53.asmdc.org/files/Rodriguez_Logo_AllWhite.png\" alt=\"Home\" />\n <", "hiliteStart": 10, "hiliteLength": 79 }, { "type": "info", "lastLine": 111, "lastColumn": 176, "firstColumn": 15, "subType": "warning", "message": "The navigation role is unnecessary for element nav.", "extract": " <nav role=\"navigation\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" id=\"block-rodriguez-theme-main-menu\" class=\"block block-menu navigation menu--main\">\n ", "hiliteStart": 10, "hiliteLength": 162 }, { "type": "error", "lastLine": 117, "lastColumn": 87, "firstColumn": 15, "message": "Duplicate ID block-rodriguez-theme-main-menu.", "extract": " <ul id=\"block-rodriguez-theme-main-menu\" class=\"clearfix nav navbar-nav\">\n ", "hiliteStart": 10, "hiliteLength": 73 }, { "type": "info", "lastLine": 111, "lastColumn": 176, "firstColumn": 15, "subType": "warning", "message": "The first occurrence of ID block-rodriguez-theme-main-menu was here.", "extract": " <nav role=\"navigation\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" id=\"block-rodriguez-theme-main-menu\" class=\"block block-menu navigation menu--main\">\n ", "hiliteStart": 10, "hiliteLength": 162 }, { "type": "info", "lastLine": 251, "lastColumn": 71, "firstColumn": 9, "subType": "warning", "message": "The complementary role is unnecessary for element aside.", "extract": ">\n <aside class=\"container section clearfix\" role=\"complementary\">\n ", "hiliteStart": 10, "hiliteLength": 63 }, { "type": "error", "lastLine": 257, "lastColumn": 142, "firstColumn": 135, "message": "The center element is obsolete. Use CSS instead.", "extract": "ld__item\"><center><a cla", "hiliteStart": 10, "hiliteLength": 8 }, { "type": "error", "lastLine": 279, "lastColumn": 126, "firstColumn": 1, "message": "Attribute type not allowed on element h3 at this point.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 279, "lastColumn": 225, "firstColumn": 127, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" /><br />", "hiliteStart": 10, "hiliteLength": 99 }, { "type": "info", "lastLine": 279, "lastColumn": 231, "firstColumn": 226, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "eFaSTx\" /><br />\nResou", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 292, "lastColumn": 126, "firstColumn": 1, "message": "Duplicate ID dropdownMenu1.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 279, "lastColumn": 126, "firstColumn": 1, "subType": "warning", "message": "The first occurrence of ID dropdownMenu1 was here.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "error", "lastLine": 292, "lastColumn": 126, "firstColumn": 1, "message": "Attribute type not allowed on element h3 at this point.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 292, "lastColumn": 209, "firstColumn": 127, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"button\"><img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\" /><br />", "hiliteStart": 10, "hiliteLength": 83 }, { "type": "info", "lastLine": 292, "lastColumn": 215, "firstColumn": 210, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "50.png\" /><br />\nConta", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 304, "lastColumn": 126, "firstColumn": 1, "message": "Duplicate ID dropdownMenu1.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 279, "lastColumn": 126, "firstColumn": 1, "subType": "warning", "message": "The first occurrence of ID dropdownMenu1 was here.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "error", "lastLine": 304, "lastColumn": 126, "firstColumn": 1, "message": "Attribute type not allowed on element h3 at this point.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 304, "lastColumn": 206, "firstColumn": 127, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"button\"><img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\" /><br />", "hiliteStart": 10, "hiliteLength": 80 }, { "type": "info", "lastLine": 304, "lastColumn": 212, "firstColumn": 207, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "50.png\" /><br />\nNews ", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 318, "lastColumn": 126, "firstColumn": 1, "message": "Duplicate ID dropdownMenu1.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 279, "lastColumn": 126, "firstColumn": 1, "subType": "warning", "message": "The first occurrence of ID dropdownMenu1 was here.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "error", "lastLine": 318, "lastColumn": 126, "firstColumn": 1, "message": "Attribute type not allowed on element h3 at this point.", "extract": "ropdown\">\n<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 318, "lastColumn": 210, "firstColumn": 127, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"button\"><img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_info_50.png\" /><br />", "hiliteStart": 10, "hiliteLength": 84 }, { "type": "info", "lastLine": 318, "lastColumn": 216, "firstColumn": 211, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "50.png\" /><br />\nAbout", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 340, "lastColumn": 82, "firstColumn": 15, "subType": "warning", "message": "The main role is unnecessary for element main.", "extract": " <main class=\"main-content col order-first\" id=\"content\" role=\"main\">\n ", "hiliteStart": 10, "hiliteLength": 68 }, { "type": "error", "lastLine": 346, "lastColumn": 114, "firstColumn": 13, "message": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "extract": " <div class=\"field field--name-field-feature-title field--type-string field--label-hidden field__item\">There ", "hiliteStart": 10, "hiliteLength": 102 }, { "type": "info", "lastLine": 369, "lastColumn": 20, "firstColumn": 3, "subType": "warning", "message": "Empty heading.", "extract": "\n \n <h1 class=\"title\"></h1>\n", "hiliteStart": 10, "hiliteLength": 18 }, { "type": "info", "lastLine": 390, "lastColumn": 203, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/photo/20230615-assemblymember-rodriguez-strongly-opposes-chino-valley-unified-school-boards\" class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 203 }, { "type": "info", "lastLine": 412, "lastColumn": 710, "firstColumn": 397, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "1"}\"><img src=\"/sites/a53.asmdc.org/files/styles/thumbnail_436x246/public/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-1_0.png?itok=QK891R2k\" width=\"436\" height=\"246\" alt=\"pg1\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 314 }, { "type": "info", "lastLine": 419, "lastColumn": 710, "firstColumn": 397, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2"}\"><img src=\"/sites/a53.asmdc.org/files/styles/thumbnail_436x246/public/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-2_0.png?itok=vkzIUHfA\" width=\"436\" height=\"246\" alt=\"pg2\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 314 }, { "type": "info", "lastLine": 433, "lastColumn": 219, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/press-releases/20230615-assemblymember-rodriguez-comments-legislative-approval-2023-24-state-budget\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 219 }, { "type": "info", "lastLine": 456, "lastColumn": 216, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/press-releases/20230614-legislation-expanding-accessibility-stop-bleed-trauma-kits-clears-senate\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 216 }, { "type": "info", "lastLine": 479, "lastColumn": 218, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/press-releases/20230607-ontario-montclair-schools-foundation-promise-scholars-named-2023-nonprofit\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "info", "lastLine": 493, "lastColumn": 269, "firstColumn": 117, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "__item\"> <img loading=\"lazy\" src=\"/sites/a53.asmdc.org/files/2023-06/OntMontPS1.jpg\" width=\"7217\" height=\"5155\" alt=\"Nonprofit of the Year\" typeof=\"foaf:Image\" />\n\n</di", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 506, "lastColumn": 215, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/press-releases/20230606-legislation-clarifying-media-access-closed-disaster-areas-clears-senate\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 215 }, { "type": "info", "lastLine": 539, "lastColumn": 60, "firstColumn": 17, "subType": "warning", "message": "The complementary role is unnecessary for element aside.", "extract": " <aside class=\"section\" role=\"complementary\">\n ", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 554, "lastColumn": 219, "firstColumn": 21, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " <input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search form-control\" />\n\n ", "hiliteStart": 10, "hiliteLength": 199 }, { "type": "info", "lastLine": 557, "lastColumn": 275, "firstColumn": 115, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "-actions\"><input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\" />\n</div", "hiliteStart": 10, "hiliteLength": 161 }, { "type": "error", "lastLine": 569, "lastColumn": 114, "firstColumn": 13, "message": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "extract": " <div class=\"field field--name-field-feature-title field--type-string field--label-hidden field__item\">Resour", "hiliteStart": 10, "hiliteLength": 102 }, { "type": "error", "lastLine": 587, "lastColumn": 114, "firstColumn": 13, "message": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "extract": " <div class=\"field field--name-field-feature-title field--type-string field--label-hidden field__item\">Connec", "hiliteStart": 10, "hiliteLength": 102 }, { "type": "error", "lastLine": 595, "lastColumn": 170, "firstColumn": 79, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "odriguez\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" /></a></", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "info", "lastLine": 595, "lastColumn": 170, "firstColumn": 79, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "odriguez\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" /></a></", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "error", "lastLine": 597, "lastColumn": 149, "firstColumn": 65, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "riguez53\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\" /></a></", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "info", "lastLine": 597, "lastColumn": 149, "firstColumn": 65, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "riguez53\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\" /></a></", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "info", "lastLine": 602, "lastColumn": 41, "firstColumn": 36, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ":</strong><br />\nP.O. ", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 603, "lastColumn": 21, "firstColumn": 16, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "Box 942849<br />\nSacra", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 606, "lastColumn": 33, "firstColumn": 28, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " Room 5250<br />\nSacra", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 607, "lastColumn": 26, "firstColumn": 21, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ", CA 95814<br />\nTel: ", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 610, "lastColumn": 42, "firstColumn": 37, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ":</strong><br />\n13160", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 611, "lastColumn": 22, "firstColumn": 17, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "7th Street<br />\nChino", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 612, "lastColumn": 21, "firstColumn": 16, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ", CA 91710<br />\nTel: ", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 412, "lastColumn": 396, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-1_0.png\" aria-controls=\"colorbox\" aria-label=\"{"alt":"pg1"}\" role=\"button\" title=\"pg1\" data-colorbox-gallery=\"gallery-photos-2043-9pgMKWNVSrw\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"pg1"}\"><img s", "hiliteStart": 10, "hiliteLength": 396 }, { "type": "error", "lastLine": 419, "lastColumn": 396, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-2_0.png\" aria-controls=\"colorbox\" aria-label=\"{"alt":"pg2"}\" role=\"button\" title=\"pg2\" data-colorbox-gallery=\"gallery-photos-2043-9pgMKWNVSrw\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"pg2"}\"><img s", "hiliteStart": 10, "hiliteLength": 396 } ], "language": "en" }, "success": true }, "standardResult": { "totals": [ 30, 0, 34, 0 ], "instances": [ { "ruleID": "The center element is obsolete. Use CSS instead.", "what": "The center element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "line", "spec": "39" }, "excerpt": "e=\"alert\"><center> <p>If" }, { "ruleID": "The center element is obsolete. Use CSS instead.", "what": "The center element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "line", "spec": "42" }, "excerpt": "e=\"alert\"><center> <p>Fo" }, { "ruleID": "The banner role is unnecessary for element header.", "what": "The banner role is unnecessary for element header.", "ordinalSeverity": 0, "tagName": "HEADER", "id": "header", "location": { "doc": "dom", "type": "line", "spec": "50" }, "excerpt": "age\"> <header id=\"header\" class=\"header\" role=\"banner\" aria-label=\"Site header\"> " }, { "ruleID": "The navigation role is unnecessary for element nav.", "what": "The navigation role is unnecessary for element nav.", "ordinalSeverity": 0, "tagName": "NAV", "id": "block-rodriguez-theme-main-menu", "location": { "doc": "dom", "type": "line", "spec": "109" }, "excerpt": " <nav role=\"navigation\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" id=\"block-rodriguez-theme-main-menu\" class=\"block block-menu navigation menu--main\"> " }, { "ruleID": "Duplicate ID block-rodriguez-theme-main-menu.", "what": "Duplicate ID block-rodriguez-theme-main-menu.", "ordinalSeverity": 2, "tagName": "UL", "id": "block-rodriguez-theme-main-menu", "location": { "doc": "dom", "type": "line", "spec": "115" }, "excerpt": " <ul id=\"block-rodriguez-theme-main-menu\" class=\"clearfix nav navbar-nav\"> " }, { "ruleID": "The first occurrence of ID block-rodriguez-theme-main-menu was here.", "what": "The first occurrence of ID block-rodriguez-theme-main-menu was here.", "ordinalSeverity": 0, "tagName": "NAV", "id": "block-rodriguez-theme-main-menu", "location": { "doc": "dom", "type": "line", "spec": "109" }, "excerpt": " <nav role=\"navigation\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" id=\"block-rodriguez-theme-main-menu\" class=\"block block-menu navigation menu--main\"> " }, { "ruleID": "The complementary role is unnecessary for element aside.", "what": "The complementary role is unnecessary for element aside.", "ordinalSeverity": 0, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "249" }, "excerpt": "> <aside class=\"container section clearfix\" role=\"complementary\"> " }, { "ruleID": "The center element is obsolete. Use CSS instead.", "what": "The center element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "line", "spec": "255" }, "excerpt": "ld__item\"><center><a cla" }, { "ruleID": "Attribute type not allowed on element h3 at this point.", "what": "Attribute type not allowed on element h3 at this point.", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "line", "spec": "277" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "Duplicate ID dropdownMenu1.", "what": "Duplicate ID dropdownMenu1.", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "line", "spec": "290" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "The first occurrence of ID dropdownMenu1 was here.", "what": "The first occurrence of ID dropdownMenu1 was here.", "ordinalSeverity": 0, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "line", "spec": "277" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "Attribute type not allowed on element h3 at this point.", "what": "Attribute type not allowed on element h3 at this point.", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "line", "spec": "290" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "Duplicate ID dropdownMenu1.", "what": "Duplicate ID dropdownMenu1.", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "line", "spec": "302" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "The first occurrence of ID dropdownMenu1 was here.", "what": "The first occurrence of ID dropdownMenu1 was here.", "ordinalSeverity": 0, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "line", "spec": "277" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "Attribute type not allowed on element h3 at this point.", "what": "Attribute type not allowed on element h3 at this point.", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "line", "spec": "302" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "Duplicate ID dropdownMenu1.", "what": "Duplicate ID dropdownMenu1.", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "line", "spec": "316" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "The first occurrence of ID dropdownMenu1 was here.", "what": "The first occurrence of ID dropdownMenu1 was here.", "ordinalSeverity": 0, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "line", "spec": "277" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "Attribute type not allowed on element h3 at this point.", "what": "Attribute type not allowed on element h3 at this point.", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "line", "spec": "316" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "The main role is unnecessary for element main.", "what": "The main role is unnecessary for element main.", "ordinalSeverity": 0, "tagName": "MAIN", "id": "content", "location": { "doc": "dom", "type": "line", "spec": "338" }, "excerpt": " <main class=\"main-content col order-first\" id=\"content\" role=\"main\"> " }, { "ruleID": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "344" }, "excerpt": " <div class=\"field field--name-field-feature-title field--type-string field--label-hidden field__item\">There " }, { "ruleID": "Empty heading.", "what": "Empty heading.", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "line", "spec": "367" }, "excerpt": " <h1 class=\"title\"></h1> " }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "388" }, "excerpt": "w\"> <article role=\"article\" about=\"/photo/20230615-assemblymember-rodriguez-strongly-opposes-chino-valley-unified-school-boards\" class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "431" }, "excerpt": "w\"> <article role=\"article\" about=\"/press-releases/20230615-assemblymember-rodriguez-comments-legislative-approval-2023-24-state-budget\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "454" }, "excerpt": "w\"> <article role=\"article\" about=\"/press-releases/20230614-legislation-expanding-accessibility-stop-bleed-trauma-kits-clears-senate\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "477" }, "excerpt": "w\"> <article role=\"article\" about=\"/press-releases/20230607-ontario-montclair-schools-foundation-promise-scholars-named-2023-nonprofit\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "504" }, "excerpt": "w\"> <article role=\"article\" about=\"/press-releases/20230606-legislation-clarifying-media-access-closed-disaster-areas-clears-senate\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The complementary role is unnecessary for element aside.", "what": "The complementary role is unnecessary for element aside.", "ordinalSeverity": 0, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "537" }, "excerpt": " <aside class=\"section\" role=\"complementary\"> " }, { "ruleID": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "567" }, "excerpt": " <div class=\"field field--name-field-feature-title field--type-string field--label-hidden field__item\">Resour" }, { "ruleID": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "585" }, "excerpt": " <div class=\"field field--name-field-feature-title field--type-string field--label-hidden field__item\">Connec" }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "593" }, "excerpt": "noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"></a></" }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "595" }, "excerpt": "noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\"></a></" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "4" }, "excerpt": "head> <meta charset=\"utf-8\" /> <nosc" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "6" }, "excerpt": "/noscript><link rel=\"canonical\" href=\"https://a53.asmdc.org/\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "7" }, "excerpt": ".org/\" /> <link rel=\"shortlink\" href=\"https://a53.asmdc.org/\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "8" }, "excerpt": ".org/\" /> <meta name=\"description\" content=\"Assemblymember Freddie Rogdriquez represents the 53rd Assembly District\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "9" }, "excerpt": "trict\" /> <link rel=\"icon\" href=\"/sites/all/favicon/favicon.ico\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "10" }, "excerpt": "n.ico\" /> <link rel=\"icon\" sizes=\"16x16\" href=\"/sites/all/favicon/favicon-16.png\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "11" }, "excerpt": "6.png\" /> <link rel=\"icon\" sizes=\"32x32\" href=\"/sites/all/favicon/favicon-32.png\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "12" }, "excerpt": "2.png\" /> <link rel=\"icon\" sizes=\"96x96\" href=\"/sites/all/favicon/favicon-96.png\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "13" }, "excerpt": "6.png\" /> <link rel=\"icon\" sizes=\"192x192\" href=\"/sites/all/favicon/favicon-192.png\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "14" }, "excerpt": "2.png\" /> <link rel=\"apple-touch-icon\" href=\"/sites/all/favicon/favicon-60.png\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "15" }, "excerpt": "0.png\" /> <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/sites/all/favicon/favicon-72.png\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "16" }, "excerpt": "2.png\" /> <link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/sites/all/favicon/favicon-76.png\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "17" }, "excerpt": "6.png\" /> <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/sites/all/favicon/favicon-114.png\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "18" }, "excerpt": "4.png\" /> <link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/sites/all/favicon/favicon-120.png\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "19" }, "excerpt": "0.png\" /> <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/sites/all/favicon/favicon-144.png\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "20" }, "excerpt": "4.png\" /> <link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/sites/all/favicon/favicon-152.png\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "21" }, "excerpt": "2.png\" /> <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/sites/all/favicon/favicon-180.png\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "22" }, "excerpt": "0.png\" /> <meta name=\"MobileOptimized\" content=\"width\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "23" }, "excerpt": "width\" /> <meta name=\"HandheldFriendly\" content=\"true\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "24" }, "excerpt": "\"true\" /> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "25" }, "excerpt": "it=no\" /> <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\" /> <scri" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "29" }, "excerpt": "itle> <link rel=\"stylesheet\" media=\"all\" href=\"/sites/a53.asmdc.org/files/css/css_JBiUUvkTHBzhbGkwfNbEChvayYPigru-j-SRRU999mo.css\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "30" }, "excerpt": "o.css\" /> <link rel=\"stylesheet\" media=\"all\" href=\"/sites/a53.asmdc.org/files/css/css_ilHKGy1ATIw8Ocb9QX-KUeAQ92mSEstiA4SXdSiNfW8.css\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "31" }, "excerpt": "8.css\" /> <link rel=\"stylesheet\" media=\"all\" href=\"//use.fontawesome.com/releases/v5.13.0/css/all.css\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "32" }, "excerpt": "l.css\" /> <link rel=\"stylesheet\" media=\"all\" href=\"/sites/a53.asmdc.org/files/css/css_5jm4jbWxhgJsO0b9ARP7Mu0BPXyBKS8VqJfqcPwfb5E.css\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "33" }, "excerpt": "E.css\" /> <link rel=\"stylesheet\" media=\"all\" href=\"//use.typekit.net/wtq1aoy.css\" /> " }, { "ruleID": "The center element is obsolete. Use CSS instead.", "what": "The center element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "CENTER", "id": "", "location": { "doc": "source", "type": "line", "spec": "41" }, "excerpt": "e=\"alert\"><center> <p>If" }, { "ruleID": "The center element is obsolete. Use CSS instead.", "what": "The center element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "CENTER", "id": "", "location": { "doc": "source", "type": "line", "spec": "44" }, "excerpt": "e=\"alert\"><center> <p>Fo" }, { "ruleID": "The banner role is unnecessary for element header.", "what": "The banner role is unnecessary for element header.", "ordinalSeverity": 0, "tagName": "HEADER", "id": "header", "location": { "doc": "source", "type": "line", "spec": "52" }, "excerpt": "age\"> <header id=\"header\" class=\"header\" role=\"banner\" aria-label=\"Site header\"> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "100" }, "excerpt": "e\"> <img src=\"/sites/a53.asmdc.org/files/Rodriguez_Logo_AllWhite.png\" alt=\"Home\" /> <" }, { "ruleID": "The navigation role is unnecessary for element nav.", "what": "The navigation role is unnecessary for element nav.", "ordinalSeverity": 0, "tagName": "NAV", "id": "block-rodriguez-theme-main-menu", "location": { "doc": "source", "type": "line", "spec": "111" }, "excerpt": " <nav role=\"navigation\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" id=\"block-rodriguez-theme-main-menu\" class=\"block block-menu navigation menu--main\"> " }, { "ruleID": "Duplicate ID block-rodriguez-theme-main-menu.", "what": "Duplicate ID block-rodriguez-theme-main-menu.", "ordinalSeverity": 2, "tagName": "UL", "id": "block-rodriguez-theme-main-menu", "location": { "doc": "source", "type": "line", "spec": "117" }, "excerpt": " <ul id=\"block-rodriguez-theme-main-menu\" class=\"clearfix nav navbar-nav\"> " }, { "ruleID": "The first occurrence of ID block-rodriguez-theme-main-menu was here.", "what": "The first occurrence of ID block-rodriguez-theme-main-menu was here.", "ordinalSeverity": 0, "tagName": "NAV", "id": "block-rodriguez-theme-main-menu", "location": { "doc": "source", "type": "line", "spec": "111" }, "excerpt": " <nav role=\"navigation\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" id=\"block-rodriguez-theme-main-menu\" class=\"block block-menu navigation menu--main\"> " }, { "ruleID": "The complementary role is unnecessary for element aside.", "what": "The complementary role is unnecessary for element aside.", "ordinalSeverity": 0, "tagName": "ASIDE", "id": "", "location": { "doc": "source", "type": "line", "spec": "251" }, "excerpt": "> <aside class=\"container section clearfix\" role=\"complementary\"> " }, { "ruleID": "The center element is obsolete. Use CSS instead.", "what": "The center element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "CENTER", "id": "", "location": { "doc": "source", "type": "line", "spec": "257" }, "excerpt": "ld__item\"><center><a cla" }, { "ruleID": "Attribute type not allowed on element h3 at this point.", "what": "Attribute type not allowed on element h3 at this point.", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "source", "type": "line", "spec": "279" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "279" }, "excerpt": "=\"button\"><img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\" /><br />" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "279" }, "excerpt": "eFaSTx\" /><br /> Resou" }, { "ruleID": "Duplicate ID dropdownMenu1.", "what": "Duplicate ID dropdownMenu1.", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "source", "type": "line", "spec": "292" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "The first occurrence of ID dropdownMenu1 was here.", "what": "The first occurrence of ID dropdownMenu1 was here.", "ordinalSeverity": 0, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "source", "type": "line", "spec": "279" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "Attribute type not allowed on element h3 at this point.", "what": "Attribute type not allowed on element h3 at this point.", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "source", "type": "line", "spec": "292" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "292" }, "excerpt": "=\"button\"><img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\" /><br />" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "292" }, "excerpt": "50.png\" /><br /> Conta" }, { "ruleID": "Duplicate ID dropdownMenu1.", "what": "Duplicate ID dropdownMenu1.", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "source", "type": "line", "spec": "304" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "The first occurrence of ID dropdownMenu1 was here.", "what": "The first occurrence of ID dropdownMenu1 was here.", "ordinalSeverity": 0, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "source", "type": "line", "spec": "279" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "Attribute type not allowed on element h3 at this point.", "what": "Attribute type not allowed on element h3 at this point.", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "source", "type": "line", "spec": "304" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "304" }, "excerpt": "=\"button\"><img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\" /><br />" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "304" }, "excerpt": "50.png\" /><br /> News " }, { "ruleID": "Duplicate ID dropdownMenu1.", "what": "Duplicate ID dropdownMenu1.", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "source", "type": "line", "spec": "318" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "The first occurrence of ID dropdownMenu1 was here.", "what": "The first occurrence of ID dropdownMenu1 was here.", "ordinalSeverity": 0, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "source", "type": "line", "spec": "279" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "Attribute type not allowed on element h3 at this point.", "what": "Attribute type not allowed on element h3 at this point.", "ordinalSeverity": 2, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "source", "type": "line", "spec": "318" }, "excerpt": "ropdown\"> <h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"><img a" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "318" }, "excerpt": "=\"button\"><img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_info_50.png\" /><br />" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "318" }, "excerpt": "50.png\" /><br /> About" }, { "ruleID": "The main role is unnecessary for element main.", "what": "The main role is unnecessary for element main.", "ordinalSeverity": 0, "tagName": "MAIN", "id": "content", "location": { "doc": "source", "type": "line", "spec": "340" }, "excerpt": " <main class=\"main-content col order-first\" id=\"content\" role=\"main\"> " }, { "ruleID": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "346" }, "excerpt": " <div class=\"field field--name-field-feature-title field--type-string field--label-hidden field__item\">There " }, { "ruleID": "Empty heading.", "what": "Empty heading.", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "source", "type": "line", "spec": "369" }, "excerpt": " <h1 class=\"title\"></h1> " }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "390" }, "excerpt": "w\"> <article role=\"article\" about=\"/photo/20230615-assemblymember-rodriguez-strongly-opposes-chino-valley-unified-school-boards\" class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "412" }, "excerpt": "1"}\"><img src=\"/sites/a53.asmdc.org/files/styles/thumbnail_436x246/public/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-1_0.png?itok=QK891R2k\" width=\"436\" height=\"246\" alt=\"pg1\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "419" }, "excerpt": "2"}\"><img src=\"/sites/a53.asmdc.org/files/styles/thumbnail_436x246/public/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-2_0.png?itok=vkzIUHfA\" width=\"436\" height=\"246\" alt=\"pg2\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "433" }, "excerpt": "w\"> <article role=\"article\" about=\"/press-releases/20230615-assemblymember-rodriguez-comments-legislative-approval-2023-24-state-budget\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "456" }, "excerpt": "w\"> <article role=\"article\" about=\"/press-releases/20230614-legislation-expanding-accessibility-stop-bleed-trauma-kits-clears-senate\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "479" }, "excerpt": "w\"> <article role=\"article\" about=\"/press-releases/20230607-ontario-montclair-schools-foundation-promise-scholars-named-2023-nonprofit\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "493" }, "excerpt": "__item\"> <img loading=\"lazy\" src=\"/sites/a53.asmdc.org/files/2023-06/OntMontPS1.jpg\" width=\"7217\" height=\"5155\" alt=\"Nonprofit of the Year\" typeof=\"foaf:Image\" /> </di" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "506" }, "excerpt": "w\"> <article role=\"article\" about=\"/press-releases/20230606-legislation-clarifying-media-access-closed-disaster-areas-clears-senate\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The complementary role is unnecessary for element aside.", "what": "The complementary role is unnecessary for element aside.", "ordinalSeverity": 0, "tagName": "ASIDE", "id": "", "location": { "doc": "source", "type": "line", "spec": "539" }, "excerpt": " <aside class=\"section\" role=\"complementary\"> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "edit-keys", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": " <input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search form-control\" /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "edit-submit", "location": { "doc": "source", "type": "line", "spec": "557" }, "excerpt": "-actions\"><input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\" /> </div" }, { "ruleID": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "569" }, "excerpt": " <div class=\"field field--name-field-feature-title field--type-string field--label-hidden field__item\">Resour" }, { "ruleID": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "587" }, "excerpt": " <div class=\"field field--name-field-feature-title field--type-string field--label-hidden field__item\">Connec" }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "595" }, "excerpt": "odriguez\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" /></a></" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "595" }, "excerpt": "odriguez\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" /></a></" }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "597" }, "excerpt": "riguez53\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\" /></a></" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "597" }, "excerpt": "riguez53\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\" /></a></" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "602" }, "excerpt": ":</strong><br /> P.O. " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "603" }, "excerpt": "Box 942849<br /> Sacra" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "606" }, "excerpt": " Room 5250<br /> Sacra" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "607" }, "excerpt": ", CA 95814<br /> Tel: " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "610" }, "excerpt": ":</strong><br /> 13160" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "611" }, "excerpt": "7th Street<br /> Chino" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "612" }, "excerpt": ", CA 91710<br /> Tel: " }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "412" }, "excerpt": " <a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-1_0.png\" aria-controls=\"colorbox\" aria-l ... el=\"{"alt":"pg1"}\" role=\"button\" title=\"pg1\" data-colorbox-gallery=\"gallery-photos-2043-9pgMKWNVSrw\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"pg1"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "419" }, "excerpt": " <a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-2_0.png\" aria-controls=\"colorbox\" aria-l ... el=\"{"alt":"pg2"}\" role=\"button\" title=\"pg2\" data-colorbox-gallery=\"gallery-photos-2043-9pgMKWNVSrw\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"pg2"}\"><img s" } ] }, "endTime": 1687100819722 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687100819722, "url": "https://a53.asmdc.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 15:07:00", "hash": "b9ca60728ddf6e32dfb3ea63efe0f0cb4b185d82274c791a3bd78f516d0876eb71e55a2887f04662f49a51457dbc333f83da06ac537dc590025697559e8c0dca", "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": 15, "failed": 11, "inapplicable": 66 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 13, "warning": 8, "failed": 5, "inapplicable": 41 }, "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\" style=\"font-size: 1rem;\"><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\" style=\"font-size: 1rem;\"><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\" style=\"font-size: 1rem;\"><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": "The page has one or more 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": "The page has one or more 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": "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\" style=\"font-size: 1rem;\"><head></head><body></body></html>", "pointer": "html" } ], "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": 65, "warning": 0, "failed": 2, "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 href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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 href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)", "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": 44, "warning": 0, "failed": 2, "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": "<nav role=\"navigation\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" id=\"block-rodriguez-theme-main-menu\" class=\"block block-menu navigation menu--main\">\n \n Main navigation\n \n\n \n \n \n About\n \n \n Biography\n \n \n Caucuses\n \n \n \n \n \n Committees\n \n \n Standing Committees\n \n \n …", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1)" }, { "htmlCode": "<ul id=\"block-rodriguez-theme-main-menu\" class=\"clearfix nav navbar-nav\">\n \n About\n \n \n Biography\n \n \n Caucuses\n \n \n \n \n \n Committees\n \n \n Standing Committees\n \n \n Select Committees\n \n \n Joint Committees\n \n \n \n \n …", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">\nResources</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, { "htmlCode": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">\nContact</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > h3:nth-child(1)" }, { "htmlCode": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">\nNews Room</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1)" }, { "htmlCode": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">\nAbout</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > h3: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": 79, "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=\"#main-content\" class=\"visually-hidden-focusable skip-link\">\n Skip to main content\n </a>", "pointer": "html > body: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=\"/edd-assistance-form\">EDD Assistance form</a>", "pointer": "html > body:nth-child(2) > div:nth-child(3) > center: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": "<a href=\"http://covid19.ca.gov\" target=\"_blank\" rel=\"noopener\">covid19.ca.gov</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > center:nth-child(1) > p:nth-child(1) > strong: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=\"ca-gov-icon-home\" href=\"/\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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=\"ca-gov-icon-facebook\" href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\">Facebook</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"ca-gov-icon-twitter\" href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\">Twitter</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"ca-gov-icon-email\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\">Email</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\">Contact Me</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > 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": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" class=\"btn btn-xs btn-primary\" data-target=\"#siteSettings\" data-toggle=\"collapse\">Settings</button>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button class=\"btn btn-secondary disableHighContrastMode\" type=\"button\">Default</button>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button class=\"btn btn-secondary enableHighContrastMode\" type=\"button\">High Contrast</button>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button class=\"btn btn-secondary resetTextSize\" type=\"button\">Reset</button>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button class=\"btn btn-secondary increaseTextSize\" type=\"button\">Increase Font SizeFont Increase</button>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button class=\"btn btn-secondary decreaseTextSize\" type=\"button\">Decrease Font SizeFont Decrease</button>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" aria-label=\"Close\" class=\"close\" data-target=\"#siteSettings\" data-toggle=\"collapse\" type=\"button\">×</button>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > button:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\">\n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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": "<button class=\"navbar-toggler navbar-toggler-right ml-auto border rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">Menu</button>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > button:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">About</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > 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=\"/biography\" data-drupal-link-system-path=\"node/1526\">Biography</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li: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=\"/caucuses\" data-drupal-link-system-path=\"node/1615\">Caucuses</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li: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=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Committees</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > 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=\"/standing-committees\" data-drupal-link-system-path=\"node/1813\">Standing Committees</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > 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=\"/select-committees\" data-drupal-link-system-path=\"node/1814\">Select Committees</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > 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=\"/joint-committees\" data-drupal-link-system-path=\"node/1815\">Joint Committees</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > 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=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Legislation</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > 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=\"/legislation-2019\" data-drupal-link-system-path=\"node/1753\">Legislation 2019</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > 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-2018\" data-drupal-link-system-path=\"node/1820\">Legislation 2018</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > 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=\"/legislation-2017\" data-drupal-link-system-path=\"node/1819\">Legislation 2017</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > 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=\"/legislation-2016\" data-drupal-link-system-path=\"node/1818\">Legislation 2016</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > 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=\"/legislation-2015\" data-drupal-link-system-path=\"node/1817\">Legislation 2015</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > 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=\"/legislation-2014\" data-drupal-link-system-path=\"node/1816\">Legislation 2014</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > 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=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">District</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > 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=\"/events\" data-drupal-link-system-path=\"events\">Upcoming Events</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > 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=\"/events/past\" data-drupal-link-system-path=\"events/past\">Past Events</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > 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=\"/district-map\" data-drupal-link-system-path=\"node/1864\">District Map</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > 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=\"/sb-1-projects\" data-drupal-link-system-path=\"node/1734\">SB 1 Projects</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > 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=\"/district-newsletter\" data-drupal-link-system-path=\"district-newsletter\">Newsletter</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > 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=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">News Room</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > 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=\"/news\" data-drupal-link-system-path=\"news\">News Articles</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > 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=\"/photo\" data-drupal-link-system-path=\"photo\">Photo Gallery</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > 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=\"/press-releases\" data-drupal-link-system-path=\"press-releases\">Press Releases</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > 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=\"/videos\" data-drupal-link-system-path=\"videos\">Video Gallery</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > 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=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > 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=\"/resources/district-resources\" data-drupal-link-system-path=\"resources/district-resources\">District</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > 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=\"/resources/state-resources\" data-drupal-link-system-path=\"resources/state-resources\">State</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > 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=\"/resources/federal-resources\" data-drupal-link-system-path=\"resources/federal-resources\">Federal</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > 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=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact Freddie</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > 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=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find Your District</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > 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 class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact my Office</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > center: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=\"/resources/district-resources\">District</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div: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=\"/resources/state-resources\">State</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div: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=\"/resources/federal-resources\">Federal</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div: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=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact Freddie</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > 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=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find my District</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > 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=\"news\">Latest News</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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=\"photo\">Photo Gallery</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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=\"press-releases\">Press Releases</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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=\"videos\">Video Gallery</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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=\"biography\">Biography</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div: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=\"caucuses\">Caucuses</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div: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=\"https://a53.asmdc.org/there-ought-be-law-1\" class=\"btn btn-outline-light\">\n Learn More</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > 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": "<a href=\"/photo/20230615-assemblymember-rodriguez-strongly-opposes-chino-valley-unified-school-boards\" rel=\"bookmark\">Assemblymember Rodriguez Strongly Opposes Chino Valley Unified School Board’s Proposed Policy 5020.1 on Parental Notification \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > header:nth-child(1) > h2: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=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-1_0.png\" aria-controls=\"colorbox\" aria-label=\"{"alt":"pg1"}\" role=\"button\" title=\"pg1\" data-colorbox-gallery=\"gallery-photos-2043-9pgMKWNVSrw\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"pg1"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > 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=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-2_0.png\" aria-controls=\"colorbox\" aria-label=\"{"alt":"pg2"}\" role=\"button\" title=\"pg2\" data-colorbox-gallery=\"gallery-photos-2043-9pgMKWNVSrw\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"pg2"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > 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=\"/press-releases/20230615-assemblymember-rodriguez-comments-legislative-approval-2023-24-state-budget\" rel=\"bookmark\">Assemblymember Rodriguez Comments on Legislative Approval of the 2023-24 State Budget \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > article:nth-child(1) > header:nth-child(1) > h2: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=\"/press-releases/20230614-legislation-expanding-accessibility-stop-bleed-trauma-kits-clears-senate\" rel=\"bookmark\">Legislation Expanding the Accessibility of ‘STOP THE BLEED’ Trauma Kits Clears the Senate Committee on Health\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > header:nth-child(1) > h2: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=\"/press-releases/20230607-ontario-montclair-schools-foundation-promise-scholars-named-2023-nonprofit\" rel=\"bookmark\">Ontario-Montclair Schools Foundation Promise Scholars Named 2023 Nonprofit of the Year for Assembly District 53\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > article:nth-child(1) > header:nth-child(1) > h2: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=\"/press-releases/20230606-legislation-clarifying-media-access-closed-disaster-areas-clears-senate\" rel=\"bookmark\">Legislation Clarifying Media Access to Closed Disaster Areas Clears the Senate Public Safety Committee\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > article:nth-child(1) > header:nth-child(1) > h2: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 title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search form-control\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div: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=\"btn btn-warning btn-block\" href=\"/resources/district-resources\">District</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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": "<a class=\"btn btn-warning btn-block\" href=\"/resources/state-resources\">State</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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": "<a class=\"btn btn-warning btn-block\" href=\"/resources/federal-resources\">Federal</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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": "<a class=\"btn btn-warning btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Request Assistance</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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 href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > 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 href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">Privacy and Conditions of Use</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > 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": "<a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">Accessibility</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > 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": "<a href=\"https://asmdc.org/general-disclaimer\">General Disclaimer</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(3)" } ], "attributes": [] } ] }, "QW-ACT-R9": { "name": "Links with identical accessible names have equivalent purpose", "code": "QW-ACT-R9", "mapping": "b20e66", "description": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "metadata": { "target": { "element": "a, [role='link']" }, "success-criteria": [ { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only.html", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only" } ], "related": [], "url": "https://act-rules.github.io/rules/b20e66", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 4, "warning": 6, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent." }, "results": [ { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"biography\">Biography</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)", "accessibleName": "Biography" }, { "htmlCode": "<a href=\"/biography\" data-drupal-link-system-path=\"node/1526\">Biography</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)", "accessibleName": "Biography" } ], "attributes": [] }, { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"caucuses\">Caucuses</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)", "accessibleName": "Caucuses" }, { "htmlCode": "<a href=\"/caucuses\" data-drupal-link-system-path=\"node/1615\">Caucuses</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)", "accessibleName": "Caucuses" } ], "attributes": [] }, { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/resources/district-resources\" data-drupal-link-system-path=\"resources/district-resources\">District</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)", "accessibleName": "District" }, { "htmlCode": "<a href=\"/resources/district-resources\">District</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)", "accessibleName": "District" }, { "htmlCode": "<a class=\"btn btn-warning btn-block\" href=\"/resources/district-resources\">District</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)", "accessibleName": "District" }, { "htmlCode": "<a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">District</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)", "accessibleName": "District" } ], "attributes": [] }, { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"photo\">Photo Gallery</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)", "accessibleName": "Photo Gallery" }, { "htmlCode": "<a href=\"/photo\" data-drupal-link-system-path=\"photo\">Photo Gallery</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)", "accessibleName": "Photo Gallery" } ], "attributes": [] }, { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"press-releases\">Press Releases</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)", "accessibleName": "Press Releases" }, { "htmlCode": "<a href=\"/press-releases\" data-drupal-link-system-path=\"press-releases\">Press Releases</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)", "accessibleName": "Press Releases" } ], "attributes": [] }, { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"videos\">Video Gallery</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)", "accessibleName": "Video Gallery" }, { "htmlCode": "<a href=\"/videos\" data-drupal-link-system-path=\"videos\">Video Gallery</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)", "accessibleName": "Video Gallery" } ], "attributes": [] } ] }, "QW-ACT-R41": { "name": "Error message describes invalid form field value", "code": "QW-ACT-R41", "mapping": "36b590", "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "metadata": { "target": { "element": [ "input", "select", "textarea", "*[role]" ] }, "success-criteria": [ { "name": "3.3.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/TR/WCAG21/#error-identification", "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification" } ], "related": [], "url": "https://act-rules.github.io/rules/36b590", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error." }, "results": [ { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search form-control\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(2)" } ], "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": 6, "warning": 0, "failed": 2, "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 class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R30": { "name": "Visible label is part of accessible name", "code": "QW-ACT-R30", "mapping": "2ee8b8", "description": "This rule checks that interactive elements labeled through their content have their visible label as part of their accessible name.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "2.5.3", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/label-in-name.html", "url_tr": "https://www.w3.org/TR/WCAG21/#label-in-name" } ], "related": [ "G208" ], "url": "https://act-rules.github.io/rules/2ee8b8", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The complete visible text content of the test target neither matches or is contained within its accessible name." }, "results": [ { "verdict": "failed", "description": "The complete visible text content of the test target neither matches or is contained within its accessible name.", "resultCode": "F2", "elements": [ { "htmlCode": "<button class=\"navbar-toggler navbar-toggler-right ml-auto border rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">Menu</button>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > button:nth-child(1)", "accessibleName": "Toggle navigation" } ], "attributes": [] } ] }, "QW-ACT-R35": { "name": "Heading has accessible name", "code": "QW-ACT-R35", "mapping": "ffd0e9", "description": "This rule applies to any HTML element with the semantic role of heading that is included in the accessibility tree.", "metadata": { "target": { "element": [ "h1-h6", "*[role='heading']" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html", "url_tr": "https://www.w3.org/TR/WCAG21/#info-and-relationships" } ], "related": [ "H42" ], "url": "https://act-rules.github.io/rules/ffd0e9", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 14, "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": "<h1 class=\"title\"></h1>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h1:nth-child(1)", "accessibleName": "" } ], "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\" style=\"font-size: 1rem;\"><head><style>form.antibot * :not(.antibot-message) { display: none !important; }</style>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n </head><body>Official Website - Assemblymember Freddie Rodriguez Representing the 53rd California Assembly District\n \n\n\n\n\n\n \n (()=>{\"use st …", "pointer": "html" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 7, "warning": 5, "failed": 2, "inapplicable": 20 }, "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=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\">\n \n Skip to main content\n \n <iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-N2FZ37J\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe>\nIf you have questions or need assistance with EDD, please fill out out EDD Assistance form and we will do our best to help.\n\n\nFor the latest COVID-19 updates, please visit covid19.ca.gov\n\n\n \n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Facebook\n Twitter\n Email\n \n\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": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The first focusable control is a visible link to a <main> element." }, "results": [ { "verdict": "warning", "description": "The first focusable control is a visible link to a <main> element.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\">\n Skip to main content\n </a>", "pointer": "html > body:nth-child(2) > a: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": 3, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Please verify that the element's title attribute describes correctly the link." }, "results": [ { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\">\n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-1_0.png\" aria-controls=\"colorbox\" aria-label=\"{"alt":"pg1"}\" role=\"button\" title=\"pg1\" data-colorbox-gallery=\"gallery-photos-2043-9pgMKWNVSrw\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"pg1"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > 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=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-2_0.png\" aria-controls=\"colorbox\" aria-label=\"{"alt":"pg2"}\" role=\"button\" title=\"pg2\" data-colorbox-gallery=\"gallery-photos-2043-9pgMKWNVSrw\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"pg2"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T21": { "name": "Failure of Success Criteria 2.4.4, 2.4.9 and 4.1.2 due to not providing an accessible name for an image which is the only content in a link", "code": "QW-WCAG-T21", "mapping": "F89", "description": "This technique checks the text alternative of images which are the only content of a link", "metadata": { "target": { "parent": "a", "element": "img" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-link.html" }, { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value" } ], "related": [ "H2", "H30", "ARIA7", "ARIA8" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F89", "passed": 3, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "The image doesn't have an accessible name." }, "results": [ { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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": 12, "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 id=\"block-rodriguez-theme-main-menu\" class=\"clearfix nav navbar-nav\">\n <li class=\"nav-item menu-item--expanded dropdown\">\n <a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">About</a>\n <ul class=\"dropdown-menu\" _selector=\"ht …", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > 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 class=\"dropdown-menu\">\n <li class=\"dropdown-item\">\n <a href=\"/biography\" data-drupal-link-system-path=\"node/1526\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Biography</a>\n </li>\n <li class=\"dropdown-item\">\n <a href=\"/caucuses\" data-drupal-link-system-pat …", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li: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 class=\"dropdown-menu\">\n <li class=\"dropdown-item\">\n <a href=\"/standing-committees\" data-drupal-link-system-path=\"node/1813\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Standing Committees</a>\n </li>\n <li class=\"dropdown-item\">\n <a href=\"/select-committees …", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > 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=\"dropdown-menu\">\n <li class=\"dropdown-item\">\n <a href=\"/legislation-2019\" data-drupal-link-system-path=\"node/1753\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Legislation 2019</a>\n </li>\n <li class=\"dropdown-item\">\n <a href=\"/legislation-2018\" data- …", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > 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 class=\"dropdown-menu\">\n <li class=\"dropdown-item\">\n <a href=\"/events\" data-drupal-link-system-path=\"events\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Upcoming Events</a>\n </li>\n <li class=\"dropdown-item\">\n <a href=\"/events/past\" data-drupal-link-system- …", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > 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 class=\"dropdown-menu\">\n <li class=\"dropdown-item\">\n <a href=\"/news\" data-drupal-link-system-path=\"news\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">News Articles</a>\n </li>\n <li class=\"dropdown-item\">\n <a href=\"/photo\" data-drupal-link-system-path=\"photo\" …", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > 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 class=\"dropdown-menu\">\n <li class=\"dropdown-item\">\n <a href=\"/resources/district-resources\" data-drupal-link-system-path=\"resources/district-resources\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">District</a>\n </li>\n <li class=\"dropdown-item\">\n <a href=\"/ …", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > 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>\n <li>\n\n <a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">Contact Freddie</a></li>\n <li><a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-chi …", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1)" } ], "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 aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">\n\t<li><a href=\"/resources/district-resources\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">District</a></li>\n\t<li><a href=\"/resources/state-resources\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > d …", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > 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 aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">\n\t<li><a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Contact Freddie</a></li>\n\t<li><a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div: …", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > 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 aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">\n\t<li><a href=\"news\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Latest News</a></li>\n\t<li><a href=\"photo\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nt …", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > 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 aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\">\n\t<li><a href=\"biography\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Biography</a></li>\n\t<li><a href=\"caucuses\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > …", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2)" } ], "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": 8, "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/a53.asmdc.org/files/Rodriguez_Logo_AllWhite.png\" alt=\"Home\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > h3:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_info_50.png\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > h3:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"/sites/a53.asmdc.org/files/styles/thumbnail_436x246/public/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-1_0.png?itok=QK891R2k\" width=\"436\" height=\"246\" alt=\"pg1\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"/sites/a53.asmdc.org/files/styles/thumbnail_436x246/public/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-2_0.png?itok=vkzIUHfA\" width=\"436\" height=\"246\" alt=\"pg2\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img loading=\"lazy\" src=\"/sites/a53.asmdc.org/files/2023-06/OntMontPS1.jpg\" width=\"7217\" height=\"5155\" alt=\"Nonprofit of the Year\" typeof=\"foaf:Image\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > img:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T31": { "name": "Failure of Success Criterion 1.4.3, 1.4.6 and 1.4.8 due to specifying foreground colors without specifying background colors or vice versa", "code": "QW-WCAG-T31", "mapping": "F24", "description": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "metadata": { "target": { "element": "*", "attributes": "text-decoration" }, "success-criteria": [ { "name": "1.4.3", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum" }, { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced" }, { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation" } ], "related": [ "C23", "C25" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F24", "passed": 0, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "The test target has a author defined background property but not a color css property." }, "results": [ { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact Freddie</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find Your District</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 13, "warning": 2, "failed": 4, "inapplicable": 5 }, "assertions": { "QW-BP6": { "name": "title element is not too long (100 characters)", "code": "QW-BP6", "description": "The webpage title element shouldn't have more than 100 characters", "metadata": { "target": { "element": "title" }, "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The page title has 100 or more characters." }, "results": [ { "verdict": "failed", "description": "The page title has 100 or more characters.", "resultCode": "F1", "elements": [ { "htmlCode": "<title>Official Website - Assemblymember Freddie Rodriguez Representing the 53rd California Assembly District</title>", "pointer": "html > head:nth-child(1) > title:nth-child(28)" } ], "attributes": [] } ] }, "QW-BP10": { "name": "HTML elements are used to control visual presentation of content", "code": "QW-BP10", "description": "No HTML elements are used to control the visual presentation of content", "metadata": { "target": { "element": [ "b", "blink", "blockquote", "basefont", "center", "cite", "em", "font", "i", "link", "mark", "strong", "s", "strike", "u", "vlink" ] }, "passed": 0, "warning": 0, "failed": 3, "inapplicable": 0, "outcome": "failed", "description": "The webpage uses the element center to control the visual content presentation." }, "results": [ { "verdict": "failed", "description": "The webpage uses the element center to control the visual content presentation.", "resultCode": "F1", "elements": [ { "htmlCode": "<center>\nIf you have questions or need assistance with EDD, please fill out out EDD Assistance form and we will do our best to help.\n</center>", "pointer": "html > body:nth-child(2) > div:nth-child(3) > center:nth-child(1)" } ], "attributes": [ "center" ] }, { "verdict": "failed", "description": "The webpage uses the element center to control the visual content presentation.", "resultCode": "F1", "elements": [ { "htmlCode": "<center>\nFor the latest COVID-19 updates, please visit covid19.ca.gov\n</center>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > center:nth-child(1)" } ], "attributes": [ "center" ] }, { "verdict": "failed", "description": "The webpage uses the element center to control the visual content presentation.", "resultCode": "F1", "elements": [ { "htmlCode": "<center>Contact my Office</center>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > center:nth-child(1)" } ], "attributes": [ "center" ] } ] }, "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": 15, "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-rodriguez-theme-main-menu-menu\">Main navigation</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > 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>How Can I Help You?</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">\nResources</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">\nContact</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">\nNews Room</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\">\nAbout</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2>\n There Ought To Be A Law\n </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section: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": "<h1 class=\"title\"></h1>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"node__title\">\n Assemblymember Rodriguez Strongly Opposes Chino Valley Unified School Board’s Proposed Policy 5020.1 on Parental Notification \n\n </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > header: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 class=\"node__title\">\n Assemblymember Rodriguez Comments on Legislative Approval of the 2023-24 State Budget \n\n </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > article:nth-child(1) > header: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 class=\"node__title\">\n Legislation Expanding the Accessibility of ‘STOP THE BLEED’ Trauma Kits Clears the Senate Committee on Health\n\n </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > header: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 class=\"node__title\">\n Ontario-Montclair Schools Foundation Promise Scholars Named 2023 Nonprofit of the Year for Assembly District 53\n\n </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > article:nth-child(1) > header: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 class=\"node__title\">\n Legislation Clarifying Media Access to Closed Disaster Areas Clears the Senate Public Safety Committee\n\n </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > article:nth-child(1) > header: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>\n Resources\n </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside: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>\n Connect with me:\n </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > h2:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP20": { "name": "Landmark no duplicate banner", "code": "QW-BP20", "description": "Ensures the document has at most one banner landmark", "metadata": { "target": { "element": "body" }, "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "There are multiple banner landmarks" }, "results": [ { "verdict": "failed", "description": "There are multiple banner landmarks", "resultCode": "F1", "elements": [ { "htmlCode": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\">\n \n Skip to main content\n \n <iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-N2FZ37J\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe>\nIf you have questions or need assistance with EDD, please fill out out EDD Assistance form and we will do our best to help.\n\n\nFor the latest COVID-19 updates, please visit covid19.ca.gov\n\n\n \n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Facebook\n Twitter\n Email\n \n\n \n\n …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "QW-BP17": { "name": "Adding a link at the beginning of a block of repeated content to go to the end of the block", "code": "QW-BP17", "mapping": "G123", "description": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "metadata": { "target": { "element": "a", "attributes": "href" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G1", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G123", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "This link skips a content block." }, "results": [ { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\">\n Skip to main content\n </a>", "pointer": "html > body:nth-child(2) > a:nth-child(1)" }, { "htmlCode": "<a id=\"main-content\" tabindex=\"-1\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP19": { "name": "Landmark banner is top level", "code": "QW-BP19", "description": "Ensures the banner landmark is at top level", "metadata": { "target": { "element": "header:not([role]), [role=banner]" }, "passed": 1, "warning": 0, "failed": 5, "inapplicable": 0, "outcome": "failed", "description": "The banner landmark is not at top level." }, "results": [ { "verdict": "failed", "description": "The banner landmark is not at top level.", "resultCode": "F1", "elements": [ { "htmlCode": "<header>\n \n \n Assemblymember Rodriguez Strongly Opposes Chino Valley Unified School Board’s Proposed Policy 5020.1 on Parental Notification \n\n \n \n </header>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > header:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The banner landmark is not at top level.", "resultCode": "F1", "elements": [ { "htmlCode": "<header>\n \n \n Assemblymember Rodriguez Comments on Legislative Approval of the 2023-24 State Budget \n\n \n \n </header>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > article:nth-child(1) > header:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The banner landmark is not at top level.", "resultCode": "F1", "elements": [ { "htmlCode": "<header>\n \n \n Legislation Expanding the Accessibility of ‘STOP THE BLEED’ Trauma Kits Clears the Senate Committee on Health\n\n \n \n </header>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > header:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The banner landmark is not at top level.", "resultCode": "F1", "elements": [ { "htmlCode": "<header>\n \n \n Ontario-Montclair Schools Foundation Promise Scholars Named 2023 Nonprofit of the Year for Assembly District 53\n\n \n \n </header>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > article:nth-child(1) > header:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The banner landmark is not at top level.", "resultCode": "F1", "elements": [ { "htmlCode": "<header>\n \n \n Legislation Clarifying Media Access to Closed Disaster Areas Clears the Senate Public Safety Committee\n\n \n \n </header>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > article:nth-child(1) > header:nth-child(1)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 87, "document": 1, "alert": 3, "banner": 6, "navigation": 3, "button": 14, "group": 2, "img": 10, "heading": 15, "list": 12, "listitem": 42, "complementary": 2, "region": 2, "main": 1, "article": 5, "search": 1, "form": 1, "searchbox": 1, "dialog": 1 }, "tags": { "html": 1, "head": 1, "meta": 6, "noscript": 2, "link": 20, "script": 13, "title": 1, "body": 1, "a": 70, "div": 132, "center": 3, "p": 15, "strong": 7, "header": 6, "nav": 3, "span": 16, "button": 11, "img": 10, "h2": 9, "ul": 12, "li": 42, "aside": 2, "section": 2, "h1": 2, "h3": 4, "br": 11, "main": 1, "article": 5, "time": 5, "form": 1, "label": 1, "input": 2, "footer": 1 } } } }, "success": true }, "standardResult": { "totals": [ 42, 109, 4, 12 ], "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 ... g/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\" style=\"font-size: 1rem;\"><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 ... g/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\" style=\"font-size: 1rem;\"><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 ... g/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\" style=\"font-size: 1rem;\"><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 ... g/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\" style=\"font-size: 1rem;\"><head></head><body></body></html>" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"></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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"></a>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "NAV", "id": "block-rodriguez-theme-main-menu", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1)" }, "excerpt": "<nav role=\"navigation\" aria-labelledby=\"block-rodriguez-theme-main-menu-menu\" id=\"block-rodriguez-theme-main-menu\" class=\"block block-menu navigation menu--main\"> Main navigation About Biography Caucuses Committees Standing Committees …" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "UL", "id": "block-rodriguez-theme-main-menu", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul id=\"block-rodriguez-theme-main-menu\" class=\"clearfix nav navbar-nav\"> About Biography Caucuses Committees Standing Committees Select Committees Joint Committees …" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> Resources</h3>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > h3:nth-child(1)" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> Contact</h3>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> News Room</h3>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> About</h3>" }, { "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) > a:nth-child(1)" }, "excerpt": "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main content </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(3) > center:nth-child(1) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/edd-assistance-form\">EDD Assistance form</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(4) > center:nth-child(1) > p:nth-child(1) > strong:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"http://covid19.ca.gov\" target=\"_blank\" rel=\"noopener\">covid19.ca.gov</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"ca-gov-icon-home\" href=\"/\">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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a class=\"ca-gov-icon-facebook\" href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\">Facebook</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a class=\"ca-gov-icon-twitter\" href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\">Twitter</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(4)" }, "excerpt": "<a class=\"ca-gov-icon-email\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\">Email</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\">Contact Me</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)" }, "excerpt": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" class=\"btn btn-xs btn-primary\" data-target=\"#siteSettings\" data-toggle=\"collapse\">Settings</button>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1)" }, "excerpt": "<button class=\"btn btn-secondary disableHighContrastMode\" type=\"button\">Default</button>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2)" }, "excerpt": "<button class=\"btn btn-secondary enableHighContrastMode\" type=\"button\">High Contrast</button>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)" }, "excerpt": "<button class=\"btn btn-secondary resetTextSize\" type=\"button\">Reset</button>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)" }, "excerpt": "<button class=\"btn btn-secondary increaseTextSize\" type=\"button\">Increase Font SizeFont Increase</button>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)" }, "excerpt": "<button class=\"btn btn-secondary decreaseTextSize\" type=\"button\">Decrease Font SizeFont Decrease</button>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > button:nth-child(3)" }, "excerpt": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" aria-label=\"Close\" class=\"close\" data-target=\"#siteSettings\" data-toggle=\"collapse\" type=\"button\">×</button>" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"logo navbar-btn pull-left\" 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": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > button:nth-child(1)" }, "excerpt": "<button class=\"navbar-toggler navbar-toggler-right ml-auto border rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">Menu</button>" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/biography\" data-drupal-link-system-path=\"node/1526\">Biography</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/caucuses\" data-drupal-link-system-path=\"node/1615\">Caucuses</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Committees</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/standing-committees\" data-drupal-link-system-path=\"node/1813\">Standing Committees</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/select-committees\" data-drupal-link-system-path=\"node/1814\">Select Committees</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/joint-committees\" data-drupal-link-system-path=\"node/1815\">Joint Committees</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/legislation-2019\" data-drupal-link-system-path=\"node/1753\">Legislation 2019</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/legislation-2018\" data-drupal-link-system-path=\"node/1820\">Legislation 2018</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/legislation-2017\" data-drupal-link-system-path=\"node/1819\">Legislation 2017</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/legislation-2016\" data-drupal-link-system-path=\"node/1818\">Legislation 2016</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/legislation-2015\" data-drupal-link-system-path=\"node/1817\">Legislation 2015</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"/legislation-2014\" data-drupal-link-system-path=\"node/1816\">Legislation 2014</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/events\" data-drupal-link-system-path=\"events\">Upcoming Events</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/events/past\" data-drupal-link-system-path=\"events/past\">Past Events</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/district-map\" data-drupal-link-system-path=\"node/1864\">District Map</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/sb-1-projects\" data-drupal-link-system-path=\"node/1734\">SB 1 Projects</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/district-newsletter\" data-drupal-link-system-path=\"district-newsletter\">Newsletter</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">News Room</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news\" data-drupal-link-system-path=\"news\">News Articles</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/photo\" data-drupal-link-system-path=\"photo\">Photo Gallery</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/press-releases\" data-drupal-link-system-path=\"press-releases\">Press Releases</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/videos\" data-drupal-link-system-path=\"videos\">Video Gallery</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/resources/district-resources\" data-drupal-link-system-path=\"resources/district-resources\">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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/resources/state-resources\" data-drupal-link-system-path=\"resources/state-resources\">State</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/resources/federal-resources\" data-drupal-link-system-path=\"resources/federal-resources\">Federal</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact Freddie</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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find Your 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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > center:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact my Office</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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/resources/district-resources\">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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/resources/state-resources\">State</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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/resources/federal-resources\">Federal</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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact Freddie</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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find 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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"news\">Latest News</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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"photo\">Photo Gallery</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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"press-releases\">Press Releases</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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"videos\">Video Gallery</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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"biography\">Biography</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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"caucuses\">Caucuses</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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://a53.asmdc.org/there-ought-be-law-1\" class=\"btn btn-outline-light\"> Learn 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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/photo/20230615-assemblymember-rodriguez-strongly-opposes-chino-valley-unified-school-boards\" rel=\"bookmark\">Assemblymember Rodriguez Strongly Opposes Chino Valley Unified School Board’s Proposed Policy 5020.1 on Parental Notification </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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-1_0.png\" aria-controls=\"colorbox\" aria-la ... alt":"pg1"}\" role=\"button\" title=\"pg1\" data-colorbox-gallery=\"gallery-photos-2043-9pgMKWNVSrw\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"pg1"}\"> </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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-2_0.png\" aria-controls=\"colorbox\" aria-la ... alt":"pg2"}\" role=\"button\" title=\"pg2\" data-colorbox-gallery=\"gallery-photos-2043-9pgMKWNVSrw\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"pg2"}\"> </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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/press-releases/20230615-assemblymember-rodriguez-comments-legislative-approval-2023-24-state-budget\" rel=\"bookmark\">Assemblymember Rodriguez Comments on Legislative Approval of the 2023-24 State Budget </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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/press-releases/20230614-legislation-expanding-accessibility-stop-bleed-trauma-kits-clears-senate\" rel=\"bookmark\">Legislation Expanding the Accessibility of ‘STOP THE BLEED’ Trauma Kits Clears the Senate Committee on Health </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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/press-releases/20230607-ontario-montclair-schools-foundation-promise-scholars-named-2023-nonprofit\" rel=\"bookmark\">Ontario-Montclair Schools Foundation Promise Scholars Named 2023 Nonprofit of the Year for Assembly District 53 </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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/press-releases/20230606-legislation-clarifying-media-access-closed-disaster-areas-clears-senate\" rel=\"bookmark\">Legislation Clarifying Media Access to Closed Disaster Areas Clears the Senate Public Safety Committee </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": "edit-keys", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search form-control\">" }, { "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": "edit-submit", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\">" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"btn btn-warning btn-block\" href=\"/resources/district-resources\">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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a class=\"btn btn-warning btn-block\" href=\"/resources/state-resources\">State</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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a class=\"btn btn-warning btn-block\" href=\"/resources/federal-resources\">Federal</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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(4)" }, "excerpt": "<a class=\"btn btn-warning btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Request Assistance</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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"></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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"></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(5) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">Privacy and Conditions of Use</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(5) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">Accessibility</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(5) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a href=\"https://asmdc.org/general-disclaimer\">General Disclaimer</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"biography\">Biography</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/biography\" data-drupal-link-system-path=\"node/1526\">Biography</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"caucuses\">Caucuses</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/caucuses\" data-drupal-link-system-path=\"node/1615\">Caucuses</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/resources/district-resources\" data-drupal-link-system-path=\"resources/district-resources\">District</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/resources/district-resources\">District</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"btn btn-warning btn-block\" href=\"/resources/district-resources\">District</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">District</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"photo\">Photo Gallery</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/photo\" data-drupal-link-system-path=\"photo\">Photo Gallery</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"press-releases\">Press Releases</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/press-releases\" data-drupal-link-system-path=\"press-releases\">Press Releases</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"videos\">Video Gallery</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/videos\" data-drupal-link-system-path=\"videos\">Video Gallery</a>" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "edit-keys", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search form-control\">" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\">" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\">" }, { "ruleID": "QW-ACT-R30", "what": "This rule checks that interactive elements labeled through their content have their visible label as part of their accessible name.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > button:nth-child(1)" }, "excerpt": "<button class=\"navbar-toggler navbar-toggler-right ml-auto border rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">Menu</button>" }, { "ruleID": "QW-ACT-R35", "what": "This rule applies to any HTML element with the semantic role of heading that is included in the accessibility tree.", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"title\"></h1>" }, { "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 ... ot * :not(.antibot-message) { display: none !important; }</style> </head><body>Official Website - Assemblymember Freddie Rodriguez Representing the 53rd California Assembly District (()=>{\"use st …" }, { "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=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\"> Skip to main content <iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-N2FZ37J\" height=\"0\" width=\"0 ... estions or need assistance with EDD, please fill out out EDD Assistance form and we will do our best to help. For the latest COVID-19 updates, please visit covid19.ca.gov Home Facebook Twitter Email …" }, { "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": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main content </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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"logo navbar-btn pull-left\" 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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-1_0.png\" aria-controls=\"colorbox\" aria-la ... alt":"pg1"}\" role=\"button\" title=\"pg1\" data-colorbox-gallery=\"gallery-photos-2043-9pgMKWNVSrw\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"pg1"}\"> </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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-2_0.png\" aria-controls=\"colorbox\" aria-la ... alt":"pg2"}\" role=\"button\" title=\"pg2\" data-colorbox-gallery=\"gallery-photos-2043-9pgMKWNVSrw\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"pg2"}\"> </a>" }, { "ruleID": "QW-WCAG-T21", "what": "This technique checks the text alternative of images which are the only content of a link", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"></a>" }, { "ruleID": "QW-WCAG-T21", "what": "This technique checks the text alternative of images which are the only content of a link", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"></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": "block-rodriguez-theme-main-menu", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul id=\"block-rodriguez-theme-main-menu\" class=\"clearfix nav navbar-nav\"> <li class=\"nav-item menu-item--expanded dropdown\"> <a href=\"\" class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-exp ... > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">About</a> <ul class=\"dropdown-menu\" _selector=\"ht …" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/biography\" data-drupal-link-system-path=\"node/1526\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth- ... :nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Biography</a> </li> <li class=\"dropdown-item\"> <a href=\"/caucuses\" data-drupal-link-system-pat …" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2)" }, "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/standing-committees\" data-drupal-link-system-path=\"node/1813\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) ... d(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Standing Committees</a> </li> <li class=\"dropdown-item\"> <a href=\"/select-committees …" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2)" }, "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/legislation-2019\" data-drupal-link-system-path=\"node/1753\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > d ... ) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Legislation 2019</a> </li> <li class=\"dropdown-item\"> <a href=\"/legislation-2018\" data- …" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2)" }, "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/events\" data-drupal-link-system-path=\"events\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child( ... hild(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Upcoming Events</a> </li> <li class=\"dropdown-item\"> <a href=\"/events/past\" data-drupal-link-system- …" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2)" }, "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/news\" data-drupal-link-system-path=\"news\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > ... (1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">News Articles</a> </li> <li class=\"dropdown-item\"> <a href=\"/photo\" data-drupal-link-system-path=\"photo\" …" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2)" }, "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/resources/district-resources\" data-drupal-link-system-path=\"resources/district-resources\" _selector=\"html > body:nth-child(2) > div:nth- ... :nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">District</a> </li> <li class=\"dropdown-item\"> <a href=\"/ …" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul> <li> <a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child ... tor=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-chi …" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\"> <li><a href=\"/resources/district-resources\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > di ... s\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > d …" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > ul:nth-child(2)" }, "excerpt": "<ul aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\"> <li><a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\" _selector=\"html > body:nth-child(2) ... (1)\">Contact Freddie</a></li> <li><a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div: …" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\"> <li><a href=\"news\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth- ... v:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul aria-labelledby=\"dropdownMenu1\" class=\"dropdown-menu\"> <li><a href=\"biography\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div ... 2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > …" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"/sites/a53.asmdc.org/files/Rodriguez_Logo_AllWhite.png\" alt=\"Home\">" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"resources gear icon\" src=\"/sites/all/files/images/icon_resources_50.png?itok=rUeFaSTx\">" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > h3:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"contact letter icon\" src=\"/sites/all/files/images/icon_contact_50.png\">" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"news newspaper icon\" src=\"/sites/all/files/images/icon_news_50.png\">" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > h3:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"info i with circle icon\" src=\"/sites/all/files/images/icon_info_50.png\">" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"/sites/a53.asmdc.org/files/styles/thumbnail_436x246/public/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-1_0.png?itok=QK891R2k\" width=\"436\" height=\"246\" alt=\"pg1\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\">" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"/sites/a53.asmdc.org/files/styles/thumbnail_436x246/public/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-2_0.png?itok=vkzIUHfA\" width=\"436\" height=\"246\" alt=\"pg2\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\">" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > img:nth-child(1)" }, "excerpt": "<img loading=\"lazy\" src=\"/sites/a53.asmdc.org/files/2023-06/OntMontPS1.jpg\" width=\"7217\" height=\"5155\" alt=\"Nonprofit of the Year\" typeof=\"foaf:Image\">" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact Freddie</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find Your District</a>" }, { "ruleID": "QW-BP6", "what": "The webpage title element shouldn't have more than 100 characters", "ordinalSeverity": 1, "tagName": "TITLE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > title:nth-child(28)" }, "excerpt": "<title>Official Website - Assemblymember Freddie Rodriguez Representing the 53rd California Assembly District</title>" }, { "ruleID": "QW-BP10", "what": "No HTML elements are used to control the visual presentation of content", "ordinalSeverity": 1, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(3) > center:nth-child(1)" }, "excerpt": "<center> If you have questions or need assistance with EDD, please fill out out EDD Assistance form and we will do our best to help. </center>" }, { "ruleID": "QW-BP10", "what": "No HTML elements are used to control the visual presentation of content", "ordinalSeverity": 1, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(4) > center:nth-child(1)" }, "excerpt": "<center> For the latest COVID-19 updates, please visit covid19.ca.gov </center>" }, { "ruleID": "QW-BP10", "what": "No HTML elements are used to control the visual presentation of content", "ordinalSeverity": 1, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > center:nth-child(1)" }, "excerpt": "<center>Contact my Office</center>" }, { "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-rodriguez-theme-main-menu-menu", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"visually-hidden\" id=\"block-rodriguez-theme-main-menu-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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1>How Can I Help You?</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": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> Resources</h3>" }, { "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": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section: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) > h3:nth-child(1)" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> Contact</h3>" }, { "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": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> News Room</h3>" }, { "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": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 aria-expanded=\"true\" aria-haspopup=\"true\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" id=\"dropdownMenu1\" type=\"button\"> About</h3>" }, { "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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2> There Ought To Be A Law </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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"node__title\"> Assemblymember Rodriguez Strongly Opposes Chino Valley Unified School Board’s Proposed Policy 5020.1 on Parental Notification </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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"node__title\"> Assemblymember Rodriguez Comments on Legislative Approval of the 2023-24 State Budget </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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"node__title\"> Legislation Expanding the Accessibility of ‘STOP THE BLEED’ Trauma Kits Clears the Senate Committee on Health </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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"node__title\"> Ontario-Montclair Schools Foundation Promise Scholars Named 2023 Nonprofit of the Year for Assembly District 53 </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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"node__title\"> Legislation Clarifying Media Access to Closed Disaster Areas Clears the Senate Public Safety Committee </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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2> Resources </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(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > h2:nth-child(1)" }, "excerpt": "<h2> Connect with me: </h2>" }, { "ruleID": "QW-BP20", "what": "Ensures the document has at most one banner landmark", "ordinalSeverity": 1, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\"> Skip to main content <iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-N2FZ37J\" height=\"0\" width=\"0 ... estions or need assistance with EDD, please fill out out EDD Assistance form and we will do our best to help. For the latest COVID-19 updates, please visit covid19.ca.gov Home Facebook Twitter Email …" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main content </a>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "A", "id": "main-content", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a id=\"main-content\" tabindex=\"-1\"></a>" }, { "ruleID": "QW-BP19", "what": "Ensures the banner landmark is at top level", "ordinalSeverity": 1, "tagName": "HEADER", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > header:nth-child(1)" }, "excerpt": "<header> Assemblymember Rodriguez Strongly Opposes Chino Valley Unified School Board’s Proposed Policy 5020.1 on Parental Notification </header>" }, { "ruleID": "QW-BP19", "what": "Ensures the banner landmark is at top level", "ordinalSeverity": 1, "tagName": "HEADER", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > article:nth-child(1) > header:nth-child(1)" }, "excerpt": "<header> Assemblymember Rodriguez Comments on Legislative Approval of the 2023-24 State Budget </header>" }, { "ruleID": "QW-BP19", "what": "Ensures the banner landmark is at top level", "ordinalSeverity": 1, "tagName": "HEADER", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > header:nth-child(1)" }, "excerpt": "<header> Legislation Expanding the Accessibility of ‘STOP THE BLEED’ Trauma Kits Clears the Senate Committee on Health </header>" }, { "ruleID": "QW-BP19", "what": "Ensures the banner landmark is at top level", "ordinalSeverity": 1, "tagName": "HEADER", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > article:nth-child(1) > header:nth-child(1)" }, "excerpt": "<header> Ontario-Montclair Schools Foundation Promise Scholars Named 2023 Nonprofit of the Year for Assembly District 53 </header>" }, { "ruleID": "QW-BP19", "what": "Ensures the banner landmark is at top level", "ordinalSeverity": 1, "tagName": "HEADER", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > article:nth-child(1) > header:nth-child(1)" }, "excerpt": "<header> Legislation Clarifying Media Access to Closed Disaster Areas Clears the Senate Public Safety Committee </header>" } ] }, "endTime": 1687100821727 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687100821727, "url": "https://a53.asmdc.org/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.066", "responseTime": "2023-06-18T15:07:01.196Z", "data": { "apiErrors": [], "documentSize": 1004515, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 171, "failing": 9 }, "issues": { "totalErrors": 36, "totalWarnings": 1, "totalIssues": 37 }, "issuesByLevel": { "A": { "count": 22, "pct": 59.46 }, "AA": { "count": 7, "pct": 18.92 }, "AAA": { "count": 37, "pct": 100 } }, "density": { "errorDensity": 4, "warningDensity": 0, "allDensity": 4 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "5a07c058-91fc-4568-a797-aff59d7e3625", "docID": "3c5908d1-f18c-4e91-8025-3a16c64b4f28", "sourceHash": "2b5fb940c8230b2e2a1f42a5ca43198f", "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=5a07c058-91fc-4568-a797-aff59d7e3625", "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": 3136.16 }, "height": 3136.16, "width": 1008 }, "position": { "line": 2077, "column": 60 }, "errorSnippet": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\"> <a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main content </a> <noscript>&lt;iframe src=\"https://www.goo", "xpath": "/html/body", "issueID": "5c6ac9357aae85e1285c303af816c7d5", "signature": "05a1cecf8a818b0508e687de2990bf6b", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=5c6ac9357aae85e1285c303af816c7d5" }, { "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": 2812.15625 }, "bottom-right": { "x": 8, "y": 2829.15625 }, "height": 17, "width": 0 }, "position": { "line": 6368, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"></a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "ea7b873020cb5a9ec02fafb715608c11", "signature": "11a233a3fdb57451254084267e4aa29a", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=ea7b873020cb5a9ec02fafb715608c11" }, { "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": 2830.15625 }, "bottom-right": { "x": 8, "y": 2847.15625 }, "height": 17, "width": 0 }, "position": { "line": 6368, "column": 0 }, "errorSnippet": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\"></a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "issueID": "f5e3a67d40a25913317308d95098edaf", "signature": "ed049838593f3e3212d7a648524931ea", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=f5e3a67d40a25913317308d95098edaf" }, { "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": 8, "y": 1668.46875 }, "bottom-right": { "x": 84, "y": 1685.46875 }, "height": 17, "width": 76 }, "position": { "line": 5839, "column": 34 }, "errorSnippet": "<a href=\"https://a53.asmdc.org/there-ought-be-law-1\" class=\"btn btn-outline-light\"> Learn More</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/a[1]", "issueID": "678bafe28a36023fe0ca84216a5e875f", "signature": "713f1b2d39ee05d13309b187a20637f2", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=678bafe28a36023fe0ca84216a5e875f" }, { "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": 212 }, "bottom-right": { "x": 63, "y": 229 }, "height": 17, "width": 55 }, "position": { "line": 42, "column": 0 }, "errorSnippet": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/a53.asmdc.org/files/Rodriguez_Logo_AllWhite.png\" alt=\"Home\"> </a>", "xpath": "/html/body/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "a9dc83404033a2c41deb84469469730f", "signature": "2b916be8239db6c09d47c5139653456f", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=a9dc83404033a2c41deb84469469730f" }, { "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": 1902.28125 }, "bottom-right": { "x": 48, "y": 1919.28125 }, "height": 17, "width": 40 }, "position": { "line": 5840, "column": 0 }, "errorSnippet": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-1_0.png\" aria-controls=\"colorbox\" aria-label=\"{&quot;alt&quot;:&quot;pg1&quo", "xpath": "/html/body/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[3]/div[1]/a[1]", "issueID": "4acf0c0923501200ec3484889fb4124d", "signature": "418392653aa6b4e10ab47e7a1b146775", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=4acf0c0923501200ec3484889fb4124d" }, { "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": 1920.28125 }, "bottom-right": { "x": 48, "y": 1937.28125 }, "height": 17, "width": 40 }, "position": { "line": 5840, "column": 0 }, "errorSnippet": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-2_0.png\" aria-controls=\"colorbox\" aria-label=\"{&quot;alt&quot;:&quot;pg2&quo", "xpath": "/html/body/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[3]/div[2]/a[1]", "issueID": "2828aa01b917f74ef27fdb7e662fa5f5", "signature": "ff1f66a8241d0cb8e237dc53d0bbe900", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=2828aa01b917f74ef27fdb7e662fa5f5" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "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": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 88, "y": 785.8125 }, "bottom-right": { "x": 136, "y": 802.8125 }, "height": 17, "width": 48 }, "position": { "line": 4203, "column": 0 }, "errorSnippet": "<a href=\"/resources/district-resources\" data-drupal-link-system-path=\"resources/district-resources\">District</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[1]/a[1]", "issueID": "7f30a22011c14d6b71ca2da8e3cf5ab6", "signature": "1e7627ffe9416c7e859bfdc6369f1fa8", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=7f30a22011c14d6b71ca2da8e3cf5ab6" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "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": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 48, "y": 1055.34375 }, "bottom-right": { "x": 96, "y": 1072.34375 }, "height": 17, "width": 48 }, "position": { "line": 4346, "column": 33 }, "errorSnippet": "<a href=\"/resources/district-resources\">District</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]", "issueID": "f5e35d510cbed74ea25ec52ae5b87425", "signature": "9abf181be2ab848e1f610eb749f5f597", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=f5e35d510cbed74ea25ec52ae5b87425" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "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": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 48, "y": 1326.21875 }, "bottom-right": { "x": 137, "y": 1343.21875 }, "height": 17, "width": 89 }, "position": { "line": 4671, "column": 40 }, "errorSnippet": "<a href=\"photo\">Photo Gallery</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[2]/a[1]", "issueID": "193c74426de624f9607168e504919e52", "signature": "1ce05fe262ef03c7717a7e875fd94e23", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=193c74426de624f9607168e504919e52" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "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": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 48, "y": 1344.21875 }, "bottom-right": { "x": 142, "y": 1361.21875 }, "height": 17, "width": 94 }, "position": { "line": 4682, "column": 52 }, "errorSnippet": "<a href=\"press-releases\">Press Releases</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[3]/a[1]", "issueID": "9fedb31112d19195b1de319df66ea7a6", "signature": "813d15ad97266498903da6ebadbf0365", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=9fedb31112d19195b1de319df66ea7a6" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "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": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 48, "y": 1362.21875 }, "bottom-right": { "x": 138, "y": 1379.21875 }, "height": 17, "width": 90 }, "position": { "line": 4683, "column": 58 }, "errorSnippet": "<a href=\"videos\">Video Gallery</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[4]/a[1]", "issueID": "4e461fc51122b5651c42d885168548fe", "signature": "5f08d6f7b7b5dfac178ae64bd5447a58", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=4e461fc51122b5651c42d885168548fe" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "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": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 48, "y": 1461.65625 }, "bottom-right": { "x": 116, "y": 1478.65625 }, "height": 17, "width": 68 }, "position": { "line": 5090, "column": 34 }, "errorSnippet": "<a href=\"biography\">Biography</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[1]/a[1]", "issueID": "a00547b415aee7d503858304e2a63dfe", "signature": "4ba4ed191f861398e85bd78d3a3b356c", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=a00547b415aee7d503858304e2a63dfe" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "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": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 48, "y": 1479.65625 }, "bottom-right": { "x": 108, "y": 1496.65625 }, "height": 17, "width": 60 }, "position": { "line": 5091, "column": 0 }, "errorSnippet": "<a href=\"caucuses\">Caucuses</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[2]/a[1]", "issueID": "dc6b8fd100ffeb1432bbe6549a6c2fdc", "signature": "5d7a6daeff87346d4e512fdc48960d7f", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=dc6b8fd100ffeb1432bbe6549a6c2fdc" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "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": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 8, "y": 2727.34375 }, "bottom-right": { "x": 56, "y": 2744.34375 }, "height": 17, "width": 48 }, "position": { "line": 6200, "column": 0 }, "errorSnippet": "<a class=\"btn btn-warning btn-block\" href=\"/resources/district-resources\">District</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/a[1]", "issueID": "8d7e39f4f5292646e362b279104e20ec", "signature": "241f3887d1e2e2777a1d6c328249c457", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=8d7e39f4f5292646e362b279104e20ec" }, { "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": 3136.16 }, "height": 3136.16, "width": 1008 }, "position": { "line": 2077, "column": 60 }, "errorSnippet": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\"> <a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main content </a> <noscript>&lt;iframe src=\"https://www.goo", "xpath": "/html/body", "issueID": "dc7228aa73d72fd46a39f1b8e8b38f7d", "signature": "321194cf5df9198d3dc7563902d6610a", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=dc7228aa73d72fd46a39f1b8e8b38f7d" }, { "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": 191 }, "bottom-right": { "x": 15.7969, "y": 206 }, "height": 15, "width": 7.796900000000001 }, "position": { "line": 7789, "column": 9 }, "errorSnippet": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" aria-label=\"Close\" class=\"close\" data-target=\"#siteSettings\" data-toggle=\"collapse\" type=\"button\"><span aria-hidden=\"true\">×</span></button>", "xpath": "/html/body/div[3]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[2]/div[1]/button[1]", "issueID": "57124c4c9dd767b086d52df2f04f8ab1", "signature": "64d4d415cacc1ace5292bdf3b6cfb43a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=57124c4c9dd767b086d52df2f04f8ab1" }, { "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": 2639.53125 }, "bottom-right": { "x": 50.2344, "y": 2654.53125 }, "height": 15, "width": 42.2344 }, "position": { "line": 3806, "column": 34 }, "errorSnippet": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\">", "xpath": "/html/body/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/form[1]/div[2]/input[1]", "issueID": "9f50d884dcb5788601d1861907b1208b", "signature": "b00b2f5776cec8af6b1067038d8c6078", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9f50d884dcb5788601d1861907b1208b" }, { "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": 2812.15625 }, "bottom-right": { "x": 8, "y": 2829.15625 }, "height": 17, "width": 0 }, "position": { "line": 6368, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"></a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "7fff98e477fb2b0f495369169e7d8eed", "signature": "30a32a1b1f2997d1eeeedfc2ebd735a0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=7fff98e477fb2b0f495369169e7d8eed" }, { "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": 2830.15625 }, "bottom-right": { "x": 8, "y": 2847.15625 }, "height": 17, "width": 0 }, "position": { "line": 6368, "column": 0 }, "errorSnippet": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\"></a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "issueID": "8a17c458e785d01804c89e90fd5f7b13", "signature": "684587527ebe2f8b821e1453374c63da", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=8a17c458e785d01804c89e90fd5f7b13" }, { "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": -16, "y": -6 }, "height": -6, "width": -16 }, "position": { "line": 8364, "column": 0 }, "errorSnippet": "<button type=\"button\" id=\"cboxPrevious\"></button>", "xpath": "/html/body/div[5]/div[1]/div[2]/div[2]/button[1]", "issueID": "d918f6b794ec94255503c683edb68daa", "signature": "2fe442686816caba1eaf2090403a8203", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d918f6b794ec94255503c683edb68daa" }, { "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": -16, "y": -6 }, "height": -6, "width": -16 }, "position": { "line": 8364, "column": 0 }, "errorSnippet": "<button type=\"button\" id=\"cboxNext\"></button>", "xpath": "/html/body/div[5]/div[1]/div[2]/div[2]/button[2]", "issueID": "7c77b2828c481ff1995e322886d595cb", "signature": "2db9a6347ea1974456eff43d1f30e7b7", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=7c77b2828c481ff1995e322886d595cb" }, { "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": -16, "y": -6 }, "height": -6, "width": -16 }, "position": { "line": 8364, "column": 0 }, "errorSnippet": "<button type=\"button\" id=\"cboxSlideshow\"></button>", "xpath": "/html/body/div[5]/div[1]/div[2]/div[2]/button[3]", "issueID": "ea0efca7c78ebb8d4e7aec7119bfe0a6", "signature": "2607ad43b5d3b439ef1481854dd3b500", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=ea0efca7c78ebb8d4e7aec7119bfe0a6" }, { "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": 3136.16 }, "height": 3136.16, "width": 1008 }, "position": { "line": 2077, "column": 60 }, "errorSnippet": "<body class=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\"> <a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main content </a> <noscript>&lt;iframe src=\"https://www.goo", "xpath": "/html/body", "issueID": "9b12b3f85898327a39cbb035d124cee7", "signature": "c7c8574617884349440c04c888da8a1f", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=9b12b3f85898327a39cbb035d124cee7" }, { "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": 610.203125, "y": 76 }, "bottom-right": { "x": 710.203125, "y": 93 }, "height": 17, "width": 100 }, "position": { "line": 41, "column": 0 }, "errorSnippet": "<a href=\"http://covid19.ca.gov\" target=\"_blank\" rel=\"noopener\">covid19.ca.gov</a>", "xpath": "/html/body/div[2]/center[1]/p[1]/strong[1]/a[1]", "issueID": "777b64f505297f878cc9d5efc8b50862", "signature": "2461715715e8569fac5fcca906d46749", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=777b64f505297f878cc9d5efc8b50862" }, { "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": 51.109375, "y": 110 }, "bottom-right": { "x": 113.109375, "y": 127 }, "height": 17, "width": 62 }, "position": { "line": 42, "column": 0 }, "errorSnippet": "<a class=\"ca-gov-icon-facebook\" href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"><span class=\"sr-only\">Facebook</span></a>", "xpath": "/html/body/div[3]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]", "issueID": "ca448caa240cf85a8e46ae0f460443fa", "signature": "3e861ad767f2ea41f80a7fffd0d50560", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ca448caa240cf85a8e46ae0f460443fa" }, { "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": 117.03125, "y": 110 }, "bottom-right": { "x": 163.03125, "y": 127 }, "height": 17, "width": 46 }, "position": { "line": 42, "column": 0 }, "errorSnippet": "<a class=\"ca-gov-icon-twitter\" href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"><span class=\"sr-only\">Twitter</span></a>", "xpath": "/html/body/div[3]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[3]", "issueID": "9c50c38206284ba0950f9eca172f9415", "signature": "34f481711e09a13b593f46c53adf0282", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=9c50c38206284ba0950f9eca172f9415" }, { "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": 48, "y": 855.8125 }, "bottom-right": { "x": 151, "y": 872.8125 }, "height": 17, "width": 103 }, "position": { "line": 4275, "column": 0 }, "errorSnippet": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact Freddie</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]", "issueID": "d3536cf9b6c9dcea94829d3562fbe5ac", "signature": "11b909a8b399b003b3793af7b8bfd29b", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d3536cf9b6c9dcea94829d3562fbe5ac" }, { "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": 48, "y": 873.8125 }, "bottom-right": { "x": 164, "y": 890.8125 }, "height": 17, "width": 116 }, "position": { "line": 4275, "column": 0 }, "errorSnippet": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find Your District</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/a[1]", "issueID": "0fbbc19186d5ebfee4d0dab8e70eaa6a", "signature": "a00c7cee9de3f5ccda7e86d35fdb02a5", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0fbbc19186d5ebfee4d0dab8e70eaa6a" }, { "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": 452.609375, "y": 907.8125 }, "bottom-right": { "x": 570.609375, "y": 924.8125 }, "height": 17, "width": 118 }, "position": { "line": 4275, "column": 0 }, "errorSnippet": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact my Office</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/center[1]/a[1]", "issueID": "9e35f641cb56d4624bc6e38b31fcb840", "signature": "ed15a909c20c1b014cef4c3e0e5fe82e", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=9e35f641cb56d4624bc6e38b31fcb840" }, { "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": 48, "y": 1190.78125 }, "bottom-right": { "x": 151, "y": 1207.78125 }, "height": 17, "width": 103 }, "position": { "line": 4503, "column": 0 }, "errorSnippet": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact Freddie</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]", "issueID": "639f30ef4e347484baaa905256ff2823", "signature": "36091661037cc4442e9b1ed3bd2c14bf", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=639f30ef4e347484baaa905256ff2823" }, { "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": 48, "y": 1208.78125 }, "bottom-right": { "x": 154, "y": 1225.78125 }, "height": 17, "width": 106 }, "position": { "line": 4503, "column": 0 }, "errorSnippet": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find my District</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/a[1]", "issueID": "33627b6ca9391eb8c19d960dad88dd35", "signature": "c01522eed5d06eaa03bc7455f5d537cb", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=33627b6ca9391eb8c19d960dad88dd35" }, { "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": 147.984375, "y": 2727.34375 }, "bottom-right": { "x": 270.984375, "y": 2744.34375 }, "height": 17, "width": 123 }, "position": { "line": 6367, "column": 34 }, "errorSnippet": "<a class=\"btn btn-warning btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Request Assistance</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/a[4]", "issueID": "e155639d6e1844924ad16e2fcdca4d01", "signature": "36e7aa9c793112462cf52c6eed2a148e", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e155639d6e1844924ad16e2fcdca4d01" }, { "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": 2812.15625 }, "bottom-right": { "x": 8, "y": 2829.15625 }, "height": 17, "width": 0 }, "position": { "line": 6368, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"></a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "23edb969b3733baed462dc1300b63117", "signature": "079a29f6ca06778d08b143c869b65819", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=23edb969b3733baed462dc1300b63117" }, { "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": 2830.15625 }, "bottom-right": { "x": 8, "y": 2847.15625 }, "height": 17, "width": 0 }, "position": { "line": 6368, "column": 0 }, "errorSnippet": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\"></a>", "xpath": "/html/body/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "issueID": "dd9ff77bf0e9b0069300a9cebbb8079d", "signature": "2d013fa09bacca932518b02288ea4936", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=dd9ff77bf0e9b0069300a9cebbb8079d" }, { "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": 3126.15625 }, "bottom-right": { "x": 204, "y": 3143.15625 }, "height": 17, "width": 196 }, "position": { "line": 6368, "column": 0 }, "errorSnippet": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">Privacy and Conditions of Use</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[1]", "issueID": "11b35ce18d69383364b2fb7aba44cad0", "signature": "96c6c4c26ca553f11bba7cb20d2e9719", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=11b35ce18d69383364b2fb7aba44cad0" }, { "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": 214.75, "y": 3126.15625 }, "bottom-right": { "x": 297.75, "y": 3143.15625 }, "height": 17, "width": 83 }, "position": { "line": 6439, "column": 34 }, "errorSnippet": "<a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">Accessibility</a>", "xpath": "/html/body/div[3]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[2]", "issueID": "4bda25a3814ae3258fc57ed46dc146c5", "signature": "51d2706f70643b4e9065a9169c484a70", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=4bda25a3814ae3258fc57ed46dc146c5" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 1, 36 ], "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=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\"> <a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main content </a> <noscript>&lt;iframe src=\"https://www.goo" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"></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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\"></a>" }, { "ruleID": "73", "what": "This link text is uninformative.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://a53.asmdc.org/there-ought-be-law-1\" class=\"btn btn-outline-light\"> Learn 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[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/a53.asmdc.org/files/Rodriguez_Logo_AllWhite.png\" alt=\"Home\"> </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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[3]/div[1]/a[1]" }, "excerpt": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-1_0.png\" aria-controls=\"colorbox\" aria-label=\"{&quot;alt&quot;:&quot;pg1&quo" }, { "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[3]/div[2]/a[1]" }, "excerpt": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Notification%20Policy%20Response_Rodriguez-Rubio%20Joint_Final-2_0.png\" aria-controls=\"colorbox\" aria-label=\"{&quot;alt&quot;:&quot;pg2&quo" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/nav[1]/div[1]/nav[1]/ul[1]/li[6]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"/resources/district-resources\" data-drupal-link-system-path=\"resources/district-resources\">District</a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"/resources/district-resources\">District</a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"photo\">Photo Gallery</a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"press-releases\">Press Releases</a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a href=\"videos\">Video Gallery</a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"biography\">Biography</a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"caucuses\">Caucuses</a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/a[1]" }, "excerpt": "<a class=\"btn btn-warning btn-block\" href=\"/resources/district-resources\">District</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=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\"> <a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main content </a> <noscript>&lt;iframe src=\"https://www.goo" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[2]/div[1]/button[1]" }, "excerpt": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" aria-label=\"Close\" class=\"close\" data-target=\"#siteSettings\" data-toggle=\"collapse\" type=\"button\"><span aria-hidden=\"true\">×</span></button>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "edit-submit", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/form[1]/div[2]/input[1]" }, "excerpt": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\">" }, { "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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"></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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\"></a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxPrevious", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[5]/div[1]/div[2]/div[2]/button[1]" }, "excerpt": "<button type=\"button\" id=\"cboxPrevious\"></button>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxNext", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[5]/div[1]/div[2]/div[2]/button[2]" }, "excerpt": "<button type=\"button\" id=\"cboxNext\"></button>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxSlideshow", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[5]/div[1]/div[2]/div[2]/button[3]" }, "excerpt": "<button type=\"button\" id=\"cboxSlideshow\"></button>" }, { "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=\"layout-one-sidebar layout-sidebar-first page-view-frontpage path-frontpage\"> <a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main content </a> <noscript>&lt;iframe src=\"https://www.goo" }, { "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]/center[1]/p[1]/strong[1]/a[1]" }, "excerpt": "<a href=\"http://covid19.ca.gov\" target=\"_blank\" rel=\"noopener\">covid19.ca.gov</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[3]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a class=\"ca-gov-icon-facebook\" href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"><span class=\"sr-only\">Facebook</span></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[3]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[3]" }, "excerpt": "<a class=\"ca-gov-icon-twitter\" href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"><span class=\"sr-only\">Twitter</span></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[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact Freddie</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[3]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find Your District</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[3]/div[1]/div[1]/div[1]/aside[1]/div[1]/div[1]/div[1]/center[1]/a[1]" }, "excerpt": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact my Office</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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Contact Freddie</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[3]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"http://findyourrep.legislature.ca.gov/\" target=\"_blank\">Find my District</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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/a[4]" }, "excerpt": "<a class=\"btn btn-warning btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD53\" target=\"_blank\">Request Assistance</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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"></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[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\"></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[3]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[1]" }, "excerpt": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">Privacy and Conditions of Use</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[3]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[2]" }, "excerpt": "<a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">Accessibility</a>" } ] }, "endTime": 1687100822142 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687100822142, "url": "https://a53.asmdc.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": "MAIN" }, "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": 230 }, "totals": [ 1, 0, 0, 0 ], "standardInstances": [ { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "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": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "embAc": { "what": "active elements embedded in links or buttons", "data": { "totals": { "links": 0, "buttons": 0, "inputs": 0, "selects": 0 }, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "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": 36, "tabFocused": 36, "discrepancy": 0 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 36, "types": { "missing": { "total": 1, "tagNames": { "A": 1 } }, "nonoutline": { "total": 9, "tagNames": { "BUTTON": 1, "A": 6, "INPUT": 2 } }, "outline": { "total": 26, "meanDelay": 0, "tagNames": { "A": 26 } } } }, "items": { "missing": [ { "tagName": "A", "id": "", "text": "Skip to main content" } ], "nonoutline": [ { "tagName": "BUTTON", "id": "", "text": "Settings" }, { "tagName": "A", "id": "", "text": "Contact my Office" }, { "tagName": "A", "id": "", "text": "Learn More" }, { "tagName": "INPUT", "id": "edit-keys", "text": "<input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search" }, { "tagName": "INPUT", "id": "edit-submit", "text": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"butto" }, { "tagName": "A", "id": "", "text": "District" }, { "tagName": "A", "id": "", "text": "State" }, { "tagName": "A", "id": "", "text": "Federal" }, { "tagName": "A", "id": "", "text": "Request Assistance" } ], "outline": [ { "tagName": "A", "id": "", "text": "EDD Assistance form", "delay": 0 }, { "tagName": "A", "id": "", "text": "covid19.ca.gov", "delay": 0 }, { "tagName": "A", "id": "", "text": "Home", "delay": 0 }, { "tagName": "A", "id": "", "text": "Facebook", "delay": 0 }, { "tagName": "A", "id": "", "text": "Twitter", "delay": 0 }, { "tagName": "A", "id": "", "text": "Email", "delay": 0 }, { "tagName": "A", "id": "", "text": "Contact Me", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/a53.asmdc.or", "delay": 0 }, { "tagName": "A", "id": "", "text": "About", "delay": 0 }, { "tagName": "A", "id": "", "text": "Committees", "delay": 0 }, { "tagName": "A", "id": "", "text": "Legislation", "delay": 0 }, { "tagName": "A", "id": "", "text": "District", "delay": 0 }, { "tagName": "A", "id": "", "text": "News Room", "delay": 0 }, { "tagName": "A", "id": "", "text": "Resources", "delay": 0 }, { "tagName": "A", "id": "", "text": "Assemblymember Rodriguez Strongly Opposes Chino Valley Unified School Board’s Proposed Policy 5020.1", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Noti", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Noti", "delay": 0 }, { "tagName": "A", "id": "", "text": "Assemblymember Rodriguez Comments on Legislative Approval of the 2023-24 State Budget", "delay": 0 }, { "tagName": "A", "id": "", "text": "Legislation Expanding the Accessibility of ‘STOP THE BLEED’ Trauma Kits Clears the Senate Committee ", "delay": 0 }, { "tagName": "A", "id": "", "text": "Ontario-Montclair Schools Foundation Promise Scholars Named 2023 Nonprofit of the Year for Assembly ", "delay": 0 }, { "tagName": "A", "id": "", "text": "Legislation Clarifying Media Access to Closed Disaster Areas Clears the Senate Public Safety Committ", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"><img class", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-resp", "delay": 0 }, { "tagName": "A", "id": "", "text": "Privacy and Conditions of Use", "delay": 0 }, { "tagName": "A", "id": "", "text": "Accessibility", "delay": 0 }, { "tagName": "A", "id": "", "text": "General Disclaimer", "delay": 0 } ] } }, "totals": [ 0, 0, 9, 1 ], "standardInstances": [ { "ruleID": "focInd", "what": "BUTTON element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Settings" }, { "ruleID": "focInd", "what": "A element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact my Office" }, { "ruleID": "focInd", "what": "A element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Learn More" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "edit-keys", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "edit-submit", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"butto" }, { "ruleID": "focInd", "what": "A element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "focInd", "what": "A element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "State" }, { "ruleID": "focInd", "what": "A element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Federal" }, { "ruleID": "focInd", "what": "A element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Request Assistance" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 87, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 5, "tagNames": { "H3": 4, "A": 1 } }, "focusableAndOperable": { "total": 82, "tagNames": { "A": 69, "BUTTON": 11, "INPUT": 2 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [ { "tagName": "H3", "id": "dropdownMenu1", "text": "Resources", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "H3", "id": "dropdownMenu1", "text": "Contact", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "H3", "id": "dropdownMenu1", "text": "News Room", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "H3", "id": "dropdownMenu1", "text": "About", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "main-content", "text": "<a id=\"main-content\" tabindex=\"-1\"></a>", "byTag": true, "byOnClick": false, "byPointer": false } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "Skip to main content", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "EDD Assistance form", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "covid19.ca.gov", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Facebook", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Twitter", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Email", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Me", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "Settings", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "Default", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "High Contrast", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "Reset", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "Increase Font SizeFont Increase", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "Decrease Font SizeFont Decrease", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "×", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\" style=\"cursor: default;\"> <img", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "Menu", "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": "Caucuses", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Committees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Standing Committees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Select Committees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Joint Committees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation 2019", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation 2018", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation 2017", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation 2016", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation 2015", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation 2014", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Upcoming Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Past Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District Map", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "SB 1 Projects", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Newsletter", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "News Room", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "News Articles", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Photo Gallery", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Video Gallery", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "State", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Federal", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Freddie", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Find Your District", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact my Office", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "State", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Federal", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Freddie", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Find my District", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Latest News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Photo Gallery", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Video Gallery", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Biography", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Caucuses", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Assemblymember Rodriguez Strongly Opposes Chino Valley Unified School Board’s Proposed Policy 5020.1", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Noti", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Noti", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Assemblymember Rodriguez Comments on Legislative Approval of the 2023-24 State Budget", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation Expanding the Accessibility of ‘STOP THE BLEED’ Trauma Kits Clears the Senate Committee ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Ontario-Montclair Schools Foundation Promise Scholars Named 2023 Nonprofit of the Year for Assembly ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation Clarifying Media Access to Closed Disaster Areas Clears the Senate Public Safety Committ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "edit-keys", "text": "<input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "edit-submit", "text": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"butto", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "State", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Federal", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Request Assistance", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\" style=\"cur", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\" style=\"cursor: default;\"", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Privacy and Conditions of Use", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Accessibility", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "General Disclaimer", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "cboxPrevious", "text": "<button type=\"button\" id=\"cboxPrevious\" style=\"cursor: default;\"></button>", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "cboxNext", "text": "<button type=\"button\" id=\"cboxNext\" style=\"cursor: default;\"></button>", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "cboxSlideshow", "text": "<button type=\"button\" id=\"cboxSlideshow\" style=\"cursor: default;\"></button>", "byTag": true, "byOnClick": false, "byPointer": true } ] } }, "totals": [ 0, 0, 0, 5 ], "standardInstances": [ { "ruleID": "focOp", "complaint": "H3 element is operable but not focusable", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources" }, { "ruleID": "focOp", "complaint": "H3 element is operable but not focusable", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focOp", "complaint": "H3 element is operable but not focusable", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News Room" }, { "ruleID": "focOp", "complaint": "H3 element is operable but not focusable", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "main-content", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a id=\"main-content\" tabindex=\"-1\"></a>" } ] }, "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": 40, "triggerSample": 21, "impactTriggers": 11, "additions": 97, "removals": 0, "opacityChanges": 0, "opacityImpact": 0, "unhoverables": 1, "noCursors": 0, "badCursors": 1, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "LI", "id": "", "text": "About Biography Caucuses", "additions": 5, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "About", "additions": 5, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "", "text": "Committees Standing Committees Select Committees Joint Committees", "additions": 7, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Committees", "additions": 7, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "", "text": "Legislation Legislation 2019 Legislation 2018 Legislation 2017 Legislation 2016 Legislation 2015 Leg", "additions": 13, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "", "text": "District Upcoming Events Past Events District Map SB 1 Projects Newsletter", "additions": 11, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "", "text": "News Room News Articles Photo Gallery Press Releases Video Gallery", "additions": 9, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "News Room", "additions": 9, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 } ], "unhoverables": [ { "tagName": "A", "id": "", "text": "Skip to main content" } ], "noCursors": [], "badCursors": [ { "tagName": "BUTTON", "id": "", "text": "Settings" } ], "noIndicators": [], "badIndicators": [] } }, "totals": [ 0, 97, 1, 12 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Biography Caucuses" }, { "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": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees Standing Committees Select Committees Joint Committees" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation Legislation 2019 Legislation 2018 Legislation 2017 Legislation 2016 Legislation 2015 Leg" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Upcoming Events Past Events District Map SB 1 Projects Newsletter" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News Room News Articles Photo Gallery Press Releases Video Gallery" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News Room" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Settings" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 3, "wellLabeled": 10 }, "items": { "mislabeled": [], "unlabeled": [ { "index": 10, "tagName": "BUTTON", "type": "button", "texts": {}, "content": "<button type=\"button\" id=\"cboxPrevious\"></button>" }, { "index": 11, "tagName": "BUTTON", "type": "button", "texts": {}, "content": "<button type=\"button\" id=\"cboxNext\"></button>" }, { "index": 12, "tagName": "BUTTON", "type": "button", "texts": {}, "content": "<button type=\"button\" id=\"cboxSlideshow\"></button>" } ], "wellLabeled": [ { "index": 0, "tagName": "BUTTON", "type": "submit", "texts": { "content": "Settings" } }, { "index": 1, "tagName": "BUTTON", "type": "button", "texts": { "content": "Default" } }, { "index": 2, "tagName": "BUTTON", "type": "button", "texts": { "content": "High Contrast" } }, { "index": 3, "tagName": "BUTTON", "type": "button", "texts": { "content": "Reset" } }, { "index": 4, "tagName": "BUTTON", "type": "button", "texts": { "content": "Increase Font SizeFont Increase" } }, { "index": 5, "tagName": "BUTTON", "type": "button", "texts": { "content": "Decrease Font SizeFont Decrease" } }, { "index": 6, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "Close", "content": "×" } }, { "index": 7, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "Toggle navigation", "content": "Menu" } }, { "index": 8, "tagName": "INPUT", "type": "search", "labelType": "label", "texts": { "label": [ "Search" ] } }, { "index": 9, "tagName": "INPUT", "type": "submit", "texts": { "content": "Search" } } ] } }, "totals": [ 0, 0, 0, 3 ], "standardInstances": [ { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button type=\"button\" id=\"cboxPrevious\"></button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button type=\"button\" id=\"cboxNext\"></button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button type=\"button\" id=\"cboxSlideshow\"></button>" } ] }, "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": 70, "adjacent": { "total": 34, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "", "text": "Skip to main content" }, { "id": "", "text": "EDD Assistance form" }, { "id": "", "text": "covid19.ca.gov" }, { "id": "", "text": "Home" }, { "id": "", "text": "Facebook" }, { "id": "", "text": "Twitter" }, { "id": "", "text": "Email" }, { "id": "", "text": "Contact Me" }, { "id": "", "text": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/a53.asmdc.or" }, { "id": "", "text": "About" }, { "id": "", "text": "Committees" }, { "id": "", "text": "Legislation" }, { "id": "", "text": "District" }, { "id": "", "text": "News Room" }, { "id": "", "text": "Resources" }, { "id": "", "text": "Contact my Office" }, { "id": "main-content", "text": "<a id=\"main-content\" tabindex=\"-1\"></a>" }, { "id": "", "text": "Learn More" }, { "id": "", "text": "Assemblymember Rodriguez Strongly Opposes Chino Valley Unified School Board’s Proposed Policy 5020.1" }, { "id": "", "text": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Noti" }, { "id": "", "text": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Noti" }, { "id": "", "text": "Assemblymember Rodriguez Comments on Legislative Approval of the 2023-24 State Budget" }, { "id": "", "text": "Legislation Expanding the Accessibility of ‘STOP THE BLEED’ Trauma Kits Clears the Senate Committee " }, { "id": "", "text": "Ontario-Montclair Schools Foundation Promise Scholars Named 2023 Nonprofit of the Year for Assembly " }, { "id": "", "text": "Legislation Clarifying Media Access to Closed Disaster Areas Clears the Senate Public Safety Committ" }, { "id": "", "text": "District" }, { "id": "", "text": "State" }, { "id": "", "text": "Federal" }, { "id": "", "text": "Request Assistance" }, { "id": "", "text": "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"><img class" }, { "id": "", "text": "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-resp" }, { "id": "", "text": "Privacy and Conditions of Use" }, { "id": "", "text": "Accessibility" }, { "id": "", "text": "General Disclaimer" } ] } }, "totals": [ 0, 34, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "EDD Assistance form" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "covid19.ca.gov" }, { "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": "Facebook" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Twitter" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/a53.asmdc.or" }, { "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": "Committees" }, { "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": "District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News Room" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact my Office" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "main-content", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a id=\"main-content\" tabindex=\"-1\"></a>" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Learn More" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblymember Rodriguez Strongly Opposes Chino Valley Unified School Board’s Proposed Policy 5020.1" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Noti" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Noti" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblymember Rodriguez Comments on Legislative Approval of the 2023-24 State Budget" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation Expanding the Accessibility of ‘STOP THE BLEED’ Trauma Kits Clears the Senate Committee " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Ontario-Montclair Schools Foundation Promise Scholars Named 2023 Nonprofit of the Year for Assembly " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation Clarifying Media Access to Closed Disaster Areas Clears the Senate Public Safety Committ" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "State" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Federal" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Request Assistance" }, { "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/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"><img class" }, { "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/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-resp" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy and Conditions of Use" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "General Disclaimer" } ] }, "menuNav": { "what": "nonstandard keyboard navigation between focusable menu items", "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 } } }, "menuItems": { "total": 0, "correct": 0, "incorrect": 0 }, "menus": { "total": 0, "correct": 0, "incorrect": 0 } }, "menuItems": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "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": 19, "badRoleElements": 5, "redundantRoleElements": 9, "tagNames": { "HEADER": { "banner": { "bad": 1, "redundant": 0 } }, "DIV": { "group": { "bad": 2, "redundant": 0 } }, "NAV": { "navigation": { "bad": 0, "redundant": 1 } }, "ASIDE": { "complementary": { "bad": 0, "redundant": 2 } }, "MAIN": { "main": { "bad": 0, "redundant": 1 } }, "ARTICLE": { "article": { "bad": 0, "redundant": 5 } }, "A": { "button": { "bad": 2, "redundant": 0 } } } }, "totals": [ 0, 9, 0, 5 ], "standardInstances": [ { "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": "DIV elements have invalid or native-replaceable explicit role group (count: 2)", "count": 2, "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "NAV elements have redundant explicit role navigation (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "NAV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "ASIDE elements have redundant explicit role complementary (count: 2)", "count": 2, "ordinalSeverity": 1, "tagName": "ASIDE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "MAIN elements have redundant explicit role main (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "MAIN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "ARTICLE elements have redundant explicit role article (count: 5)", "count": 5, "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "A elements have invalid or native-replaceable explicit role button (count: 2)", "count": 2, "ordinalSeverity": 3, "tagName": "A", "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": { "button": { "total": 11, "subtotals": [ 5, 2, 1, 1, 1, 1 ] }, "adjacentLink": { "total": 34, "subtotals": [ 22, 6, 6 ] }, "listLink": { "total": 36 }, "h1": { "total": 2, "subtotals": [ 1, 1 ] }, "h2": { "total": 9, "subtotals": [ 7, 2 ] }, "h3": { "total": 4 } }, "items": { "button": { "fontWeight": { "400": [ "Settings", "Default", "High Contrast", "Reset", "Increase Font SizeFont Increase", "Decrease Font SizeFont Decrease", "Menu", "<button type=\"button\" id=\"cboxPrevious\"></button>", "<button type=\"button\" id=\"cboxNext\"></button>", "<button type=\"button\" id=\"cboxSlideshow\"></button>" ], "700": [ "×" ] }, "opacity": { "1": [ "Settings", "Default", "High Contrast", "Reset", "Increase Font SizeFont Increase", "Decrease Font SizeFont Decrease", "Menu", "<button type=\"button\" id=\"cboxPrevious\"></button>", "<button type=\"button\" id=\"cboxNext\"></button>", "<button type=\"button\" id=\"cboxSlideshow\"></button>" ], "0.5": [ "×" ] }, "borderStyle": { "solid": [ "Settings", "Default", "High Contrast", "Reset", "Increase Font SizeFont Increase", "Decrease Font SizeFont Decrease", "Menu" ], "none": [ "×", "<button type=\"button\" id=\"cboxPrevious\"></button>", "<button type=\"button\" id=\"cboxNext\"></button>", "<button type=\"button\" id=\"cboxSlideshow\"></button>" ] }, "borderWidth": { "1px": [ "Settings", "Default", "High Contrast", "Reset", "Increase Font SizeFont Increase", "Decrease Font SizeFont Decrease", "Menu" ], "0px": [ "×", "<button type=\"button\" id=\"cboxPrevious\"></button>", "<button type=\"button\" id=\"cboxNext\"></button>", "<button type=\"button\" id=\"cboxSlideshow\"></button>" ] }, "height": { "38px": [ "Settings" ], "auto": [ "Default", "High Contrast", "Reset", "Increase Font SizeFont Increase", "Decrease Font SizeFont Decrease", "×", "Menu", "<button type=\"button\" id=\"cboxSlideshow\"></button>" ], "25px": [ "<button type=\"button\" id=\"cboxPrevious\"></button>", "<button type=\"button\" id=\"cboxNext\"></button>" ] }, "lineHeight": { "24px": [ "Settings", "Default", "High Contrast", "Reset", "Increase Font SizeFont Increase", "Decrease Font SizeFont Decrease", "×", "<button type=\"button\" id=\"cboxPrevious\"></button>", "<button type=\"button\" id=\"cboxNext\"></button>", "<button type=\"button\" id=\"cboxSlideshow\"></button>" ], "14px": [ "Menu" ] }, "minHeight": { "auto": [ "Settings" ], "0px": [ "Default", "High Contrast", "Reset", "Increase Font SizeFont Increase", "Decrease Font SizeFont Decrease", "×", "Menu", "<button type=\"button\" id=\"cboxPrevious\"></button>", "<button type=\"button\" id=\"cboxNext\"></button>", "<button type=\"button\" id=\"cboxSlideshow\"></button>" ] }, "minWidth": { "auto": [ "Settings" ], "0px": [ "Default", "High Contrast", "Reset", "Increase Font SizeFont Increase", "Decrease Font SizeFont Decrease", "×", "Menu", "<button type=\"button\" id=\"cboxPrevious\"></button>", "<button type=\"button\" id=\"cboxNext\"></button>", "<button type=\"button\" id=\"cboxSlideshow\"></button>" ] } }, "adjacentLink": { "fontWeight": { "400": [ "Skip to main content", "EDD Assistance form", "Home", "Facebook", "Twitter", "Email", "Contact Me", "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/a53.asmdc.or", "Contact my Office", "<a id=\"main-content\" tabindex=\"-1\"></a>", "Learn More", "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Noti", "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Noti", "District", "State", "Federal", "Request Assistance", "<a href=\"https://www.facebook.com/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"><img class", "<a href=\"https://twitter.com/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-resp", "Privacy and Conditions of Use", "Accessibility", "General Disclaimer" ], "500": [ "About", "Committees", "Legislation", "District", "News Room", "Resources" ], "700": [ "covid19.ca.gov", "Assemblymember Rodriguez Strongly Opposes Chino Valley Unified School Board’s Proposed Policy 5020.1", "Assemblymember Rodriguez Comments on Legislative Approval of the 2023-24 State Budget", "Legislation Expanding the Accessibility of ‘STOP THE BLEED’ Trauma Kits Clears the Senate Committee ", "Ontario-Montclair Schools Foundation Promise Scholars Named 2023 Nonprofit of the Year for Assembly ", "Legislation Clarifying Media Access to Closed Disaster Areas Clears the Senate Public Safety Committ" ] } }, "h1": { "color": { "rgb(255, 255, 255)": [ "How Can I Help You?" ], "rgb(75, 84, 92)": [ "<h1 class=\"title\"></h1>" ] } }, "h2": { "color": { "rgb(75, 84, 92)": [ "Main navigation", "There Ought To Be A Law", "Assemblymember Rodriguez Strongly Opposes Chino Valley Unified School Board’s Proposed Policy 5020.1", "Assemblymember Rodriguez Comments on Legislative Approval of the 2023-24 State Budget", "Legislation Expanding the Accessibility of ‘STOP THE BLEED’ Trauma Kits Clears the Senate Committee ", "Ontario-Montclair Schools Foundation Promise Scholars Named 2023 Nonprofit of the Year for Assembly ", "Legislation Clarifying Media Access to Closed Disaster Areas Clears the Senate Public Safety Committ" ], "rgb(20, 58, 129)": [ "Resources", "Connect with me:" ] }, "fontSize": { "32px": [ "Main navigation", "There Ought To Be A Law", "Assemblymember Rodriguez Strongly Opposes Chino Valley Unified School Board’s Proposed Policy 5020.1", "Assemblymember Rodriguez Comments on Legislative Approval of the 2023-24 State Budget", "Legislation Expanding the Accessibility of ‘STOP THE BLEED’ Trauma Kits Clears the Senate Committee ", "Ontario-Montclair Schools Foundation Promise Scholars Named 2023 Nonprofit of the Year for Assembly ", "Legislation Clarifying Media Access to Closed Disaster Areas Clears the Senate Public Safety Committ" ], "25.6px": [ "Resources", "Connect with me:" ] } } } }, "totals": [ 2, 0, 5, 2 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 3 different styles", "count": 2, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Buttons have 6 different styles", "count": 5, "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-1 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-2 headings have 2 different styles", "count": 1, "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": "", "title": "Home" }, { "tagName": "A", "id": "", "text": "", "title": "pg1" }, { "tagName": "A", "id": "", "text": "", "title": "pg2" } ] }, "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 (): Home" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (): pg1" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (): pg2" } ] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 15, "tagNames": { "A": 1, "UL": 10, "DIV": 4 } }, "items": [ { "tagName": "A", "id": "", "text": "Skip to main content" }, { "tagName": "UL", "id": "", "text": "Biography Caucuses" }, { "tagName": "UL", "id": "", "text": "Standing Committees Select Committees Joint Committees" }, { "tagName": "UL", "id": "", "text": "Legislation 2019 Legislation 2018 Legislation 2017 Legislation 2016 Legislation 2015 Legislation 201" }, { "tagName": "UL", "id": "", "text": "Upcoming Events Past Events District Map SB 1 Projects Newsletter" }, { "tagName": "UL", "id": "", "text": "News Articles Photo Gallery Press Releases Video Gallery" }, { "tagName": "UL", "id": "", "text": "District State Federal" }, { "tagName": "DIV", "id": "", "text": "Contact Freddie Find Your District" }, { "tagName": "UL", "id": "", "text": "District State Federal" }, { "tagName": "UL", "id": "", "text": "Contact Freddie Find my District" }, { "tagName": "UL", "id": "", "text": "Latest News Photo Gallery Press Releases Video Gallery" }, { "tagName": "UL", "id": "", "text": "Biography Caucuses" }, { "tagName": "DIV", "id": "cboxOverlay", "text": "<div id=\"cboxOverlay\" style=\"display: none;\"></div>" }, { "tagName": "DIV", "id": "colorbox", "text": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\"><div id=\"cboxWrapper\"" }, { "tagName": "DIV", "id": "cboxWrapper", "text": "<div id=\"cboxWrapper\"><div><div id=\"cboxTopLeft\" style=\"float: left;\"></div><div id=\"cboxTopCenter\" " } ] }, "totals": [ 15, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography Caucuses" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Standing Committees Select Committees Joint Committees" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation 2019 Legislation 2018 Legislation 2017 Legislation 2016 Legislation 2015 Legislation 201" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Upcoming Events Past Events District Map SB 1 Projects Newsletter" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News Articles Photo Gallery Press Releases Video Gallery" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District State Federal" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Freddie Find Your District" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District State Federal" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Freddie Find my District" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Latest News Photo Gallery Press Releases Video Gallery" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography Caucuses" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "cboxOverlay", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"cboxOverlay\" style=\"display: none;\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "colorbox", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\"><div id=\"cboxWrapper\"" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "cboxWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"cboxWrapper\"><div><div id=\"cboxTopLeft\" style=\"float: left;\"></div><div id=\"cboxTopCenter\" " } ] } }, "success": true }, "standardResult": { "totals": [ 18, 140, 18, 28 ], "instances": [ { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "BUTTON element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Settings" }, { "ruleID": "focInd", "what": "A element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact my Office" }, { "ruleID": "focInd", "what": "A element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Learn More" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "edit-keys", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "edit-submit", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"butto" }, { "ruleID": "focInd", "what": "A element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "focInd", "what": "A element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "State" }, { "ruleID": "focInd", "what": "A element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Federal" }, { "ruleID": "focInd", "what": "A element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Request Assistance" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "focOp", "complaint": "H3 element is operable but not focusable", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources" }, { "ruleID": "focOp", "complaint": "H3 element is operable but not focusable", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focOp", "complaint": "H3 element is operable but not focusable", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News Room" }, { "ruleID": "focOp", "complaint": "H3 element is operable but not focusable", "ordinalSeverity": 3, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "main-content", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a id=\"main-content\" tabindex=\"-1\"></a>" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Biography Caucuses" }, { "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": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees Standing Committees Select Committees Joint Committees" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation Legislation 2019 Legislation 2018 Legislation 2017 Legislation 2016 Legislation 2015 Leg" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Upcoming Events Past Events District Map SB 1 Projects Newsletter" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News Room News Articles Photo Gallery Press Releases Video Gallery" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News Room" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Settings" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button type=\"button\" id=\"cboxPrevious\"></button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button type=\"button\" id=\"cboxNext\"></button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button type=\"button\" id=\"cboxSlideshow\"></button>" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "EDD Assistance form" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "covid19.ca.gov" }, { "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": "Facebook" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Twitter" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\"> <img src=\"/sites/a53.asmdc.or" }, { "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": "Committees" }, { "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": "District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News Room" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact my Office" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "main-content", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a id=\"main-content\" tabindex=\"-1\"></a>" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Learn More" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblymember Rodriguez Strongly Opposes Chino Valley Unified School Board’s Proposed Policy 5020.1" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Noti" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://a53.asmdc.org/sites/a53.asmdc.org/files/2023-06/6-15-2023%20CVUSD%20Parental%20Noti" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblymember Rodriguez Comments on Legislative Approval of the 2023-24 State Budget" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation Expanding the Accessibility of ‘STOP THE BLEED’ Trauma Kits Clears the Senate Committee " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Ontario-Montclair Schools Foundation Promise Scholars Named 2023 Nonprofit of the Year for Assembly " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation Clarifying Media Access to Closed Disaster Areas Clears the Senate Public Safety Committ" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "State" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Federal" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Request Assistance" }, { "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/AssemblymemberRodriguez\" target=\"_blank\" rel=\"noopener\"><img class" }, { "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/AsmRodriguez53\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-resp" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy and Conditions of Use" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "General Disclaimer" }, { "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": "DIV elements have invalid or native-replaceable explicit role group (count: 2)", "count": 2, "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "NAV elements have redundant explicit role navigation (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "NAV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "ASIDE elements have redundant explicit role complementary (count: 2)", "count": 2, "ordinalSeverity": 1, "tagName": "ASIDE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "MAIN elements have redundant explicit role main (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "MAIN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "ARTICLE elements have redundant explicit role article (count: 5)", "count": 5, "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "A elements have invalid or native-replaceable explicit role button (count: 2)", "count": 2, "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "In-line links have 3 different styles", "count": 2, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Buttons have 6 different styles", "count": 5, "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-1 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-2 headings have 2 different styles", "count": 1, "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 (): Home" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (): pg1" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (): pg2" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography Caucuses" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Standing Committees Select Committees Joint Committees" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation 2019 Legislation 2018 Legislation 2017 Legislation 2016 Legislation 2015 Legislation 201" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Upcoming Events Past Events District Map SB 1 Projects Newsletter" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News Articles Photo Gallery Press Releases Video Gallery" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District State Federal" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Freddie Find Your District" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District State Federal" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Freddie Find my District" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Latest News Photo Gallery Press Releases Video Gallery" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography Caucuses" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "cboxOverlay", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"cboxOverlay\" style=\"display: none;\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "colorbox", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\"><div id=\"cboxWrapper\"" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "cboxWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"cboxWrapper\"><div><div id=\"cboxTopLeft\" style=\"float: left;\"></div><div id=\"cboxTopCenter\" " } ] }, "endTime": 1687100851397 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687100851397, "url": "https://a53.asmdc.org/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Official Website - Assemblymember Freddie Rodriguez Representing the 53rd California Assembly District", "pageurl": "https://a53.asmdc.org/", "time": 2.61, "creditsremaining": 1110, "allitemcount": 117, "totalelements": 413, "waveurl": "http://wave.webaim.org/report?url=https://a53.asmdc.org/" }, "categories": { "error": { "description": "Errors", "count": 6, "items": { "alt_link_missing": { "id": "alt_link_missing", "description": "Linked image missing alternative text", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > DIV#sidebar_first > ASIDE:first-child > DIV#block-connectwithme > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > DIV#sidebar_first > ASIDE:first-child > DIV#block-connectwithme > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > A: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" }, { "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 > A:first-child + NOSCRIPT + DIV + DIV + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > MAIN#content > SECTION:first-child > DIV#block-rodriguez-theme-page-title > DIV:first-child > H1:first-child" ], "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" } ] }, "button_empty": { "id": "button_empty", "description": "Empty button", "count": 3, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxPrevious", "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxNext", "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxSlideshow" ], "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" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 3, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 3, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV + DIV > DIV#page-wrapper > DIV#page > HEADER#header > NAV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > NAV#navbar-main > DIV#CollapsingNavbar > NAV#block-rodriguez-theme-main-menu > H2#block-rodriguez-theme-main-menu-menu", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > MAIN#content > SECTION:first-child > DIV#block-featureblock2 > H2:first-child + DIV > DIV:first-child + A" ], "contrastdata": [ [ 1.2, "#2858af", "#495057", false ], [ 1.39, "#4b545c", "#143a81", true ], [ 1.92, "#ffffff", "#eeb111", false ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 4, "items": { "heading_skipped": { "id": "heading_skipped", "description": "Skipped heading level", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV + DIV > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV > ASIDE:first-child + DIV > DIV:first-child > SECTION:first-child > DIV#block-servicesmenu > DIV:first-child > DIV:first-child > H1:first-child + DIV > DIV:first-child > DIV:first-child > H3#dropdownMenu1" ], "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_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV + DIV > DIV#page-wrapper > DIV#page > HEADER#header > NAV#navbar-top > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "noscript": { "id": "noscript", "description": "Noscript element", "count": 2, "selectors": [ "HTML > HEAD:first-child > META:first-child + NOSCRIPT", "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT" ], "wcag": [] } } } }, "success": true }, "standardResult": { "totals": [ 4, 0, 0, 9 ], "instances": [ { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > DIV#sidebar_first > ASIDE:first-child > DIV#block-connectwithme > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > DIV#sidebar_first > ASIDE:first-child > DIV#block-connectwithme > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > A:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "heading_empty", "what": "Empty heading", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > MAIN#content > SECTION:first-child > DIV#block-rodriguez-theme-page-title > DIV:first-child > H1:first-child" }, "excerpt": "" }, { "ruleID": "button_empty", "what": "Empty button", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxPrevious", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxPrevious" }, "excerpt": "" }, { "ruleID": "button_empty", "what": "Empty button", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxNext", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxNext" }, "excerpt": "" }, { "ruleID": "button_empty", "what": "Empty button", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxSlideshow", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxSlideshow" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "H2", "id": "block-rodriguez-theme-main-menu-menu", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV + DIV > DIV#page-wrapper > DIV#page > HEADER#header > NAV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > NAV#navbar-main > DIV#CollapsingNavbar > NAV#block-rodriguez-theme-main-menu > H2#block-rodriguez-theme-main-menu-menu" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV + DIV > DIV#page-wrapper > DIV#page > DIV#main-wrapper > DIV#main > DIV:first-child > MAIN#content > SECTION:first-child > DIV#block-featureblock2 > H2:first-child + DIV > DIV:first-child + A" }, "excerpt": "" }, { "ruleID": "heading_skipped", "what": "Skipped heading level", "ordinalSeverity": 0, "tagName": "H3", "id": "dropdownMenu1", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV + DIV > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV > ASIDE:first-child + DIV > DIV:first-child > SECTION:first-child > DIV#block-servicesmenu > DIV:first-child > DIV:first-child > H1:first-child + DIV > DIV:first-child > DIV:first-child > H3#dropdownMenu1" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT + DIV + DIV + DIV > DIV#page-wrapper > DIV#page > HEADER#header > NAV#navbar-top > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child > META:first-child + NOSCRIPT" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > A:first-child + NOSCRIPT" }, "excerpt": "" } ] }, "endTime": 1687100854411 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD53-a", "which": "https://a53.asmdc.org/", "what": "Member Freddie Rodriguez (D)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T15:06:26", "endTime": "2023-06-18T15:07:34", "elapsedSeconds": 67, "visitLatency": 6, "logCount": 3, "logSize": 317, "errorLogCount": 1, "errorLogSize": 40, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 29 ], [ "testaro", 14 ], [ "alfa", 5 ], [ "ibm", 4 ], [ "wave", 3 ], [ "qualWeb", 2 ], [ "axe", 1 ], [ "nuVal", 1 ], [ "continuum", 0 ], [ "htmlcs", 0 ], [ "tenon", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 1350, "issue": 1159, "tool": 190, "prevention": 0, "log": 1, "latency": 0 }, "details": { "severity": { "total": [ 142, 270, 67, 254 ], "byTool": { "testaro": [ 18, 140, 18, 28 ], "alfa": [ 12, 0, 0, 54 ], "axe": [ 15, 6, 10, 22 ], "continuum": [ 0, 0, 0, 18 ], "htmlcs": [ 21, 0, 0, 29 ], "ibm": [ 0, 15, 0, 46 ], "nuVal": [ 30, 0, 34, 0 ], "qualWeb": [ 42, 109, 4, 12 ], "tenon": [ 0, 0, 1, 36 ], "wave": [ 4, 0, 0, 9 ] } }, "prevention": {}, "issue": { "linkNoText": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "alfa": { "r11": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 2, "texts": [ "Links have an accessible name" ] } } }, "axe": { "link-name": { "quality": 1, "what": "Link has no discernible text", "complaints": { "countTotal": 2, "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": 2, "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.Empty": { "quality": 1, "what": "a element has an id attribute but no href attribute or text", "complaints": { "countTotal": 1, "texts": [ "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element." ] } }, "AAA.1_1_1.H30.2": { "quality": 1, "what": "img element is the only link content but has no text alternative", "complaints": { "countTotal": 2, "texts": [ "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link." ] } } }, "ibm": { "a_text_purpose": { "quality": 1, "what": "Hyperlink has no link text, label, or image with a text alternative", "complaints": { "countTotal": 2, "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": 2, "texts": [ "This rule checks that each link has an accessible name." ] } }, "QW-WCAG-T21": { "quality": 1, "what": "Accessible name is not provided for an image which is the only content in a link", "complaints": { "countTotal": 2, "texts": [ "This technique checks the text alternative of images which are the only content of a link" ] } } }, "tenon": { "57": { "quality": 1, "what": "Link has no text inside it", "complaints": { "countTotal": 2, "texts": [ "This link has no text inside it." ] } } }, "wave": { "alt_link_missing": { "quality": 1, "what": "Linked image has no text alternative", "complaints": { "countTotal": 2, "texts": [ "Linked image missing alternative text" ] } } } } }, "ariaBadAttribute": { "score": 32, "maxCount": 8, "weight": 4, "tools": { "alfa": { "r18": { "quality": 1, "what": "ARIA state or property is not allowed for the element on which it is specified", "complaints": { "countTotal": 8, "texts": [ "aria-* states and properties are allowed" ] } } }, "continuum": { "281": { "quality": 1, "what": "Element has an aria-expanded attribute, which is not allowed", "complaints": { "countTotal": 4, "texts": [ "The aria-expanded attribute is not allowed on this H3" ] } } } } }, "imageNoText": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "alfa": { "r2": { "quality": 1, "what": "Image has no accessible name", "complaints": { "countTotal": 2, "texts": [ "Images have an accessible name" ] } } }, "axe": { "image-alt": { "quality": 1, "what": "Image has no text alternative", "complaints": { "countTotal": 2, "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\"" ] } } }, "continuum": { "89": { "quality": 1, "what": "img element has no machanism allowing an accessible name to be calculated", "complaints": { "countTotal": 2, "texts": [ "This img element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "ibm": { "img_alt_valid": { "quality": 1, "what": "Image has neither an alt attribute nor an ARIA label or title", "complaints": { "countTotal": 2, "texts": [ "The image has neither an alt atttribute nor an ARIA label or title" ] } } }, "nuVal": { "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.": { "quality": 1, "what": "img element has no alt attribute", "complaints": { "countTotal": 4, "texts": [ "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images." ] } } }, "qualWeb": { "QW-ACT-R17": { "quality": 1, "what": "Image has no accessible name", "complaints": { "countTotal": 2, "texts": [ "This rule checks that each image that is not marked as decorative, has an accessible name." ] } } } } }, "duplicateID": { "score": 64, "maxCount": 16, "weight": 4, "tools": { "alfa": { "r3": { "quality": 1, "what": "Element id attribute value is not unique", "complaints": { "countTotal": 6, "texts": [ "id attributes have a unique value" ] } } }, "axe": { "duplicate-id-aria": { "quality": 1, "what": "id attribute used in ARIA or in a label has a value that is not unique", "complaints": { "countTotal": 1, "texts": [ "IDs used in ARIA and labels must be unique; Document has multiple elements referenced with ARIA with the same id attribute: dropdownMenu1" ] } }, "duplicate-id": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 1, "texts": [ "id attribute value must be unique; Document has multiple static elements with the same id attribute: block-rodriguez-theme-main-menu" ] } } }, "continuum": { "94": { "quality": 1, "what": "Element contains an id attribute set to a value that is not unique in the DOM", "complaints": { "countTotal": 6, "texts": [ "This NAV has an id attribute of 'block-rodriguez-theme-main-menu', which is not unique in the same DOM", "This UL has an id attribute of 'block-rodriguez-theme-main-menu', which is not unique in the same DOM", "This H3 has an id attribute of 'dropdownMenu1', which is not unique in the same DOM" ] } } }, "htmlcs": { "AAA.4_1_1.F77": { "quality": 1, "what": "Duplicate id attribute value", "complaints": { "countTotal": 2, "texts": [ "Duplicate id attribute value \"dropdownMenu1\" found on the web page.", "Duplicate id attribute value \"block-rodriguez-theme-main-menu\" found on the web page." ] } } }, "ibm": { "element_id_unique": { "quality": 1, "what": "Element has an id attribute value that is already in use", "complaints": { "countTotal": 4, "texts": [ "The <ul> element has the id \"block-rodriguez-theme-main-menu\" that is already in use", "The <h3> element has the id \"dropdownMenu1\" that is already in use" ] } } }, "nuVal": { "^Duplicate ID .+$|^The first occurrence of ID .* was here.*$": { "quality": 1, "what": "Duplicate id", "complaints": { "countTotal": 16, "texts": [ "Duplicate ID block-rodriguez-theme-main-menu.", "The first occurrence of ID block-rodriguez-theme-main-menu was here.", "Duplicate ID dropdownMenu1.", "The first occurrence of ID dropdownMenu1 was here." ] } } }, "qualWeb": { "QW-ACT-R18": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 6, "texts": [ "This rule checks that all id attribute values on a single page are unique." ] } } } } }, "headingLevelSkip": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "alfa": { "r53": { "quality": 1, "what": "Heading skips one or more levels", "complaints": { "countTotal": 1, "texts": [ "Headings are structured" ] } } }, "axe": { "heading-order": { "quality": 1, "what": "Heading levels do not increase by only one", "complaints": { "countTotal": 1, "texts": [ "Heading levels should only increase by one; Heading order invalid" ] } } }, "wave": { "heading_skipped": { "quality": 1, "what": "Skipped heading level", "complaints": { "countTotal": 1, "texts": [ "Skipped heading level" ] } } } } }, "contentBeyondLandmarks": { "score": 34, "maxCount": 17, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 10, "texts": [ "Perceivable text content is included in a landmark" ] } } }, "axe": { "region": { "quality": 1, "what": "Some page content is not contained by landmarks", "complaints": { "countTotal": 5, "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": 17, "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" ] } } } } }, "linkIndication": { "score": 68, "maxCount": 34, "weight": 2, "tools": { "alfa": { "r62": { "quality": 1, "what": "Inline link is not distinct from the surrounding text except by color", "complaints": { "countTotal": 1, "texts": [ "Links in blocks of text are distinguishable" ] } } }, "axe": { "link-in-text-block": { "quality": 1, "what": "Link is not distinct from surrounding text without reliance on color", "complaints": { "countTotal": 1, "texts": [ "Links must be distinguishable without relying on color; The link has insufficient color contrast of 1.62:1 with the surrounding text. (Minimum contrast is 3:1, link text: #2858af, surrounding text: #721c24); The link has no styling (such as underline) to distinguish it from the surrounding text" ] } } }, "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 34, "texts": [ "Link is inline but has no underline" ] } } } } }, "headingEmpty": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "alfa": { "r64": { "quality": 1, "what": "Heading has no non-empty accessible name", "complaints": { "countTotal": 1, "texts": [ "Heading has non-empty accessible name" ] } } }, "axe": { "empty-heading": { "quality": 1, "what": "Heading empty", "complaints": { "countTotal": 1, "texts": [ "Headings should not be empty; 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" ] } } }, "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" ] } } }, "nuVal": { "Empty heading.": { "quality": 1, "what": "Empty heading", "complaints": { "countTotal": 2, "texts": [ "Empty heading." ] } } }, "qualWeb": { "QW-ACT-R35": { "quality": 1, "what": "Heading has no accessible name", "complaints": { "countTotal": 1, "texts": [ "This rule applies to any HTML element with the semantic role of heading that is included in the accessibility tree." ] } } }, "wave": { "heading_empty": { "quality": 1, "what": "Empty heading", "complaints": { "countTotal": 1, "texts": [ "Empty heading" ] } } } } }, "focusIndication": { "score": 316, "maxCount": 79, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 1, "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": 79, "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": 10, "texts": [ "BUTTON element has a non-outline focus indicator", "A element has a non-outline focus indicator", "INPUT element has a non-outline focus indicator", "A element has no focus indicator" ] } } } } }, "contrastAAA": { "score": 22, "maxCount": 22, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 22, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "axe": { "color-contrast-enhanced": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 15, "texts": [ "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.06 (foreground color: #2858af, background color: #f8d7da, 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.06 (foreground color: #2858af, background color: #f8d7da, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1", "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.2 (foreground color: #f5f5f5, background color: #2858af, 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 6.76 (foreground color: #ffffff, background color: #2858af, 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 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" ] } } }, "htmlcs": { "AAA.1_4_6.G17.Fail": { "quality": 1, "what": "Text has insufficient contrast", "complaints": { "countTotal": 15, "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.92:1. Recommendation: change background to #735400.", "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.06:1. Recommendation: change text colour to #114198.", "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 6.2:1. Recommendation: change background to #1f4fa6.", "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 6.76:1. Recommendation: change background to #2555ac.", "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.69:1. Recommendation: change text colour to #515a62." ] } } } } }, "textContrastAA": { "score": 24, "maxCount": 6, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 6, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 6, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.92 (foreground color: #ffffff, background color: #eeb111, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" ] } } }, "htmlcs": { "AAA.1_4_6.G18.Fail": { "quality": 1, "what": "Contrast between the text and its background is less than 4.5:1", "complaints": { "countTotal": 2, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of NaN:1." ] } } }, "wave": { "contrast": { "quality": 1, "what": "Very low contrast", "complaints": { "countTotal": 3, "texts": [ "Very low contrast" ] } } } } }, "obsolete": { "score": 18, "maxCount": 6, "weight": 3, "tools": { "alfa": { "r70": { "quality": 1, "what": "Element is obsolete or deprecated", "complaints": { "countTotal": 1, "texts": [ "No obsolete or deprecated elements are used" ] } } }, "htmlcs": { "AAA.1_3_1.H49.Center": { "quality": 1, "what": "center element is obsolete", "complaints": { "countTotal": 1, "texts": [ "Presentational markup used that has become obsolete in HTML5." ] } } }, "ibm": { "element_attribute_deprecated": { "quality": 1, "what": "Element or attribute is obsolete", "complaints": { "countTotal": 4, "texts": [ "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "The <center> element is deprecated in HTML 5" ] } } }, "nuVal": { "The center element is obsolete. Use CSS instead.": { "quality": 1, "what": "center element is obsolete", "complaints": { "countTotal": 6, "texts": [ "The center element is obsolete. Use CSS instead." ] } } }, "qualWeb": { "QW-BP10": { "quality": 1, "what": "HTML element is used to control the visual presentation of content", "complaints": { "countTotal": 3, "texts": [ "No HTML elements are used to control the visual presentation of content" ] } } } } }, "headingOfNothing": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "alfa": { "r78": { "quality": 1, "what": "No content between two headings of the same level", "complaints": { "countTotal": 3, "texts": [ "Headings of same level have text content between them" ] } } } } }, "repeatedContentRisk": { "score": 5, "maxCount": 5, "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." ] } }, "QW-BP17": { "quality": 1, "what": "No link at the beginning of a block of repeated content goes to the end of the block", "complaints": { "countTotal": 2, "texts": [ "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block." ] } } } } }, "hiddenContentRisk": { "score": 14, "maxCount": 14, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 14, "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." ] } } } } }, "cssBansRotate": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "axe": { "css-orientation-lock": { "quality": 1, "what": "CSS media query locks display orientation", "complaints": { "countTotal": 1, "texts": [ "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined" ] } } } } }, "landmarkConfusion": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "axe": { "landmark-unique": { "quality": 1, "what": "Landmark has a role and an accessible name that are identical to another", "complaints": { "countTotal": 2, "texts": [ "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" ] } } }, "ibm": { "aria_landmark_name_unique": { "quality": 1, "what": "Multiple landmarks with the same parent region are not distinguished from one another", "complaints": { "countTotal": 4, "texts": [ "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label" ] } } } } }, "navConfusion": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "continuum": { "531": { "quality": 1, "what": "nav element has an accessible name that is non-unique among the nav elements", "complaints": { "countTotal": 2, "texts": [ "This nav does not have a unique accessible name as required when two or more nav elements are present" ] } } }, "ibm": { "aria_navigation_label_unique": { "quality": 1, "what": "Multiple elements with the navigation role do not have unique labels", "complaints": { "countTotal": 2, "texts": [ "Multiple elements with \"navigation\" role do not have unique labels" ] } } } } }, "navNoText": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "continuum": { "533": { "quality": 1, "what": "nav element is not the only nav element but has no accessible name", "complaints": { "countTotal": 2, "texts": [ "This nav does not have an accessible name as required when two or more nav elements are present" ] } } } } }, "pseudoOrderedListRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "htmlcs": { "AAA.1_3_1.H48.2": { "quality": 1, "what": "Ordered list may fail to be coded as such", "complaints": { "countTotal": 1, "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": 24, "maxCount": 12, "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": 12, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "scrollRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "quality": 1, "what": "Fixed-position element may force bidirectional scrolling", "complaints": { "countTotal": 1, "texts": [ "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion." ] } } } } }, "contrastRisk": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_6.G17.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 7:1", "complaints": { "countTotal": 3, "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 7:1." ] } }, "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." ] } } } } }, "linkWindowSurpriseRisk": { "score": 11, "maxCount": 11, "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": 11, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "linkBrokenRisk": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "htmlcs": { "AAA.4_1_2.H91.A.Placeholder": { "quality": 1, "what": "Link has text but no href, id, or name attribute", "complaints": { "countTotal": 1, "texts": [ "Anchor element found with link content, but no href, ID or name attribute has been supplied." ] } } } } }, "headingStructure": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1_AAA.G141": { "quality": 1, "what": "Heading level is incorrect", "complaints": { "countTotal": 3, "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.", "The heading structure is not logically nested. This h3 element should be an h2 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." ] } } } } }, "buttonNoText": { "score": 12, "maxCount": 3, "weight": 4, "tools": { "htmlcs": { "AAA.4_1_2.H91.Button.Name": { "quality": 1, "what": "Button element has no accessible name", "complaints": { "countTotal": 3, "texts": [ "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute." ] } } }, "wave": { "button_empty": { "quality": 1, "what": "Button is empty or has no value text", "complaints": { "countTotal": 3, "texts": [ "Empty button" ] } } } } }, "visibleLabelNotName": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "ibm": { "label_name_visible": { "quality": 1, "what": "Accessible name does not match or contain the visible label text", "complaints": { "countTotal": 1, "texts": [ "Accessible name does not match or contain the visible label text" ] } } }, "qualWeb": { "QW-ACT-R30": { "quality": 1, "what": "Visible label is not part of the accessible name", "complaints": { "countTotal": 1, "texts": [ "This rule checks that interactive elements labeled through their content have their visible label as part of their accessible name." ] } } } } }, "complementaryNoText": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "ibm": { "aria_complementary_labelled": { "quality": 1, "what": "Element with a complementary role has no label", "complaints": { "countTotal": 2, "texts": [ "The element with \"complementary\" role does not have a label" ] } } } } }, "asideConfusion": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "ibm": { "aria_complementary_label_unique": { "quality": 1, "what": "Multiple elements with a complementary role have no unique labels", "complaints": { "countTotal": 2, "texts": [ "Multiple elements with \"complementary\" role do not have unique labels" ] } } } } }, "attributeBad": { "score": 40, "maxCount": 10, "weight": 4, "tools": { "ibm": { "aria_attribute_valid": { "quality": 1, "what": "ARIA attribute is invalid for the role of its element", "complaints": { "countTotal": 10, "texts": [ "The ARIA attributes \"aria-expanded\" are not valid for the element <a> with implicit ARIA role \"generic\"", "The ARIA attributes \"aria-expanded\" are not valid for the element <h3> with implicit ARIA role \"heading\"" ] } } }, "nuVal": { "^Attribute .+ not allowed on element .+ at this point.*$": { "quality": 1, "what": "Attribute not allowed on this element", "complaints": { "countTotal": 8, "texts": [ "Attribute type not allowed on element h3 at this point." ] } } } } }, "roleRedundant": { "score": 20, "maxCount": 20, "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": 10, "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 \"article\" is redundant with the implicit role of the element <article>", "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>", "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>" ] } } }, "nuVal": { "^The .+ role is unnecessary for element .+$": { "quality": 1, "what": "explicit role is redundant for its element", "complaints": { "countTotal": 20, "texts": [ "The banner role is unnecessary for element header.", "The navigation role is unnecessary for element nav.", "The complementary role is unnecessary for element aside.", "The main role is unnecessary for element main.", "The article role is unnecessary for element article." ] } } }, "testaro": { "role": { "quality": 1, "what": "Invalid, native-replacing, or redundant role", "complaints": { "countTotal": 14, "texts": [ "HEADER elements have invalid or native-replaceable explicit role banner (count: 1)", "DIV elements have invalid or native-replaceable explicit role group (count: 2)", "NAV elements have redundant explicit role navigation (count: 1)", "ASIDE elements have redundant explicit role complementary (count: 2)", "MAIN elements have redundant explicit role main (count: 1)", "ARTICLE elements have redundant explicit role article (count: 5)", "A elements have invalid or native-replaceable explicit role button (count: 2)" ] } } } } }, "parentBad": { "score": 24, "maxCount": 6, "weight": 4, "tools": { "nuVal": { "^Element .+ not allowed as child of element .+ in this context.*$": { "quality": 1, "what": "Element has an invalid parent", "complaints": { "countTotal": 6, "texts": [ "Element div not allowed as child of element h2 in this context. (Suppressing further errors from this subtree.)" ] } } } } }, "slashParseRisk": { "score": 49, "maxCount": 49, "weight": 1, "tools": { "nuVal": { "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.": { "quality": 1, "what": "Void element has a useless trailing slash.", "complaints": { "countTotal": 49, "texts": [ "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values." ] } } } } }, "governedBadID": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "nuVal": { "The aria-controls attribute must point to an element in the same document.": { "quality": 1, "what": "aria-controls attribute references an element not in the document", "complaints": { "countTotal": 2, "texts": [ "The aria-controls attribute must point to an element in the same document." ] } } } } }, "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." ] } } } } }, "linkTextsSame": { "score": 28, "maxCount": 14, "weight": 2, "tools": { "qualWeb": { "QW-ACT-R9": { "quality": 1, "what": "Links with identical accessible names have different purposes", "complaints": { "countTotal": 14, "texts": [ "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources." ] } } }, "tenon": { "98": { "quality": 1, "what": "Links have the same text but different destinations", "complaints": { "countTotal": 8, "texts": [ "These links have the same text but different destinations." ] } } } } }, "errorReferenceBad": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R41": { "quality": 1, "what": "Error message describes no invalid form field value", "complaints": { "countTotal": 1, "texts": [ "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error." ] } } } } }, "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": 3, "weight": 0, "tools": { "qualWeb": { "QW-WCAG-T20": { "quality": 1, "what": "Link text is not supplemented with a title attribute", "complaints": { "countTotal": 3, "texts": [ "Supplementing link text with the title attribute" ] } } } } }, "textAlternativeRisk": { "score": 8, "maxCount": 8, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 8, "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" ] } } } } }, "colorMissing": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T31": { "quality": 1, "what": "Foreground or background color is specified but not both", "complaints": { "countTotal": 2, "texts": [ "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination." ] } } } } }, "titleLong": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-BP6": { "quality": 1, "what": "title element is too long (more than 64 characters)", "complaints": { "countTotal": 1, "texts": [ "The webpage title element shouldn't have more than 100 characters" ] } } } } }, "noHeading": { "score": 45, "maxCount": 15, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 15, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "bannerNot1": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-BP20": { "quality": 1, "what": "Document has more than 1 banner landmark", "complaints": { "countTotal": 1, "texts": [ "Ensures the document has at most one banner landmark" ] } } } } }, "bannerNotTop": { "score": 10, "maxCount": 5, "weight": 2, "tools": { "qualWeb": { "QW-BP19": { "quality": 1, "what": "banner landmark is not at the top level", "complaints": { "countTotal": 5, "texts": [ "Ensures the banner landmark is at top level" ] } } } } }, "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." ] } } } } }, "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": 21, "maxCount": 7, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 7, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "linkForcesNewWindow": { "score": 39, "maxCount": 13, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 13, "texts": [ "This link opens in a new window without user control." ] } } } } }, "visibleBulk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "bulk": { "quality": 1, "what": "Page contains many visible elements", "complaints": { "countTotal": 1, "texts": [ "Page contains a large number of visible elements" ] } } } } }, "focusableOperable": { "score": 15, "maxCount": 5, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 5, "texts": [ null ] } } } } }, "hoverSurprise": { "score": 20, "maxCount": 10, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 10, "texts": [ "Hovering over element has unexpected effects", "Operable element cannot be hovered over", "Link or button makes the hovering mouse cursor nonstandard" ] } } } } }, "labelClash": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "testaro": { "labClash": { "quality": 1, "what": "Incompatible label types", "complaints": { "countTotal": 3, "texts": [ "Element BUTTON is unlabeled" ] } } } } }, "inconsistentStyles": { "score": 9, "maxCount": 9, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 9, "texts": [ "In-line links have 3 different styles", "Buttons have 6 different styles", "Level-1 headings have 2 different styles", "Level-2 headings have 2 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": 15, "maxCount": 15, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 15, "texts": [ "A element has a non-default Z index", "UL element has a non-default Z index", "DIV element has a non-default Z index" ] } } } } }, "linkPair": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "wave": { "link_redundant": { "quality": 1, "what": "Adjacent links go to the same URL", "complaints": { "countTotal": 1, "texts": [ "Redundant link" ] } } } } }, "noScriptRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "wave": { "noscript": { "quality": 1, "what": "noscript element may fail to contain an accessible equivalent or alternative", "complaints": { "countTotal": 2, "texts": [ "Noscript element" ] } } } } } } } } }