Accessibility digest
Page | Thomas J. Umberg (D) |
---|---|
URL | https://sd34.senate.ca.gov/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/24 |
Score | 1981 |
Tested by | Testaro, procedure ts27 |
Scored by | Testilo, procedure tsp28 |
Digested by | Testilo, procedure tdp28 |
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 Thomas J. Umberg (D) at https://sd34.senate.ca.gov/ 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 1981, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1981 | Sum of the component scores |
issue | 1410 | Severity and number of reported defects |
tool | 251 | Tool-by-tool defect ratings |
prevention | 300 | Failed attempts by tools to test the page |
log | 20 | 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 | 244 |
duplicateID | 152 |
colorMissing | 124 |
leadingClipsText | 112 |
textContrastAA | 84 |
linkIndication | 74 |
contentBeyondLandmarks | 64 |
externalLinkSurprise | 57 |
contrastAAA | 53 |
targetSize | 45 |
noHeading | 42 |
linkNoText | 36 |
pseudoNavList | 20 |
hoverSurprise | 20 |
titleBad | 20 |
externalLink | 19 |
leadingInsufficient | 14 |
leadingAbsolute | 14 |
nonSemanticText | 14 |
duplicateAttribute | 14 |
obsolete | 12 |
buttonNoText | 12 |
zIndexNotZero | 12 |
allCaps | 11 |
hiddenContentRisk | 10 |
inconsistentStyles | 9 |
fontSizeAbsolute | 8 |
linkPair | 8 |
textAlternativeRisk | 8 |
landmarkConfusion | 6 |
headingStructure | 6 |
bannerConfusion | 6 |
skipRepeatedContent | 6 |
focusableOperable | 6 |
labelClash | 6 |
repeatedContentRisk | 5 |
contrastRisk | 5 |
imageNoText | 4 |
headingLevelSkip | 4 |
descendantMissing | 4 |
cssBansRotate | 4 |
imageTextRedundant | 4 |
h1Missing | 3 |
roleRedundant | 3 |
roleBad | 3 |
parseError | 3 |
horizontalScrolling | 3 |
titleRedundant | 3 |
spontaneousMotion | 2 |
bannerNot1 | 2 |
mainNone | 2 |
scrollRisk | 2 |
overflowHiddenRisk | 2 |
decorativeImageRisk | 1 |
sectionHeadingless | 1 |
visibleBulk | 1 |
videoCaptionRisk | 1 |
frameContentRisk | 0 |
ignorable | 0 |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.
Issue focusIndication
WCAG: 2.4.7
Score: 244
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 61
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: 6
Complaint specifics
- A element has no focus indicator
- IFRAME element has no focus indicator
Issue duplicateID
WCAG: 4.1.1
Score: 152
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 38
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue colorMissing
WCAG: 1.4.3
Score: 124
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 31
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 leadingClipsText
WCAG: 1.4.8
Score: 112
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.
Complaints by testaro
Rule lineHeight
lineHeight
Description: Text has a line height less than 1.5 times its font size
Count of instances: 56
Complaint specifics
- Text line height 22.8571 px is less than 1.5 times its font size 16 px
- Text line height 20 px is less than 1.5 times its font size 16 px
- Text line height 22 px is less than 1.5 times its font size 20 px
- Text line height 30.8 px is less than 1.5 times its font size 28 px
- Text line height 17.6 px is less than 1.5 times its font size 16 px
- Text line height 17.1429 px is less than 1.5 times its font size 12 px
Issue textContrastAA
WCAG: 1.4.3
Score: 84
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 21
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: 20
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #4d7cb3, 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: 1
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 ibm
Rule text_contrast_sufficient
text_contrast_sufficient
Description: Text has a contrast with its background less than the WCAG AA minimum for its size and weight
Count of instances: 1
Complaint specifics
- Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400
Complaints by qualWeb
Rule QW-ACT-R37
QW-ACT-R37
Description: Text has less than the minimum contrast
Count of instances: 14
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 1
Complaint specifics
- Very low contrast
Issue linkIndication
WCAG: 1.3.3
Score: 74
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 37
Complaint specifics
- Link is inline but has no underline
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 64
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 32
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: 1
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: 18
Complaint specifics
- Content is not within a landmark element
Issue externalLinkSurprise
WCAG: 3.2.5
Score: 57
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 19
Complaint specifics
- This link opens in a new window without user control.
Issue contrastAAA
WCAG: 1.4.6
Score: 53
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 53
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: 20
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, 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.85 (foreground color: #205ba0, background color: #ffffff, font size: 12.0pt (16px), 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: 18
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 6.85:1. Recommendation: change text colour to #1e599e.
- 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 NaN:1.
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 15
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.
Complaints by tenon
Rule 95
95
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 6
Complaint specifics
- This element has insufficient color contrast (Level AAA).
Issue targetSize
WCAG: 2.5.5
Score: 45
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 15
Complaint specifics
- This actionable element is smaller than the minimum required size.
Complaints by testaro
Rule targetSize
targetSize
Description: Button, input, or non-inline link is smaller than 44 px wide and high
Count of instances: 3
Complaint specifics
- Interactive element has a substandard size (1 px wide, 1 px high)
- Interactive element has a substandard size (25 px wide, 25 px high)
Issue noHeading
WCAG: 1.3.1
Score: 42
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 14
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue linkNoText
WCAG: 2.4.4
Score: 36
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 9
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 9
Complaint specifics
- Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute
Complaints by continuum
Rule 237
237
Description: a element has no machanism allowing an accessible name value to be calculated
Count of instances: 9
Complaint specifics
- This A element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.4_1_2.H91.A.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.4_1_2.H91.A.NoContent
Description: Link has an href attribute but no text
Count of instances: 3
Complaint specifics
- Anchor element found with a valid href attribute, but no link content has been supplied.
Complaints by tenon
Rule 57
57
Description: Link has no text inside it
Count of instances: 9
Complaint specifics
- This link has no text inside it.
Complaints by wave
Rule link_empty
link_empty
Description: Link contains no text
Count of instances: 9
Complaint specifics
- Empty link
Issue pseudoNavList
WCAG: 1.3.1
Score: 20
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: 1
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: 10
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
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
Issue titleBad
WCAG: 1.3.1
Score: 20
Complaints by testaro
Rule titledEl
titledEl
Description: title attribute belongs to an inappropriate element
Count of instances: 5
Complaint specifics
- A element has a title attribute
Issue externalLink
WCAG: 3.2.5
Score: 19
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: 13
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Complaints by testaro
Rule linkExt
linkExt
Description: Link opens a new window or tab
Count of instances: 19
Complaint specifics
- Element a has a target=_blank attribute
Issue leadingInsufficient
WCAG: 1.4.8
Score: 14
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 7
Complaint specifics
- Paragraphs of text have sufficient line height
Issue leadingAbsolute
WCAG: 1.4.12
Score: 14
Complaints by alfa
Rule r80
r80
Description: Paragraph text has an absolute line height
Count of instances: 7
Complaint specifics
- Paragraphs of text do not have line heights defined in absolute units
Issue nonSemanticText
WCAG: 1.3.1
Score: 14
Complaints by htmlcs
Rule AAA.1_3_1.H49.I
AAA.1_3_1.H49.I
Description: Special text is italicized nonsemantically
Count of instances: 6
Complaint specifics
- Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.
Rule AAA.1_3_1.H49.Small
Description: Special text is made small nonsemantically
Count of instances: 1
Complaint specifics
- Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.
Issue duplicateAttribute
WCAG: 4.1.1
Score: 14
Complaints by testaro
Rule dupAtt
dupAtt
Description: Source code of the element contains 2 or more of the same attribute
Count of instances: 10
Complaint specifics
- Page prevented this test (treated as 10 instances)
Issue obsolete
WCAG: 4.1
Score: 12
Complaints by htmlcs
Rule AAA.1_3_1.H49.AlignAttr
AAA.1_3_1.H49.AlignAttr
Description: align attribute is obsolete
Count of instances: 1
Complaint specifics
- Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.
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 HTML attribute(s) "profile" is deprecated for the <head> element in HTML 5
- The HTML attribute(s) "frameborder" is deprecated for the <iframe> element in HTML 5
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 zIndexNotZero
WCAG: 1.4
Score: 12
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 12
Complaint specifics
- HEADER element has a non-default Z index
- UL element has a non-default Z index
- LI element has a non-default Z index
- A element has a non-default Z index
- DIV element has a non-default Z index
Issue allCaps
WCAG: 3.1.5
Score: 11
Complaints by tenon
Rule 153
153
Description: Long string of text is in all caps
Count of instances: 11
Complaint specifics
- This long string of text is in all caps.
Issue hiddenContentRisk
WCAG: 4.1
Score: 10
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 10
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 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 2 different styles
- Links in columns have 2 different styles
- Buttons have 3 different styles
- Level-2 headings have 4 different styles
- Level-3 headings have 2 different styles
- Level-4 headings have 2 different styles
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 8
Complaints by alfa
Rule r74
r74
Description: Paragraph text has an absolute font size
Count of instances: 4
Complaint specifics
- Paragraphs of text do not have font sizes defined in absolute units
Issue linkPair
WCAG: 2.4.4
Score: 8
Complaints by qualWeb
Rule QW-WCAG-T10
QW-WCAG-T10
Description: Adjacent image and text links for the same resource are not combined
Count of instances: 4
Complaint specifics
- The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 2
Complaint specifics
- Redundant link
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 landmarkConfusion
WCAG: 1.3.6
Score: 6
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: 1
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: 2
Complaint specifics
- Multiple "banner" landmarks with the same parent region are not distinguished from one another because they have the same "" label
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 h3 element appears to be the primary document heading, so should be an h1 element.
- The heading structure is not logically nested. This h3 element should be an h1 to be properly nested.
- The heading structure is not logically nested. This h4 element should be an h3 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 bannerConfusion
WCAG: 1.3.6
Score: 6
Complaints by ibm
Rule aria_banner_label_unique
aria_banner_label_unique
Description: Multiple elements with a banner role have no unique labels
Count of instances: 2
Complaint specifics
- Multiple elements with "banner" 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 focusableOperable
WCAG: 2.1.1
Score: 6
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 2
Complaint specifics
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 contrastRisk
WCAG: 1.4.3
Score: 5
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: 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 7:1.
Rule AAA.1_4_6.G17.BgImage
Description: Contrast between the text and its background image may be less than 7:1
Count of instances: 3
Complaint specifics
- This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.
Rule AAA.1_4_6.G18.BgImage
Description: Contrast between the text and the background image may be less than 4.5:1
Count of instances: 1
Complaint specifics
- This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.
Issue imageNoText
WCAG: 1.1.1
Score: 4
Complaints by alfa
Rule r2
r2
Description: Image has no accessible name
Count of instances: 1
Complaint specifics
- Images have an accessible name
Complaints by axe
Rule image-alt
image-alt
Description: Image has no text alternative
Count of instances: 1
Complaint specifics
- Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role="none" or role="presentation"
Complaints by continuum
Rule 89
89
Description: img element has no machanism allowing an accessible name to be calculated
Count of instances: 1
Complaint specifics
- This img element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.1_1_1.H37
AAA.1_1_1.H37
Description: img element has no alt attribute
Count of instances: 1
Complaint specifics
- Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
Complaints by ibm
Rule img_alt_valid
img_alt_valid
Description: Image has neither an alt attribute nor an ARIA label or title
Count of instances: 1
Complaint specifics
- The image has neither an alt atttribute nor an ARIA label or title
Complaints by qualWeb
Rule QW-ACT-R17
QW-ACT-R17
Description: Image has no accessible name
Count of instances: 1
Complaint specifics
- This rule checks that each image that is not marked as decorative, has an accessible name.
Complaints by wave
Rule alt_missing
alt_missing
Description: Text alternative is missing
Count of instances: 1
Complaint specifics
- Missing alternative text
Issue headingLevelSkip
WCAG: 1.3.1
Score: 4
Complaints by alfa
Rule r53
r53
Description: Heading skips one or more levels
Count of instances: 2
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: 2
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: 2
Complaint specifics
- Skipped heading level
Issue descendantMissing
WCAG: 1.3.1
Score: 4
Complaints by alfa
Rule r68
r68
Description: Element does not own an element required by its semantic role
Count of instances: 1
Complaint specifics
- Elements with a role have required children
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 imageTextRedundant
WCAG: 1.1.1
Score: 4
Complaints by wave
Rule alt_redundant
alt_redundant
Description: Redundant text alternative
Count of instances: 4
Complaint specifics
- Redundant alternative text
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
Complaints by axe
Rule page-has-heading-one
page-has-heading-one
Description: Page contains no level-one heading
Count of instances: 1
Complaint specifics
- Page should contain a level-one heading; Page must have a level-one heading
Complaints by wave
Rule h1_missing
h1_missing
Description: Missing first level heading
Count of instances: 1
Complaint specifics
- Missing first level heading
Issue roleRedundant
WCAG: 4.1.2
Score: 3
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: 3
Complaint specifics
- The explicitly-assigned ARIA role "banner" is redundant with the implicit role of the element <header>
- The explicitly-assigned ARIA role "navigation" is redundant with the implicit role of the element <nav>
Complaints by testaro
Rule role
role
Description: Invalid, native-replacing, or redundant role
Count of instances: 3
Complaint specifics
- HEADER elements have invalid or native-replaceable explicit role banner (count: 2)
- NAV elements have redundant explicit role navigation (count: 1)
Issue roleBad
WCAG: 4.1.2
Score: 3
Complaints by ibm
Rule aria_contentinfo_misuse
aria_contentinfo_misuse
Description: Element with a contentinfo role is present without an element with a main role
Count of instances: 1
Complaint specifics
- The element with "contentinfo" role is present without an element with "main" role
Issue parseError
WCAG: 4.1
Score: 3
Complaints by ibm
Rule aria_child_valid
aria_child_valid
Description: Child element has a role not allowed for the role of the parent
Count of instances: 1
Complaint specifics
- The element with role "list" does not own any child element with any of the following role(s): "listitem"
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 titleRedundant
WCAG: 1.3.1
Score: 3
Complaints by tenon
Rule 79
79
Description: Link has a title attribute that is the same as the text inside the link
Count of instances: 3
Complaint specifics
- This link has a `title` attribute that is the same as the text inside the link.
Complaints by wave
Rule title_redundant
title_redundant
Description: Title attribute text is the same as text or alternative text
Count of instances: 2
Complaint specifics
- Redundant title text
Issue spontaneousMotion
WCAG: 2.2.2
Score: 2
Complaints by testaro
Rule motion
motion
Description: Change of visible content not requested by user
Count of instances: 1
Complaint specifics
- Content moves or changes without user request
Issue bannerNot1
WCAG: 1.3.6
Score: 2
Complaints by axe
Rule landmark-no-duplicate-banner
landmark-no-duplicate-banner
Description: Page has more than 1 banner landmark
Count of instances: 1
Complaint specifics
- Document should not have more than one banner landmark; Document has more than one banner landmark
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 mainNone
WCAG: 1.3.6
Score: 2
Complaints by axe
Rule landmark-one-main
landmark-one-main
Description: page has no main landmark
Count of instances: 1
Complaint specifics
- Document should have one main landmark; Document does not have a main landmark
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 scrollRisk
WCAG: 1.4.10
Score: 2
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: 2
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 2
Complaints by qualWeb
Rule QW-ACT-R40
QW-ACT-R40
Description: Zoomed text node may be clipped by a CSS overflow declaration
Count of instances: 2
Complaint specifics
- This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.
Issue decorativeImageRisk
WCAG: 1.1.1
Score: 1
Complaints by htmlcs
Rule AAA.1_1_1.H67.2
AAA.1_1_1.H67.2
Description: Image marked as decorative may be informative
Count of instances: 1
Complaint specifics
- Img element is marked so that it is ignored by Assistive Technology.
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 videoCaptionRisk
WCAG: 1.2.2
Score: 1
Complaints by wave
Rule youtube_video
youtube_video
Description: YouTube video may have no or incorrect captions
Count of instances: 1
Complaint specifics
- YouTube video
Issue frameContentRisk
WCAG: 4.1
Score: 0
Complaints by axe
Rule frame-tested
frame-tested
Description: Some content is in an iframe and therefore may not be testable for accessibility
Count of instances: 1
Complaint specifics
- Frames should be tested with axe-core; The iframe still has to be tested with axe-core
Issue ignorable
WCAG: N/A
Score: 0
Complaints by qualWeb
Rule QW-WCAG-T20
QW-WCAG-T20
Description: Link text is not supplemented with a title attribute
Count of instances: 22
Complaint specifics
- Supplementing link text with the title attribute
Complete report
{ "id": "1etp6-ts27-caSenSDsd34", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687644813887, "endTime": 1687644814460 }, { "type": "url", "which": "https://sd34.senate.ca.gov/", "what": "Thomas J. Umberg (D)", "startTime": 1687644814460, "result": { "url": "https://sd34.senate.ca.gov/" }, "endTime": 1687644815421 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687644815421, "url": "https://sd34.senate.ca.gov/", "endTime": 1687644817253 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687644817253, "url": "https://sd34.senate.ca.gov/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 1010087, 1010078, 1010737, 1010087, 1010524 ], "localRatios": [ 1, 1.001, 1.001, 1 ], "meanLocalRatio": 1, "maxLocalRatio": 1.001, "globalRatio": 1.001, "pixelChanges": [ 0, 0, 0, 222 ], "meanPixelChange": 55, "maxPixelChange": 222, "changeFrequency": 0.25 }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 1, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] } }, "success": true }, "standardResult": { "totals": [ 0, 0, 1, 0 ], "instances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 1, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "endTime": 1687644830843 }, { "type": "launch", "which": "chromium", "startTime": 1687644830843, "endTime": 1687644831417 }, { "type": "url", "which": "https://sd34.senate.ca.gov/", "what": "Thomas J. Umberg (D)", "startTime": 1687644831417, "result": { "url": "https://sd34.senate.ca.gov/" }, "endTime": 1687644832614 }, { "type": "test", "which": "alfa", "startTime": 1687644832614, "url": "https://sd34.senate.ca.gov/", "what": "alfa", "result": { "totals": { "failures": 100, "warnings": 39 }, "items": [ { "index": 4, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/header[1]/div[1]/div[2]/small[1]/a[1]", "codeLines": [ "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\">", " <i class=\"fab fa-facebook-f\"></i>", "</a>" ] } }, { "index": 5, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/header[1]/div[1]/div[2]/small[1]/a[2]", "codeLines": [ "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\">", " <i class=\"fab fa-instagram\"></i>", "</a>" ] } }, { "index": 6, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/header[1]/div[1]/div[2]/small[1]/a[3]", "codeLines": [ "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\">", " <i class=\"fab fa-twitter\"></i>", "</a>" ] } }, { "index": 38, "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[1]", "codeLines": [ "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\">", " <i class=\"fab fa-facebook-f\"></i>", "</a>" ] } }, { "index": 39, "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[2]", "codeLines": [ "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\">", " <i class=\"fab fa-instagram\"></i>", "</a>" ] } }, { "index": 40, "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[3]", "codeLines": [ "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\">", " <i class=\"fab fa-twitter\"></i>", "</a>" ] } }, { "index": 53, "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]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[1]", "codeLines": [ "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\">", " <i class=\"fab fa-facebook-f\"></i>", "</a>" ] } }, { "index": 54, "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]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[2]", "codeLines": [ "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\">", " <i class=\"fab fa-instagram\"></i>", "</a>" ] } }, { "index": 55, "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]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[3]", "codeLines": [ "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\">", " <i class=\"fab fa-twitter\"></i>", "</a>" ] } }, { "index": 74, "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/img[1]", "codeLines": [ "<img src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/images/official_headshot_.jpg\">" ] } }, { "index": 185, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h4", "path": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/a[1]/div[1]/h4[1]", "codeLines": [ "<h4>", " In The News", "</h4>" ] } }, { "index": 194, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h4", "path": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]", "codeLines": [ "<h4>", " Did you know your Senate District 34", " <br>", " team can help you with:", "</h4>" ] } }, { "index": 233, "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/h2[1]/text()[1]", "codeLines": [ "Meet Senator Umberg" ] } }, { "index": 234, "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]", "codeLines": [ "I am proud to call Orange County home and honored to be our advocate in the State Senate." ] } }, { "index": 235, "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/p[2]/text()[1]", "codeLines": [ "As your State Senator you can count on me to build on my successes as our former State Assemblymember where I worked to deliver $563 million in funds directly to Orange County." ] } }, { "index": 236, "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/p[3]/a[1]/text()[1]", "codeLines": [ "Read full bio" ] } }, { "index": 237, "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/a[1]/div[1]/h4[1]/text()[1]", "codeLines": [ "In The News" ] } }, { "index": 238, "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/a[1]/p[1]/text()[1]", "codeLines": [ "Get all the latest district updates" ] } }, { "index": 239, "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/a[1]/div[1]/h4[1]/text()[1]", "codeLines": [ "Legislation" ] } }, { "index": 240, "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/a[1]/p[1]/text()[1]", "codeLines": [ "Keep up with your legislation" ] } }, { "index": 241, "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[3]/div[1]/a[1]/div[1]/h4[1]/text()[1]", "codeLines": [ "Upcoming Events" ] } }, { "index": 242, "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[3]/div[1]/a[1]/p[1]/text()[1]", "codeLines": [ "Find events coming up" ] } }, { "index": 243, "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[4]/div[1]/a[1]/div[1]/h4[1]/text()[1]", "codeLines": [ "Contact Us" ] } }, { "index": 244, "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[4]/div[1]/a[1]/p[1]/text()[1]", "codeLines": [ "Contact us for any questions" ] } }, { "index": 245, "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[4]/div[1]/div[1]/section[2]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "The Latest" ] } }, { "index": 246, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Press Release" ] } }, { "index": 247, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/h3[1]/span[1]/a[1]/text()[1]", "codeLines": [ "Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule" ] } }, { "index": 248, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "June 22, 2023" ] } }, { "index": 249, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]", "codeLines": [ "Press Release" ] } }, { "index": 250, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/h3[1]/span[1]/a[1]/text()[1]", "codeLines": [ "Umberg Labor Rights Constitutional Amendment Advances" ] } }, { "index": 251, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "June 22, 2023" ] } }, { "index": 252, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]/text()[1]", "codeLines": [ "Press Release" ] } }, { "index": 253, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/h3[1]/span[1]/a[1]/text()[1]", "codeLines": [ "Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year" ] } }, { "index": 254, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "June 12, 2023" ] } }, { "index": 255, "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[4]/div[1]/div[1]/section[2]/div[1]/div[3]/a[1]/text()[1]", "codeLines": [ "View all News" ] } }, { "index": 256, "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[4]/div[1]/div[1]/section[3]/div[1]/h2[1]/text()[1]", "codeLines": [ "District & Resources" ] } }, { "index": 257, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Senate District 34 includes the cities of Santa Ana, Anaheim, Long Beach, Fullerton, Orange, La Habra, Placentia, South Whittier, and East Whittier." ] } }, { "index": 258, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]/text()[1]", "codeLines": [ "Learn More About the District" ] } }, { "index": 259, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]/text()[1]", "codeLines": [ "Did you know your Senate District 34" ] } }, { "index": 260, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]/text()[2]", "codeLines": [ "team can help you with:" ] } }, { "index": 261, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/text()[1]", "codeLines": [ "State matters or agencies" ] } }, { "index": 262, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/text()[1]", "codeLines": [ "Community resources" ] } }, { "index": 263, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/text()[1]", "codeLines": [ "Legislative inquiries" ] } }, { "index": 264, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/p[3]/a[1]/text()[1]", "codeLines": [ "View all Resources" ] } }, { "index": 291, "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": 368, "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]/header[1]/div[1]/div[1]/a[1]/h3[1]/text()[1]", "codeLines": [ "Sign Up for Community Updates" ] } }, { "index": 369, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 370, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "Meet Tom" ] } }, { "index": 371, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Biography" ] } }, { "index": 372, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[2]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "Committees" ] } }, { "index": 373, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "The Latest" ] } }, { "index": 374, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Press Releases" ] } }, { "index": 375, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "In the News" ] } }, { "index": 376, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "Op-Ed" ] } }, { "index": 377, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]/ul[1]/li[4]/a[1]/text()[1]", "codeLines": [ "Legislation" ] } }, { "index": 378, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[4]/a[1]/text()[1]", "codeLines": [ "District" ] } }, { "index": 379, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "District Map" ] } }, { "index": 380, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "Upcoming Events" ] } }, { "index": 381, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "Gallery" ] } }, { "index": 382, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/a[1]/text()[1]", "codeLines": [ "Resources" ] } }, { "index": 383, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "API Leadership Awards" ] } }, { "index": 384, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "Contacting My Offices" ] } }, { "index": 385, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "COVID-19 Resources" ] } }, { "index": 386, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[4]/a[1]/text()[1]", "codeLines": [ "Wildfire Resources" ] } }, { "index": 387, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[5]/a[1]/text()[1]", "codeLines": [ "2023 Woman of Distinction" ] } }, { "index": 388, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[6]/a[1]/text()[1]", "codeLines": [ "Veteran Resources" ] } }, { "index": 389, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[7]/a[1]/text()[1]", "codeLines": [ "FASFA & Cal Grant Resources" ] } }, { "index": 390, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[8]/a[1]/text()[1]", "codeLines": [ "Fentanyl Resources" ] } }, { "index": 391, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[9]/a[1]/text()[1]", "codeLines": [ "Nonprofit Reimbursements" ] } }, { "index": 392, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[10]/a[1]/text()[1]", "codeLines": [ "Oil Spill Resources" ] } }, { "index": 393, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[11]/a[1]/text()[1]", "codeLines": [ "Free Heath Services Community Health Fair" ] } }, { "index": 394, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[6]/a[1]/text()[1]", "codeLines": [ "Contact Me" ] } }, { "index": 395, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Scheduling Request" ] } }, { "index": 396, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "Contact Us" ] } }, { "index": 397, "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "Sign up for Updates" ] } }, { "index": 398, "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]/header[1]/div[1]/section[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/span[1]/span[1]/h2[1]/text()[1]", "codeLines": [ "Senator Umberg - Press Conference on SB 44 Alexandra’s Law" ] } }, { "index": 402, "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/p[3]/a[1]/text()[1]", "codeLines": [ "Read full bio" ] } }, { "index": 411, "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[4]/div[1]/div[1]/section[2]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "The Latest" ] } }, { "index": 412, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Press Release" ] } }, { "index": 413, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/h3[1]/span[1]/a[1]/text()[1]", "codeLines": [ "Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule" ] } }, { "index": 414, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "June 22, 2023" ] } }, { "index": 415, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]", "codeLines": [ "Press Release" ] } }, { "index": 416, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/h3[1]/span[1]/a[1]/text()[1]", "codeLines": [ "Umberg Labor Rights Constitutional Amendment Advances" ] } }, { "index": 417, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "June 22, 2023" ] } }, { "index": 418, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]/text()[1]", "codeLines": [ "Press Release" ] } }, { "index": 419, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/h3[1]/span[1]/a[1]/text()[1]", "codeLines": [ "Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year" ] } }, { "index": 420, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "June 12, 2023" ] } }, { "index": 421, "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[4]/div[1]/div[1]/section[2]/div[1]/div[3]/a[1]/text()[1]", "codeLines": [ "View all News" ] } }, { "index": 422, "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[4]/div[1]/div[1]/section[3]/div[1]/h2[1]/text()[1]", "codeLines": [ "District & Resources" ] } }, { "index": 423, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Senate District 34 includes the cities of Santa Ana, Anaheim, Long Beach, Fullerton, Orange, La Habra, Placentia, South Whittier, and East Whittier." ] } }, { "index": 424, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]/text()[1]", "codeLines": [ "Learn More About the District" ] } }, { "index": 425, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]/text()[1]", "codeLines": [ "Did you know your Senate District 34" ] } }, { "index": 426, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]/text()[2]", "codeLines": [ "team can help you with:" ] } }, { "index": 427, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/text()[1]", "codeLines": [ "State matters or agencies" ] } }, { "index": 428, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/text()[1]", "codeLines": [ "Community resources" ] } }, { "index": 429, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/text()[1]", "codeLines": [ "Legislative inquiries" ] } }, { "index": 430, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/p[3]/a[1]/text()[1]", "codeLines": [ "View all Resources" ] } }, { "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]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]/a[1]/text()[1]", "codeLines": [ "Scheduling Request" ] } }, { "index": 462, "verdict": "failed", "rule": { "ruleID": "r68", "ruleSummary": "Elements with a role have required children", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r68", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#info-and-relationships", "chapter": "1.3.1", "title": "Info and Relationships" } ] }, "target": { "type": "element", "tagName": "ol", "path": "/html[1]/body[1]/header[1]/div[1]/section[1]/div[1]/div[1]/div[1]/ol[1]", "codeLines": [ "<ol class=\"flex-control-nav flex-control-paging\"></ol>" ] } }, { "index": 465, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/header[1]/div[1]/div[1]/a[1]/h3[1]/text()[1]", "codeLines": [ "Sign Up for Community Updates" ] } }, { "index": 495, "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]/header[1]/div[1]/section[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/span[1]/span[1]/h2[1]/text()[1]", "codeLines": [ "Senator Umberg - Press Conference on SB 44 Alexandra’s Law" ] } }, { "index": 499, "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/p[3]/a[1]/text()[1]", "codeLines": [ "Read full bio" ] } }, { "index": 508, "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[4]/div[1]/div[1]/section[2]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "The Latest" ] } }, { "index": 509, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Press Release" ] } }, { "index": 510, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/h3[1]/span[1]/a[1]/text()[1]", "codeLines": [ "Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule" ] } }, { "index": 511, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "June 22, 2023" ] } }, { "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]", "codeLines": [ "Press Release" ] } }, { "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/h3[1]/span[1]/a[1]/text()[1]", "codeLines": [ "Umberg Labor Rights Constitutional Amendment Advances" ] } }, { "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "June 22, 2023" ] } }, { "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]/text()[1]", "codeLines": [ "Press Release" ] } }, { "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/h3[1]/span[1]/a[1]/text()[1]", "codeLines": [ "Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year" ] } }, { "index": 517, "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "June 12, 2023" ] } }, { "index": 518, "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[4]/div[1]/div[1]/section[2]/div[1]/div[3]/a[1]/text()[1]", "codeLines": [ "View all News" ] } }, { "index": 519, "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[4]/div[1]/div[1]/section[3]/div[1]/h2[1]/text()[1]", "codeLines": [ "District & Resources" ] } }, { "index": 520, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Senate District 34 includes the cities of Santa Ana, Anaheim, Long Beach, Fullerton, Orange, La Habra, Placentia, South Whittier, and East Whittier." ] } }, { "index": 522, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]/text()[1]", "codeLines": [ "Did you know your Senate District 34" ] } }, { "index": 523, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]/text()[2]", "codeLines": [ "team can help you with:" ] } }, { "index": 524, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/text()[1]", "codeLines": [ "State matters or agencies" ] } }, { "index": 525, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/text()[1]", "codeLines": [ "Community resources" ] } }, { "index": 526, "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/text()[1]", "codeLines": [ "Legislative inquiries" ] } }, { "index": 590, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/a[1]/p[1]", "codeLines": [ "<p>", " Get all the latest district updates", "</p>" ] } }, { "index": 591, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/a[1]/p[1]", "codeLines": [ "<p>", " Keep up with your legislation", "</p>" ] } }, { "index": 592, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[3]/div[1]/a[1]/p[1]", "codeLines": [ "<p>", " Find events coming up", "</p>" ] } }, { "index": 593, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[4]/div[1]/a[1]/p[1]", "codeLines": [ "<p>", " Contact us for any questions", "</p>" ] } }, { "index": 594, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"field-content\">", " Press Release", "</p>" ] } }, { "index": 595, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]", "codeLines": [ "<p class=\"field-content\">", " Press Release", "</p>" ] } }, { "index": 596, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]", "codeLines": [ "<p class=\"field-content\">", " Press Release", "</p>" ] } }, { "index": 604, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/a[1]/p[1]", "codeLines": [ "<p>", " Get all the latest district updates", "</p>" ] } }, { "index": 605, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/a[1]/p[1]", "codeLines": [ "<p>", " Keep up with your legislation", "</p>" ] } }, { "index": 606, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[3]/div[1]/a[1]/p[1]", "codeLines": [ "<p>", " Find events coming up", "</p>" ] } }, { "index": 607, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[4]/div[1]/a[1]/p[1]", "codeLines": [ "<p>", " Contact us for any questions", "</p>" ] } }, { "index": 669, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p>", " Senate District 34 includes the cities of Santa Ana, Anaheim, Long Beach, Fullerton, Orange, La Habra, Placentia, South Whittier, and East Whittier.", "</p>" ] } }, { "index": 670, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[2]", "codeLines": [ "<p>", " <a class=\"btn-secondary\" href=\"/district\">", " Learn More About the District", " <i class=\"fas fa-long-arrow-alt-right\"></i>", " </a>", "</p>" ] } }, { "index": 671, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/p[3]", "codeLines": [ "<p>", " <a class=\"btn-secondary\" href=\"/resources\">", " View all Resources", " <i class=\"fas fa-long-arrow-alt-right\"></i>", " </a>", "</p>" ] } }, { "index": 672, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]", "codeLines": [ "<p>", " <strong>", " Capitol Office", " </strong>", " <br>", " 1021 O Street, Suite 6530", " <br>", " Sacramento, CA 95814", " <br>", " <strong>", " Phone:", " </strong>", " (916) 651-4034", " <br>", " <strong>", " Fax:", " </strong>", " (916) 651-4934", " <br>", "</p>" ] } }, { "index": 673, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]", "codeLines": [ "<p>", " <strong>", " District Office", " </strong>", " <br>", " 1000 E. Santa Ana Blvd., Ste. 220B", " <br>", " Santa Ana, CA 92701", " <br>", " <strong>", " Phone:", " </strong>", " (714) 558-3785", " <br>", "</p>" ] } }, { "index": 674, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]", "codeLines": [ "<p>", " <a class=\"btn-secondary\" href=\"/scheduling-request\">", " Scheduling Request", " <i class=\"fas fa-long-arrow-alt-right\"></i>", " </a>", "</p>" ] } }, { "index": 675, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]", "codeLines": [ "<p class=\"rtecenter\">", " <br>", " <a href=\"http://www.senate.ca.gov/\" target=\"_blank\">", " California State Senate", " </a>", " |", " <a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\">", " Democratic Caucus © 2023", " </a>", " |", " <a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">", " Privacy Policy", " </a>", " |", " <a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">", " Accessibility Statement", " </a>", " |", " <a href=\"http://registertovote.ca.gov/\" target=\"_blank\">", " Register to Vote", " </a>", "</p>" ] } }, { "index": 697, "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": [ 39, 0, 0, 100 ], "instances": [ { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/header[1]/div[1]/div[2]/small[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"> <i class=\"fab fa-facebook-f\"></i> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/header[1]/div[1]/div[2]/small[1]/a[2]" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"> <i class=\"fab fa-instagram\"></i> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/header[1]/div[1]/div[2]/small[1]/a[3]" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"> <i class=\"fab fa-twitter\"></i> </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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"> <i class=\"fab fa-facebook-f\"></i> </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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[2]" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"> <i class=\"fab fa-instagram\"></i> </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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[3]" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"> <i class=\"fab fa-twitter\"></i> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"> <i class=\"fab fa-facebook-f\"></i> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[2]" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"> <i class=\"fab fa-instagram\"></i> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[3]" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"> <i class=\"fab fa-twitter\"></i> </a>" }, { "ruleID": "r2", "what": "Images have an accessible name", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/img[1]" }, "excerpt": "<img src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/images/official_headshot_.jpg\">" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/a[1]/div[1]/h4[1]" }, "excerpt": "<h4> In The News </h4>" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]" }, "excerpt": "<h4> Did you know your Senate District 34 <br> team can help you with: </h4>" }, { "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/h2[1]/text()[1]" }, "excerpt": "Meet Senator Umberg" }, { "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]" }, "excerpt": "I am proud to call Orange County home and honored to be our advocate in the State Senate." }, { "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/p[2]/text()[1]" }, "excerpt": "As your State Senator you can count on me to build on my successes as our former State Assemblymember where I worked to deliver $563 million in funds directly to Orange County." }, { "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/p[3]/a[1]/text()[1]" }, "excerpt": "Read full bio" }, { "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/a[1]/div[1]/h4[1]/text()[1]" }, "excerpt": "In The News" }, { "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/a[1]/p[1]/text()[1]" }, "excerpt": "Get all the latest district updates" }, { "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/a[1]/div[1]/h4[1]/text()[1]" }, "excerpt": "Legislation" }, { "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/a[1]/p[1]/text()[1]" }, "excerpt": "Keep up with your legislation" }, { "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[3]/div[1]/a[1]/div[1]/h4[1]/text()[1]" }, "excerpt": "Upcoming Events" }, { "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[3]/div[1]/a[1]/p[1]/text()[1]" }, "excerpt": "Find events coming up" }, { "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[4]/div[1]/a[1]/div[1]/h4[1]/text()[1]" }, "excerpt": "Contact Us" }, { "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[4]/div[1]/a[1]/p[1]/text()[1]" }, "excerpt": "Contact us for any questions" }, { "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[4]/div[1]/div[1]/section[2]/div[1]/div[1]/h2[1]/text()[1]" }, "excerpt": "The Latest" }, { "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Press Release" }, { "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/h3[1]/span[1]/a[1]/text()[1]" }, "excerpt": "Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "June 22, 2023" }, { "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]" }, "excerpt": "Press Release" }, { "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/h3[1]/span[1]/a[1]/text()[1]" }, "excerpt": "Umberg Labor Rights Constitutional Amendment Advances" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "June 22, 2023" }, { "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]/text()[1]" }, "excerpt": "Press Release" }, { "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[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/h3[1]/span[1]/a[1]/text()[1]" }, "excerpt": "Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "June 12, 2023" }, { "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[4]/div[1]/div[1]/section[2]/div[1]/div[3]/a[1]/text()[1]" }, "excerpt": "View all News" }, { "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[4]/div[1]/div[1]/section[3]/div[1]/h2[1]/text()[1]" }, "excerpt": "District & Resources" }, { "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Senate District 34 includes the cities of Santa Ana, Anaheim, Long Beach, Fullerton, Orange, La Habra, Placentia, South Whittier, and East Whittier." }, { "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]/text()[1]" }, "excerpt": "Learn More About the District" }, { "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]/text()[1]" }, "excerpt": "Did you know your Senate District 34" }, { "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]/text()[2]" }, "excerpt": "team can help you with:" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/text()[1]" }, "excerpt": "State matters or agencies" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/text()[1]" }, "excerpt": "Community resources" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/text()[1]" }, "excerpt": "Legislative inquiries" }, { "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/p[3]/a[1]/text()[1]" }, "excerpt": "View all Resources" }, { "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": "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]/header[1]/div[1]/div[1]/a[1]/h3[1]/text()[1]" }, "excerpt": "Sign Up for Community Updates" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "Meet Tom" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[2]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Biography" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[2]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "Committees" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "The Latest" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Press Releases" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "In the News" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "Op-Ed" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]/ul[1]/li[4]/a[1]/text()[1]" }, "excerpt": "Legislation" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[4]/a[1]/text()[1]" }, "excerpt": "District" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "District Map" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "Upcoming Events" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "Gallery" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/a[1]/text()[1]" }, "excerpt": "Resources" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "API Leadership Awards" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "Contacting My Offices" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "COVID-19 Resources" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[4]/a[1]/text()[1]" }, "excerpt": "Wildfire Resources" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[5]/a[1]/text()[1]" }, "excerpt": "2023 Woman of Distinction" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[6]/a[1]/text()[1]" }, "excerpt": "Veteran Resources" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[7]/a[1]/text()[1]" }, "excerpt": "FASFA & Cal Grant Resources" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[8]/a[1]/text()[1]" }, "excerpt": "Fentanyl Resources" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[9]/a[1]/text()[1]" }, "excerpt": "Nonprofit Reimbursements" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[10]/a[1]/text()[1]" }, "excerpt": "Oil Spill Resources" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[11]/a[1]/text()[1]" }, "excerpt": "Free Heath Services Community Health Fair" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[6]/a[1]/text()[1]" }, "excerpt": "Contact Me" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Scheduling Request" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "Contact Us" }, { "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]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "Sign up for Updates" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/section[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/span[1]/span[1]/h2[1]/text()[1]" }, "excerpt": "Senator Umberg - Press Conference on SB 44 Alexandra’s Law" }, { "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/p[3]/a[1]/text()[1]" }, "excerpt": "Read full bio" }, { "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[4]/div[1]/div[1]/section[2]/div[1]/div[1]/h2[1]/text()[1]" }, "excerpt": "The Latest" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Press Release" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/h3[1]/span[1]/a[1]/text()[1]" }, "excerpt": "Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "June 22, 2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]" }, "excerpt": "Press Release" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/h3[1]/span[1]/a[1]/text()[1]" }, "excerpt": "Umberg Labor Rights Constitutional Amendment Advances" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "June 22, 2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]/text()[1]" }, "excerpt": "Press Release" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/h3[1]/span[1]/a[1]/text()[1]" }, "excerpt": "Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "June 12, 2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[3]/a[1]/text()[1]" }, "excerpt": "View all News" }, { "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[4]/div[1]/div[1]/section[3]/div[1]/h2[1]/text()[1]" }, "excerpt": "District & Resources" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Senate District 34 includes the cities of Santa Ana, Anaheim, Long Beach, Fullerton, Orange, La Habra, Placentia, South Whittier, and East Whittier." }, { "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]/text()[1]" }, "excerpt": "Learn More About the District" }, { "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]/text()[1]" }, "excerpt": "Did you know your Senate District 34" }, { "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]/text()[2]" }, "excerpt": "team can help you with:" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/text()[1]" }, "excerpt": "State matters or agencies" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/text()[1]" }, "excerpt": "Community resources" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/text()[1]" }, "excerpt": "Legislative inquiries" }, { "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/p[3]/a[1]/text()[1]" }, "excerpt": "View all Resources" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]/a[1]/text()[1]" }, "excerpt": "Scheduling Request" }, { "ruleID": "r68", "what": "Elements with a role have required children", "ordinalSeverity": 3, "tagName": "OL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/section[1]/div[1]/div[1]/div[1]/ol[1]" }, "excerpt": "<ol class=\"flex-control-nav flex-control-paging\"></ol>" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/header[1]/div[1]/div[1]/a[1]/h3[1]/text()[1]" }, "excerpt": "Sign Up for Community Updates" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/section[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/span[1]/span[1]/h2[1]/text()[1]" }, "excerpt": "Senator Umberg - Press Conference on SB 44 Alexandra’s Law" }, { "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/p[3]/a[1]/text()[1]" }, "excerpt": "Read full bio" }, { "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[4]/div[1]/div[1]/section[2]/div[1]/div[1]/h2[1]/text()[1]" }, "excerpt": "The Latest" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Press Release" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/h3[1]/span[1]/a[1]/text()[1]" }, "excerpt": "Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "June 22, 2023" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]" }, "excerpt": "Press Release" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/h3[1]/span[1]/a[1]/text()[1]" }, "excerpt": "Umberg Labor Rights Constitutional Amendment Advances" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "June 22, 2023" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]/text()[1]" }, "excerpt": "Press Release" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/h3[1]/span[1]/a[1]/text()[1]" }, "excerpt": "Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "June 12, 2023" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[3]/a[1]/text()[1]" }, "excerpt": "View all News" }, { "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[4]/div[1]/div[1]/section[3]/div[1]/h2[1]/text()[1]" }, "excerpt": "District & Resources" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Senate District 34 includes the cities of Santa Ana, Anaheim, Long Beach, Fullerton, Orange, La Habra, Placentia, South Whittier, and East Whittier." }, { "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]/text()[1]" }, "excerpt": "Did you know your Senate District 34" }, { "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]/text()[2]" }, "excerpt": "team can help you with:" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/text()[1]" }, "excerpt": "State matters or agencies" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[2]/text()[1]" }, "excerpt": "Community resources" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[3]/text()[1]" }, "excerpt": "Legislative inquiries" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/a[1]/p[1]" }, "excerpt": "<p> Get all the latest district updates </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/a[1]/p[1]" }, "excerpt": "<p> Keep up with your legislation </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[3]/div[1]/a[1]/p[1]" }, "excerpt": "<p> Find events coming up </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[4]/div[1]/a[1]/p[1]" }, "excerpt": "<p> Contact us for any questions </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"field-content\"> Press Release </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]" }, "excerpt": "<p class=\"field-content\"> Press Release </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]" }, "excerpt": "<p class=\"field-content\"> Press Release </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/a[1]/p[1]" }, "excerpt": "<p> Get all the latest district updates </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/a[1]/p[1]" }, "excerpt": "<p> Keep up with your legislation </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[3]/div[1]/a[1]/p[1]" }, "excerpt": "<p> Find events coming up </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[4]/div[1]/a[1]/p[1]" }, "excerpt": "<p> Contact us for any questions </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p> Senate District 34 includes the cities of Santa Ana, Anaheim, Long Beach, Fullerton, Orange, La Habra, Placentia, South Whittier, and East Whittier. </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[2]" }, "excerpt": "<p> <a class=\"btn-secondary\" href=\"/district\"> Learn More About the District <i class=\"fas fa-long-arrow-alt-right\"></i> </a> </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/p[3]" }, "excerpt": "<p> <a class=\"btn-secondary\" href=\"/resources\"> View all Resources <i class=\"fas fa-long-arrow-alt-right\"></i> </a> </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]" }, "excerpt": "<p> <strong> Capitol Office </strong> <br> 1021 O Street, Suite 6530 <br> Sacramento, CA 95814 <br> <strong> Phone: </strong> (916) 651-4034 <br> <strong> Fax: </strong> (916) 651-4934 <br> </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]" }, "excerpt": "<p> <strong> District Office </strong> <br> 1000 E. Santa Ana Blvd., Ste. 220B <br> Santa Ana, CA 92701 <br> <strong> Phone: </strong> (714) 558-3785 <br> </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]" }, "excerpt": "<p> <a class=\"btn-secondary\" href=\"/scheduling-request\"> Scheduling Request <i class=\"fas fa-long-arrow-alt-right\"></i> </a> </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]" }, "excerpt": "<p class=\"rtecenter\"> <br> <a href=\"http://www.senate.ca.gov/\" target=\"_blank\"> California State Senate </a> | <a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\"> Democratic Caucus © 2023 </a> ... > Privacy Policy </a> | <a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\"> Accessibility Statement </a> | <a href=\"http://registertovote.ca.gov/\" target=\"_blank\"> Register to Vote </a> </p>" }, { "ruleID": "r87", "what": "First focusable element is link to main content", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" } ] }, "endTime": 1687644836779 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687644836779, "url": "https://sd34.senate.ca.gov/", "what": "Axe", "result": { "totals": { "rulesNA": 60, "rulesPassed": 33, "rulesWarned": 5, "rulesViolated": 10, "warnings": { "minor": 10, "moderate": 0, "serious": 31, "critical": 1 }, "violations": { "minor": 0, "moderate": 7, "serious": 19, "critical": 1 } }, "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-24T22:13:57.439Z", "url": "https://sd34.senate.ca.gov/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "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": { "fontSize": "21.0pt (28px)", "fontWeight": "bold", "messageKey": "pseudoContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<h2>The Latest</h2>", "target": [ ".view-header > h2" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"field-content\">Press Release</p>", "target": [ ".rectangle-2.col-md-4.col-sm-6:nth-child(1) > .views-field-field-news-category.views-field > .field-content" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/6222023-senate-judiciary-chair-tom-umberg-responds-new-california-supreme-court-rule\">Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule</a>", "target": [ ".rectangle-2.col-md-4.col-sm-6:nth-child(1) > .home-title > span > a" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fontSize": "9.0pt (12px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T17:06:00-07:00\">June 22, 2023</span>", "target": [ "span[content=\"2023-06-22T17:06:00-07:00\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"field-content\">Press Release</p>", "target": [ ".rectangle-2.col-md-4.col-sm-6:nth-child(2) > .views-field-field-news-category.views-field > .field-content" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/6222023-umberg-labor-rights-constitutional-amendment-advances\">Umberg Labor Rights Constitutional Amendment Advances</a>", "target": [ ".rectangle-2.col-md-4.col-sm-6:nth-child(2) > .home-title > span > a" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fontSize": "9.0pt (12px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T16:07:00-07:00\">June 22, 2023</span>", "target": [ "span[content=\"2023-06-22T16:07:00-07:00\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"field-content\">Press Release</p>", "target": [ ".rectangle-2.col-md-4.col-sm-6:nth-child(3) > .views-field-field-news-category.views-field > .field-content" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/6122023-senator-tom-umberg-honors-orangewood-foundation-2023-nonprofit-year\">Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year</a>", "target": [ ".rectangle-2.col-md-4.col-sm-6:nth-child(3) > .home-title > span > a" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fontSize": "9.0pt (12px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-12T15:48:00-07:00\">June 12, 2023</span>", "target": [ "span[content=\"2023-06-12T15:48:00-07:00\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"btn-misc\" href=\"/news/in-the-news\">View all News</a>", "target": [ ".btn-misc" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" } ] }, { "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": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"orange-cta container\">", "target": [ ".orange-cta" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<h3>Sign Up for Community Updates</h3>", "target": [ "a[href$=\"updates\"][target=\"_blank\"] > h3" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "imgNode", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"banner-header\">", "target": [ ".banner-header" ] }, { "html": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/senate_bg0.jpg\" alt=\"\" draggable=\"false\">", "target": [ "img[typeof=\"foaf:Image\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<h2>Senator Umberg - Press Conference on SB 44 Alexandra’s Law</h2>", "target": [ ".field-content > h2" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "fontSize": "21.0pt (28px)", "fontWeight": "bold", "messageKey": "pseudoContent", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<h2>The Latest</h2>", "target": [ ".view-header > h2" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast", "data": { "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"field-content\">Press Release</p>", "target": [ ".rectangle-2.col-md-4.col-sm-6:nth-child(1) > .views-field-field-news-category.views-field > .field-content" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast", "data": { "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/6222023-senate-judiciary-chair-tom-umberg-responds-new-california-supreme-court-rule\">Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule</a>", "target": [ ".rectangle-2.col-md-4.col-sm-6:nth-child(1) > .home-title > span > a" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast", "data": { "fontSize": "9.0pt (12px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T17:06:00-07:00\">June 22, 2023</span>", "target": [ "span[content=\"2023-06-22T17:06:00-07:00\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast", "data": { "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"field-content\">Press Release</p>", "target": [ ".rectangle-2.col-md-4.col-sm-6:nth-child(2) > .views-field-field-news-category.views-field > .field-content" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast", "data": { "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/6222023-umberg-labor-rights-constitutional-amendment-advances\">Umberg Labor Rights Constitutional Amendment Advances</a>", "target": [ ".rectangle-2.col-md-4.col-sm-6:nth-child(2) > .home-title > span > a" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast", "data": { "fontSize": "9.0pt (12px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T16:07:00-07:00\">June 22, 2023</span>", "target": [ "span[content=\"2023-06-22T16:07:00-07:00\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast", "data": { "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"field-content\">Press Release</p>", "target": [ ".rectangle-2.col-md-4.col-sm-6:nth-child(3) > .views-field-field-news-category.views-field > .field-content" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast", "data": { "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/6122023-senator-tom-umberg-honors-orangewood-foundation-2023-nonprofit-year\">Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year</a>", "target": [ ".rectangle-2.col-md-4.col-sm-6:nth-child(3) > .home-title > span > a" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast", "data": { "fontSize": "9.0pt (12px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-12T15:48:00-07:00\">June 12, 2023</span>", "target": [ "span[content=\"2023-06-12T15:48:00-07:00\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast", "data": { "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-views-news-block-4\" class=\"block block-views news-section clearfix\">", "target": [ "#block-views-news-block-4" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"btn-misc\" href=\"/news/in-the-news\">View all News</a>", "target": [ ".btn-misc" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "21.0pt (28px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-24\" class=\"block block-block resources-section clearfix\">", "target": [ "#block-block-24" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<h2>District & Resources</h2>", "target": [ ".resources-container > h2" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-24\" class=\"block block-block resources-section clearfix\">", "target": [ "#block-block-24" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<p>Senate District 34 includes the cities of Santa Ana, Anaheim, Long Beach, Fullerton, Orange, La Habra, Placentia, South Whittier, and East Whittier.</p>", "target": [ ".resources-left > p:nth-child(2)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-24\" class=\"block block-block resources-section clearfix\">", "target": [ "#block-block-24" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<h4>Did you know your Senate District 34 <br>\nteam can help you with:</h4>", "target": [ ".resources-right > h4" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-24\" class=\"block block-block resources-section clearfix\">", "target": [ "#block-block-24" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<li><i class=\"fas fa-check\"></i> State matters or agencies</li>", "target": [ ".resources-right > ul > li:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-24\" class=\"block block-block resources-section clearfix\">", "target": [ "#block-block-24" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<li><i class=\"fas fa-check\"></i> Community resources</li>", "target": [ ".resources-right > ul > li:nth-child(2)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgGradient", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-24\" class=\"block block-block resources-section clearfix\">", "target": [ "#block-block-24" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background gradient" } ], "all": [], "none": [], "impact": "serious", "html": "<li><i class=\"fas fa-check\"></i> Legislative inquiries</li>", "target": [ ".resources-right > ul > li:nth-child(3)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background gradient" } ] }, { "id": "frame-tested", "impact": "critical", "tags": [ "cat.structure", "review-item", "best-practice" ], "description": "Ensures <iframe> and <frame> elements contain the axe-core script", "help": "Frames should be tested with axe-core", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/frame-tested?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" src=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\" title=\"Embedded video for Video Banner\" frameborder=\"0\" allowfullscreen=\"\">", "target": [ "#youtube-field-player" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" } ] }, { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<button type=\"button\" class=\"navbar-toggle\" data-toggle=\"collapse\" data-target=\".navbar-collapse\">\n <span class=\"sr-only\">Toggle navigation</span>\n <span class=\"icon-bar\"></span>\n <span class=\"icon-bar\"></span>\n <span class=\"icon-bar\"></span>\n </button>", "target": [ ".navbar-toggle" ], "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\"><li class=\"first leaf\"><a href=\"/biography\">Biography</a></li>\n<li class=\"last leaf\"><a href=\"/committees\">Committees</a></li>\n</ul>", "target": [ ".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": [ ".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\"><li class=\"first leaf\"><a href=\"/district\" title=\"\">District Map</a></li>\n<li class=\"leaf\"><a href=\"/upcoming-events\" title=\"\">Upcoming Events</a></li>\n<li class=\"last leaf\"><a href=\"https://sd34.senate.ca.gov/gallery\" title=\"\">Gallery</a></li>\n</ul>", "target": [ ".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": [ ".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\"><li class=\"first leaf\"><a href=\"/scheduling-request\" title=\"\">Scheduling Request</a></li>\n<li class=\"leaf\"><a href=\"/contact\" title=\"\">Contact Us</a></li>\n<li class=\"last leaf\"><a href=\"/contact/updates\">Sign up for Updates</a></li>\n</ul>", "target": [ ".expanded.dropdown.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": "<a class=\"flex-prev flex-disabled\" href=\"#\" tabindex=\"-1\">Previous</a>", "target": [ ".flex-prev" ], "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": "<a class=\"flex-next flex-disabled\" href=\"#\" tabindex=\"-1\">Next</a>", "target": [ ".flex-next" ], "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": "<img class=\"visible-xs\" alt=\"covid banner\" src=\"/sites/sd34.senate.ca.gov/files/umberg_covid_banner3.jpg\" style=\"width:100%\">", "target": [ ".visible-xs" ], "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": "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=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product# content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# 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\">", "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": "#ffffff", "bgColor": "#3268a8", "contrastRatio": 5.7, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-fixed-top navbar-default\">", "target": [ "#navbar" ] }, { "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/\" title=\"Home\" class=\"active\">Home</a>", "target": [ ".active[href=\"/\"][title=\"Home\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#3268a8", "contrastRatio": 5.7, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-fixed-top navbar-default\">", "target": [ "#navbar" ] }, { "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Meet Tom <span class=\"caret\"></span></a>", "target": [ ".expanded.dropdown:nth-child(2) > .dropdown-toggle[data-target=\"#\"][data-toggle=\"dropdown\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#3268a8", "contrastRatio": 5.7, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-fixed-top navbar-default\">", "target": [ "#navbar" ] }, { "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">The Latest <span class=\"caret\"></span></a>", "target": [ ".expanded.dropdown:nth-child(3) > .dropdown-toggle[data-target=\"#\"][data-toggle=\"dropdown\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#3268a8", "contrastRatio": 5.7, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-fixed-top navbar-default\">", "target": [ "#navbar" ] }, { "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District <span class=\"caret\"></span></a>", "target": [ ".expanded.dropdown:nth-child(4) > .dropdown-toggle[data-target=\"#\"][data-toggle=\"dropdown\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#3268a8", "contrastRatio": 5.7, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-fixed-top navbar-default\">", "target": [ "#navbar" ] }, { "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/district\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Resources <span class=\"caret\"></span></a>", "target": [ ".expanded.dropdown:nth-child(5) > .dropdown-toggle[data-target=\"#\"][data-toggle=\"dropdown\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#3268a8", "contrastRatio": 5.7, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-fixed-top navbar-default\">", "target": [ "#navbar" ] }, { "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Contact Me <span class=\"caret\"></span></a>", "target": [ ".dropdown-toggle[href$=\"contact\"][data-target=\"#\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#205ba0", "bgColor": "#ffffff", "contrastRatio": 6.85, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"btn-secondary\" href=\"/district\">Learn More About the District <i class=\"fas fa-long-arrow-alt-right\"></i></a>", "target": [ ".btn-secondary[href$=\"district\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.85 (foreground color: #205ba0, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"btn-secondary\" href=\"/district\">Learn More About the District <i class=\"fas fa-long-arrow-alt-right\"></i></a>", "target": [ ".btn-secondary[href$=\"district\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.85 (foreground color: #205ba0, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#205ba0", "bgColor": "#ffffff", "contrastRatio": 6.85, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"btn-secondary\" href=\"/resources\">View all Resources <i class=\"fas fa-long-arrow-alt-right\"></i></a>", "target": [ ".btn-secondary[href$=\"resources\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.85 (foreground color: #205ba0, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"btn-secondary\" href=\"/resources\">View all Resources <i class=\"fas fa-long-arrow-alt-right\"></i></a>", "target": [ ".btn-secondary[href$=\"resources\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.85 (foreground color: #205ba0, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#205ba0", "bgColor": "#ffffff", "contrastRatio": 6.85, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"btn-secondary\" href=\"/scheduling-request\">Scheduling Request <i class=\"fas fa-long-arrow-alt-right\"></i></a>", "target": [ ".btn-secondary[href$=\"scheduling-request\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.85 (foreground color: #205ba0, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"btn-secondary\" href=\"/scheduling-request\">Scheduling Request <i class=\"fas fa-long-arrow-alt-right\"></i></a>", "target": [ ".btn-secondary[href$=\"scheduling-request\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.85 (foreground color: #205ba0, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). 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": "#4d7cb3", "contrastRatio": 4.33, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a class=\"btn-primary\" href=\"/biography\">Read full bio </a>", "target": [ ".btn-primary" ] }, { "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #4d7cb3, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"btn-primary\" href=\"/biography\">Read full bio </a>", "target": [ ".btn-primary" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #4d7cb3, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" } ] }, { "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": "<h4>In The News</h4>", "target": [ "a[href$=\"in-the-news\"][target=\"_blank\"] > .hover-txt > h4" ], "failureSummary": "Fix any of the following:\n Heading order invalid" }, { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h4>Did you know your Senate District 34 <br>\nteam can help you with:</h4>", "target": [ ".resources-right > h4" ], "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 src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/images/official_headshot_.jpg\">", "target": [ ".bio-img > img" ], "failureSummary": "Fix any of the following:\n Element does not have an alt attribute\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ] }, { "id": "landmark-no-duplicate-banner", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the document has at most one banner landmark", "help": "Document should not have more than one banner landmark", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-no-duplicate-banner?application=axeAPI", "nodes": [ { "any": [ { "id": "page-no-duplicate-banner", "data": null, "relatedNodes": [ { "html": "<header role=\"banner\" id=\"page-header\" class=\"container-fluid\">", "target": [ "#page-header" ] } ], "impact": "moderate", "message": "Document has more than one banner landmark" } ], "all": [], "none": [], "impact": "moderate", "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-fixed-top navbar-default\">", "target": [ "#navbar" ], "failureSummary": "Fix any of the following:\n Document has more than one banner landmark" } ] }, { "id": "landmark-one-main", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the document has a main landmark", "help": "Document should have one main landmark", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-one-main?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "page-has-main", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Document does not have a main landmark" } ], "none": [], "impact": "moderate", "html": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product# content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# 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\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n Document does not have a main landmark" } ] }, { "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": "banner", "accessibleText": null }, "relatedNodes": [ { "html": "<header role=\"banner\" id=\"page-header\" class=\"container-fluid\">", "target": [ "#page-header" ] } ], "impact": "moderate", "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ], "all": [], "none": [], "impact": "moderate", "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-fixed-top navbar-default\">", "target": [ "#navbar" ], "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-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/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>", "target": [ ".social-cta > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(1)" ], "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://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></a>", "target": [ ".social-cta > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(2)" ], "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/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </a>", "target": [ ".social-cta > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(3)" ], "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://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>", "target": [ ".bio-txt > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(1)" ], "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://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></a>", "target": [ ".bio-txt > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(2)" ], "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/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </a>", "target": [ ".bio-txt > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(3)" ], "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://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>", "target": [ ".sub-menu > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(1)" ], "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://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></a>", "target": [ ".sub-menu > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(2)" ], "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/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </a>", "target": [ ".sub-menu > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(3)" ], "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": "page-has-heading-one", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensure that the page, or at least one of its frames contains a level-one heading", "help": "Page should contain a level-one heading", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/page-has-heading-one?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "page-has-heading-one", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Page must have a level-one heading" } ], "none": [], "impact": "moderate", "html": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product# content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# 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\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n Page must have a level-one heading" } ] }, { "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": "<div class=\"container-fluid\">", "target": [ ".container-fluid:nth-child(5)" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] }, "success": true }, "standardResult": { "totals": [ 10, 32, 7, 20 ], "instances": [ { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".view-header > h2" }, "excerpt": "<h2>The Latest</h2>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".rectangle-2.col-md-4.col-sm-6:nth-child(1) > .views-field-field-news-category.views-field > .field-content" }, "excerpt": "<p class=\"field-content\">Press Release</p>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".rectangle-2.col-md-4.col-sm-6:nth-child(1) > .home-title > span > a" }, "excerpt": "<a href=\"/news/6222023-senate-judiciary-chair-tom-umberg-responds-new-california-supreme-court-rule\">Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "span[content=\"2023-06-22T17:06:00-07:00\"]" }, "excerpt": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T17:06:00-07:00\">June 22, 2023</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".rectangle-2.col-md-4.col-sm-6:nth-child(2) > .views-field-field-news-category.views-field > .field-content" }, "excerpt": "<p class=\"field-content\">Press Release</p>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".rectangle-2.col-md-4.col-sm-6:nth-child(2) > .home-title > span > a" }, "excerpt": "<a href=\"/news/6222023-umberg-labor-rights-constitutional-amendment-advances\">Umberg Labor Rights Constitutional Amendment Advances</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "span[content=\"2023-06-22T16:07:00-07:00\"]" }, "excerpt": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T16:07:00-07:00\">June 22, 2023</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".rectangle-2.col-md-4.col-sm-6:nth-child(3) > .views-field-field-news-category.views-field > .field-content" }, "excerpt": "<p class=\"field-content\">Press Release</p>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".rectangle-2.col-md-4.col-sm-6:nth-child(3) > .home-title > span > a" }, "excerpt": "<a href=\"/news/6122023-senator-tom-umberg-honors-orangewood-foundation-2023-nonprofit-year\">Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "span[content=\"2023-06-12T15:48:00-07:00\"]" }, "excerpt": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-12T15:48:00-07:00\">June 12, 2023</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".btn-misc" }, "excerpt": "<a class=\"btn-misc\" href=\"/news/in-the-news\">View all News</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href$=\"updates\"][target=\"_blank\"] > h3" }, "excerpt": "<h3>Sign Up for Community Updates</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".field-content > h2" }, "excerpt": "<h2>Senator Umberg - Press Conference on SB 44 Alexandra’s Law</h2>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".view-header > h2" }, "excerpt": "<h2>The Latest</h2>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".rectangle-2.col-md-4.col-sm-6:nth-child(1) > .views-field-field-news-category.views-field > .field-content" }, "excerpt": "<p class=\"field-content\">Press Release</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".rectangle-2.col-md-4.col-sm-6:nth-child(1) > .home-title > span > a" }, "excerpt": "<a href=\"/news/6222023-senate-judiciary-chair-tom-umberg-responds-new-california-supreme-court-rule\">Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "span[content=\"2023-06-22T17:06:00-07:00\"]" }, "excerpt": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T17:06:00-07:00\">June 22, 2023</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".rectangle-2.col-md-4.col-sm-6:nth-child(2) > .views-field-field-news-category.views-field > .field-content" }, "excerpt": "<p class=\"field-content\">Press Release</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".rectangle-2.col-md-4.col-sm-6:nth-child(2) > .home-title > span > a" }, "excerpt": "<a href=\"/news/6222023-umberg-labor-rights-constitutional-amendment-advances\">Umberg Labor Rights Constitutional Amendment Advances</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "span[content=\"2023-06-22T16:07:00-07:00\"]" }, "excerpt": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T16:07:00-07:00\">June 22, 2023</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".rectangle-2.col-md-4.col-sm-6:nth-child(3) > .views-field-field-news-category.views-field > .field-content" }, "excerpt": "<p class=\"field-content\">Press Release</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".rectangle-2.col-md-4.col-sm-6:nth-child(3) > .home-title > span > a" }, "excerpt": "<a href=\"/news/6122023-senator-tom-umberg-honors-orangewood-foundation-2023-nonprofit-year\">Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "span[content=\"2023-06-12T15:48:00-07:00\"]" }, "excerpt": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-12T15:48:00-07:00\">June 12, 2023</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".btn-misc" }, "excerpt": "<a class=\"btn-misc\" href=\"/news/in-the-news\">View all News</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".resources-container > h2" }, "excerpt": "<h2>District & Resources</h2>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".resources-left > p:nth-child(2)" }, "excerpt": "<p>Senate District 34 includes the cities of Santa Ana, Anaheim, Long Beach, Fullerton, Orange, La Habra, Placentia, South Whittier, and East Whittier.</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".resources-right > h4" }, "excerpt": "<h4>Did you know your Senate District 34 <br> team can help you with:</h4>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".resources-right > ul > li:nth-child(1)" }, "excerpt": "<li><i class=\"fas fa-check\"></i> State matters or agencies</li>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".resources-right > ul > li:nth-child(2)" }, "excerpt": "<li><i class=\"fas fa-check\"></i> Community resources</li>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".resources-right > ul > li:nth-child(3)" }, "excerpt": "<li><i class=\"fas fa-check\"></i> Legislative inquiries</li>" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "dom", "type": "selector", "spec": "#youtube-field-player" }, "excerpt": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" src=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\" title=\"Embedded video for Video Banner\" frameborder=\"0\" allowfullscreen=\"\">" }, { "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-toggle" }, "excerpt": "<button type=\"button\" class=\"navbar-toggle\" data-toggle=\"collapse\" data-target=\".navbar-collapse\"> <span class=\"sr-only\">Toggle navigation</span> <span class=\"icon-bar\"></span> <span class=\"icon-bar\"></span> <span class=\"icon-bar\"></span> </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": ".expanded.dropdown:nth-child(2) > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/biography\">Biography</a></li> <li class=\"last leaf\"><a href=\"/committees\">Committees</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": ".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": ".expanded.dropdown:nth-child(4) > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/district\" title=\"\">District Map</a></li> <li class=\"leaf\"><a href=\"/upcoming-events\" title=\"\">Upcoming Events</a></li> <li class=\"last leaf\"><a href=\"https://sd34.senate.ca.gov/gallery\" title=\"\">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": ".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": ".expanded.dropdown.last > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/scheduling-request\" title=\"\">Scheduling Request</a></li> <li class=\"leaf\"><a href=\"/contact\" title=\"\">Contact Us</a></li> <li class=\"last leaf\"><a href=\"/contact/updates\">Sign up for Updates</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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".flex-prev" }, "excerpt": "<a class=\"flex-prev flex-disabled\" href=\"#\" tabindex=\"-1\">Previous</a>" }, { "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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".flex-next" }, "excerpt": "<a class=\"flex-next flex-disabled\" href=\"#\" tabindex=\"-1\">Next</a>" }, { "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": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".visible-xs" }, "excerpt": "<img class=\"visible-xs\" alt=\"covid banner\" src=\"/sites/sd34.senate.ca.gov/files/umberg_covid_banner3.jpg\" style=\"width:100%\">" }, { "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": "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=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: ... : http://www.w3.org/2000/01/rdf-schema# 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\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, 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": ".active[href=\"/\"][title=\"Home\"]" }, "excerpt": "<a href=\"/\" title=\"Home\" class=\"active\">Home</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, 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": ".expanded.dropdown:nth-child(2) > .dropdown-toggle[data-target=\"#\"][data-toggle=\"dropdown\"]" }, "excerpt": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Meet Tom <span class=\"caret\"></span></a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, 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": ".expanded.dropdown:nth-child(3) > .dropdown-toggle[data-target=\"#\"][data-toggle=\"dropdown\"]" }, "excerpt": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">The Latest <span class=\"caret\"></span></a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, 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": ".expanded.dropdown:nth-child(4) > .dropdown-toggle[data-target=\"#\"][data-toggle=\"dropdown\"]" }, "excerpt": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District <span class=\"caret\"></span></a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, 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": ".expanded.dropdown:nth-child(5) > .dropdown-toggle[data-target=\"#\"][data-toggle=\"dropdown\"]" }, "excerpt": "<a href=\"/district\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Resources <span class=\"caret\"></span></a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, 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": ".dropdown-toggle[href$=\"contact\"][data-target=\"#\"]" }, "excerpt": "<a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Contact Me <span class=\"caret\"></span></a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.85 (foreground color: #205ba0, background color: #ffffff, 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": ".btn-secondary[href$=\"district\"]" }, "excerpt": "<a class=\"btn-secondary\" href=\"/district\">Learn More About the District <i class=\"fas fa-long-arrow-alt-right\"></i></a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.85 (foreground color: #205ba0, background color: #ffffff, 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": ".btn-secondary[href$=\"resources\"]" }, "excerpt": "<a class=\"btn-secondary\" href=\"/resources\">View all Resources <i class=\"fas fa-long-arrow-alt-right\"></i></a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.85 (foreground color: #205ba0, background color: #ffffff, 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": ".btn-secondary[href$=\"scheduling-request\"]" }, "excerpt": "<a class=\"btn-secondary\" href=\"/scheduling-request\">Scheduling Request <i class=\"fas fa-long-arrow-alt-right\"></i></a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #4d7cb3, 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-primary" }, "excerpt": "<a class=\"btn-primary\" href=\"/biography\">Read full bio </a>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href$=\"in-the-news\"][target=\"_blank\"] > .hover-txt > h4" }, "excerpt": "<h4>In The News</h4>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".resources-right > h4" }, "excerpt": "<h4>Did you know your Senate District 34 <br> team can help you with:</h4>" }, { "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": ".bio-img > img" }, "excerpt": "<img src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/images/official_headshot_.jpg\">" }, { "ruleID": "landmark-no-duplicate-banner", "what": "Document should not have more than one banner landmark; Document has more than one banner landmark", "ordinalSeverity": 2, "tagName": "HEADER", "id": "navbar", "location": { "doc": "dom", "type": "selector", "spec": "#navbar" }, "excerpt": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-fixed-top navbar-default\">" }, { "ruleID": "landmark-one-main", "what": "Document should have one main landmark; Document does not have a main landmark", "ordinalSeverity": 2, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: ... : http://www.w3.org/2000/01/rdf-schema# 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\">" }, { "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": "HEADER", "id": "navbar", "location": { "doc": "dom", "type": "selector", "spec": "#navbar" }, "excerpt": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-fixed-top navbar-default\">" }, { "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": ".social-cta > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></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": ".social-cta > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(2)" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></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": ".social-cta > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(3)" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </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": ".bio-txt > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></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": ".bio-txt > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(2)" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></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": ".bio-txt > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(3)" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </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": ".sub-menu > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></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": ".sub-menu > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(2)" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></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": ".sub-menu > small > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(3)" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </a>" }, { "ruleID": "page-has-heading-one", "what": "Page should contain a level-one heading; Page must have a level-one heading", "ordinalSeverity": 2, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: ... : http://www.w3.org/2000/01/rdf-schema# 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\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".container-fluid:nth-child(5)" }, "excerpt": "<div class=\"container-fluid\">" } ] }, "endTime": 1687644837489 }, { "type": "launch", "which": "chromium", "startTime": 1687644837490, "endTime": 1687644838042 }, { "type": "url", "which": "https://sd34.senate.ca.gov/", "what": "Thomas J. Umberg (D)", "startTime": 1687644838042, "result": { "url": "https://sd34.senate.ca.gov/" }, "endTime": 1687644838990 }, { "type": "test", "which": "continuum", "startTime": 1687644838990, "url": "https://sd34.senate.ca.gov/", "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=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/images/official_headshot_.jpg\">", "path": "body>div:nth-of-type(4)>*:nth-child(1)>*: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[src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/images/official_headshot_.jpg\"]", "attNo": 1 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.facebook.com/SenatorUmberg/\"><i class=\"fab fa-facebook-f\"></i></a>", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[href=\"https://www.facebook.com/SenatorUmberg/\"][target=\"_blank\"][rel=\"noopener noreferrer\"]", "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 noreferrer\" target=\"_blank\" href=\"https://www.instagram.com/senator_umberg/\"><i class=\"fab fa-instagram\"></i></a>", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "a[href=\"https://www.instagram.com/senator_umberg/\"][target=\"_blank\"][rel=\"noopener noreferrer\"]", "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 noreferrer\" target=\"_blank\" href=\"https://twitter.com/senatorumberg?lang=en\"><i class=\"fab fa-twitter\"></i></a>", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "a[href=\"https://twitter.com/senatorumberg?lang=en\"][target=\"_blank\"][rel=\"noopener noreferrer\"]", "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 noreferrer\" target=\"_blank\" href=\"https://www.facebook.com/SenatorUmberg/\"><i class=\"fab fa-facebook-f\"></i></a>", "path": "body>div:nth-of-type(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[href=\"https://www.facebook.com/SenatorUmberg/\"][target=\"_blank\"][rel=\"noopener noreferrer\"]", "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 noreferrer\" target=\"_blank\" href=\"https://www.instagram.com/senator_umberg/\"><i class=\"fab fa-instagram\"></i></a>", "path": "body>div:nth-of-type(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "a[href=\"https://www.instagram.com/senator_umberg/\"][target=\"_blank\"][rel=\"noopener noreferrer\"]", "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 noreferrer\" target=\"_blank\" href=\"https://twitter.com/senatorumberg?lang=en\"><i class=\"fab fa-twitter\"></i></a>", "path": "body>div:nth-of-type(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "a[href=\"https://twitter.com/senatorumberg?lang=en\"][target=\"_blank\"][rel=\"noopener noreferrer\"]", "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 noreferrer\" target=\"_blank\" href=\"https://www.facebook.com/SenatorUmberg/\"><i class=\"fab fa-facebook-f\"></i></a>", "path": "body>footer:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[href=\"https://www.facebook.com/SenatorUmberg/\"][target=\"_blank\"][rel=\"noopener noreferrer\"]", "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 noreferrer\" target=\"_blank\" href=\"https://www.instagram.com/senator_umberg/\"><i class=\"fab fa-instagram\"></i></a>", "path": "body>footer:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "a[href=\"https://www.instagram.com/senator_umberg/\"][target=\"_blank\"][rel=\"noopener noreferrer\"]", "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 noreferrer\" target=\"_blank\" href=\"https://twitter.com/senatorumberg?lang=en\"><i class=\"fab fa-twitter\"></i></a>", "path": "body>footer:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "a[href=\"https://twitter.com/senatorumberg?lang=en\"][target=\"_blank\"][rel=\"noopener noreferrer\"]", "attNo": 3 } } ], "standardResult": { "totals": [ 0, 0, 0, 10 ], "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(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/images/official_headshot_.jpg\">" }, { "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(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.facebook.com/SenatorUmberg/\"><i class=\"fab fa-facebook-f\"></i></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(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.instagram.com/senator_umberg/\"><i class=\"fab fa-instagram\"></i></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(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)" }, "excerpt": "<a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://twitter.com/senatorumberg?lang=en\"><i class=\"fab fa-twitter\"></i></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(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.facebook.com/SenatorUmberg/\"><i class=\"fab fa-facebook-f\"></i></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(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)" }, "excerpt": "<a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.instagram.com/senator_umberg/\"><i class=\"fab fa-instagram\"></i></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(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)" }, "excerpt": "<a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://twitter.com/senatorumberg?lang=en\"><i class=\"fab fa-twitter\"></i></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>footer:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.facebook.com/SenatorUmberg/\"><i class=\"fab fa-facebook-f\"></i></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>footer:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(2)" }, "excerpt": "<a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://www.instagram.com/senator_umberg/\"><i class=\"fab fa-instagram\"></i></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>footer:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(3)" }, "excerpt": "<a rel=\"noopener noreferrer\" target=\"_blank\" href=\"https://twitter.com/senatorumberg?lang=en\"><i class=\"fab fa-twitter\"></i></a>" } ] }, "endTime": 1687644839539 }, { "type": "launch", "which": "chromium", "startTime": 1687644839539, "endTime": 1687644840092 }, { "type": "url", "which": "https://sd34.senate.ca.gov/", "what": "Thomas J. Umberg (D)", "startTime": 1687644840092, "result": { "url": "https://sd34.senate.ca.gov/" }, "endTime": 1687644841057 }, { "type": "test", "which": "htmlcs", "startTime": 1687644841057, "url": "https://sd34.senate.ca.gov/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_1_1.H37": { "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.": [ { "tagName": "img", "id": "", "code": "<img src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/images/official_headshot_.jpg\">" } ] }, "AAA.1_3_1_AAA.G141": { "The heading structure is not logically nested. This h3 element appears to be the primary document heading, so should be an h1 element.": [ { "tagName": "h3", "id": "", "code": "<h3>...</h3>" } ], "The heading structure is not logically nested. This h3 element should be an h1 to be properly nested.": [ { "tagName": "h3", "id": "", "code": "<h3>...</h3>" } ], "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.": [ { "tagName": "h4", "id": "", "code": "<h4>...</h4>" } ] }, "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 6.85:1. Recommendation: change text colour to #1e599e.": [ { "tagName": "a", "id": "", "code": "<a class=\"btn-secondary\" href=\"/district\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"btn-secondary\" href=\"/resources\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"btn-secondary\" href=\"/scheduling-request\">...</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 NaN:1.": [ { "tagName": "a", "id": "", "code": "<a class=\"btn-misc\" href=\"/news/in-the-news\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"btn-primary\" href=\"/biography\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/\" title=\"Home\" class=\"active\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/district\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/news/6122023-senator-tom-umberg-honors-orangewood-foundation-2023-nonprofit-year\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/news/6222023-senate-judiciary-chair-tom-umberg-responds-new-california-supreme-court-rule\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/news/6222023-umberg-labor-rights-constitutional-amendment-advances\">...</a>" }, { "tagName": "h3", "id": "", "code": "<h3>...</h3>" }, { "tagName": "iframe", "id": "#youtube-field-player", "code": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" src=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\" title=\"Embedded video for Video Banner\" frameborder=\"0\" allowfullscreen=\"\">...</iframe>" }, { "tagName": "p", "id": "", "code": "<p class=\"field-content\">...</p>" }, { "tagName": "span", "id": "", "code": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-12T15:48:00-07:00\">...</span>" }, { "tagName": "span", "id": "", "code": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T16:07:00-07:00\">...</span>" }, { "tagName": "span", "id": "", "code": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T17:06:00-07:00\">...</span>" } ] }, "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": "h2", "id": "", "code": "<h2>...</h2>" } ] }, "AAA.4_1_2.H91.A.NoContent": { "Anchor element found with a valid href attribute, but no link content has been supplied.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\">...</a>" } ] }, "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_1_1.H67.2": { "Img element is marked so that it is ignored by Assistive Technology.": [ { "tagName": "img", "id": "", "code": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/senate_bg0.jpg\" alt=\"\" draggable=\"false\">" } ] }, "AAA.1_3_1.H48": { "If this element contains a navigation section, it is recommended that it be marked up as a list.": [ { "tagName": "p", "id": "", "code": "<p class=\"rtecenter\">...</p>" } ] }, "AAA.1_3_1.H49.AlignAttr": { "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.": [ { "tagName": "hr", "id": "", "code": "<hr align=\"left\">" } ] }, "AAA.1_3_1.H49.I": { "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.": [ { "tagName": "i", "id": "", "code": "<i class=\"fab fa-facebook-f\">...</i>" }, { "tagName": "i", "id": "", "code": "<i class=\"fab fa-instagram\">...</i>" }, { "tagName": "i", "id": "", "code": "<i class=\"fab fa-twitter\">...</i>" }, { "tagName": "i", "id": "", "code": "<i class=\"fas fa-check\">...</i>" }, { "tagName": "i", "id": "", "code": "<i class=\"fas fa-envelope\">...</i>" }, { "tagName": "i", "id": "", "code": "<i class=\"fas fa-long-arrow-alt-right\">...</i>" } ] }, "AAA.1_3_1.H49.Small": { "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.": [ { "tagName": "small", "id": "", "code": "<small>...</small>" } ] }, "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>" }, { "tagName": "header", "id": "#navbar", "code": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-fixed-top navbar-default\">...</header>" } ] }, "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=\"element-invisible element-focusable\">...</a>" } ] }, "AAA.1_4_6.G17.BgImage": { "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.": [ { "tagName": "h4", "id": "", "code": "<h4>...</h4>" }, { "tagName": "li", "id": "", "code": "<li>...</li>" }, { "tagName": "p", "id": "", "code": "<p>...</p>" } ] }, "AAA.1_4_6.G18.BgImage": { "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [ { "tagName": "h2", "id": "", "code": "<h2>...</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 href=\"/contact\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/contact/updates\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/legislation\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/news/in-the-news\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/upcoming-events\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\">...</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\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 31, 0, 0, 29 ], "instances": [ { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/senate_bg0.jpg\" alt=\"\" draggable=\"false\">" }, { "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 class=\"rtecenter\">...</p>" }, { "ruleID": "AAA.1_3_1.H49.AlignAttr", "what": "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.", "ordinalSeverity": 0, "tagName": "HR", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<hr align=\"left\">" }, { "ruleID": "AAA.1_3_1.H49.I", "what": "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.", "ordinalSeverity": 0, "tagName": "I", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<i class=\"fab fa-facebook-f\">...</i>" }, { "ruleID": "AAA.1_3_1.H49.I", "what": "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.", "ordinalSeverity": 0, "tagName": "I", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<i class=\"fab fa-instagram\">...</i>" }, { "ruleID": "AAA.1_3_1.H49.I", "what": "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.", "ordinalSeverity": 0, "tagName": "I", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<i class=\"fab fa-twitter\">...</i>" }, { "ruleID": "AAA.1_3_1.H49.I", "what": "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.", "ordinalSeverity": 0, "tagName": "I", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<i class=\"fas fa-check\">...</i>" }, { "ruleID": "AAA.1_3_1.H49.I", "what": "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.", "ordinalSeverity": 0, "tagName": "I", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<i class=\"fas fa-envelope\">...</i>" }, { "ruleID": "AAA.1_3_1.H49.I", "what": "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.", "ordinalSeverity": 0, "tagName": "I", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<i class=\"fas fa-long-arrow-alt-right\">...</i>" }, { "ruleID": "AAA.1_3_1.H49.Small", "what": "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.", "ordinalSeverity": 0, "tagName": "SMALL", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<small>...</small>" }, { "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_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": "HEADER", "id": "navbar", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-fixed-top navbar-default\">...</header>" }, { "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=\"element-invisible element-focusable\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.BgImage", "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.", "ordinalSeverity": 0, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h4>...</h4>" }, { "ruleID": "AAA.1_4_6.G17.BgImage", "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li>...</li>" }, { "ruleID": "AAA.1_4_6.G17.BgImage", "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p>...</p>" }, { "ruleID": "AAA.1_4_6.G18.BgImage", "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2>...</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 href=\"/contact\" 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=\"/contact/updates\" 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=\"/legislation\" 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=\"/news/in-the-news\" 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=\"/upcoming-events\" 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://democrats.senate.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://democrats.senate.ca.gov/privacy\" 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://registertovote.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://senate.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://www.senate.ca.gov/\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\">...</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/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\">...</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\">...</a>" }, { "ruleID": "AAA.1_1_1.H37", "what": "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/images/official_headshot_.jpg\">" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h3 element appears to be the primary document heading, so should be an h1 element.", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h3>...</h3>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h3 element should be an h1 to be properly nested.", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h3>...</h3>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h4>...</h4>" }, { "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.85:1. Recommendation: change text colour to #1e599e.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"btn-secondary\" href=\"/district\">...</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.85:1. Recommendation: change text colour to #1e599e.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"btn-secondary\" href=\"/resources\">...</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.85:1. Recommendation: change text colour to #1e599e.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"btn-secondary\" href=\"/scheduling-request\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"btn-misc\" href=\"/news/in-the-news\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"btn-primary\" href=\"/biography\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" title=\"Home\" class=\"active\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/district\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/news/6122023-senator-tom-umberg-honors-orangewood-foundation-2023-nonprofit-year\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/news/6222023-senate-judiciary-chair-tom-umberg-responds-new-california-supreme-court-rule\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/news/6222023-umberg-labor-rights-constitutional-amendment-advances\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h3>...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" src=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\" title=\"Embedded video for Video Banner\" frameborder=\"0\" allowfullscreen=\"\">...</iframe>" }, { "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 NaN:1.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"field-content\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-12T15:48:00-07:00\">...</span>" }, { "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 NaN:1.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T16:07:00-07:00\">...</span>" }, { "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 NaN:1.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T17:06:00-07:00\">...</span>" }, { "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": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2>...</h2>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\">...</a>" }, { "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": 1687644841515 }, { "type": "launch", "which": "chromium", "startTime": 1687644841515, "endTime": 1687644842108 }, { "type": "url", "which": "https://sd34.senate.ca.gov/", "what": "Thomas J. Umberg (D)", "startTime": 1687644842108, "result": { "url": "https://sd34.senate.ca.gov/" }, "endTime": 1687644843347 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687644843347, "url": "https://sd34.senate.ca.gov/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 24, "recommendation": 9, "ignored": 0 }, "items": [ { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/p[3]/a[1]", "aria": "/document[1]/paragraph[3]/link[1]" }, "message": "Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "bounds": { "left": 150, "top": 2446, "height": 52, "width": 115 }, "snippet": "<a href=\"/biography\" class=\"btn-primary\">", "level": "violation" }, { "ruleId": "img_alt_valid", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/img[1]", "aria": "/document[1]/img[1]" }, "message": "The image has neither an alt atttribute nor an ARIA label or title", "bounds": { "left": 87, "top": 1144, "height": 879, "width": 628 }, "snippet": "<img src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/images/official_headshot_.jpg\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/header[1]", "aria": "/document[1]/banner[2]" }, "message": "Multiple \"banner\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 8, "top": 291, "height": 691, "width": 784 }, "snippet": "<header class=\"container-fluid\" id=\"page-header\" role=\"banner\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[2]/header[1]", "aria": "/document[1]/banner[1]" }, "message": "Multiple \"banner\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 8, "top": 8, "height": 91, "width": 784 }, "snippet": "<header class=\"navbar navbar-fixed-top navbar-default\" role=\"banner\" id=\"navbar\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/h2[1]", "aria": "/document[1]/heading[6]" }, "message": "Content is not within a landmark element", "bounds": { "left": 150, "top": 4182, "height": 33, "width": 502 }, "snippet": "<h2>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/p[3]/a[1]", "aria": "/document[1]/paragraph[11]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 150, "top": 5089, "height": 52, "width": 179 }, "snippet": "<a href=\"/resources\" class=\"btn-secondary\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]", "aria": "/document[1]/heading[7]" }, "message": "Content is not within a landmark element", "bounds": { "left": 150, "top": 4843, "height": 37, "width": 502 }, "snippet": "<h4>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]", "aria": "/document[1]/paragraph[8]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 150, "top": 4750, "height": 52, "width": 255 }, "snippet": "<a href=\"/district\" class=\"btn-secondary\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[7]" }, "message": "Content is not within a landmark element", "bounds": { "left": 150, "top": 4612, "height": 84, "width": 502 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[3]/a[1]", "aria": "/document[1]/link[9]" }, "message": "Content is not within a landmark element", "bounds": { "left": 333, "top": 3987, "height": 52, "width": 135 }, "snippet": "<a href=\"/news/in-the-news\" class=\"btn-misc\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/h3[1]", "aria": "/document[1]/heading[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 69, "top": 3746, "height": 120, "width": 664 }, "snippet": "<h3 class=\"home-title\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]", "aria": "/document[1]/paragraph[5]" }, "message": "Content is not within a landmark element", "bounds": { "left": 69, "top": 3706, "height": 22, "width": 664 }, "snippet": "<p class=\"field-content\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/h3[1]", "aria": "/document[1]/heading[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 69, "top": 3476, "height": 120, "width": 664 }, "snippet": "<h3 class=\"home-title\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 69, "top": 3436, "height": 22, "width": 664 }, "snippet": "<p class=\"field-content\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[1]/h2[1]", "aria": "/document[1]/heading[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 69, "top": 3314, "height": 33, "width": 664 }, "snippet": "<h2>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[4]/div[1]/a[1]", "aria": "/document[1]/link[8]" }, "message": "Content is not within a landmark element", "bounds": { "left": 118, "top": 3041, "height": 50, "width": 565 }, "snippet": "<a target=\"_blank\" href=\"/contact\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[3]/div[1]/a[1]", "aria": "/document[1]/link[7]" }, "message": "Content is not within a landmark element", "bounds": { "left": 118, "top": 2939, "height": 50, "width": 565 }, "snippet": "<a target=\"_blank\" href=\"/upcoming-events\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/a[1]", "aria": "/document[1]/link[6]" }, "message": "Content is not within a landmark element", "bounds": { "left": 118, "top": 2838, "height": 50, "width": 565 }, "snippet": "<a target=\"_blank\" href=\"/legislation\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[5]" }, "message": "Content is not within a landmark element", "bounds": { "left": 118, "top": 2736, "height": 50, "width": 565 }, "snippet": "<a target=\"_blank\" href=\"/news/in-the-news\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/p[3]/a[1]", "aria": "/document[1]/paragraph[3]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 150, "top": 2446, "height": 52, "width": 115 }, "snippet": "<a href=\"/biography\" class=\"btn-primary\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/h2[1]", "aria": "/document[1]/heading[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 150, "top": 2098, "height": 28, "width": 372 }, "snippet": "<h2>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/a[1]", "aria": "/document[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 8, "height": 1, "width": 1 }, "snippet": "<a class=\"element-invisible element-focusable\" href=\"#main-content\">", "level": "violation" }, { "ruleId": "aria_banner_label_unique", "path": { "dom": "/html[1]/body[1]/header[1]", "aria": "/document[1]/banner[2]" }, "message": "Multiple elements with \"banner\" role do not have unique labels", "bounds": { "left": 8, "top": 291, "height": 691, "width": 784 }, "snippet": "<header class=\"container-fluid\" id=\"page-header\" role=\"banner\">", "level": "violation" }, { "ruleId": "aria_banner_label_unique", "path": { "dom": "/html[1]/body[1]/div[2]/header[1]", "aria": "/document[1]/banner[1]" }, "message": "Multiple elements with \"banner\" role do not have unique labels", "bounds": { "left": 8, "top": 8, "height": 91, "width": 784 }, "snippet": "<header class=\"navbar navbar-fixed-top navbar-default\" role=\"banner\" id=\"navbar\">", "level": "violation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[4]", "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=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[2]", "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]/head[1]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"profile\" is deprecated for the <head> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<head profile=\"http://www.w3.org/1999/xhtml/vocab\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/header[1]/div[1]/section[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/iframe[1]", "aria": "/document[1]/banner[2]/list[1]/listitem[1]" }, "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5", "bounds": { "left": 8, "top": 589, "height": 0, "width": 0 }, "snippet": "<iframe allowfullscreen=\"\" frameborder=\"0\" title=\"Embedded video for Video Banner\" src=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\" class=\"youtube-field-player\" id=\"youtube-field-player\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/header[1]", "aria": "/document[1]/banner[2]" }, "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>", "bounds": { "left": 8, "top": 291, "height": 691, "width": 784 }, "snippet": "<header class=\"container-fluid\" id=\"page-header\" role=\"banner\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/header[1]/div[2]/div[2]/nav[1]", "aria": "/document[1]/banner[1]/navigation[1]" }, "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "bounds": { "left": 195, "top": 97, "height": 864, "width": 412 }, "snippet": "<nav role=\"navigation\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/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": 8, "height": 91, "width": 784 }, "snippet": "<header class=\"navbar navbar-fixed-top navbar-default\" role=\"banner\" id=\"navbar\">", "level": "recommendation" }, { "ruleId": "aria_contentinfo_misuse", "path": { "dom": "/html[1]/body[1]/footer[1]", "aria": "/document[1]/contentinfo[1]" }, "message": "The element with \"contentinfo\" role is present without an element with \"main\" role", "bounds": { "left": 8, "top": 5205, "height": 557, "width": 784 }, "snippet": "<footer class=\"footer container-fluid \nfooter-day\">", "level": "recommendation" }, { "ruleId": "aria_child_valid", "path": { "dom": "/html[1]/body[1]/header[1]/div[1]/section[1]/div[1]/div[1]/div[1]/ol[1]", "aria": "/document[1]/banner[2]/list[2]" }, "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"", "bounds": { "left": 8, "top": 691, "height": 0, "width": 0 }, "snippet": "<ol class=\"flex-control-nav flex-control-paging\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 9, 0, 24 ], "instances": [ { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/p[3]/a[1]" }, "excerpt": "<a href=\"/biography\" class=\"btn-primary\">" }, { "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/img[1]" }, "excerpt": "<img src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/images/official_headshot_.jpg\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"banner\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "HEADER", "id": "page-header", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]" }, "excerpt": "<header class=\"container-fluid\" id=\"page-header\" role=\"banner\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"banner\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "HEADER", "id": "navbar", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/header[1]" }, "excerpt": "<header class=\"navbar navbar-fixed-top navbar-default\" role=\"banner\" id=\"navbar\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/h2[1]" }, "excerpt": "<h2>" }, { "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/p[3]/a[1]" }, "excerpt": "<a href=\"/resources\" class=\"btn-secondary\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]" }, "excerpt": "<h4>" }, { "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[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]" }, "excerpt": "<a href=\"/district\" class=\"btn-secondary\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p>" }, { "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[4]/div[1]/div[1]/section[2]/div[1]/div[3]/a[1]" }, "excerpt": "<a href=\"/news/in-the-news\" class=\"btn-misc\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/h3[1]" }, "excerpt": "<h3 class=\"home-title\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]" }, "excerpt": "<p class=\"field-content\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/h3[1]" }, "excerpt": "<h3 class=\"home-title\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"field-content\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[2]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2>" }, { "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[4]/div[1]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"/contact\">" }, { "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[3]/div[1]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"/upcoming-events\">" }, { "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"/legislation\">" }, { "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"/news/in-the-news\">" }, { "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/p[3]/a[1]" }, "excerpt": "<a href=\"/biography\" class=\"btn-primary\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/h2[1]" }, "excerpt": "<h2>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/a[1]" }, "excerpt": "<a class=\"element-invisible element-focusable\" href=\"#main-content\">" }, { "ruleID": "aria_banner_label_unique", "what": "Multiple elements with \"banner\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "HEADER", "id": "page-header", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]" }, "excerpt": "<header class=\"container-fluid\" id=\"page-header\" role=\"banner\">" }, { "ruleID": "aria_banner_label_unique", "what": "Multiple elements with \"banner\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "HEADER", "id": "navbar", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/header[1]" }, "excerpt": "<header class=\"navbar navbar-fixed-top navbar-default\" role=\"banner\" id=\"navbar\">" }, { "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[4]" }, "excerpt": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">" }, { "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[2]" }, "excerpt": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"profile\" is deprecated for the <head> element in HTML 5", "ordinalSeverity": 1, "tagName": "HEAD", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]" }, "excerpt": "<head profile=\"http://www.w3.org/1999/xhtml/vocab\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/section[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe allowfullscreen=\"\" frameborder=\"0\" title=\"Embedded video for Video Banner\" src=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\" class=\"youtube-field-player\" id=\"youtube-field-player\">" }, { "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": "page-header", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]" }, "excerpt": "<header class=\"container-fluid\" id=\"page-header\" role=\"banner\">" }, { "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": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/header[1]/div[2]/div[2]/nav[1]" }, "excerpt": "<nav 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": "navbar", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/header[1]" }, "excerpt": "<header class=\"navbar navbar-fixed-top navbar-default\" role=\"banner\" id=\"navbar\">" }, { "ruleID": "aria_contentinfo_misuse", "what": "The element with \"contentinfo\" role is present without an element with \"main\" role", "ordinalSeverity": 1, "tagName": "FOOTER", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]" }, "excerpt": "<footer class=\"footer container-fluid footer-day\">" }, { "ruleID": "aria_child_valid", "what": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"", "ordinalSeverity": 1, "tagName": "OL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/section[1]/div[1]/div[1]/div[1]/ol[1]" }, "excerpt": "<ol class=\"flex-control-nav flex-control-paging\">" } ] }, "endTime": 1687644847491 }, { "type": "launch", "which": "chromium", "startTime": 1687644847491, "endTime": 1687644848058 }, { "type": "url", "which": "https://sd34.senate.ca.gov/", "what": "Thomas J. Umberg (D)", "startTime": 1687644848058, "result": { "url": "https://sd34.senate.ca.gov/" }, "endTime": 1687644849298 }, { "type": "test", "which": "nuVal", "startTime": 1687644849298, "url": "https://sd34.senate.ca.gov/", "what": "Nu Html Checker", "result": { "prevented": true, "error": "ERROR getting page for nuVal test", "success": true }, "standardResult": { "totals": [], "instances": [], "prevented": true }, "endTime": 1687644849541 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687644849541, "url": "https://sd34.senate.ca.gov/", "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-24 22:14:11", "hash": "2bb2fb8a843eafb0c405e62647f61423b7300820967b42daba991a725092b1cbda5f34996c807c1452cb1e8a9e8e42cce7054f97ec2be347942c304987c3a59b", "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": 32, "warning": 12, "failed": 9, "inapplicable": 72 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 13, "warning": 7, "failed": 4, "inapplicable": 43 }, "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=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product# content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R64": { "name": "Document has heading for non-repeated content", "code": "QW-ACT-R64", "mapping": "047fe0", "description": "This rule checks that the non-repeated content contains a heading", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "H69" ], "url": "https://act-rules.github.io/rules/047fe0", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product# content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R73": { "name": "Block of repeated content is collapsible", "code": "QW-ACT-R73", "mapping": "3e12e1", "description": "This rule checks that repeated blocks of content are collapsible.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "SCR28" ], "url": "https://act-rules.github.io/rules/3e12e1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree." }, "results": [ { "verdict": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product# content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R74": { "name": "Document has an instrument to move focus to non-repeated content", "code": "QW-ACT-R74", "mapping": "ye5d6e", "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "G1", "G123", "G124" ], "url": "https://act-rules.github.io/rules/ye5d6e", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "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=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product# content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-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": 14, "warning": 0, "failed": 19, "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": "<div id=\"cboxOverlay\" style=\"display: none;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(10)" }, { "htmlCode": "<div id=\"cboxOverlay\" style=\"display: none;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(12)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11)" }, { "htmlCode": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxWrapper\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1)" }, { "htmlCode": "<div id=\"cboxWrapper\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxTopLeft\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, { "htmlCode": "<div id=\"cboxTopLeft\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxTopCenter\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, { "htmlCode": "<div id=\"cboxTopCenter\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxTopRight\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" }, { "htmlCode": "<div id=\"cboxTopRight\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxMiddleLeft\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" }, { "htmlCode": "<div id=\"cboxMiddleLeft\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxContent\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2)" }, { "htmlCode": "<div id=\"cboxContent\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxTitle\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" }, { "htmlCode": "<div id=\"cboxTitle\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxCurrent\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)" }, { "htmlCode": "<div id=\"cboxCurrent\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<button type=\"button\" id=\"cboxPrevious\"></button>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(3)" }, { "htmlCode": "<button type=\"button\" id=\"cboxPrevious\"></button>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<button type=\"button\" id=\"cboxNext\"></button>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(4)" }, { "htmlCode": "<button type=\"button\" id=\"cboxNext\"></button>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(4)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<button type=\"button\" id=\"cboxSlideshow\"></button>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(5)" }, { "htmlCode": "<button type=\"button\" id=\"cboxSlideshow\"></button>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(5)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxLoadingOverlay\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(6)" }, { "htmlCode": "<div id=\"cboxLoadingOverlay\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(6)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxLoadingGraphic\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(7)" }, { "htmlCode": "<div id=\"cboxLoadingGraphic\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(7)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxMiddleRight\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3)" }, { "htmlCode": "<div id=\"cboxMiddleRight\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxBottomLeft\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)" }, { "htmlCode": "<div id=\"cboxBottomLeft\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxBottomCenter\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }, { "htmlCode": "<div id=\"cboxBottomCenter\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxBottomRight\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3)" }, { "htmlCode": "<div id=\"cboxBottomRight\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3)" } ], "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": 61, "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=\"element-invisible element-focusable\">Skip to main content</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/contact/updates\" target=\"_blank\"> Sign Up for Community Updates</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header: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://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > small: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://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > small: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://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"> </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > small: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=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\">\n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button type=\"button\" class=\"navbar-toggle\" data-toggle=\"collapse\" data-target=\".navbar-collapse\">\n Toggle navigation\n \n \n \n </button>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > 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": "<a href=\"/\" title=\"Home\" class=\"active\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav: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=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Meet Tom </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav: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 href=\"/biography\">Biography</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"/committees\">Committees</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">The Latest </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"/news/press-releases\" title=\"Press Releases\">Press Releases</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"/news/in-the-news\" title=\"\">In the News</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"https://sd34.senate.ca.gov/news/op-ed\" title=\"\">Op-Ed</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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\">Legislation</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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\" title=\"\">District Map</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"/upcoming-events\" title=\"\">Upcoming Events</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"https://sd34.senate.ca.gov/gallery\" title=\"\">Gallery</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"/district\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Resources </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"https://sd34.senate.ca.gov/api-leadership-awards\" title=\"\">API Leadership Awards</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"/resources\">Contacting My Offices</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"https://sd34.senate.ca.gov/covid-19-resources\" title=\"\">COVID-19 Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"https://sd34.senate.ca.gov/wildfire-recovery-resources-page\" title=\"\">Wildfire Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"https://sd34.senate.ca.gov/2023-woman-of-distinction\" title=\"\">2023 Woman of Distinction</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > 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=\"/veterans-resource-page\" title=\"\">Veteran Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > 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=\"https://sd34.senate.ca.gov/virtual-fasfa-cal-grant-workshop-0\" title=\"\">FASFA & Cal Grant Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/fentanyl-resources\">Fentanyl Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(8) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://sd34.senate.ca.gov/nonprofit-reimbursements\" title=\"\">Nonprofit Reimbursements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(9) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://sd34.senate.ca.gov/orange-county-oil-spill-resources\" title=\"\">Oil Spill Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(10) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/community-health-fair\" title=\"\">Free Heath Services Community Health Fair</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(11) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Contact Me </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"/scheduling-request\" title=\"\">Scheduling Request</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"/contact\" title=\"\">Contact Us</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"/contact/updates\">Sign up for Updates</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" src=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\" title=\"Embedded video for Video Banner\" frameborder=\"0\" allowfullscreen=\"\"><a href=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\">Embedded video for Video Banner</a></iframe>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://sd34.senate.ca.gov/covid-19-resources\">\n\n\n\n\n</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > small: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://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > small: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=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"> </a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > small:nth-child(2) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"btn-primary\" href=\"/biography\">Read full bio </a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p: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=\"/news/in-the-news\" target=\"_blank\">\n\n \n\n\nIn The News\n\n\nGet all the latest district updates\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/legislation\" target=\"_blank\">\n\t\t \n\n\nLegislation\n\n\nKeep up with your legislation\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/upcoming-events\" target=\"_blank\">\n\t\t \n\n\nUpcoming Events\n\n\nFind events coming up\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > 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=\"/contact\" target=\"_blank\">\n\t\t \n\n\nContact Us\n\n\nContact us for any questions\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > 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=\"/news/6222023-senate-judiciary-chair-tom-umberg-responds-new-california-supreme-court-rule\">Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2) > span: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=\"/news/6222023-umberg-labor-rights-constitutional-amendment-advances\">Umberg Labor Rights Constitutional Amendment Advances</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(2) > span: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=\"/news/6122023-senator-tom-umberg-honors-orangewood-foundation-2023-nonprofit-year\">Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > h3:nth-child(2) > span: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-misc\" href=\"/news/in-the-news\">View all News</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"btn-secondary\" href=\"/district\">Learn More About the District </a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p: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 class=\"btn-secondary\" href=\"/resources\">View all Resources </a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > p: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 class=\"btn-secondary\" href=\"/scheduling-request\">Scheduling Request </a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"></a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(4) > small: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://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"></a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(4) > small: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=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"> </a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(4) > small:nth-child(2) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">California State Senate</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section: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=\"http://democrats.senate.ca.gov/\" target=\"_blank\">Democratic Caucus © 2023</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > 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 href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">Privacy Policy</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > 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=\"http://senate.ca.gov/accessibility\" target=\"_blank\">Accessibility Statement</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(5)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">Register to Vote</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(6)" } ], "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": 8, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target doesn't have an accessible name." }, "results": [ { "verdict": "failed", "description": "The test target doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/images/official_headshot_.jpg\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R37": { "name": "Text has minimum contrast", "code": "QW-ACT-R37", "mapping": "afw4f7", "description": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "metadata": { "target": { "element": [ "*" ] }, "success-criteria": [ { "name": "1.4.3", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-minimum" }, { "name": "1.4.6", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [], "url": "https://act-rules.github.io/rules/afw4f7", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 22, "warning": 8, "failed": 6, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<h3>Sign Up for Community Updates</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h3:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<h2>The Latest</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"field-content\">Press Release</p>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T17:06:00-07:00\">June 22, 2023</span>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"field-content\">Press Release</p>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T16:07:00-07:00\">June 22, 2023</span>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"field-content\">Press Release</p>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-12T15:48:00-07:00\">June 12, 2023</span>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<h2>District & Resources</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<p>Senate District 34 includes the cities of Santa Ana, Anaheim, Long Beach, Fullerton, Orange, La Habra, Placentia, South Whittier, and East Whittier.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<h4>Did you know your Senate District 34 \nteam can help you with:</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<li> State matters or agencies</li>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<li> Community resources</li>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<li> Legislative inquiries</li>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3)" } ], "attributes": [] } ] }, "QW-ACT-R76": { "name": "Text has enhanced contrast", "code": "QW-ACT-R76", "mapping": "09o5cg", "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [ "G17", "G18" ], "url": "https://act-rules.github.io/rules/09o5cg", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 21, "warning": 8, "failed": 7, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<h3>Sign Up for Community Updates</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h3:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" src=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\" title=\"Embedded video for Video Banner\" frameborder=\"0\" allowfullscreen=\"\"><a href=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\">Embedded video for Video Banner</a></iframe>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<h2>The Latest</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"field-content\">Press Release</p>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T17:06:00-07:00\">June 22, 2023</span>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"field-content\">Press Release</p>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T16:07:00-07:00\">June 22, 2023</span>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"field-content\">Press Release</p>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-12T15:48:00-07:00\">June 12, 2023</span>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<h2>District & Resources</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<p>Senate District 34 includes the cities of Santa Ana, Anaheim, Long Beach, Fullerton, Orange, La Habra, Placentia, South Whittier, and East Whittier.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<h4>Did you know your Senate District 34 \nteam can help you with:</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<li> State matters or agencies</li>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<li> Community resources</li>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<li> Legislative inquiries</li>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3)" } ], "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=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product# content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body>Senator Tom Umberg | Proudly Representing California Senate District 34\n \n\n\n\n\n \n \n\t\n\n\n\ttry{Typekit.loa …", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R40": { "name": "Zoomed text node is not clipped with CSS overflow", "code": "QW-ACT-R40", "mapping": "59br37", "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "metadata": { "target": { "element": "*:text()" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html", "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text" } ], "related": [], "url": "https://act-rules.github.io/rules/59br37", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 2, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow." }, "results": [ { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2>Senator Umberg - Press Conference on SB 44 Alexandra’s Law</h2>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2) > span:nth-child(1) > span:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" src=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\" title=\"Embedded video for Video Banner\" frameborder=\"0\" allowfullscreen=\"\"><a href=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\">Embedded video for Video Banner</a></iframe>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 6, "warning": 3, "failed": 4, "inapplicable": 21 }, "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": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Headings don't start with h1" }, "results": [ { "verdict": "failed", "description": "Headings don't start with h1", "resultCode": "F3", "elements": [ { "htmlCode": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">\n \n Skip to main content\n \n \n\n\n \n \n \n Sign Up for Community Updates\n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n Toggle navigation\n \n \n \n \n \n\n \n \n \n Home\nMeet Tom Biography\nCommittees\n\nThe Latest Press Releases\nIn the News\nOp-Ed\nLegislation\n\nDistrict District Map\nUpcoming Events\nGallery\n\nResources API Leadership Awards\nContacting My Offices\nCOVID-19 Resources\nWildfire Resources\n2023 Woman of Distinction\nVeteran Resources\nFASFA & Cal Grant Resources\nFentanyl Resources\nNo …", "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 some content in the Web Page. Verify if it links to the main content." }, "results": [ { "verdict": "warning", "description": "The first focusable control is a visible link to some content in the Web Page. Verify if it links to the main content.", "resultCode": "W2", "elements": [ { "htmlCode": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T10": { "name": "Combining adjacent image and text links for the same resource", "code": "QW-WCAG-T10", "mapping": "H2", "description": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "metadata": { "target": { "element": "a" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/text-equiv-all.html" }, { "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" } ], "related": [ "G91", "G94", "H30", "C9", "F89" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H2", "passed": 0, "warning": 4, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified." }, "results": [ { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/news/in-the-news\" target=\"_blank\">\n\n \n\n\nIn The News\n\n\nGet all the latest district updates\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/legislation\" target=\"_blank\">\n\t\t \n\n\nLegislation\n\n\nKeep up with your legislation\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/upcoming-events\" target=\"_blank\">\n\t\t \n\n\nUpcoming Events\n\n\nFind events coming up\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/contact\" target=\"_blank\">\n\t\t \n\n\nContact Us\n\n\nContact us for any questions\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > 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": 1, "failed": 21, "inapplicable": 0, "outcome": "failed", "description": "The element contains a title attribute equal to the text in 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\">\n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element contains a title attribute equal to the text in the link", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"/\" title=\"Home\" class=\"active\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Meet Tom </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">The Latest </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element contains a title attribute equal to the text in the link", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"/news/press-releases\" title=\"Press Releases\">Press Releases</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/news/in-the-news\" title=\"\">In the News</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://sd34.senate.ca.gov/news/op-ed\" title=\"\">Op-Ed</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/district\" title=\"\">District Map</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/upcoming-events\" title=\"\">Upcoming Events</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://sd34.senate.ca.gov/gallery\" title=\"\">Gallery</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://sd34.senate.ca.gov/api-leadership-awards\" title=\"\">API Leadership Awards</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://sd34.senate.ca.gov/covid-19-resources\" title=\"\">COVID-19 Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://sd34.senate.ca.gov/wildfire-recovery-resources-page\" title=\"\">Wildfire Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://sd34.senate.ca.gov/2023-woman-of-distinction\" title=\"\">2023 Woman of Distinction</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/veterans-resource-page\" title=\"\">Veteran Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://sd34.senate.ca.gov/virtual-fasfa-cal-grant-workshop-0\" title=\"\">FASFA & Cal Grant Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://sd34.senate.ca.gov/nonprofit-reimbursements\" title=\"\">Nonprofit Reimbursements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(9) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://sd34.senate.ca.gov/orange-county-oil-spill-resources\" title=\"\">Oil Spill Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(10) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/community-health-fair\" title=\"\">Free Heath Services Community Health Fair</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(11) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/scheduling-request\" title=\"\">Scheduling Request</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/contact\" title=\"\">Contact Us</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li: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": 9, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "A list item is not contained in a correct list element." }, "results": [ { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"menu nav navbar-nav\"><li class=\"first leaf active\"><a href=\"/\" title=\"Home\" class=\"active\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">Home</a></li>\n<li class=\"expanded dropdown\"><a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)\">Meet Tom <span class=\"caret\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav: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 class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/biography\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Biography</a></li>\n<li class=\"last leaf\"><a href=\"/committees\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">Committees</a></li>\n</ul>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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\"><li class=\"first leaf\"><a href=\"/news/press-releases\" title=\"Press Releases\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Press Releases</a></li>\n<li class=\"collapsed\"><a href=\"/news/in-the-news\" title=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">In the News</a></li>\n<li class=\"leaf\"><a href=\"https://sd34.senate …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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\"><li class=\"first leaf\"><a href=\"/district\" title=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">District Map</a></li>\n<li class=\"leaf\"><a href=\"/upcoming-events\" title=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">Upcoming Events</a></li>\n<li class=\"last leaf\"><a href=\"https://sd34.senate.ca.gov/gallery\" title=\" …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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\"><li class=\"first leaf\"><a href=\"https://sd34.senate.ca.gov/api-leadership-awards\" title=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">API Leadership Awards</a></li>\n<li class=\"leaf\"><a href=\"/resources\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">Contacting My Offices</a></li>\n<li class=\"leaf\"><a href=\"https://s …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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\"><li class=\"first leaf\"><a href=\"/scheduling-request\" title=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Scheduling Request</a></li>\n<li class=\"leaf\"><a href=\"/contact\" title=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">Contact Us</a></li>\n<li class=\"last leaf\"><a href=\"/contact/updates\" _selector=\"html > body …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"slides\"><li class=\"flex-active-slide\" style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0.998842; display: block; z-index: 2;\"> \n <span class=\"views-field views-field-field-feature-image\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > span:nth-child(1)\"> <span class=\"field-content\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > span:nth-child(1) > s …", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "A list item is not contained in a correct list element.", "resultCode": "F1", "elements": [ { "htmlCode": "<ol class=\"flex-control-nav flex-control-paging\"></ol>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ol: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=\"flex-direction-nav\"><li class=\"flex-nav-prev\"><a class=\"flex-prev flex-disabled\" href=\"#\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)\">Previous</a></li><li class=\"flex-nav-next\"><a class=\"flex-next flex-disabled\" href=\"#\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > a:nth-child(1)\">Next</a></li></ul>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3)" } ], "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\t<li><i class=\"fas fa-check\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > i:nth-child(1)\" _cssrules=\"true\"></i> State matters or agencies</li>\n\t<li><i class=\"fas fa-check\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > i:nth-child(1)\" _cssrules=\"true\"></i> Community resources</li>\n\t<li><i class=\"fas fa-check\" _selector=\"html …", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3)" } ], "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=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/umberg_logo_lg_orange.png\" alt=\"Home\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > 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 class=\"hidden-xs\" alt=\"covid banner\" src=\"/sites/sd34.senate.ca.gov/files/umberg_covid_banner_orange.jpg\" style=\"width:100%\">", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(2) > 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 class=\"visible-xs\" alt=\"covid banner\" src=\"/sites/sd34.senate.ca.gov/files/umberg_covid_banner3.jpg\" style=\"width:100%\">", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > a:nth-child(1) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img class=\"hover-img\" alt=\"In the News\" src=\"/sites/sd34.senate.ca.gov/files/umberg_news_icon.png\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > 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 class=\"hover-img\" alt=\"Legislation\" src=\"/sites/sd34.senate.ca.gov/files/umberg_legislation_icon.png\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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 class=\"hover-img\" alt=\"Events\" src=\"/sites/sd34.senate.ca.gov/files/umberg_event_icon.png\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > 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 class=\"hover-img\" alt=\"Contact\" src=\"/sites/sd34.senate.ca.gov/files/umberg_contact_icon.png\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > 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 class=\"img-responsive\" alt=\"Senate District 34 Map\" src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/photos/sd34_map.png\">", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > 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": 31, "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": "<h3>Sign Up for Community Updates</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h3:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"sr-only\">Toggle navigation</span>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > button:nth-child(2) > span: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=\"/\" title=\"Home\" class=\"active\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav: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=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Meet Tom </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > 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=\"/biography\">Biography</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > 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=\"/committees\">Committees</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > 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=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">The Latest </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > 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=\"/news/press-releases\" title=\"Press Releases\">Press Releases</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > 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=\"/news/in-the-news\" title=\"\">In the News</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > 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=\"https://sd34.senate.ca.gov/news/op-ed\" title=\"\">Op-Ed</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(3) > 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=\"/legislation\">Legislation</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(4) > 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=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > 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=\"/district\" title=\"\">District Map</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > 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=\"/upcoming-events\" title=\"\">Upcoming Events</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > 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=\"https://sd34.senate.ca.gov/gallery\" title=\"\">Gallery</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > 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=\"/district\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Resources </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > 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=\"https://sd34.senate.ca.gov/api-leadership-awards\" title=\"\">API Leadership Awards</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > 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=\"/resources\">Contacting My Offices</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > 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=\"https://sd34.senate.ca.gov/covid-19-resources\" title=\"\">COVID-19 Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > 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=\"https://sd34.senate.ca.gov/wildfire-recovery-resources-page\" title=\"\">Wildfire Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(4) > 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=\"https://sd34.senate.ca.gov/2023-woman-of-distinction\" title=\"\">2023 Woman of Distinction</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(5) > 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=\"/veterans-resource-page\" title=\"\">Veteran Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(6) > 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=\"https://sd34.senate.ca.gov/virtual-fasfa-cal-grant-workshop-0\" title=\"\">FASFA & Cal Grant Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(7) > 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=\"/fentanyl-resources\">Fentanyl Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(8) > 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=\"https://sd34.senate.ca.gov/nonprofit-reimbursements\" title=\"\">Nonprofit Reimbursements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(9) > 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=\"https://sd34.senate.ca.gov/orange-county-oil-spill-resources\" title=\"\">Oil Spill Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(10) > 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=\"/community-health-fair\" title=\"\">Free Heath Services Community Health Fair</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(11) > 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=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Contact Me </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > 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=\"/scheduling-request\" title=\"\">Scheduling Request</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > 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=\"/contact\" title=\"\">Contact Us</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > 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=\"/contact/updates\">Sign up for Updates</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 13, "warning": 2, "failed": 1, "inapplicable": 8 }, "assertions": { "QW-BP1": { "name": "Using h1-h6 to identify headings", "code": "QW-BP1", "mapping": "H42", "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html" } ], "related": [ "H69", "G141", "F2", "F43" ], "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html", "passed": 0, "warning": 14, "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": "<h3>Sign Up for Community Updates</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h3:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2>Senator Umberg - Press Conference on SB 44 Alexandra’s Law</h2>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2) > span:nth-child(1) > span: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>Meet Senator Umberg</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4>In The News</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(2) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4>Legislation</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(2) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4>Upcoming Events</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > div:nth-child(2) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4>Contact Us</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > a:nth-child(1) > div:nth-child(2) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2>The Latest</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"home-title\"> Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule </h3>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"home-title\"> Umberg Labor Rights Constitutional Amendment Advances </h3>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"home-title\"> Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year </h3>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > h3:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2>District & Resources</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4>Did you know your Senate District 34 \nteam can help you with:</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2>Office Information</h2>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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=\"html front not-logged-in no-sidebars page-node\" style=\"\">\n \n Skip to main content\n \n \n\n\n \n \n \n Sign Up for Community Updates\n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n Toggle navigation\n \n \n \n \n \n\n \n \n \n Home\nMeet Tom Biography\nCommittees\n\nThe Latest Press Releases\nIn the News\nOp-Ed\nLegislation\n\nDistrict District Map\nUpcoming Events\nGallery\n\nResources API Leadership Awards\nContacting My Offices\nCOVID-19 Resources\nWildfire Resources\n2023 Woman of Distinction\nVeteran Resources\nFASFA & Cal Grant Resources\nFentanyl Resources\nNo …", "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=\"element-invisible element-focusable\">Skip to main content</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, { "htmlCode": "<a id=\"main-content\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > section:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 70, "document": 1, "banner": 2, "heading": 14, "img": 9, "button": 7, "navigation": 1, "list": 10, "listitem": 35, "region": 7, "presentation": 1, "separator": 6, "dialog": 2 }, "tags": { "html": 1, "head": 1, "meta": 19, "link": 9, "title": 1, "script": 19, "body": 1, "div": 118, "a": 62, "header": 2, "i": 16, "h3": 4, "small": 3, "img": 10, "button": 7, "span": 19, "nav": 1, "ul": 9, "li": 35, "section": 7, "h2": 5, "iframe": 1, "ol": 1, "hr": 6, "p": 19, "h4": 5, "br": 12, "footer": 1, "strong": 5 } } } }, "success": true }, "standardResult": { "totals": [ 39, 85, 54, 52 ], "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=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: ... chema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R64", "what": "This rule checks that the non-repeated content contains a heading", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: ... chema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R73", "what": "This rule checks that repeated blocks of content are collapsible.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: ... chema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R74", "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: ... chema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxOverlay", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10)" }, "excerpt": "<div id=\"cboxOverlay\" style=\"display: none;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxOverlay", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12)" }, "excerpt": "<div id=\"cboxOverlay\" style=\"display: none;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "colorbox", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11)" }, "excerpt": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "colorbox", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13)" }, "excerpt": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxWrapper", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxWrapper\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxWrapper", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxWrapper\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxTopLeft", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxTopLeft\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxTopLeft", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxTopLeft\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxTopCenter", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div id=\"cboxTopCenter\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxTopCenter", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div id=\"cboxTopCenter\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxTopRight", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div id=\"cboxTopRight\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxTopRight", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div id=\"cboxTopRight\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxMiddleLeft", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxMiddleLeft\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxMiddleLeft", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxMiddleLeft\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxContent", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2)" }, "excerpt": "<div id=\"cboxContent\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxContent", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2)" }, "excerpt": "<div id=\"cboxContent\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxTitle", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxTitle\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxTitle", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxTitle\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxCurrent", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)" }, "excerpt": "<div id=\"cboxCurrent\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxCurrent", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)" }, "excerpt": "<div id=\"cboxCurrent\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxPrevious", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(3)" }, "excerpt": "<button type=\"button\" id=\"cboxPrevious\"></button>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxPrevious", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(3)" }, "excerpt": "<button type=\"button\" id=\"cboxPrevious\"></button>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxNext", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(4)" }, "excerpt": "<button type=\"button\" id=\"cboxNext\"></button>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxNext", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(4)" }, "excerpt": "<button type=\"button\" id=\"cboxNext\"></button>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxSlideshow", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(5)" }, "excerpt": "<button type=\"button\" id=\"cboxSlideshow\"></button>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxSlideshow", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(5)" }, "excerpt": "<button type=\"button\" id=\"cboxSlideshow\"></button>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxLoadingOverlay", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(6)" }, "excerpt": "<div id=\"cboxLoadingOverlay\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxLoadingOverlay", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(6)" }, "excerpt": "<div id=\"cboxLoadingOverlay\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxLoadingGraphic", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(7)" }, "excerpt": "<div id=\"cboxLoadingGraphic\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxLoadingGraphic", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(7)" }, "excerpt": "<div id=\"cboxLoadingGraphic\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxMiddleRight", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3)" }, "excerpt": "<div id=\"cboxMiddleRight\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxMiddleRight", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3)" }, "excerpt": "<div id=\"cboxMiddleRight\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxBottomLeft", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxBottomLeft\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxBottomLeft", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxBottomLeft\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxBottomCenter", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }, "excerpt": "<div id=\"cboxBottomCenter\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxBottomCenter", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }, "excerpt": "<div id=\"cboxBottomCenter\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxBottomRight", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3)" }, "excerpt": "<div id=\"cboxBottomRight\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxBottomRight", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3)" }, "excerpt": "<div id=\"cboxBottomRight\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">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(2) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/contact/updates\" target=\"_blank\"> Sign Up for Community Updates</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > small:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > small:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > small:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > button:nth-child(2)" }, "excerpt": "<button type=\"button\" class=\"navbar-toggle\" data-toggle=\"collapse\" data-target=\".navbar-collapse\"> Toggle navigation </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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" title=\"Home\" class=\"active\">Home</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Meet Tom </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > 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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/committees\">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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">The Latest </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/press-releases\" title=\"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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/in-the-news\" title=\"\">In the 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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/news/op-ed\" title=\"\">Op-Ed</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/legislation\">Legislation</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/district\" title=\"\">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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/upcoming-events\" title=\"\">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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/gallery\" title=\"\">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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/district\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/api-leadership-awards\" title=\"\">API Leadership Awards</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/resources\">Contacting My Offices</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/covid-19-resources\" title=\"\">COVID-19 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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/wildfire-recovery-resources-page\" title=\"\">Wildfire Resources</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/2023-woman-of-distinction\" title=\"\">2023 Woman of Distinction</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"/veterans-resource-page\" title=\"\">Veteran 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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/virtual-fasfa-cal-grant-workshop-0\" title=\"\">FASFA & Cal Grant 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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(8) > a:nth-child(1)" }, "excerpt": "<a href=\"/fentanyl-resources\">Fentanyl 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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(9) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/nonprofit-reimbursements\" title=\"\">Nonprofit Reimbursements</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(10) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/orange-county-oil-spill-resources\" title=\"\">Oil Spill 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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(11) > a:nth-child(1)" }, "excerpt": "<a href=\"/community-health-fair\" title=\"\">Free Heath Services Community Health Fair</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/scheduling-request\" title=\"\">Scheduling Request</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/contact\" title=\"\">Contact Us</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/contact/updates\">Sign up for Updates</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" src=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\" title=\"Embedded video for Vid ... Banner\" frameborder=\"0\" allowfullscreen=\"\"><a href=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\">Embedded video for Video Banner</a></iframe>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/covid-19-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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > small:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"></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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > small:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"></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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > small:nth-child(2) > a:nth-child(3)" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"> </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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a class=\"btn-primary\" href=\"/biography\">Read full bio </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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/in-the-news\" target=\"_blank\"> In The News Get all the latest district updates </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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/legislation\" target=\"_blank\"> Legislation Keep up with your 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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/upcoming-events\" target=\"_blank\"> Upcoming Events Find events coming up </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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/contact\" target=\"_blank\"> Contact Us Contact us for any questions </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) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/6222023-senate-judiciary-chair-tom-umberg-responds-new-california-supreme-court-rule\">Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule</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) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(2) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/6222023-umberg-labor-rights-constitutional-amendment-advances\">Umberg Labor Rights Constitutional Amendment Advances</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) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > h3:nth-child(2) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/6122023-senator-tom-umberg-honors-orangewood-foundation-2023-nonprofit-year\">Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year</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) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a class=\"btn-misc\" href=\"/news/in-the-news\">View all 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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a class=\"btn-secondary\" href=\"/district\">Learn More About the 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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > p:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a class=\"btn-secondary\" href=\"/resources\">View all 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) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"btn-secondary\" href=\"/scheduling-request\">Scheduling Request </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) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(4) > small:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"></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) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(4) > small:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"></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) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(4) > small:nth-child(2) > a:nth-child(3)" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"> </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) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">California State Senate</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) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\">Democratic Caucus © 2023</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) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(4)" }, "excerpt": "<a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">Privacy Policy</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) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(5)" }, "excerpt": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">Accessibility Statement</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) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(6)" }, "excerpt": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">Register to Vote</a>" }, { "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/images/official_headshot_.jpg\">" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h3:nth-child(2)" }, "excerpt": "<h3>Sign Up for Community Updates</h3>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "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) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2>The Latest</h2>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"field-content\">Press Release</p>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T17:06:00-07:00\">June 22, 2023</span>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"field-content\">Press Release</p>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T16:07:00-07:00\">June 22, 2023</span>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"field-content\">Press Release</p>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-12T15:48:00-07:00\">June 12, 2023</span>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "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) > section:nth-child(3) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2>District & Resources</h2>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p>Senate District 34 includes the cities of Santa Ana, Anaheim, Long Beach, Fullerton, Orange, La Habra, Placentia, South Whittier, and East Whittier.</p>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4>Did you know your Senate District 34 team can help you with:</h4>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1)" }, "excerpt": "<li> State matters or agencies</li>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2)" }, "excerpt": "<li> Community resources</li>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3)" }, "excerpt": "<li> Legislative inquiries</li>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h3:nth-child(2)" }, "excerpt": "<h3>Sign Up for Community Updates</h3>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" src=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\" title=\"Embedded video for Vid ... Banner\" frameborder=\"0\" allowfullscreen=\"\"><a href=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\">Embedded video for Video Banner</a></iframe>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "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) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2>The Latest</h2>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"field-content\">Press Release</p>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T17:06:00-07:00\">June 22, 2023</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"field-content\">Press Release</p>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-22T16:07:00-07:00\">June 22, 2023</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"field-content\">Press Release</p>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2023-06-12T15:48:00-07:00\">June 12, 2023</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "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) > section:nth-child(3) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2>District & Resources</h2>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p>Senate District 34 includes the cities of Santa Ana, Anaheim, Long Beach, Fullerton, Orange, La Habra, Placentia, South Whittier, and East Whittier.</p>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4>Did you know your Senate District 34 team can help you with:</h4>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1)" }, "excerpt": "<li> State matters or agencies</li>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2)" }, "excerpt": "<li> Community resources</li>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3)" }, "excerpt": "<li> Legislative inquiries</li>" }, { "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=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: ... os: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body>Senator Tom Umberg | Proudly Representing California Senate District 34 try{Typekit.loa …" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2) > span:nth-child(1) > span:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2>Senator Umberg - Press Conference on SB 44 Alexandra’s Law</h2>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" src=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\" title=\"Embedded video for Vid ... Banner\" frameborder=\"0\" allowfullscreen=\"\"><a href=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\">Embedded video for Video Banner</a></iframe>" }, { "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": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\"> Skip to main content Sign Up for Community Updates Toggle navigation Home Meet Tom Biography Committees The Latest Press Releases ... Gallery Resources API Leadership Awards Contacting My Offices COVID-19 Resources Wildfire Resources 2023 Woman of Distinction Veteran Resources FASFA & Cal Grant Resources Fentanyl Resources No …" }, { "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) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a>" }, { "ruleID": "QW-WCAG-T10", "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/in-the-news\" target=\"_blank\"> In The News Get all the latest district updates </a>" }, { "ruleID": "QW-WCAG-T10", "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/legislation\" target=\"_blank\"> Legislation Keep up with your legislation </a>" }, { "ruleID": "QW-WCAG-T10", "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/upcoming-events\" target=\"_blank\"> Upcoming Events Find events coming up </a>" }, { "ruleID": "QW-WCAG-T10", "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/contact\" target=\"_blank\"> Contact Us Contact us for any questions </a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\"> </a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" title=\"Home\" class=\"active\">Home</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Meet Tom </a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">The Latest </a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/press-releases\" title=\"Press Releases\">Press Releases</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/in-the-news\" title=\"\">In the News</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/news/op-ed\" title=\"\">Op-Ed</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District </a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/district\" title=\"\">District Map</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/upcoming-events\" title=\"\">Upcoming Events</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/gallery\" title=\"\">Gallery</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/api-leadership-awards\" title=\"\">API Leadership Awards</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/covid-19-resources\" title=\"\">COVID-19 Resources</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/wildfire-recovery-resources-page\" title=\"\">Wildfire Resources</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/2023-woman-of-distinction\" title=\"\">2023 Woman of Distinction</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"/veterans-resource-page\" title=\"\">Veteran Resources</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/virtual-fasfa-cal-grant-workshop-0\" title=\"\">FASFA & Cal Grant Resources</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(9) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/nonprofit-reimbursements\" title=\"\">Nonprofit Reimbursements</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(10) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/orange-county-oil-spill-resources\" title=\"\">Oil Spill Resources</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(11) > a:nth-child(1)" }, "excerpt": "<a href=\"/community-health-fair\" title=\"\">Free Heath Services Community Health Fair</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/scheduling-request\" title=\"\">Scheduling Request</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/contact\" title=\"\">Contact Us</a>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"menu nav navbar-nav\"><li class=\"first leaf active\"><a href=\"/\" title=\"Home\" class=\"active\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > ... ) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)\">Meet Tom <span class=\"caret\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2)" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/biography\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child ... ld(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">Committees</a></li> </ul>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2)" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/news/press-releases\" title=\"Press Releases\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > ... (2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">In the News</a></li> <li class=\"leaf\"><a href=\"https://sd34.senate …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2)" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/district\" title=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:n ... child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">Upcoming Events</a></li> <li class=\"last leaf\"><a href=\"https://sd34.senate.ca.gov/gallery\" title=\" …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2)" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"https://sd34.senate.ca.gov/api-leadership-awards\" title=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div: ... (2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">Contacting My Offices</a></li> <li class=\"leaf\"><a href=\"https://s …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2)" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/scheduling-request\" title=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child( ... nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">Contact Us</a></li> <li class=\"last leaf\"><a href=\"/contact/updates\" _selector=\"html > body …" }, { "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) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"slides\"><li class=\"flex-active-slide\" style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0.998842; display: block; z-index: 2;\"> <span class=\"views-field vie ... body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > span:nth-child(1) > s …" }, { "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": 2, "tagName": "OL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ol:nth-child(2)" }, "excerpt": "<ol class=\"flex-control-nav flex-control-paging\"></ol>" }, { "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) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3)" }, "excerpt": "<ul class=\"flex-direction-nav\"><li class=\"flex-nav-prev\"><a class=\"flex-prev flex-disabled\" href=\"#\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > sectio ... ild(2) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > a:nth-child(1)\">Next</a></li></ul>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3)" }, "excerpt": "<ul> <li><i class=\"fas fa-check\" _selector=\"html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-chi ... iv:nth-child(3) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > i:nth-child(1)\" _cssrules=\"true\"></i> Community resources</li> <li><i class=\"fas fa-check\" _selector=\"html …" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/umberg_logo_lg_orange.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) > header:nth-child(3) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img class=\"hidden-xs\" alt=\"covid banner\" src=\"/sites/sd34.senate.ca.gov/files/umberg_covid_banner_orange.jpg\" style=\"width:100%\">" }, { "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) > header:nth-child(3) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > a:nth-child(1) > img:nth-child(2)" }, "excerpt": "<img class=\"visible-xs\" alt=\"covid banner\" src=\"/sites/sd34.senate.ca.gov/files/umberg_covid_banner3.jpg\" style=\"width:100%\">" }, { "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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img class=\"hover-img\" alt=\"In the News\" src=\"/sites/sd34.senate.ca.gov/files/umberg_news_icon.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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img class=\"hover-img\" alt=\"Legislation\" src=\"/sites/sd34.senate.ca.gov/files/umberg_legislation_icon.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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img class=\"hover-img\" alt=\"Events\" src=\"/sites/sd34.senate.ca.gov/files/umberg_event_icon.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) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img class=\"hover-img\" alt=\"Contact\" src=\"/sites/sd34.senate.ca.gov/files/umberg_contact_icon.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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img class=\"img-responsive\" alt=\"Senate District 34 Map\" src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/photos/sd34_map.png\">" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h3:nth-child(2)" }, "excerpt": "<h3>Sign Up for Community Updates</h3>" }, { "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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > button:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span class=\"sr-only\">Toggle navigation</span>" }, { "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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" title=\"Home\" class=\"active\">Home</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Meet Tom </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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/biography\">Biography</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/committees\">Committees</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">The Latest </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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/press-releases\" title=\"Press Releases\">Press Releases</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/in-the-news\" title=\"\">In the News</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/news/op-ed\" title=\"\">Op-Ed</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/legislation\">Legislation</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District </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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/district\" title=\"\">District Map</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/upcoming-events\" title=\"\">Upcoming Events</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/gallery\" title=\"\">Gallery</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/district\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Resources </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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/api-leadership-awards\" title=\"\">API Leadership Awards</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/resources\">Contacting My Offices</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/covid-19-resources\" title=\"\">COVID-19 Resources</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/wildfire-recovery-resources-page\" title=\"\">Wildfire Resources</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/2023-woman-of-distinction\" title=\"\">2023 Woman of Distinction</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"/veterans-resource-page\" title=\"\">Veteran Resources</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/virtual-fasfa-cal-grant-workshop-0\" title=\"\">FASFA & Cal Grant Resources</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(8) > a:nth-child(1)" }, "excerpt": "<a href=\"/fentanyl-resources\">Fentanyl Resources</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(9) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/nonprofit-reimbursements\" title=\"\">Nonprofit Reimbursements</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(10) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd34.senate.ca.gov/orange-county-oil-spill-resources\" title=\"\">Oil Spill Resources</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(11) > a:nth-child(1)" }, "excerpt": "<a href=\"/community-health-fair\" title=\"\">Free Heath Services Community Health Fair</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Contact Me </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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/scheduling-request\" title=\"\">Scheduling Request</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/contact\" title=\"\">Contact Us</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(2) > header:nth-child(1) > div:nth-child(2) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/contact/updates\">Sign up for Updates</a>" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h3:nth-child(2)" }, "excerpt": "<h3>Sign Up for Community Updates</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) > header:nth-child(3) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(2) > span:nth-child(1) > span:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2>Senator Umberg - Press Conference on SB 44 Alexandra’s 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": "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) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2>Meet Senator Umberg</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": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(2) > h4:nth-child(1)" }, "excerpt": "<h4>In The News</h4>" }, { "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": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(2) > h4:nth-child(1)" }, "excerpt": "<h4>Legislation</h4>" }, { "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": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > div:nth-child(2) > h4:nth-child(1)" }, "excerpt": "<h4>Upcoming Events</h4>" }, { "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": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > a:nth-child(1) > div:nth-child(2) > h4:nth-child(1)" }, "excerpt": "<h4>Contact Us</h4>" }, { "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) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2>The Latest</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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2)" }, "excerpt": "<h3 class=\"home-title\"> Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule </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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(2)" }, "excerpt": "<h3 class=\"home-title\"> Umberg Labor Rights Constitutional Amendment Advances </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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > h3:nth-child(2)" }, "excerpt": "<h3 class=\"home-title\"> Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year </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) > section:nth-child(3) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2>District & 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": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4>Did you know your Senate District 34 team can help you with:</h4>" }, { "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) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2>Office Information</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=\"html front not-logged-in no-sidebars page-node\" style=\"\"> Skip to main content Sign Up for Community Updates Toggle navigation Home Meet Tom Biography Committees The Latest Press Releases ... Gallery Resources API Leadership Awards Contacting My Offices COVID-19 Resources Wildfire Resources 2023 Woman of Distinction Veteran Resources FASFA & Cal Grant Resources Fentanyl Resources No …" }, { "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) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">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(4) > div:nth-child(1) > section:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a id=\"main-content\"></a>" } ] }, "endTime": 1687644852572 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687644852572, "url": "https://sd34.senate.ca.gov/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.092", "responseTime": "2023-06-24T22:14:13.265Z", "data": { "apiErrors": [], "documentSize": 1004076, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 171, "failing": 9 }, "issues": { "totalErrors": 54, "totalWarnings": 12, "totalIssues": 66 }, "issuesByLevel": { "A": { "count": 39, "pct": 59.09 }, "AA": { "count": 26, "pct": 39.39 }, "AAA": { "count": 66, "pct": 100 } }, "density": { "errorDensity": 6, "warningDensity": 1, "allDensity": 7 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "8c15d249-a805-4d81-83db-f27f60724176", "docID": "d10b4602-c50f-4dd4-906d-6897ac05cff1", "sourceHash": "d35e1d511bdfb1e21ad04c2e243391a7", "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=8c15d249-a805-4d81-83db-f27f60724176", "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": 5345 }, "height": 5345, "width": 1008 }, "position": { "line": 2304, "column": 60 }, "errorSnippet": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\"> <div id=\"skip-link\"> <a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a> </div> <div class=\"container-fluid\" ", "xpath": "/html/body", "issueID": "51ade9d1e6879e99b2d8118b26e2568d", "signature": "f8efb819d88b9e055d0b16291d8ad829", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=51ade9d1e6879e99b2d8118b26e2568d" }, { "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": 862, "y": 15 }, "bottom-right": { "x": 879, "y": 33 }, "height": 18, "width": 17 }, "position": { "line": 268, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>", "xpath": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[1]", "issueID": "a9e9adcc08a18051fece2fa1fefed27f", "signature": "0ef06551b0895748a7422772321badc2", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=a9e9adcc08a18051fece2fa1fefed27f" }, { "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": 903, "y": 15 }, "bottom-right": { "x": 925, "y": 33 }, "height": 18, "width": 22 }, "position": { "line": 268, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></a>", "xpath": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[2]", "issueID": "61011d6d701272aaa4c80c5fcac094c4", "signature": "453645accbb34c0dc18dd40dfd9d5c6d", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=61011d6d701272aaa4c80c5fcac094c4" }, { "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": 949, "y": 15 }, "bottom-right": { "x": 972, "y": 33 }, "height": 18, "width": 23 }, "position": { "line": 269, "column": 0 }, "errorSnippet": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </a>", "xpath": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[3]", "issueID": "9b9561581d90065a346a4aa917d7bf1a", "signature": "22ddf36448f69dbf341428208eeefa10", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=9b9561581d90065a346a4aa917d7bf1a" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": -7 }, "bottom-right": { "x": 17, "y": 11 }, "height": 18, "width": 17 }, "position": { "line": 4502, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[1]", "issueID": "781bf675e1debc3f66c35d8042f90f77", "signature": "3c8985f0aa5522efabfb2e56a5689d17", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=781bf675e1debc3f66c35d8042f90f77" }, { "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": 41, "y": -7 }, "bottom-right": { "x": 63, "y": 11 }, "height": 18, "width": 22 }, "position": { "line": 4502, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></a>", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[2]", "issueID": "575ae8c96b9b930e2e3e68c1044a59c7", "signature": "e8fd591eeef8478d07d973f07553e422", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=575ae8c96b9b930e2e3e68c1044a59c7" }, { "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": 87, "y": -7 }, "bottom-right": { "x": 110, "y": 11 }, "height": 18, "width": 23 }, "position": { "line": 4573, "column": 33 }, "errorSnippet": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </a>", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[3]", "issueID": "b3252e474bfc9cc3bcf9099d42581de7", "signature": "ba5005ee9ad4fdc6fef087becb508982", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=b3252e474bfc9cc3bcf9099d42581de7" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": -12 }, "bottom-right": { "x": 17, "y": 6 }, "height": 18, "width": 17 }, "position": { "line": 6067, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[1]", "issueID": "d26baf5c541ffb28ce5b54bdc9a6233a", "signature": "bccc53108605a3edb44dbebd677afe57", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=d26baf5c541ffb28ce5b54bdc9a6233a" }, { "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": 41, "y": -12 }, "bottom-right": { "x": 63, "y": 6 }, "height": 18, "width": 22 }, "position": { "line": 6067, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[2]", "issueID": "39dd72e39bb30929a682444a1b01a89d", "signature": "a40745d8907a7092587fe52f226adee0", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=39dd72e39bb30929a682444a1b01a89d" }, { "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": 87, "y": -12 }, "bottom-right": { "x": 110, "y": 6 }, "height": 18, "width": 23 }, "position": { "line": 6067, "column": 0 }, "errorSnippet": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[3]", "issueID": "cbafd369e8ce63fefcc87a9eede92ddb", "signature": "4f6f0f355e4b8f0cb7bde2a38cf13f13", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=cbafd369e8ce63fefcc87a9eede92ddb" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 0, "y": 47 }, "bottom-right": { "x": 360, "y": 113 }, "height": 66, "width": 360 }, "position": { "line": 269, "column": 0 }, "errorSnippet": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\"> <img src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/umberg_logo_lg_orange.png\" alt=\"Home\"> </a>", "xpath": "/html/body/div[2]/header[1]/div[2]/div[1]/a[1]", "issueID": "ce64d8eb17c5279c5be94596c273a372", "signature": "527e3b9a7fc92861025113f2ce5af04a", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=ce64d8eb17c5279c5be94596c273a372" }, { "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": 305.25, "y": 125 }, "bottom-right": { "x": 356.25, "y": 142 }, "height": 17, "width": 51 }, "position": { "line": 269, "column": 0 }, "errorSnippet": "<a href=\"/\" title=\"Home\" class=\"active\">Home</a>", "xpath": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[1]/a[1]", "issueID": "8af03e7bfa3ce54af76330dc2b04488a", "signature": "eb9adff778ffff96856dfa01552bef33", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=8af03e7bfa3ce54af76330dc2b04488a" }, { "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": 345.25, "y": 323 }, "bottom-right": { "x": 464.25, "y": 345 }, "height": 22, "width": 119 }, "position": { "line": 269, "column": 0 }, "errorSnippet": "<a href=\"/news/press-releases\" title=\"Press Releases\">Press Releases</a>", "xpath": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/a[1]", "issueID": "58019c420818c81ea27cb1a96fe30ce4", "signature": "fd593cbb13843ccbce4e4baa5291165b", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=58019c420818c81ea27cb1a96fe30ce4" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1, "y": 1 }, "height": 1, "width": 1 }, "position": { "line": 268, "column": 0 }, "errorSnippet": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a>", "xpath": "/html/body/div[1]/a[1]", "issueID": "a72bab31178f9de8fcdca17fd5d30c4d", "signature": "f067215273f731940210bfac00ceee86", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=a72bab31178f9de8fcdca17fd5d30c4d" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 305.25, "y": 125 }, "bottom-right": { "x": 356.25, "y": 142 }, "height": 17, "width": 51 }, "position": { "line": 269, "column": 0 }, "errorSnippet": "<a href=\"/\" title=\"Home\" class=\"active\">Home</a>", "xpath": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[1]/a[1]", "issueID": "a2fb2db8d1d9e6b94ef8e6047cb23a42", "signature": "4bfda04d5b0e0d78a085412911759da5", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=a2fb2db8d1d9e6b94ef8e6047cb23a42" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 305.25, "y": 187 }, "bottom-right": { "x": 395.25, "y": 204 }, "height": 17, "width": 90 }, "position": { "line": 269, "column": 0 }, "errorSnippet": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Meet Tom <span class=\"caret\"></span></a>", "xpath": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[2]/a[1]", "issueID": "3422bdc354623225fa1ea531fbd6bc91", "signature": "0190c07ab1f04620d44ae9ccdbe058bd", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=3422bdc354623225fa1ea531fbd6bc91" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 305.25, "y": 293 }, "bottom-right": { "x": 408.25, "y": 310 }, "height": 17, "width": 103 }, "position": { "line": 269, "column": 0 }, "errorSnippet": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">The Latest <span class=\"caret\"></span></a>", "xpath": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]/a[1]", "issueID": "cd68e36e8de5a1954223ab91c8c91a98", "signature": "e798bdb05e9da1176be36ea10369fbe6", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=cd68e36e8de5a1954223ab91c8c91a98" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 305.25, "y": 443 }, "bottom-right": { "x": 385.25, "y": 460 }, "height": 17, "width": 80 }, "position": { "line": 299, "column": 1090 }, "errorSnippet": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District <span class=\"caret\"></span></a>", "xpath": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[4]/a[1]", "issueID": "488fcad3243def4eebaa859da608f454", "signature": "75a51e52c008bc56e1edf97d5145f89b", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=488fcad3243def4eebaa859da608f454" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 305.25, "y": 571 }, "bottom-right": { "x": 407.25, "y": 588 }, "height": 17, "width": 102 }, "position": { "line": 1309, "column": 0 }, "errorSnippet": "<a href=\"/district\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Resources <span class=\"caret\"></span></a>", "xpath": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/a[1]", "issueID": "0766fddfc7f7f8b37e89ae78944f36d7", "signature": "aff3d092147c7dcda1dde671a213e82d", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=0766fddfc7f7f8b37e89ae78944f36d7" }, { "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": 5345 }, "height": 5345, "width": 1008 }, "position": { "line": 2304, "column": 60 }, "errorSnippet": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\"> <div id=\"skip-link\"> <a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a> </div> <div class=\"container-fluid\" ", "xpath": "/html/body", "issueID": "80c765167eb0f0e21cb5357f8f8b9e1d", "signature": "b0d28ae7f677fb4756a9ea1c93de012d", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=80c765167eb0f0e21cb5357f8f8b9e1d" }, { "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": 862, "y": 15 }, "bottom-right": { "x": 879, "y": 33 }, "height": 18, "width": 17 }, "position": { "line": 268, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>", "xpath": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[1]", "issueID": "a4ab487537a8e5a78dc7b98a2f2b5408", "signature": "2751a6e4a5e38c0508fe844eb394ba0e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a4ab487537a8e5a78dc7b98a2f2b5408" }, { "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": 903, "y": 15 }, "bottom-right": { "x": 925, "y": 33 }, "height": 18, "width": 22 }, "position": { "line": 268, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></a>", "xpath": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[2]", "issueID": "2f3dea393873a18c87f067ebf87fdca2", "signature": "33d03a33b287946acd1e28712cece61b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=2f3dea393873a18c87f067ebf87fdca2" }, { "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": 949, "y": 15 }, "bottom-right": { "x": 972, "y": 33 }, "height": 18, "width": 23 }, "position": { "line": 269, "column": 0 }, "errorSnippet": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </a>", "xpath": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[3]", "issueID": "6a36b022ee44e8b595539a206d52c4cc", "signature": "451198302236178b2a53ca608eb5bfdb", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=6a36b022ee44e8b595539a206d52c4cc" }, { "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": -7 }, "bottom-right": { "x": 17, "y": 11 }, "height": 18, "width": 17 }, "position": { "line": 4502, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[1]", "issueID": "23047f5aefa1f7cedd0c184a7fc1151a", "signature": "a4015fa84551f4aed59370164d49cfaa", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=23047f5aefa1f7cedd0c184a7fc1151a" }, { "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": 41, "y": -7 }, "bottom-right": { "x": 63, "y": 11 }, "height": 18, "width": 22 }, "position": { "line": 4502, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></a>", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[2]", "issueID": "acd751a84c1ef1d40827e86a5518a3f8", "signature": "b2894b288243aaf5eb72b0e56c35f723", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=acd751a84c1ef1d40827e86a5518a3f8" }, { "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": 87, "y": -7 }, "bottom-right": { "x": 110, "y": 11 }, "height": 18, "width": 23 }, "position": { "line": 4573, "column": 33 }, "errorSnippet": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </a>", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[3]", "issueID": "fdd5a84c3b6c3cf19fe5e5535263f01a", "signature": "6fa96fddd830181dec5d5dafe0881118", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=fdd5a84c3b6c3cf19fe5e5535263f01a" }, { "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": -12 }, "bottom-right": { "x": 17, "y": 6 }, "height": 18, "width": 17 }, "position": { "line": 6067, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[1]", "issueID": "8bf7fa53e14ddcb41206c90ba98eb554", "signature": "2f12e4d57f7a1bb4946c72f8dc6048c6", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=8bf7fa53e14ddcb41206c90ba98eb554" }, { "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": 41, "y": -12 }, "bottom-right": { "x": 63, "y": 6 }, "height": 18, "width": 22 }, "position": { "line": 6067, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[2]", "issueID": "bff402a185bf4e60c62fc836facc025f", "signature": "ed73a8ec5f3d21e390c8378aab770e03", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=bff402a185bf4e60c62fc836facc025f" }, { "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": 87, "y": -12 }, "bottom-right": { "x": 110, "y": 6 }, "height": 18, "width": 23 }, "position": { "line": 6067, "column": 0 }, "errorSnippet": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[3]", "issueID": "53f85fc60be8960e634a992fa161e0f5", "signature": "b5ba2eac2ff36a695b3411f19ec123a3", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=53f85fc60be8960e634a992fa161e0f5" }, { "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": 25, "y": 25 }, "height": 25, "width": 25 }, "position": { "line": 8335, "column": 0 }, "errorSnippet": "<button type=\"button\" id=\"cboxPrevious\"></button>", "xpath": "/html/body/div[7]/div[1]/div[2]/div[2]/button[1]", "issueID": "928184b8b8683fd451385a9f45e2dbcf", "signature": "5478015866ddec5ac7ccf32085542018", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=928184b8b8683fd451385a9f45e2dbcf" }, { "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": 25, "y": 25 }, "height": 25, "width": 25 }, "position": { "line": 8335, "column": 0 }, "errorSnippet": "<button type=\"button\" id=\"cboxNext\"></button>", "xpath": "/html/body/div[7]/div[1]/div[2]/div[2]/button[2]", "issueID": "62230626b38308cf05692c66288b5b7a", "signature": "8c2fdc37634577069fd7845b341895f5", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=62230626b38308cf05692c66288b5b7a" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8335, "column": 0 }, "errorSnippet": "<button type=\"button\" id=\"cboxSlideshow\"></button>", "xpath": "/html/body/div[7]/div[1]/div[2]/div[2]/button[3]", "issueID": "9c99c183e750327e48da1a413d0d3b25", "signature": "08c8a9fbe7e42724008b54733ab64815", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9c99c183e750327e48da1a413d0d3b25" }, { "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": 25, "y": 25 }, "height": 25, "width": 25 }, "position": { "line": 8335, "column": 0 }, "errorSnippet": "<button type=\"button\" id=\"cboxPrevious\"></button>", "xpath": "/html/body/div[9]/div[1]/div[2]/div[2]/button[1]", "issueID": "d8b598738d73d94afc9f3b03cda05338", "signature": "d5c137e14a24b2b5676bf19214598d11", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d8b598738d73d94afc9f3b03cda05338" }, { "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": 25, "y": 25 }, "height": 25, "width": 25 }, "position": { "line": 8335, "column": 0 }, "errorSnippet": "<button type=\"button\" id=\"cboxNext\"></button>", "xpath": "/html/body/div[9]/div[1]/div[2]/div[2]/button[2]", "issueID": "c15454685cb3fdf84f80ff24070ea9fa", "signature": "2f204c7ee02064a1e5e9f6274ff04ef5", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c15454685cb3fdf84f80ff24070ea9fa" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8335, "column": 0 }, "errorSnippet": "<button type=\"button\" id=\"cboxSlideshow\"></button>", "xpath": "/html/body/div[9]/div[1]/div[2]/div[2]/button[3]", "issueID": "3a190b5f9f3eac617abbb441bc429a7e", "signature": "e36114c4f71f3cbc225e213e77c0e3c6", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=3a190b5f9f3eac617abbb441bc429a7e" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 285.25, "y": 175 }, "bottom-right": { "x": 652.75, "y": 241 }, "height": 66, "width": 367.5 }, "position": { "line": 9, "column": 3 }, "errorSnippet": "<li class=\"expanded dropdown\"><a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Meet Tom <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\">&", "xpath": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[2]", "issueID": "93357cb8f664a213f1b098baf9391534", "signature": "f0ed9f9ab858d2fa1bc365c11883a92c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=93357cb8f664a213f1b098baf9391534" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 285.25, "y": 281 }, "bottom-right": { "x": 652.75, "y": 391 }, "height": 110, "width": 367.5 }, "position": { "line": 28, "column": 3 }, "errorSnippet": "<li class=\"expanded dropdown\"><a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">The Latest <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\">", "xpath": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]", "issueID": "a25be64dd83b1ca018f819f19242604c", "signature": "a5e0697ad6392f9a917e08f7310106d5", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=a25be64dd83b1ca018f819f19242604c" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 305.25, "y": 323 }, "bottom-right": { "x": 632.75, "y": 411 }, "height": 88, "width": 327.5 }, "position": { "line": 3962, "column": 0 }, "errorSnippet": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/news/press-releases\" title=\"Press Releases\">Press Releases</a></li>\n<li class=\"collapsed\"><a href=\"/news/in-the-news\" title=\"\">In the News</a></", "xpath": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]/ul[1]", "issueID": "42a0e5eeed34f4bb08511788f19350dd", "signature": "55d90d6bd9b7cac05a17d5f97993dd04", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=42a0e5eeed34f4bb08511788f19350dd" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 285.25, "y": 431 }, "bottom-right": { "x": 652.75, "y": 519 }, "height": 88, "width": 367.5 }, "position": { "line": 269, "column": 23779 }, "errorSnippet": "<li class=\"expanded dropdown\"><a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\">&", "xpath": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[4]", "issueID": "4c0f14f1d5183005d91ba575a7922463", "signature": "02d9681116a154f2342990cbe8653798", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=4c0f14f1d5183005d91ba575a7922463" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 305.25, "y": 473 }, "bottom-right": { "x": 632.75, "y": 539 }, "height": 66, "width": 327.5 }, "position": { "line": 5450, "column": 110 }, "errorSnippet": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/district\" title=\"\">District Map</a></li>\n<li class=\"leaf\"><a href=\"/upcoming-events\" title=\"\">Upcoming Events</a></li>\n<li class=\"last lea", "xpath": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[4]/ul[1]", "issueID": "d5636bbac86034ba9c0549be0a869910", "signature": "da295093f7528cac59d57b5940694277", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d5636bbac86034ba9c0549be0a869910" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 285.25, "y": 559 }, "bottom-right": { "x": 652.75, "y": 823 }, "height": 264, "width": 367.5 }, "position": { "line": 6127, "column": 474 }, "errorSnippet": "<li class=\"expanded dropdown\"><a href=\"/district\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Resources <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\"><a hre", "xpath": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]", "issueID": "cd3a91ffdcb00ad85408adfe976be9ce", "signature": "241ad10d528eb62d72ada77cfecc29d6", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=cd3a91ffdcb00ad85408adfe976be9ce" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 305.25, "y": 601 }, "bottom-right": { "x": 632.75, "y": 843 }, "height": 242, "width": 327.5 }, "position": { "line": 6127, "column": 0 }, "errorSnippet": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"https://sd34.senate.ca.gov/api-leadership-awards\" title=\"\">API Leadership Awards</a></li>\n<li class=\"leaf\"><a href=\"/resources\">Contacting My Offices</", "xpath": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]", "issueID": "ec1fa2c923b33885dafd3fb0114ea9a4", "signature": "f6feb2c320b0c1d877d3dab09402366a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=ec1fa2c923b33885dafd3fb0114ea9a4" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 285.25, "y": 863 }, "bottom-right": { "x": 652.75, "y": 951 }, "height": 88, "width": 367.5 }, "position": { "line": 8020, "column": 0 }, "errorSnippet": "<li class=\"last expanded dropdown\"><a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Contact Me <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\"><", "xpath": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[6]", "issueID": "4f9970b1a20d94083c9341ca3d6a82af", "signature": "352451266bff5c4c6361e90b21ba62a8", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=4f9970b1a20d94083c9341ca3d6a82af" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 305.25, "y": 905 }, "bottom-right": { "x": 632.75, "y": 971 }, "height": 66, "width": 327.5 }, "position": { "line": 6127, "column": 0 }, "errorSnippet": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/scheduling-request\" title=\"\">Scheduling Request</a></li>\n<li class=\"leaf\"><a href=\"/contact\" title=\"\">Contact Us</a></li>\n<li class=\"last ", "xpath": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[6]/ul[1]", "issueID": "46980b38c9036b1cd4bbe06437d98a42", "signature": "996de71b320340368e676736d17abeb1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=46980b38c9036b1cd4bbe06437d98a42" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 40, "y": 39.99375 }, "bottom-right": { "x": 640, "y": 85.99375 }, "height": 46, "width": 600 }, "position": { "line": 8059, "column": 82 }, "errorSnippet": "<h2>Senator Umberg - Press Conference on SB 44 Alexandra’s Law</h2>", "xpath": "/html/body/header[1]/div[1]/section[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/span[1]/span[1]/h2[1]", "issueID": "78fe98055f99be5a10af9f548f68f4c6", "signature": "c0359d58b3e9d336fde8645b76b4260e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=78fe98055f99be5a10af9f548f68f4c6" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 25, "y": 4317.454375 }, "bottom-right": { "x": 983, "y": 4353.454375 }, "height": 36, "width": 958 }, "position": { "line": 8263, "column": 1 }, "errorSnippet": "<h4>Did you know your Senate District 34 <br>\nteam can help you with:</h4>", "xpath": "/html/body/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]", "issueID": "0edb563ae1c53f67d1c5957ca16c9b5b", "signature": "266e2795d214b8391fe3dd11b3b88bcb", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0edb563ae1c53f67d1c5957ca16c9b5b" }, { "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": 5345 }, "height": 5345, "width": 1008 }, "position": { "line": 2304, "column": 60 }, "errorSnippet": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\"> <div id=\"skip-link\"> <a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a> </div> <div class=\"container-fluid\" ", "xpath": "/html/body", "issueID": "ace70da801cba8a57c3446597db64fdf", "signature": "742ee2f45a2bc1c058e1b3950c7504cc", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=ace70da801cba8a57c3446597db64fdf" }, { "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": 12, "y": 12 }, "bottom-right": { "x": 250, "y": 34 }, "height": 22, "width": 238 }, "position": { "line": 268, "column": 0 }, "errorSnippet": "<a href=\"/contact/updates\" target=\"_blank\"><i class=\"fas fa-envelope\"></i> <h3>Sign Up for Community Updates</h3></a>", "xpath": "/html/body/div[2]/header[1]/div[1]/div[1]/a[1]", "issueID": "516ee69f5d971675fbab170e0ad24e97", "signature": "6ddfa885ca7bc385d1acb14e91a5e83c", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=516ee69f5d971675fbab170e0ad24e97" }, { "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": 862, "y": 15 }, "bottom-right": { "x": 879, "y": 33 }, "height": 18, "width": 17 }, "position": { "line": 268, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>", "xpath": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[1]", "issueID": "7258b9f53508a64fa7b8431208200b0a", "signature": "73d0c0bbb4bf95c36b1819e927ce74ec", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=7258b9f53508a64fa7b8431208200b0a" }, { "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": 903, "y": 15 }, "bottom-right": { "x": 925, "y": 33 }, "height": 18, "width": 22 }, "position": { "line": 268, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></a>", "xpath": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[2]", "issueID": "5c737e5c15a06b9ac318509fd02cef25", "signature": "28fec9830200f9750ff9e5a24baabd23", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5c737e5c15a06b9ac318509fd02cef25" }, { "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": 949, "y": 15 }, "bottom-right": { "x": 972, "y": 33 }, "height": 18, "width": 23 }, "position": { "line": 269, "column": 0 }, "errorSnippet": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </a>", "xpath": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[3]", "issueID": "93eff566d4df9ba93b50470e61d679e8", "signature": "e6fa661f656776bf983b80d195da6d07", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=93eff566d4df9ba93b50470e61d679e8" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": -7 }, "bottom-right": { "x": 17, "y": 11 }, "height": 18, "width": 17 }, "position": { "line": 4502, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[1]", "issueID": "99ed4d333df381ff2e21afc30603b44f", "signature": "a7f0d622c7b51b4cde634d24a7e384f5", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=99ed4d333df381ff2e21afc30603b44f" }, { "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": 41, "y": -7 }, "bottom-right": { "x": 63, "y": 11 }, "height": 18, "width": 22 }, "position": { "line": 4502, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></a>", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[2]", "issueID": "f35615c9dbb5f82de7484ea299c65bb8", "signature": "25457884b3bed6c2fef2aca1359f37c3", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=f35615c9dbb5f82de7484ea299c65bb8" }, { "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": 87, "y": -7 }, "bottom-right": { "x": 110, "y": 11 }, "height": 18, "width": 23 }, "position": { "line": 4573, "column": 33 }, "errorSnippet": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </a>", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[3]", "issueID": "7bc7add49e1a97a02de221c96b8ba609", "signature": "84fa1b645e3e7e15e67ed404431c6edd", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=7bc7add49e1a97a02de221c96b8ba609" }, { "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": 12, "y": 56 }, "bottom-right": { "x": 181, "y": 78 }, "height": 22, "width": 169 }, "position": { "line": 4730, "column": 0 }, "errorSnippet": "<a href=\"/news/in-the-news\" target=\"_blank\"> <img class=\"hover-img\" alt=\"In the News\" src=\"/sites/sd34.senate.ca.gov/files/umberg_news_icon.png\"> <div class=\"hover-txt\">\n<h4>In The News</h4>\n<hr align=\"left\"></div&g", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/a[1]", "issueID": "07ad750492c31f253e97a5c7db162e6d", "signature": "e03559d56dc544d113a5f7aa19cc85e0", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=07ad750492c31f253e97a5c7db162e6d" }, { "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": 12, "y": 28 }, "bottom-right": { "x": 182, "y": 50 }, "height": 22, "width": 170 }, "position": { "line": 4730, "column": 0 }, "errorSnippet": "<a href=\"/legislation\" target=\"_blank\"> <img class=\"hover-img\" alt=\"Legislation\" src=\"/sites/sd34.senate.ca.gov/files/umberg_legislation_icon.png\"> <div class=\"hover-txt\">\n<h4>Legislation</h4>\n<hr align=\"left\"></div", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/a[1]", "issueID": "29b9e40d59ff1487a67e060d4a138654", "signature": "1ef5f99b3cfe3eb30c1072384ab9dbff", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=29b9e40d59ff1487a67e060d4a138654" }, { "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": 12, "y": 28 }, "bottom-right": { "x": 232, "y": 50 }, "height": 22, "width": 220 }, "position": { "line": 4730, "column": 0 }, "errorSnippet": "<a href=\"/upcoming-events\" target=\"_blank\"> <img class=\"hover-img\" alt=\"Events\" src=\"/sites/sd34.senate.ca.gov/files/umberg_event_icon.png\"> <div class=\"hover-txt\">\n<h4>Upcoming Events</h4>\n<hr align=\"left\"></div>", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[3]/div[1]/a[1]", "issueID": "09d3fc72fb6903f8adbfdcda1062f6a2", "signature": "34e1994db748f0fc769781fd5618d99a", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=09d3fc72fb6903f8adbfdcda1062f6a2" }, { "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": 12, "y": 28 }, "bottom-right": { "x": 180, "y": 50 }, "height": 22, "width": 168 }, "position": { "line": 4897, "column": 33 }, "errorSnippet": "<a href=\"/contact\" target=\"_blank\"> <img class=\"hover-img\" alt=\"Contact\" src=\"/sites/sd34.senate.ca.gov/files/umberg_contact_icon.png\"> <div class=\"hover-txt\">\n<h4>Contact Us</h4>\n<hr align=\"left\"></div> <p>", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[4]/div[1]/a[1]", "issueID": "a04fa4fc5c11a53369b1682e14e6610d", "signature": "dca6e3fa76e7c4b3cb290697a7658861", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=a04fa4fc5c11a53369b1682e14e6610d" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": -12 }, "bottom-right": { "x": 17, "y": 6 }, "height": 18, "width": 17 }, "position": { "line": 6067, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[1]", "issueID": "56a5a6d10a86a13f4d2835c7d7d6cafc", "signature": "e0f013c94f860f0634c3846c6cd60ad4", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=56a5a6d10a86a13f4d2835c7d7d6cafc" }, { "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": 41, "y": -12 }, "bottom-right": { "x": 63, "y": 6 }, "height": 18, "width": 22 }, "position": { "line": 6067, "column": 0 }, "errorSnippet": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[2]", "issueID": "634295d03d2fc49bb436140344956201", "signature": "a5202d398883fa393346f69eec2d3e82", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=634295d03d2fc49bb436140344956201" }, { "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": 87, "y": -12 }, "bottom-right": { "x": 110, "y": 6 }, "height": 18, "width": 23 }, "position": { "line": 6067, "column": 0 }, "errorSnippet": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[3]", "issueID": "3cd3c73f4abc9fc16ea6386d097fdec7", "signature": "b552fc0e3ec972c3d97285757be67e35", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=3cd3c73f4abc9fc16ea6386d097fdec7" }, { "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": 104.5, "y": 5295 }, "bottom-right": { "x": 268.5, "y": 5317 }, "height": 22, "width": 164 }, "position": { "line": 6067, "column": 0 }, "errorSnippet": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">California State Senate</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[1]", "issueID": "d498cc99caee935dee4e6662eda7dd29", "signature": "00eedf0d3189d178518bf2962464c861", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d498cc99caee935dee4e6662eda7dd29" }, { "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": 281.5, "y": 5295 }, "bottom-right": { "x": 476.5, "y": 5317 }, "height": 22, "width": 195 }, "position": { "line": 6426, "column": 0 }, "errorSnippet": "<a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\">Democratic Caucus © 2023</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[2]", "issueID": "ec0d3f509597a5a38572c08bb2a179b1", "signature": "5e6398b5c333ac9f71fa37206a365630", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ec0d3f509597a5a38572c08bb2a179b1" }, { "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": 489.5, "y": 5295 }, "bottom-right": { "x": 586.5, "y": 5317 }, "height": 22, "width": 97 }, "position": { "line": 6426, "column": 0 }, "errorSnippet": "<a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">Privacy Policy</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[3]", "issueID": "2b1f0f048c5b16d589af5c1d7e5c1102", "signature": "1966230ec846af8658758406d25b8a38", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=2b1f0f048c5b16d589af5c1d7e5c1102" }, { "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": 599.5, "y": 5295 }, "bottom-right": { "x": 770.5, "y": 5317 }, "height": 22, "width": 171 }, "position": { "line": 6427, "column": 0 }, "errorSnippet": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">Accessibility Statement</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[4]", "issueID": "badad180720d929f3e54aea368ef4279", "signature": "3872cf1f06080d26fb7de30084f63294", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=badad180720d929f3e54aea368ef4279" }, { "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": 783.5, "y": 5295 }, "bottom-right": { "x": 903.5, "y": 5317 }, "height": 22, "width": 120 }, "position": { "line": 6427, "column": 0 }, "errorSnippet": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">Register to Vote</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[5]", "issueID": "48b232b054b9860a738248be495a67f7", "signature": "a7c53df3fbde3b23f574d96e80bfd590", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=48b232b054b9860a738248be495a67f7" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 12, 54 ], "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=\"html front not-logged-in no-sidebars page-node\" style=\"\"> <div id=\"skip-link\"> <a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a> </div> <div class=\"container-fluid\" " }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[2]" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></a>" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[3]" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[2]" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[3]" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </a>" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[2]" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></a>" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[3]" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </a>" }, { "ruleID": "79", "what": "This link has a `title` attribute that is the same as the text inside the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\"> <img src=\"https://sd34.senate.ca.gov/sites/sd34.senate.ca.gov/files/umberg_logo_lg_orange.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[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"/\" title=\"Home\" class=\"active\">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[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"/news/press-releases\" title=\"Press Releases\">Press Releases</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/a[1]" }, "excerpt": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"/\" title=\"Home\" class=\"active\">Home</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Meet Tom <span class=\"caret\"></span></a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">The Latest <span class=\"caret\"></span></a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District <span class=\"caret\"></span></a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a href=\"/district\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Resources <span class=\"caret\"></span></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=\"html front not-logged-in no-sidebars page-node\" style=\"\"> <div id=\"skip-link\"> <a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a> </div> <div class=\"container-fluid\" " }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[2]" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[3]" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[2]" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[3]" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </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/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></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/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[2]" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></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/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[3]" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </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[7]/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[7]/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[7]/div[1]/div[2]/div[2]/button[3]" }, "excerpt": "<button type=\"button\" id=\"cboxSlideshow\"></button>" }, { "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[9]/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[9]/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[9]/div[1]/div[2]/div[2]/button[3]" }, "excerpt": "<button type=\"button\" id=\"cboxSlideshow\"></button>" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[2]" }, "excerpt": "<li class=\"expanded dropdown\"><a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Meet Tom <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\">&" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]" }, "excerpt": "<li class=\"expanded dropdown\"><a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">The Latest <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\">" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[3]/ul[1]" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/news/press-releases\" title=\"Press Releases\">Press Releases</a></li> <li class=\"collapsed\"><a href=\"/news/in-the-news\" title=\"\">In the News</a></" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[4]" }, "excerpt": "<li class=\"expanded dropdown\"><a href=\"/district\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\">&" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[4]/ul[1]" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/district\" title=\"\">District Map</a></li> <li class=\"leaf\"><a href=\"/upcoming-events\" title=\"\">Upcoming Events</a></li> <li class=\"last lea" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]" }, "excerpt": "<li class=\"expanded dropdown\"><a href=\"/district\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Resources <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\"><a hre" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[5]/ul[1]" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"https://sd34.senate.ca.gov/api-leadership-awards\" title=\"\">API Leadership Awards</a></li> <li class=\"leaf\"><a href=\"/resources\">Contacting My Offices</" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[6]" }, "excerpt": "<li class=\"last expanded dropdown\"><a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Contact Me <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\"><" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[2]/div[2]/nav[1]/ul[1]/li[6]/ul[1]" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/scheduling-request\" title=\"\">Scheduling Request</a></li> <li class=\"leaf\"><a href=\"/contact\" title=\"\">Contact Us</a></li> <li class=\"last " }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/section[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/span[1]/span[1]/h2[1]" }, "excerpt": "<h2>Senator Umberg - Press Conference on SB 44 Alexandra’s Law</h2>" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[4]/div[1]/div[1]/section[3]/div[1]/div[1]/div[2]/div[1]/h4[1]" }, "excerpt": "<h4>Did you know your Senate District 34 <br> team can help you with:</h4>" }, { "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=\"html front not-logged-in no-sidebars page-node\" style=\"\"> <div id=\"skip-link\"> <a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a> </div> <div class=\"container-fluid\" " }, { "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]/header[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"/contact/updates\" target=\"_blank\"><i class=\"fas fa-envelope\"></i> <h3>Sign Up for Community Updates</h3></a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[2]" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/header[1]/div[1]/div[2]/small[1]/a[3]" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[2]" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/small[1]/a[3]" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"/news/in-the-news\" target=\"_blank\"> <img class=\"hover-img\" alt=\"In the News\" src=\"/sites/sd34.senate.ca.gov/files/umberg_news_icon.png\"> <div class=\"hover-txt\"> <h4>In The News</h4> <hr align=\"left\"></div&g" }, { "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a href=\"/legislation\" target=\"_blank\"> <img class=\"hover-img\" alt=\"Legislation\" src=\"/sites/sd34.senate.ca.gov/files/umberg_legislation_icon.png\"> <div class=\"hover-txt\"> <h4>Legislation</h4> <hr align=\"left\"></div" }, { "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[3]/div[1]/a[1]" }, "excerpt": "<a href=\"/upcoming-events\" target=\"_blank\"> <img class=\"hover-img\" alt=\"Events\" src=\"/sites/sd34.senate.ca.gov/files/umberg_event_icon.png\"> <div class=\"hover-txt\"> <h4>Upcoming Events</h4> <hr align=\"left\"></div>" }, { "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[4]/div[1]/div[1]/section[1]/div[2]/div[1]/div[4]/div[1]/a[1]" }, "excerpt": "<a href=\"/contact\" target=\"_blank\"> <img class=\"hover-img\" alt=\"Contact\" src=\"/sites/sd34.senate.ca.gov/files/umberg_contact_icon.png\"> <div class=\"hover-txt\"> <h4>Contact Us</h4> <hr align=\"left\"></div> <p>" }, { "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/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-facebook-f\"></i></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/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[2]" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-instagram\"></i></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/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/small[1]/a[3]" }, "excerpt": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fab fa-twitter\"></i> </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/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[1]" }, "excerpt": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">California State Senate</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/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[2]" }, "excerpt": "<a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\">Democratic Caucus © 2023</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/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[3]" }, "excerpt": "<a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">Privacy Policy</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/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[4]" }, "excerpt": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">Accessibility Statement</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/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[5]" }, "excerpt": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">Register to Vote</a>" } ] }, "endTime": 1687644853259 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687644853259, "url": "https://sd34.senate.ca.gov/", "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": null }, "visHidden": { "document": false, "body": false, "main": false }, "ariaHidden": { "document": false, "body": false, "main": false }, "tagName": { "document": "HTML", "body": "BODY", "main": "" }, "id": { "body": "", "main": "" } }, "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": 220 }, "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": [], "prevented": true }, "totals": [ 0, 0, 0, 10 ], "standardInstances": [ { "ruleID": "dupAtt", "what": "Page prevented this test (treated as 10 instances)", "ordinalSeverity": 3, "count": 10, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "embAc": { "what": "active elements embedded in links or buttons", "data": { "totals": { "links": 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": 37, "tabFocused": 37, "discrepancy": 0 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 37, "types": { "missing": { "total": 6, "tagNames": { "A": 5, "IFRAME": 1 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 31, "meanDelay": 16, "tagNames": { "A": 31 } } } }, "items": { "missing": [ { "tagName": "A", "id": "", "text": "Meet Tom" }, { "tagName": "A", "id": "", "text": "The Latest" }, { "tagName": "A", "id": "", "text": "District" }, { "tagName": "A", "id": "", "text": "Resources" }, { "tagName": "A", "id": "", "text": "Contact Me" }, { "tagName": "IFRAME", "id": "youtube-field-player", "text": "<a href=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wm" } ], "nonoutline": [], "outline": [ { "tagName": "A", "id": "", "text": "Skip to main content", "delay": 0 }, { "tagName": "A", "id": "", "text": "Sign Up for Community Updates", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\"> <img src=\"https://sd34.senate.ca.gov/sit", "delay": 0 }, { "tagName": "A", "id": "", "text": "Home", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://sd34.senate.ca.gov/covid-19-resources\"> <img class=\"hidden-xs\" alt=\"covid banner\" s", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla", "delay": 0 }, { "tagName": "A", "id": "", "text": "Read full bio", "delay": 104 }, { "tagName": "A", "id": "", "text": "In The News Get all the latest district updates", "delay": 0 }, { "tagName": "A", "id": "", "text": "Legislation Keep up with your legislation", "delay": 0 }, { "tagName": "A", "id": "", "text": "Upcoming Events Find events coming up", "delay": 0 }, { "tagName": "A", "id": "", "text": "Contact Us Contact us for any questions", "delay": 0 }, { "tagName": "A", "id": "", "text": "Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule", "delay": 0 }, { "tagName": "A", "id": "", "text": "Umberg Labor Rights Constitutional Amendment Advances", "delay": 0 }, { "tagName": "A", "id": "", "text": "Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year", "delay": 0 }, { "tagName": "A", "id": "", "text": "View all News", "delay": 106 }, { "tagName": "A", "id": "", "text": "Learn More About the District", "delay": 101 }, { "tagName": "A", "id": "", "text": "View all Resources", "delay": 100 }, { "tagName": "A", "id": "", "text": "Scheduling Request", "delay": 103 }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla", "delay": 0 }, { "tagName": "A", "id": "", "text": "California State Senate", "delay": 0 }, { "tagName": "A", "id": "", "text": "Democratic Caucus © 2023", "delay": 0 }, { "tagName": "A", "id": "", "text": "Privacy Policy", "delay": 0 }, { "tagName": "A", "id": "", "text": "Accessibility Statement", "delay": 0 }, { "tagName": "A", "id": "", "text": "Register to Vote", "delay": 0 } ] } }, "totals": [ 0, 0, 0, 6 ], "standardInstances": [ { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Tom" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wm" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 67, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 2, "tagNames": { "A": 2 } }, "focusableAndOperable": { "total": 65, "tagNames": { "A": 60, "BUTTON": 4, "IFRAME": 1 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [ { "tagName": "A", "id": "", "text": "Previous", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Next", "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": "Sign Up for Community Updates", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"c", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\" style=", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\" style=", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" style=\"cursor: default;\"> <img src=\"https", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "Toggle navigation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Meet Tom", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Biography", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Committees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "The Latest", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "In the News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Op-Ed", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District Map", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Upcoming Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Gallery", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "API Leadership Awards", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contacting My Offices", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "COVID-19 Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Wildfire Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "2023 Woman of Distinction", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Veteran Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "FASFA & Cal Grant Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Fentanyl Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Nonprofit Reimbursements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Oil Spill Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Free Heath Services Community Health Fair", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Me", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Scheduling Request", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Sign up for Updates", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "youtube-field-player", "text": "<a href=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wm", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "<a href=\"https://sd34.senate.ca.gov/covid-19-resources\" style=\"cursor: default;\"> <img class=\"hidden", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "main-content", "text": "<a id=\"main-content\"></a>", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"c", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\" style=", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\" style=", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Read full bio", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "In The News Get all the latest district updates", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation Keep up with your legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Upcoming Events Find events coming up", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Us Contact us for any questions", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Umberg Labor Rights Constitutional Amendment Advances", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "View all News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More About the District", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "View all Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Scheduling Request", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"c", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\" style=", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\" style=", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "California State Senate", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Democratic Caucus © 2023", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Privacy Policy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Accessibility Statement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Register to Vote", "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, 2 ], "standardInstances": [ { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Previous" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" } ] }, "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": 46, "triggerSample": 20, "impactTriggers": 13, "additions": 140, "removals": 0, "opacityChanges": 0, "opacityImpact": 0, "unhoverables": 1, "noCursors": 0, "badCursors": 0, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "LI", "id": "", "text": "Meet Tom Biography Committees", "additions": 5, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "", "text": "The Latest Press Releases In the News Op-Ed Legislation", "additions": 9, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "The Latest", "additions": 9, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "", "text": "District District Map Upcoming Events Gallery", "additions": 7, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "District", "additions": 7, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "", "text": "Resources API Leadership Awards Contacting My Offices COVID-19 Resources Wildfire Resources 2023 Wom", "additions": 23, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Resources", "additions": 23, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "", "text": "Contact Me Scheduling Request Contact Us Sign up for Updates", "additions": 7, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Contact Me", "additions": 7, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 } ], "unhoverables": [ { "tagName": "A", "id": "", "text": "Skip to main content" } ], "noCursors": [], "badCursors": [], "noIndicators": [], "badIndicators": [] } }, "totals": [ 0, 140, 0, 14 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Tom Biography Committees" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest Press Releases In the News Op-Ed Legislation" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District District Map Upcoming Events Gallery" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources API Leadership Awards Contacting My Offices COVID-19 Resources Wildfire Resources 2023 Wom" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me Scheduling Request Contact Us Sign up for Updates" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 3, "wellLabeled": 1 }, "items": { "mislabeled": [], "unlabeled": [ { "index": 1, "tagName": "BUTTON", "type": "button", "texts": {}, "content": "<button type=\"button\" id=\"cboxPrevious\"></button>" }, { "index": 2, "tagName": "BUTTON", "type": "button", "texts": {}, "content": "<button type=\"button\" id=\"cboxNext\"></button>" }, { "index": 3, "tagName": "BUTTON", "type": "button", "texts": {}, "content": "<button type=\"button\" id=\"cboxSlideshow\"></button>" } ], "wellLabeled": [ { "index": 0, "tagName": "BUTTON", "type": "button", "texts": { "content": "Toggle navigation" } } ] } }, "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>" } ] }, "lineHeight": { "what": "text with a line height less than 1.5 times its font size", "data": [ { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Skip to main content" }, { "tagName": "SPAN", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Toggle navigation" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 20, "text": "Home" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 20, "text": "Meet Tom" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Biography" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Committees" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 20, "text": "The Latest" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Press Releases" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "In the News" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Op-Ed" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Legislation" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 20, "text": "District" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "District Map" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Upcoming Events" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Gallery" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 20, "text": "Resources" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "API Leadership Awards" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Contacting My Offices" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "COVID-19 Resources" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Wildfire Resources" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "2023 Woman of Distinction" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Veteran Resources" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "FASFA & Cal Grant Resources" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Fentanyl Resources" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Nonprofit Reimbursements" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Oil Spill Resources" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Free Heath Services Community Health Fair" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 20, "text": "Contact Me" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Scheduling Request" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Contact Us" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Sign up for Updates" }, { "tagName": "H2", "id": "", "fontSize": 20, "lineHeight": 22, "text": "Senator Umberg - Press Conference on SB 44 Alexandra’s Law" }, { "tagName": "IFRAME", "id": "youtube-field-player", "fontSize": 16, "lineHeight": 22.8571, "text": "<a href=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\">Embedded video for Video Banner</a>" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Previous" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Next" }, { "tagName": "H2", "id": "", "fontSize": 28, "lineHeight": 30.8, "text": "Meet Senator Umberg" }, { "tagName": "H4", "id": "", "fontSize": 16, "lineHeight": 17.6, "text": "In The News" }, { "tagName": "P", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "Get all the latest district updates" }, { "tagName": "H4", "id": "", "fontSize": 16, "lineHeight": 17.6, "text": "Legislation" }, { "tagName": "P", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "Keep up with your legislation" }, { "tagName": "H4", "id": "", "fontSize": 16, "lineHeight": 17.6, "text": "Upcoming Events" }, { "tagName": "P", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "Find events coming up" }, { "tagName": "H4", "id": "", "fontSize": 16, "lineHeight": 17.6, "text": "Contact Us" }, { "tagName": "P", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "Contact us for any questions" }, { "tagName": "H2", "id": "", "fontSize": 28, "lineHeight": 30.8, "text": "The Latest" }, { "tagName": "P", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Press Release" }, { "tagName": "SPAN", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "June 22, 2023" }, { "tagName": "P", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Press Release" }, { "tagName": "SPAN", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "June 22, 2023" }, { "tagName": "P", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "Press Release" }, { "tagName": "SPAN", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "June 12, 2023" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 22.8571, "text": "View all News" }, { "tagName": "H2", "id": "", "fontSize": 28, "lineHeight": 30.8, "text": "District & Resources" }, { "tagName": "H4", "id": "", "fontSize": 16, "lineHeight": 17.6, "text": "Did you know your Senate District 34" }, { "tagName": "H4", "id": "", "fontSize": 16, "lineHeight": 17.6, "text": "team can help you with:" }, { "tagName": "H2", "id": "", "fontSize": 28, "lineHeight": 30.8, "text": "Office Information" } ], "totals": [ 0, 56, 0, 0 ], "standardInstances": [ { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Toggle navigation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Tom" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Releases" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In the News" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Op-Ed" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Upcoming Events" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Gallery" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "API Leadership Awards" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contacting My Offices" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "COVID-19 Resources" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Wildfire Resources" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2023 Woman of Distinction" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Veteran Resources" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "FASFA & Cal Grant Resources" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Fentanyl Resources" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Nonprofit Reimbursements" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Oil Spill Resources" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Free Heath Services Community Health Fair" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Scheduling Request" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Sign up for Updates" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Umberg - Press Conference on SB 44 Alexandra’s Law" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\">Embedded video for Video Banner</a>" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Previous" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "lineHeight", "what": "Text line height 30.8 px is less than 1.5 times its font size 28 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Senator Umberg" }, { "ruleID": "lineHeight", "what": "Text line height 17.6 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get all the latest district updates" }, { "ruleID": "lineHeight", "what": "Text line height 17.6 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Keep up with your legislation" }, { "ruleID": "lineHeight", "what": "Text line height 17.6 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Upcoming Events" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Find events coming up" }, { "ruleID": "lineHeight", "what": "Text line height 17.6 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact us for any questions" }, { "ruleID": "lineHeight", "what": "Text line height 30.8 px is less than 1.5 times its font size 28 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Release" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 22, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Release" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 22, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Release" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 12, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View all News" }, { "ruleID": "lineHeight", "what": "Text line height 30.8 px is less than 1.5 times its font size 28 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District & Resources" }, { "ruleID": "lineHeight", "what": "Text line height 17.6 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Did you know your Senate District 34" }, { "ruleID": "lineHeight", "what": "Text line height 17.6 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "team can help you with:" }, { "ruleID": "lineHeight", "what": "Text line height 30.8 px is less than 1.5 times its font size 28 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Office Information" } ] }, "linkExt": { "what": "links that automatically open new windows", "data": { "total": 19, "items": [ { "id": "", "text": "Sign Up for Community Updates" }, { "id": "", "text": "" }, { "id": "", "text": "" }, { "id": "", "text": "" }, { "id": "", "text": "" }, { "id": "", "text": "" }, { "id": "", "text": "" }, { "id": "", "text": "In The NewsGet all the latest district updates" }, { "id": "", "text": "LegislationKeep up with your legislation" }, { "id": "", "text": "Upcoming EventsFind events coming up" }, { "id": "", "text": "Contact UsContact us for any questions" }, { "id": "", "text": "" }, { "id": "", "text": "" }, { "id": "", "text": "" }, { "id": "", "text": "California State Senate" }, { "id": "", "text": "Democratic Caucus © 2023" }, { "id": "", "text": "Privacy Policy" }, { "id": "", "text": "Accessibility Statement" }, { "id": "", "text": "Register to Vote" } ] }, "totals": [ 19, 0, 0, 0 ], "standardInstances": [ { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Sign Up for Community Updates" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The NewsGet all the latest district updates" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LegislationKeep up with your legislation" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Upcoming EventsFind events coming up" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact UsContact us for any questions" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California State Senate" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Democratic Caucus © 2023" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy Policy" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility Statement" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Register to Vote" } ] }, "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": 62, "adjacent": { "total": 37, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "", "text": "Skip to main content" }, { "id": "", "text": "Sign Up for Community Updates" }, { "id": "", "text": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class" }, { "id": "", "text": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "id": "", "text": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "id": "", "text": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\"> <img src=\"https://sd34.senate.ca.gov/sit" }, { "id": "", "text": "Home" }, { "id": "", "text": "Meet Tom" }, { "id": "", "text": "The Latest" }, { "id": "", "text": "District" }, { "id": "", "text": "Resources" }, { "id": "", "text": "Contact Me" }, { "id": "", "text": "<a href=\"https://sd34.senate.ca.gov/covid-19-resources\"> <img class=\"hidden-xs\" alt=\"covid banner\" s" }, { "id": "main-content", "text": "<a id=\"main-content\"></a>" }, { "id": "", "text": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class" }, { "id": "", "text": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "id": "", "text": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "id": "", "text": "Read full bio" }, { "id": "", "text": "In The News Get all the latest district updates" }, { "id": "", "text": "Legislation Keep up with your legislation" }, { "id": "", "text": "Upcoming Events Find events coming up" }, { "id": "", "text": "Contact Us Contact us for any questions" }, { "id": "", "text": "Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule" }, { "id": "", "text": "Umberg Labor Rights Constitutional Amendment Advances" }, { "id": "", "text": "Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year" }, { "id": "", "text": "View all News" }, { "id": "", "text": "Learn More About the District" }, { "id": "", "text": "View all Resources" }, { "id": "", "text": "Scheduling Request" }, { "id": "", "text": "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class" }, { "id": "", "text": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "id": "", "text": "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "id": "", "text": "California State Senate" }, { "id": "", "text": "Democratic Caucus © 2023" }, { "id": "", "text": "Privacy Policy" }, { "id": "", "text": "Accessibility Statement" }, { "id": "", "text": "Register to Vote" } ] } }, "totals": [ 0, 37, 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": "Sign Up for Community Updates" }, { "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/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "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/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "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\"> <img src=\"https://sd34.senate.ca.gov/sit" }, { "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": "Meet Tom" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest" }, { "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": "Resources" }, { "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 href=\"https://sd34.senate.ca.gov/covid-19-resources\"> <img class=\"hidden-xs\" alt=\"covid banner\" s" }, { "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\"></a>" }, { "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/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "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/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read full bio" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News Get all the latest district updates" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation Keep up with your legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Upcoming Events Find events coming up" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us Contact us for any questions" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Umberg Labor Rights Constitutional Amendment Advances" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View all News" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Learn More About the District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View all Resources" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Scheduling Request" }, { "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/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "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/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California State Senate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Democratic Caucus © 2023" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy Policy" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility Statement" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Register to Vote" } ] }, "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": 4, "badRoleElements": 2, "redundantRoleElements": 1, "tagNames": { "HEADER": { "banner": { "bad": 2, "redundant": 0 } }, "NAV": { "navigation": { "bad": 0, "redundant": 1 } } } }, "totals": [ 0, 1, 0, 2 ], "standardInstances": [ { "ruleID": "role", "what": "HEADER elements have invalid or native-replaceable explicit role banner (count: 2)", "count": 2, "ordinalSeverity": 3, "tagName": "HEADER", "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": "" } ] }, "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": 4, "subtotals": [ 2, 1, 1 ] }, "adjacentLink": { "total": 37, "subtotals": [ 34, 3 ] }, "listLink": { "total": 25, "subtotals": [ 23, 2 ] }, "h2": { "total": 5, "subtotals": [ 2, 1, 1, 1 ] }, "h3": { "total": 4, "subtotals": [ 3, 1 ] }, "h4": { "total": 5, "subtotals": [ 4, 1 ] } }, "items": { "button": { "borderStyle": { "solid": [ "Toggle navigation" ], "none": [ "<button type=\"button\" id=\"cboxPrevious\"></button>", "<button type=\"button\" id=\"cboxNext\"></button>", "<button type=\"button\" id=\"cboxSlideshow\"></button>" ] }, "borderWidth": { "1px": [ "Toggle navigation" ], "0px": [ "<button type=\"button\" id=\"cboxPrevious\"></button>", "<button type=\"button\" id=\"cboxNext\"></button>", "<button type=\"button\" id=\"cboxSlideshow\"></button>" ] }, "height": { "auto": [ "Toggle navigation", "<button type=\"button\" id=\"cboxSlideshow\"></button>" ], "25px": [ "<button type=\"button\" id=\"cboxPrevious\"></button>", "<button type=\"button\" id=\"cboxNext\"></button>" ] } }, "adjacentLink": { "fontWeight": { "400": [ "Skip to main content", "Sign Up for Community Updates", "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class", "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla", "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla", "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\"> <img src=\"https://sd34.senate.ca.gov/sit", "Home", "Meet Tom", "The Latest", "District", "Resources", "Contact Me", "<a href=\"https://sd34.senate.ca.gov/covid-19-resources\"> <img class=\"hidden-xs\" alt=\"covid banner\" s", "<a id=\"main-content\"></a>", "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class", "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla", "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla", "Read full bio", "In The News Get all the latest district updates", "Legislation Keep up with your legislation", "Upcoming Events Find events coming up", "Contact Us Contact us for any questions", "Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule", "Umberg Labor Rights Constitutional Amendment Advances", "Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year", "View all News", "<a href=\"https://www.facebook.com/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class", "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla", "<a href=\"https://twitter.com/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla", "California State Senate", "Democratic Caucus © 2023", "Privacy Policy", "Accessibility Statement", "Register to Vote" ], "700": [ "Learn More About the District", "View all Resources", "Scheduling Request" ] } }, "listLink": { "opacity": { "0": [ "Previous", "Next" ], "1": [ "Biography", "Committees", "Press Releases", "In the News", "Op-Ed", "Legislation", "District Map", "Upcoming Events", "Gallery", "API Leadership Awards", "Contacting My Offices", "COVID-19 Resources", "Wildfire Resources", "2023 Woman of Distinction", "Veteran Resources", "FASFA & Cal Grant Resources", "Fentanyl Resources", "Nonprofit Reimbursements", "Oil Spill Resources", "Free Heath Services Community Health Fair", "Scheduling Request", "Contact Us", "Sign up for Updates" ] }, "color": { "rgb(255, 255, 255)": [ "Biography", "Committees", "Press Releases", "In the News", "Op-Ed", "Legislation", "District Map", "Upcoming Events", "Gallery", "API Leadership Awards", "Contacting My Offices", "COVID-19 Resources", "Wildfire Resources", "2023 Woman of Distinction", "Veteran Resources", "FASFA & Cal Grant Resources", "Fentanyl Resources", "Nonprofit Reimbursements", "Oil Spill Resources", "Free Heath Services Community Health Fair", "Scheduling Request", "Contact Us", "Sign up for Updates" ], "rgba(0, 0, 0, 0.8)": [ "Previous", "Next" ] } }, "h2": { "color": { "rgb(255, 255, 255)": [ "Senator Umberg - Press Conference on SB 44 Alexandra’s Law", "District & Resources", "Office Information" ], "rgb(74, 74, 74)": [ "Meet Senator Umberg" ], "rgb(32, 91, 160)": [ "The Latest" ] }, "fontSize": { "20px": [ "Senator Umberg - Press Conference on SB 44 Alexandra’s Law" ], "28px": [ "Meet Senator Umberg", "The Latest", "District & Resources", "Office Information" ] } }, "h3": { "color": { "rgb(255, 255, 255)": [ "Sign Up for Community Updates" ], "rgb(74, 74, 74)": [ "Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule", "Umberg Labor Rights Constitutional Amendment Advances", "Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year" ] }, "fontSize": { "14px": [ "Sign Up for Community Updates" ], "18px": [ "Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule", "Umberg Labor Rights Constitutional Amendment Advances", "Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year" ] } }, "h4": { "color": { "rgb(74, 74, 74)": [ "In The News", "Legislation", "Upcoming Events", "Contact Us" ], "rgb(255, 255, 255)": [ "Did you know your Senate District 34 team can help you with:" ] } } } }, "totals": [ 1, 1, 2, 5 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 2 different styles", "count": 1, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 2 different styles", "count": 1, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Buttons have 3 different styles", "count": 2, "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-2 headings have 4 different styles", "count": 3, "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-3 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-4 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H4", "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": [] }, "targetSize": { "what": "buttons, inputs, and non-inline links smaller than 44 pixels wide and high", "data": { "total": 3, "items": [ { "width": 1, "height": 1, "tagName": "A", "id": "", "text": "Skip to main content" }, { "width": 25, "height": 25, "tagName": "BUTTON", "id": "cboxPrevious", "text": "" }, { "width": 25, "height": 25, "tagName": "BUTTON", "id": "cboxNext", "text": "" } ] }, "totals": [ 3, 0, 0, 0 ], "standardInstances": [ { "ruleID": "targetSize", "what": "Interactive element has a substandard size (1 px wide, 1 px high)", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "targetSize", "what": "Interactive element has a substandard size (25 px wide, 25 px high)", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "cboxPrevious", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "targetSize", "what": "Interactive element has a substandard size (25 px wide, 25 px high)", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "cboxNext", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "titledEl": { "what": "title attributes on inappropriate elements", "data": { "total": 5, "items": [ { "tagName": "A", "id": "", "text": "", "title": "Home" }, { "tagName": "A", "id": "", "text": "Home", "title": "Home" }, { "tagName": "A", "id": "", "text": "Meet Tom", "title": "" }, { "tagName": "A", "id": "", "text": "The Latest", "title": "" }, { "tagName": "A", "id": "", "text": "District", "title": "" } ] }, "totals": [ 0, 0, 5, 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 (Home): Home" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Meet Tom): " }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (The Latest): " }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (District): " } ] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 12, "tagNames": { "HEADER": 1, "UL": 5, "LI": 1, "A": 2, "DIV": 3 } }, "items": [ { "tagName": "HEADER", "id": "navbar", "text": "Sign Up for Community Updates Toggle navigation Home Meet Tom Biography Committees The Latest Press " }, { "tagName": "UL", "id": "", "text": "Biography Committees" }, { "tagName": "UL", "id": "", "text": "Press Releases In the News Op-Ed Legislation" }, { "tagName": "UL", "id": "", "text": "District Map Upcoming Events Gallery" }, { "tagName": "UL", "id": "", "text": "API Leadership Awards Contacting My Offices COVID-19 Resources Wildfire Resources 2023 Woman of Dist" }, { "tagName": "UL", "id": "", "text": "Scheduling Request Contact Us Sign up for Updates" }, { "tagName": "LI", "id": "", "text": "Senator Umberg - Press Conference on SB 44 Alexandra’s Law <a href=\"https://www.youtube.com/embed/g3" }, { "tagName": "A", "id": "", "text": "Previous" }, { "tagName": "A", "id": "", "text": "Next" }, { "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": [ 12, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "HEADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "HEADER", "id": "navbar", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Sign Up for Community Updates Toggle navigation Home Meet Tom Biography Committees The Latest Press " }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography Committees" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Releases In the News Op-Ed Legislation" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map Upcoming Events Gallery" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "API Leadership Awards Contacting My Offices COVID-19 Resources Wildfire Resources 2023 Woman of Dist" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Scheduling Request Contact Us Sign up for Updates" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Umberg - Press Conference on SB 44 Alexandra’s Law <a href=\"https://www.youtube.com/embed/g3" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Previous" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "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": [ 36, 235, 7, 42 ], "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": "dupAtt", "what": "Page prevented this test (treated as 10 instances)", "ordinalSeverity": 3, "count": 10, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Tom" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wm" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Previous" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Tom Biography Committees" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest Press Releases In the News Op-Ed Legislation" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District District Map Upcoming Events Gallery" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources API Leadership Awards Contacting My Offices COVID-19 Resources Wildfire Resources 2023 Wom" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me Scheduling Request Contact Us Sign up for Updates" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "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": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Toggle navigation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Tom" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Releases" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In the News" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Op-Ed" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Upcoming Events" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Gallery" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "API Leadership Awards" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contacting My Offices" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "COVID-19 Resources" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Wildfire Resources" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2023 Woman of Distinction" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Veteran Resources" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "FASFA & Cal Grant Resources" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Fentanyl Resources" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Nonprofit Reimbursements" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Oil Spill Resources" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Free Heath Services Community Health Fair" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Scheduling Request" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Sign up for Updates" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Umberg - Press Conference on SB 44 Alexandra’s Law" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.youtube.com/embed/g3c8xbWUAR8?rel=0&modestbranding=1&theme=light&wmode=opaque\">Embedded video for Video Banner</a>" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Previous" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "lineHeight", "what": "Text line height 30.8 px is less than 1.5 times its font size 28 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Senator Umberg" }, { "ruleID": "lineHeight", "what": "Text line height 17.6 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get all the latest district updates" }, { "ruleID": "lineHeight", "what": "Text line height 17.6 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Keep up with your legislation" }, { "ruleID": "lineHeight", "what": "Text line height 17.6 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Upcoming Events" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Find events coming up" }, { "ruleID": "lineHeight", "what": "Text line height 17.6 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact us for any questions" }, { "ruleID": "lineHeight", "what": "Text line height 30.8 px is less than 1.5 times its font size 28 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Release" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 22, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Release" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 22, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Release" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 12, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View all News" }, { "ruleID": "lineHeight", "what": "Text line height 30.8 px is less than 1.5 times its font size 28 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District & Resources" }, { "ruleID": "lineHeight", "what": "Text line height 17.6 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Did you know your Senate District 34" }, { "ruleID": "lineHeight", "what": "Text line height 17.6 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "team can help you with:" }, { "ruleID": "lineHeight", "what": "Text line height 30.8 px is less than 1.5 times its font size 28 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Office Information" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Sign Up for Community Updates" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The NewsGet all the latest district updates" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LegislationKeep up with your legislation" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Upcoming EventsFind events coming up" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact UsContact us for any questions" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California State Senate" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Democratic Caucus © 2023" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy Policy" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility Statement" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Register to Vote" }, { "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": "Sign Up for Community Updates" }, { "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/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "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/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "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\"> <img src=\"https://sd34.senate.ca.gov/sit" }, { "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": "Meet Tom" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest" }, { "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": "Resources" }, { "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 href=\"https://sd34.senate.ca.gov/covid-19-resources\"> <img class=\"hidden-xs\" alt=\"covid banner\" s" }, { "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\"></a>" }, { "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/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "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/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read full bio" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News Get all the latest district updates" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation Keep up with your legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Upcoming Events Find events coming up" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us Contact us for any questions" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senate Judiciary Chair Tom Umberg Responds to New California Supreme Court Rule" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Umberg Labor Rights Constitutional Amendment Advances" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Tom Umberg Honors Orangewood Foundation as 2023 Nonprofit of the Year" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View all News" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Learn More About the District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View all Resources" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Scheduling Request" }, { "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/SenatorUmberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i class" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/senator_umberg/\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "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/senatorumberg?lang=en\" target=\"_blank\" rel=\"noopener noreferrer\"><i cla" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California State Senate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Democratic Caucus © 2023" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy Policy" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility Statement" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Register to Vote" }, { "ruleID": "role", "what": "HEADER elements have invalid or native-replaceable explicit role banner (count: 2)", "count": 2, "ordinalSeverity": 3, "tagName": "HEADER", "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": "styleDiff", "what": "In-line links have 2 different styles", "count": 1, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 2 different styles", "count": 1, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Buttons have 3 different styles", "count": 2, "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-2 headings have 4 different styles", "count": 3, "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-3 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-4 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "targetSize", "what": "Interactive element has a substandard size (1 px wide, 1 px high)", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "targetSize", "what": "Interactive element has a substandard size (25 px wide, 25 px high)", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "cboxPrevious", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "targetSize", "what": "Interactive element has a substandard size (25 px wide, 25 px high)", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "cboxNext", "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 (Home): Home" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Meet Tom): " }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (The Latest): " }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (District): " }, { "ruleID": "zIndex", "what": "HEADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "HEADER", "id": "navbar", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Sign Up for Community Updates Toggle navigation Home Meet Tom Biography Committees The Latest Press " }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography Committees" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Releases In the News Op-Ed Legislation" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map Upcoming Events Gallery" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "API Leadership Awards Contacting My Offices COVID-19 Resources Wildfire Resources 2023 Woman of Dist" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Scheduling Request Contact Us Sign up for Updates" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Umberg - Press Conference on SB 44 Alexandra’s Law <a href=\"https://www.youtube.com/embed/g3" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Previous" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "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": 1687644881387 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687644881387, "url": "https://sd34.senate.ca.gov/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Senator Tom Umberg | Proudly Representing California Senate District 34", "pageurl": "https://sd34.senate.ca.gov/", "time": 4.11, "creditsremaining": 789, "allitemcount": 71, "totalelements": 370, "waveurl": "http://wave.webaim.org/report?url=https://sd34.senate.ca.gov/" }, "categories": { "error": { "description": "Errors", "count": 13, "items": { "alt_missing": { "id": "alt_missing", "description": "Missing alternative text", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child > DIV:first-child > DIV:first-child > DIV: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" } ] }, "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" } ] }, "link_empty": { "id": "link_empty", "description": "Empty link", "count": 9, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > HEADER#navbar > DIV:first-child > DIV:first-child + DIV > SMALL:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > HEADER#navbar > DIV:first-child > DIV:first-child + DIV > SMALL:first-child > A:first-child + A", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > HEADER#navbar > DIV:first-child > DIV:first-child + DIV > SMALL:first-child > A:first-child + A + A", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > H2:first-child + SMALL > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > H2:first-child + SMALL > A:first-child + A", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > H2:first-child + SMALL > A:first-child + A + A", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV + DIV + FOOTER > DIV:first-child > DIV:first-child > SECTION#block-block-1 > DIV:first-child > DIV:first-child + DIV + DIV + DIV > P:first-child + SMALL > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV + DIV + FOOTER > DIV:first-child > DIV:first-child > SECTION#block-block-1 > DIV:first-child > DIV:first-child + DIV + DIV + DIV > P:first-child + SMALL > A:first-child + A", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV + DIV + FOOTER > DIV:first-child > DIV:first-child > SECTION#block-block-1 > DIV:first-child > DIV:first-child + DIV + DIV + DIV > P:first-child + SMALL > A:first-child + A + A" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 1, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#skip-link > A:first-child" ], "contrastdata": [ [ 3.1, "#da7a03", "#ffffff", false ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 12, "items": { "alt_redundant": { "id": "alt_redundant", "description": "Redundant alternative text", "count": 4, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > 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" } ] }, "h1_missing": { "id": "h1_missing", "description": "Missing first level heading", "count": 1, "selectors": [ false ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "heading_skipped": { "id": "heading_skipped", "description": "Skipped heading level", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + DIV > H4:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-24 > DIV:first-child > H2:first-child + HR + DIV > DIV:first-child + DIV > DIV:first-child > H4: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" } ] }, "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > HEADER#navbar > DIV:first-child + DIV > DIV:first-child + DIV > NAV:first-child > UL:first-child > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > HEADER#navbar > DIV:first-child + DIV > DIV:first-child + DIV > NAV:first-child > UL:first-child > LI:first-child + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "title_redundant": { "id": "title_redundant", "description": "Redundant title text", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > HEADER#navbar > DIV:first-child + DIV > DIV:first-child + DIV > NAV:first-child > UL:first-child > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > HEADER#navbar > DIV:first-child + DIV > DIV:first-child + DIV > NAV:first-child > UL:first-child > LI:first-child + LI + LI > A:first-child + UL > LI:first-child > A:first-child" ], "wcag": [] }, "youtube_video": { "id": "youtube_video", "description": "YouTube video", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > HEADER#page-header > DIV:first-child > SECTION#block-views-news-block-6 > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child > LI:first-child > SPAN:first-child + DIV > SPAN:first-child + DIV > DIV:first-child > DIV:first-child > IFRAME#youtube-field-player" ], "wcag": [ { "name": "1.2.1 Prerecorded Audio-only and Video-only (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.2.1" }, { "name": "1.2.2 Captions (Prerecorded) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.2.2" }, { "name": "1.2.3 Audio Description or Media Alternative (Prerecorded) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.2.3" } ] } } } }, "success": true }, "standardResult": { "totals": [ 12, 0, 0, 14 ], "instances": [ { "ruleID": "alt_missing", "what": "Missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > IMG: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": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > HEADER#navbar > DIV:first-child > DIV:first-child + DIV > SMALL:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > HEADER#navbar > DIV:first-child > DIV:first-child + DIV > SMALL:first-child > A:first-child + A" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > HEADER#navbar > DIV:first-child > DIV:first-child + DIV > SMALL:first-child > A:first-child + A + A" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > H2:first-child + SMALL > A:first-child" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > H2:first-child + SMALL > A:first-child + A" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > H2:first-child + SMALL > A:first-child + A + A" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV + DIV + FOOTER > DIV:first-child > DIV:first-child > SECTION#block-block-1 > DIV:first-child > DIV:first-child + DIV + DIV + DIV > P:first-child + SMALL > A:first-child" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV + DIV + FOOTER > DIV:first-child > DIV:first-child > SECTION#block-block-1 > DIV:first-child > DIV:first-child + DIV + DIV + DIV > P:first-child + SMALL > A:first-child + A" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV + DIV + FOOTER > DIV:first-child > DIV:first-child > SECTION#block-block-1 > DIV:first-child > DIV:first-child + DIV + DIV + DIV > P:first-child + SMALL > A:first-child + A + A" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#skip-link > A:first-child" }, "excerpt": "" }, { "ruleID": "alt_redundant", "what": "Redundant alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_redundant", "what": "Redundant alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_redundant", "what": "Redundant alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > A:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_redundant", "what": "Redundant alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > A:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "h1_missing", "what": "Missing first level heading", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "selector", "spec": false }, "excerpt": "" }, { "ruleID": "heading_skipped", "what": "Skipped heading level", "ordinalSeverity": 0, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-21 > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + DIV > H4:first-child" }, "excerpt": "" }, { "ruleID": "heading_skipped", "what": "Skipped heading level", "ordinalSeverity": 0, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + DIV + DIV > DIV#page-bottom > DIV:first-child > SECTION#block-block-24 > DIV:first-child > H2:first-child + HR + DIV > DIV:first-child + DIV > DIV:first-child > H4:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > HEADER#navbar > DIV:first-child + DIV > DIV:first-child + DIV > NAV:first-child > UL:first-child > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > HEADER#navbar > DIV:first-child + DIV > DIV:first-child + DIV > NAV:first-child > UL:first-child > LI:first-child + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "title_redundant", "what": "Redundant title text", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > HEADER#navbar > DIV:first-child + DIV > DIV:first-child + DIV > NAV:first-child > UL:first-child > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "title_redundant", "what": "Redundant title text", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > HEADER#navbar > DIV:first-child + DIV > DIV:first-child + DIV > NAV:first-child > UL:first-child > LI:first-child + LI + LI > A:first-child + UL > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "youtube_video", "what": "YouTube video", "ordinalSeverity": 0, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > HEADER#page-header > DIV:first-child > SECTION#block-views-news-block-6 > DIV:first-child > DIV:first-child > DIV#flexslider-1 > UL:first-child > LI:first-child > SPAN:first-child + DIV > SPAN:first-child + DIV > DIV:first-child > DIV:first-child > IFRAME#youtube-field-player" }, "excerpt": "" } ] }, "endTime": 1687644885824 } ], "sources": { "script": "ts27", "batch": "caSen", "target": { "id": "caSenSDsd34", "which": "https://sd34.senate.ca.gov/", "what": "Thomas J. Umberg (D)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-24T21:23:01", "timeStamp": "1etp6", "jobData": { "startTime": "2023-06-24T22:13:33", "endTime": "2023-06-24T22:14:45", "elapsedSeconds": 71, "visitLatency": 6, "logCount": 27, "logSize": 2222, "errorLogCount": 25, "errorLogSize": 1927, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 28 ], [ "testaro", 14 ], [ "alfa", 4 ], [ "ibm", 4 ], [ "wave", 4 ], [ "qualWeb", 3 ], [ "axe", 1 ], [ "continuum", 1 ], [ "tenon", 1 ], [ "htmlcs", 0 ], [ "nuVal", 0 ] ] }, "score": { "scoreProcID": "tsp28", "summary": { "total": 1981, "issue": 1410, "tool": 251, "prevention": 300, "log": 20, "latency": 0 }, "details": { "severity": { "total": [ 167, 361, 80, 345 ], "byTool": { "testaro": [ 36, 235, 7, 42 ], "alfa": [ 39, 0, 0, 100 ], "axe": [ 10, 32, 7, 20 ], "continuum": [ 0, 0, 0, 10 ], "htmlcs": [ 31, 0, 0, 29 ], "ibm": [ 0, 9, 0, 24 ], "qualWeb": [ 39, 85, 54, 52 ], "tenon": [ 0, 0, 12, 54 ], "wave": [ 12, 0, 0, 14 ] } }, "prevention": { "nuVal": 300 }, "issue": { "spontaneousMotion": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "testaro": { "motion": { "quality": 1, "what": "Change of visible content not requested by user", "complaints": { "countTotal": 1, "texts": [ "Content moves or changes without user request" ] } } } } }, "linkNoText": { "score": 36, "maxCount": 9, "weight": 4, "tools": { "alfa": { "r11": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 9, "texts": [ "Links have an accessible name" ] } } }, "axe": { "link-name": { "quality": 1, "what": "Link has no discernible text", "complaints": { "countTotal": 9, "texts": [ "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute" ] } } }, "continuum": { "237": { "quality": 1, "what": "a element has no machanism allowing an accessible name value to be calculated", "complaints": { "countTotal": 9, "texts": [ "This A element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "htmlcs": { "AAA.4_1_2.H91.A.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.4_1_2.H91.A.NoContent": { "quality": 1, "what": "Link has an href attribute but no text", "complaints": { "countTotal": 3, "texts": [ "Anchor element found with a valid href attribute, but no link content has been supplied." ] } } }, "tenon": { "57": { "quality": 1, "what": "Link has no text inside it", "complaints": { "countTotal": 9, "texts": [ "This link has no text inside it." ] } } }, "wave": { "link_empty": { "quality": 1, "what": "Link contains no text", "complaints": { "countTotal": 9, "texts": [ "Empty link" ] } } } } }, "imageNoText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "alfa": { "r2": { "quality": 1, "what": "Image has no accessible name", "complaints": { "countTotal": 1, "texts": [ "Images have an accessible name" ] } } }, "axe": { "image-alt": { "quality": 1, "what": "Image has no text alternative", "complaints": { "countTotal": 1, "texts": [ "Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" ] } } }, "continuum": { "89": { "quality": 1, "what": "img element has no machanism allowing an accessible name to be calculated", "complaints": { "countTotal": 1, "texts": [ "This img element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "htmlcs": { "AAA.1_1_1.H37": { "quality": 1, "what": "img element has no alt attribute", "complaints": { "countTotal": 1, "texts": [ "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative." ] } } }, "ibm": { "img_alt_valid": { "quality": 1, "what": "Image has neither an alt attribute nor an ARIA label or title", "complaints": { "countTotal": 1, "texts": [ "The image has neither an alt atttribute nor an ARIA label or title" ] } } }, "qualWeb": { "QW-ACT-R17": { "quality": 1, "what": "Image has no accessible name", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each image that is not marked as decorative, has an accessible name." ] } } }, "wave": { "alt_missing": { "quality": 1, "what": "Text alternative is missing", "complaints": { "countTotal": 1, "texts": [ "Missing alternative text" ] } } } } }, "headingLevelSkip": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "alfa": { "r53": { "quality": 1, "what": "Heading skips one or more levels", "complaints": { "countTotal": 2, "texts": [ "Headings are structured" ] } } }, "axe": { "heading-order": { "quality": 1, "what": "Heading levels do not increase by only one", "complaints": { "countTotal": 2, "texts": [ "Heading levels should only increase by one; Heading order invalid" ] } } }, "wave": { "heading_skipped": { "quality": 1, "what": "Skipped heading level", "complaints": { "countTotal": 2, "texts": [ "Skipped heading level" ] } } } } }, "contentBeyondLandmarks": { "score": 64, "maxCount": 32, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 32, "texts": [ "Perceivable text content is included in a landmark" ] } } }, "axe": { "region": { "quality": 1, "what": "Some page content is not contained by landmarks", "complaints": { "countTotal": 1, "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": 18, "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" ] } } }, "axe": { "page-has-heading-one": { "quality": 1, "what": "Page contains no level-one heading", "complaints": { "countTotal": 1, "texts": [ "Page should contain a level-one heading; Page must have a level-one heading" ] } } }, "wave": { "h1_missing": { "quality": 1, "what": "Missing first level heading", "complaints": { "countTotal": 1, "texts": [ "Missing first level heading" ] } } } } }, "contrastAAA": { "score": 53, "maxCount": 53, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 53, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "axe": { "color-contrast-enhanced": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 20, "texts": [ "Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.7 (foreground color: #ffffff, background color: #3268a8, 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.85 (foreground color: #205ba0, background color: #ffffff, font size: 12.0pt (16px), 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": 18, "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 6.85:1. Recommendation: change text colour to #1e599e.", "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 NaN:1." ] } } }, "qualWeb": { "QW-ACT-R76": { "quality": 1, "what": "Text has less than the enhanced minimum contrast", "complaints": { "countTotal": 15, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement." ] } } }, "tenon": { "95": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 6, "texts": [ "This element has insufficient color contrast (Level AAA)." ] } } } } }, "descendantMissing": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "alfa": { "r68": { "quality": 1, "what": "Element does not own an element required by its semantic role", "complaints": { "countTotal": 1, "texts": [ "Elements with a role have required children" ] } } } } }, "textContrastAA": { "score": 84, "maxCount": 21, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 21, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 20, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background gradient", "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #4d7cb3, 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": 1, "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." ] } } }, "ibm": { "text_contrast_sufficient": { "quality": 1, "what": "Text has a contrast with its background less than the WCAG AA minimum for its size and weight", "complaints": { "countTotal": 1, "texts": [ "Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400" ] } } }, "qualWeb": { "QW-ACT-R37": { "quality": 1, "what": "Text has less than the minimum contrast", "complaints": { "countTotal": 14, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement." ] } } }, "wave": { "contrast": { "quality": 1, "what": "Very low contrast", "complaints": { "countTotal": 1, "texts": [ "Very low contrast" ] } } } } }, "leadingInsufficient": { "score": 14, "maxCount": 7, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 7, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "fontSizeAbsolute": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "alfa": { "r74": { "quality": 1, "what": "Paragraph text has an absolute font size", "complaints": { "countTotal": 4, "texts": [ "Paragraphs of text do not have font sizes defined in absolute units" ] } } } } }, "leadingAbsolute": { "score": 14, "maxCount": 7, "weight": 2, "tools": { "alfa": { "r80": { "quality": 1, "what": "Paragraph text has an absolute line height", "complaints": { "countTotal": 7, "texts": [ "Paragraphs of text do not have line heights defined in absolute units" ] } } } } }, "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." ] } } } } }, "frameContentRisk": { "score": 0, "maxCount": 0.2, "weight": 1, "tools": { "axe": { "frame-tested": { "quality": 0.2, "what": "Some content is in an iframe and therefore may not be testable for accessibility", "complaints": { "countTotal": 1, "texts": [ "Frames should be tested with axe-core; The iframe still has to be tested with axe-core" ] } } } } }, "hiddenContentRisk": { "score": 10, "maxCount": 10, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 10, "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." ] } } } } }, "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" ] } } } } }, "bannerNot1": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "axe": { "landmark-no-duplicate-banner": { "quality": 1, "what": "Page has more than 1 banner landmark", "complaints": { "countTotal": 1, "texts": [ "Document should not have more than one banner landmark; Document has more than one banner landmark" ] } } }, "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" ] } } } } }, "mainNone": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "axe": { "landmark-one-main": { "quality": 1, "what": "page has no main landmark", "complaints": { "countTotal": 1, "texts": [ "Document should have one main landmark; Document does not have a main landmark" ] } } }, "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" ] } } } } }, "landmarkConfusion": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "axe": { "landmark-unique": { "quality": 1, "what": "Landmark has a role and an accessible name that are identical to another", "complaints": { "countTotal": 1, "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": 2, "texts": [ "Multiple \"banner\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label" ] } } } } }, "decorativeImageRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "htmlcs": { "AAA.1_1_1.H67.2": { "quality": 1, "what": "Image marked as decorative may be informative", "complaints": { "countTotal": 1, "texts": [ "Img element is marked so that it is ignored by Assistive Technology." ] } } } } }, "pseudoNavList": { "score": 20, "maxCount": 10, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1.H48": { "quality": 1, "what": "Navigation links are not coded as a list", "complaints": { "countTotal": 1, "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": 10, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "obsolete": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "htmlcs": { "AAA.1_3_1.H49.AlignAttr": { "quality": 1, "what": "align attribute is obsolete", "complaints": { "countTotal": 1, "texts": [ "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined." ] } } }, "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 HTML attribute(s) \"profile\" is deprecated for the <head> element in HTML 5", "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5" ] } } } } }, "nonSemanticText": { "score": 14, "maxCount": 7, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1.H49.I": { "quality": 1, "what": "Special text is italicized nonsemantically", "complaints": { "countTotal": 6, "texts": [ "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined." ] } }, "AAA.1_3_1.H49.Small": { "quality": 1, "what": "Special text is made small nonsemantically", "complaints": { "countTotal": 1, "texts": [ "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined." ] } } } } }, "scrollRisk": { "score": 2, "maxCount": 2, "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": 2, "texts": [ "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion." ] } } } } }, "contrastRisk": { "score": 5, "maxCount": 5, "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": 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 7:1." ] } }, "AAA.1_4_6.G17.BgImage": { "quality": 1, "what": "Contrast between the text and its background image may be less than 7:1", "complaints": { "countTotal": 3, "texts": [ "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1." ] } }, "AAA.1_4_6.G18.BgImage": { "quality": 1, "what": "Contrast between the text and the background image may be less than 4.5:1", "complaints": { "countTotal": 1, "texts": [ "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1." ] } } } } }, "externalLink": { "score": 19, "maxCount": 19, "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": 13, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } }, "testaro": { "linkExt": { "quality": 1, "what": "Link opens a new window or tab", "complaints": { "countTotal": 19, "texts": [ "Element a has a target=_blank attribute" ] } } } } }, "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 h3 element appears to be the primary document heading, so should be an h1 element.", "The heading structure is not logically nested. This h3 element should be an h1 to be properly nested.", "The heading structure is not logically nested. This h4 element should be an h3 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" ] } } } } }, "bannerConfusion": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "ibm": { "aria_banner_label_unique": { "quality": 1, "what": "Multiple elements with a banner role have no unique labels", "complaints": { "countTotal": 2, "texts": [ "Multiple elements with \"banner\" role do not have unique labels" ] } } } } }, "roleRedundant": { "score": 3, "maxCount": 3, "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": 3, "texts": [ "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>", "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>" ] } } }, "testaro": { "role": { "quality": 1, "what": "Invalid, native-replacing, or redundant role", "complaints": { "countTotal": 3, "texts": [ "HEADER elements have invalid or native-replaceable explicit role banner (count: 2)", "NAV elements have redundant explicit role navigation (count: 1)" ] } } } } }, "roleBad": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "ibm": { "aria_contentinfo_misuse": { "quality": 1, "what": "Element with a contentinfo role is present without an element with a main role", "complaints": { "countTotal": 1, "texts": [ "The element with \"contentinfo\" role is present without an element with \"main\" role" ] } } } } }, "parseError": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "ibm": { "aria_child_valid": { "quality": 1, "what": "Child element has a role not allowed for the role of the parent", "complaints": { "countTotal": 1, "texts": [ "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"" ] } } } } }, "skipRepeatedContent": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "qualWeb": { "QW-ACT-R64": { "quality": 1, "what": "Document has no heading for non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the non-repeated content contains a heading" ] } }, "QW-ACT-R75": { "quality": 1, "what": "Blocks of repeated content cannot be bypassed", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has a mechanism to bypass repeated blocks of content." ] } } } } }, "duplicateID": { "score": 152, "maxCount": 38, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R18": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 38, "texts": [ "This rule checks that all id attribute values on a single page are unique." ] } } } } }, "focusIndication": { "score": 244, "maxCount": 61, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R62": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 61, "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": 6, "texts": [ "A element has no focus indicator", "IFRAME element has no focus indicator" ] } } } } }, "overflowHiddenRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 2, "texts": [ "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport." ] } } } } }, "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" ] } } } } }, "linkPair": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "qualWeb": { "QW-WCAG-T10": { "quality": 1, "what": "Adjacent image and text links for the same resource are not combined", "complaints": { "countTotal": 4, "texts": [ "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link." ] } } }, "wave": { "link_redundant": { "quality": 1, "what": "Adjacent links go to the same URL", "complaints": { "countTotal": 2, "texts": [ "Redundant link" ] } } } } }, "ignorable": { "score": 0, "maxCount": 22, "weight": 0, "tools": { "qualWeb": { "QW-WCAG-T20": { "quality": 1, "what": "Link text is not supplemented with a title attribute", "complaints": { "countTotal": 22, "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": 124, "maxCount": 31, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T31": { "quality": 1, "what": "Foreground or background color is specified but not both", "complaints": { "countTotal": 31, "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." ] } } } } }, "noHeading": { "score": 42, "maxCount": 14, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 14, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "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." ] } } } } }, "titleRedundant": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "tenon": { "79": { "quality": 1, "what": "Link has a title attribute that is the same as the text inside the link", "complaints": { "countTotal": 3, "texts": [ "This link has a `title` attribute that is the same as the text inside the link." ] } } }, "wave": { "title_redundant": { "quality": 1, "what": "Title attribute text is the same as text or alternative text", "complaints": { "countTotal": 2, "texts": [ "Redundant title text" ] } } } } }, "leadingClipsText": { "score": 112, "maxCount": 56, "weight": 2, "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." ] } } }, "testaro": { "lineHeight": { "quality": 1, "what": "Text has a line height less than 1.5 times its font size", "complaints": { "countTotal": 56, "texts": [ "Text line height 22.8571 px is less than 1.5 times its font size 16 px", "Text line height 20 px is less than 1.5 times its font size 16 px", "Text line height 22 px is less than 1.5 times its font size 20 px", "Text line height 30.8 px is less than 1.5 times its font size 28 px", "Text line height 17.6 px is less than 1.5 times its font size 16 px", "Text line height 17.1429 px is less than 1.5 times its font size 12 px" ] } } } } }, "targetSize": { "score": 45, "maxCount": 15, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 15, "texts": [ "This actionable element is smaller than the minimum required size." ] } } }, "testaro": { "targetSize": { "quality": 1, "what": "Button, input, or non-inline link is smaller than 44 px wide and high", "complaints": { "countTotal": 3, "texts": [ "Interactive element has a substandard size (1 px wide, 1 px high)", "Interactive element has a substandard size (25 px wide, 25 px high)" ] } } } } }, "allCaps": { "score": 11, "maxCount": 11, "weight": 1, "tools": { "tenon": { "153": { "quality": 1, "what": "Long string of text is in all caps", "complaints": { "countTotal": 11, "texts": [ "This long string of text is in all caps." ] } } } } }, "externalLinkSurprise": { "score": 57, "maxCount": 19, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 19, "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" ] } } } } }, "duplicateAttribute": { "score": 14, "maxCount": 7, "weight": 2, "tools": { "testaro": { "dupAtt": { "quality": 0.7, "what": "Source code of the element contains 2 or more of the same attribute", "complaints": { "countTotal": 10, "texts": [ "Page prevented this test (treated as 10 instances)" ] } } } } }, "focusableOperable": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 2, "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" ] } } } } }, "labelClash": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "testaro": { "labClash": { "quality": 1, "what": "Incompatible label types", "complaints": { "countTotal": 3, "texts": [ "Element BUTTON is unlabeled" ] } } } } }, "linkIndication": { "score": 74, "maxCount": 37, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 37, "texts": [ "Link is inline but has no underline" ] } } } } }, "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 2 different styles", "Links in columns have 2 different styles", "Buttons have 3 different styles", "Level-2 headings have 4 different styles", "Level-3 headings have 2 different styles", "Level-4 headings have 2 different styles" ] } } } } }, "titleBad": { "score": 20, "maxCount": 5, "weight": 4, "tools": { "testaro": { "titledEl": { "quality": 1, "what": "title attribute belongs to an inappropriate element", "complaints": { "countTotal": 5, "texts": [ "A element has a title attribute" ] } } } } }, "zIndexNotZero": { "score": 12, "maxCount": 12, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 12, "texts": [ "HEADER element has a non-default Z index", "UL element has a non-default Z index", "LI element has a non-default Z index", "A element has a non-default Z index", "DIV element has a non-default Z index" ] } } } } }, "imageTextRedundant": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "wave": { "alt_redundant": { "quality": 1, "what": "Redundant text alternative", "complaints": { "countTotal": 4, "texts": [ "Redundant alternative text" ] } } } } }, "videoCaptionRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "wave": { "youtube_video": { "quality": 1, "what": "YouTube video may have no or incorrect captions", "complaints": { "countTotal": 1, "texts": [ "YouTube video" ] } } } } } } } } }