Accessibility digest
Page | Rosilicie Ochoa Bogh (R) |
---|---|
URL | https://sr23.senate.ca.gov/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/24 |
Score | 1335 |
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 Rosilicie Ochoa Bogh (R) at https://sr23.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 1335, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1335 | Sum of the component scores |
issue | 908 | Severity and number of reported defects |
tool | 126 | Tool-by-tool defect ratings |
prevention | 300 | Failed attempts by tools to test the page |
log | 1 | Browser warnings about the page |
latency | 0 | Abnormal delay in page responses |
Issue scores
The score of an issue depends on the severity (user impact and certainty) of the issue and on how many instances were reported (by one or more tools).
Issue | Score |
---|---|
focusIndication | 232 |
leadingClipsText | 102 |
linkIndication | 70 |
contentBeyondLandmarks | 56 |
titleBad | 56 |
noHeading | 48 |
listItemOrphan | 32 |
textContrastAA | 28 |
zIndexNotZero | 27 |
tabFocusability | 22 |
linkPair | 20 |
pseudoNavList | 18 |
focusableOperable | 18 |
duplicateAttribute | 14 |
hoverSurprise | 12 |
targetSize | 9 |
linkNoText | 8 |
roleRedundant | 8 |
textAlternativeRisk | 8 |
colorMissing | 8 |
pseudoListRisk | 8 |
inconsistentStyles | 8 |
contrastAAA | 7 |
imageTextRedundant | 7 |
contrastRisk | 6 |
skipRepeatedContent | 6 |
repeatedContentRisk | 5 |
hiddenContentRisk | 5 |
descendantMissing | 4 |
cssBansRotate | 4 |
listChild | 4 |
headingStructure | 4 |
errorReferenceBad | 4 |
headingImageNoText | 4 |
h1Missing | 3 |
headingEmpty | 3 |
obsolete | 3 |
navConfusion | 3 |
roleBad | 3 |
horizontalScrolling | 3 |
titleRedundant | 3 |
headingOfNothing | 2 |
mainNone | 2 |
bannerNot1 | 2 |
bannerNotTop | 2 |
pdfLink | 2 |
pseudoHeadingRisk | 1 |
pseudoOrderedListRisk | 1 |
scrollRisk | 1 |
sectionHeadingless | 1 |
visibleBulk | 1 |
ignorable | 0 |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.
Issue focusIndication
WCAG: 2.4.7
Score: 232
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 1
Complaint specifics
- Element in sequential focus order has visible focus
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 58
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: 2
Complaint specifics
- INPUT element has no focus indicator
Issue leadingClipsText
WCAG: 1.4.8
Score: 102
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 2
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: 51
Complaint specifics
- Text line height 35.2 px is less than 1.5 times its font size 32 px
- Text line height 18.096 px is less than 1.5 times its font size 13.92 px
- Text line height 14.4 px is less than 1.5 times its font size 14.4 px
- Text line height 16.704 px is less than 1.5 times its font size 13.92 px
- Text line height 38.4 px is less than 1.5 times its font size 32 px
- Text line height 21.504 px is less than 1.5 times its font size 17.92 px
- Text line height 10.24 px is less than 1.5 times its font size 12.8 px
- Text line height 13.92 px is less than 1.5 times its font size 13.92 px
- Text line height 31.104 px is less than 1.5 times its font size 25.92 px
- Text line height 20.8 px is less than 1.5 times its font size 20.8 px
- Text line height 16 px is less than 1.5 times its font size 16 px
- Text line height 14 px is less than 1.5 times its font size 14 px
- Text line height 28.8 px is less than 1.5 times its font size 24 px
Issue linkIndication
WCAG: 1.3.3
Score: 70
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 35
Complaint specifics
- Link is inline but has no underline
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 56
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 28
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: 10
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: 15
Complaint specifics
- Content is not within a landmark element
Issue titleBad
WCAG: 1.3.1
Score: 56
Complaints by testaro
Rule titledEl
titledEl
Description: title attribute belongs to an inappropriate element
Count of instances: 14
Complaint specifics
- A element has a title attribute
- IMG element has a title attribute
Issue noHeading
WCAG: 1.3.1
Score: 48
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 16
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue listItemOrphan
WCAG: 1.3.1
Score: 32
Complaints by axe
Rule listitem
listitem
Description: li element is not contained by a ul or ol element
Count of instances: 8
Complaint specifics
- <li> elements must be contained in a <ul> or <ol>; List item does not have a <ul>, <ol> parent element
Complaints by continuum
Rule 99
99
Description: li element has no ul, ol, or list-role parent
Count of instances: 8
Complaint specifics
- This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent
Issue textContrastAA
WCAG: 1.4.3
Score: 28
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 7
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: 3
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.13 (foreground color: #d3a6b1, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1
Issue zIndexNotZero
WCAG: 1.4
Score: 27
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 27
Complaint specifics
- INPUT element has a non-default Z index
- UL element has a non-default Z index
- LI element has a non-default Z index
- DIV element has a non-default Z index
Issue tabFocusability
WCAG: 2.1.1
Score: 22
Complaints by testaro
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 11
Complaint specifics
- Some focusable elements are not Tab-focusable or vice versa
Issue linkPair
WCAG: 2.4.4
Score: 20
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 10
Complaint specifics
- Redundant link
Issue pseudoNavList
WCAG: 1.3.1
Score: 18
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: 9
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue focusableOperable
WCAG: 2.1.1
Score: 18
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 6
Complaint specifics
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 hoverSurprise
WCAG: 1.4.13
Score: 12
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 6
Complaint specifics
- Hovering over element has unexpected effects
- Operable element cannot be hovered over
Issue targetSize
WCAG: 2.5.5
Score: 9
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 1
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 (42 px wide, 40 px high)
- Interactive element has a substandard size (40 px wide, 40 px high)
- Interactive element has a substandard size (139.375 px wide, 40 px high)
Issue linkNoText
WCAG: 2.4.4
Score: 8
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 1
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 1
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: 1
Complaint specifics
- This A element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.1_1_1.H30.2
AAA.1_1_1.H30.2
Description: img element is the only link content but has no text alternative
Count of instances: 1
Complaint specifics
- Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.
Complaints by ibm
Rule a_text_purpose
a_text_purpose
Description: Hyperlink has no link text, label, or image with a text alternative
Count of instances: 1
Complaint specifics
- Hyperlink has no link text, label or image with a text alternative
Complaints by qualWeb
Rule QW-ACT-R12
QW-ACT-R12
Description: Link has no accessible name
Count of instances: 1
Complaint specifics
- This rule checks that each link has an accessible name.
Rule QW-WCAG-T21
Description: Accessible name is not provided for an image which is the only content in a link
Count of instances: 1
Complaint specifics
- This technique checks the text alternative of images which are the only content of a link
Complaints by tenon
Rule 57
57
Description: Link has no text inside it
Count of instances: 1
Complaint specifics
- This link has no text inside it.
Complaints by wave
Rule alt_link_missing
alt_link_missing
Description: Linked image has no text alternative
Count of instances: 1
Complaint specifics
- Linked image missing alternative text
Issue roleRedundant
WCAG: 4.1.2
Score: 8
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: 7
Complaint specifics
- The explicitly-assigned ARIA role "navigation" is redundant with the implicit role of the element <nav>
- The explicitly-assigned ARIA role "article" is redundant with the implicit role of the element <article>
- The explicitly-assigned ARIA role "banner" is redundant with the implicit role of the element <header>
Complaints by testaro
Rule role
role
Description: Invalid, native-replacing, or redundant role
Count of instances: 8
Complaint specifics
- HEADER elements have invalid or native-replaceable explicit role banner (count: 1)
- NAV elements have redundant explicit role navigation (count: 2)
- ARTICLE elements have redundant explicit role article (count: 4)
- MEDIA elements have invalid or native-replaceable explicit role article (count: 1)
Issue textAlternativeRisk
WCAG: 1
Score: 8
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 8
Complaint specifics
- This describes a failure condition for all techniques involving text alternatives. If the text in the "text alternative" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content
Issue colorMissing
WCAG: 1.4.3
Score: 8
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 2
Complaint specifics
- Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.
Issue pseudoListRisk
WCAG: 1.3.1
Score: 8
Complaints by qualWeb
Rule QW-BP23
QW-BP23
Description: List item is used nonsemantically
Count of instances: 8
Complaint specifics
- Ensures <li> elements are used semantically
Issue inconsistentStyles
WCAG: 3.2.4
Score: 8
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 8
Complaint specifics
- In-line links have 3 different styles
- Links in columns have 3 different styles
- Level-2 headings have 5 different styles
Issue contrastAAA
WCAG: 1.4.6
Score: 7
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 7
Complaint specifics
- Text outside widget has enhanced contrast
Issue imageTextRedundant
WCAG: 1.1.1
Score: 7
Complaints by ibm
Rule img_alt_redundant
img_alt_redundant
Description: Text alternative of the link image duplicates text in the same or an adjacent link
Count of instances: 7
Complaint specifics
- Image 'alt' value within a link is repeated in link text of the link after
Issue contrastRisk
WCAG: 1.4.3
Score: 6
Complaints by htmlcs
Rule AAA.1_4_3_F24.F24.FGColour
AAA.1_4_3_F24.F24.FGColour
Description: Inline foreground color may lack a complementary background color
Count of instances: 2
Complaint specifics
- Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.
Rule AAA.1_4_6.G17.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 7:1
Count of instances: 3
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.
Rule AAA.1_4_6.G18.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 4.5:1
Count of instances: 1
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.
Issue 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 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 hiddenContentRisk
WCAG: 4.1
Score: 5
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 5
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 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 listChild
WCAG: 1.3.1
Score: 4
Complaints by axe
Rule list
list
Description: List element ul or ol has a child element other than li, script, and template
Count of instances: 1
Complaint specifics
- <ul> and <ol> must only directly contain <li>, <script> or <template> elements
Complaints by continuum
Rule 246
246
Description: ul element does not contain only li, script, template, or listitem-role elements as direct child elements
Count of instances: 1
Complaint specifics
- This UL should only contain li elements (without an ARIA-assigned role), script elements (without an ARIA-assigned role) or template elements (without an ARIA-assigned role); or elements with a role=listitem attribute; as direct child elements
Complaints by qualWeb
Rule QW-BP24
QW-BP24
Description: ul or ol element has a child other than li, script, or template
Count of instances: 1
Complaint specifics
- Ensures that lists are structured correctly. <ul> and <ol> must only directly contain <li>, <script> or <template> elements
Issue headingStructure
WCAG: 1.3.1
Score: 4
Complaints by htmlcs
Rule AAA.1_3_1_AAA.G141
AAA.1_3_1_AAA.G141
Description: Heading level is incorrect
Count of instances: 2
Complaint specifics
- The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.
- The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.
Complaints by tenon
Rule 155
155
Description: Headings are not structured in a hierarchical manner
Count of instances: 1
Complaint specifics
- These headings are not structured in a hierarchical manner.
Issue errorReferenceBad
WCAG: 3.3.1
Score: 4
Complaints by qualWeb
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 1
Complaint specifics
- This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.
Issue headingImageNoText
WCAG: 1.1.1
Score: 4
Complaints by qualWeb
Rule QW-BP8
QW-BP8
Description: Heading with an image has no accessible name
Count of instances: 1
Complaint specifics
- Headings with at least one image should have an accessible name
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 headingEmpty
WCAG: 2.4.6
Score: 3
Complaints by alfa
Rule r64
r64
Description: Heading has no non-empty accessible name
Count of instances: 1
Complaint specifics
- Heading has non-empty accessible name
Complaints by axe
Rule empty-heading
empty-heading
Description: Heading empty
Count of instances: 1
Complaint specifics
- Headings should not be empty; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute
Complaints by htmlcs
Rule AAA.1_3_1.H42.2
AAA.1_3_1.H42.2
Description: Heading empty
Count of instances: 1
Complaint specifics
- Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.
Complaints by ibm
Rule heading_content_exists
heading_content_exists
Description: Heading element has no descriptive content
Count of instances: 1
Complaint specifics
- Heading element has no descriptive content
Complaints by qualWeb
Rule QW-ACT-R35
QW-ACT-R35
Description: Heading has no accessible name
Count of instances: 1
Complaint specifics
- This rule applies to any HTML element with the semantic role of heading that is included in the accessibility tree.
Complaints by wave
Rule heading_empty
heading_empty
Description: Empty heading
Count of instances: 1
Complaint specifics
- Empty heading
Issue obsolete
WCAG: 4.1
Score: 3
Complaints by alfa
Rule r70
r70
Description: Element is obsolete or deprecated
Count of instances: 1
Complaint specifics
- No obsolete or deprecated elements are used
Complaints by htmlcs
Rule AAA.1_3_1.H49.Center
AAA.1_3_1.H49.Center
Description: center element is obsolete
Count of instances: 1
Complaint specifics
- Presentational markup used that has become obsolete in HTML5.
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 1
Complaint specifics
- The <center> element is deprecated in HTML 5
Complaints by qualWeb
Rule QW-BP10
QW-BP10
Description: HTML element is used to control the visual presentation of content
Count of instances: 1
Complaint specifics
- No HTML elements are used to control the visual presentation of content
Issue navConfusion
WCAG: 1.3.6
Score: 3
Complaints by ibm
Rule aria_navigation_label_unique
aria_navigation_label_unique
Description: Multiple elements with the navigation role do not have unique labels
Count of instances: 1
Complaint specifics
- Multiple elements with "navigation" role do not have unique labels
Issue 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 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 headingOfNothing
WCAG: 1.3.1
Score: 2
Complaints by alfa
Rule r78
r78
Description: No content between two headings of the same level
Count of instances: 1
Complaint specifics
- Headings of same level have text content between them
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 bannerNot1
WCAG: 1.3.6
Score: 2
Complaints by qualWeb
Rule QW-BP20
QW-BP20
Description: Document has more than 1 banner landmark
Count of instances: 1
Complaint specifics
- Ensures the document has at most one banner landmark
Issue bannerNotTop
WCAG: 1.3.6
Score: 2
Complaints by qualWeb
Rule QW-BP19
QW-BP19
Description: banner landmark is not at the top level
Count of instances: 1
Complaint specifics
- Ensures the banner landmark is at top level
Issue pdfLink
WCAG: 1.3.3
Score: 2
Complaints by wave
Rule link_pdf
link_pdf
Description: Link to PDF document
Count of instances: 2
Complaint specifics
- Link to PDF document
Issue pseudoHeadingRisk
WCAG: 1.3.1
Score: 1
Complaints by htmlcs
Rule AAA.1_3_1.H42
AAA.1_3_1.H42
Description: Heading coding is not used but the element may be intended as a heading
Count of instances: 1
Complaint specifics
- Heading markup should be used if this content is intended as a heading.
Issue pseudoOrderedListRisk
WCAG: 1.3.1
Score: 1
Complaints by htmlcs
Rule AAA.1_3_1.H48.2
AAA.1_3_1.H48.2
Description: Ordered list may fail to be coded as such
Count of instances: 1
Complaint specifics
- This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.
Issue scrollRisk
WCAG: 1.4.10
Score: 1
Complaints by htmlcs
Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
Description: Fixed-position element may force bidirectional scrolling
Count of instances: 1
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
Issue sectionHeadingless
WCAG: 1.3.1
Score: 1
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 1
Complaint specifics
- The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order
Issue visibleBulk
WCAG: 2.4
Score: 1
Complaints by testaro
Rule bulk
bulk
Description: Page contains many visible elements
Count of instances: 1
Complaint specifics
- Page contains a large number of visible elements
Issue ignorable
WCAG: N/A
Score: 0
Complaints by qualWeb
Rule QW-WCAG-T20
QW-WCAG-T20
Description: Link text is not supplemented with a title attribute
Count of instances: 12
Complaint specifics
- Supplementing link text with the title attribute
Complete report
{ "id": "1etp6-ts27-caSenSDd23", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687641917670, "endTime": 1687641918184 }, { "type": "url", "which": "https://sr23.senate.ca.gov/", "what": "Rosilicie Ochoa Bogh (R)", "startTime": 1687641918184, "result": { "url": "https://sr23.senate.ca.gov/" }, "endTime": 1687641919286 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687641919286, "url": "https://sr23.senate.ca.gov/", "endTime": 1687641921412 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687641921412, "url": "https://sr23.senate.ca.gov/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 1072404, 1072404, 1072404, 1072404, 1072404 ], "localRatios": [ 1, 1, 1, 1 ], "meanLocalRatio": 1, "maxLocalRatio": 1, "globalRatio": 1, "pixelChanges": [ 0, 0, 0, 0 ], "meanPixelChange": 0, "maxPixelChange": 0, "changeFrequency": 0 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] } }, "success": true }, "standardResult": { "totals": [ 0, 0, 0, 0 ], "instances": [] }, "endTime": 1687641935015 }, { "type": "launch", "which": "chromium", "startTime": 1687641935016, "endTime": 1687641935573 }, { "type": "url", "which": "https://sr23.senate.ca.gov/", "what": "Rosilicie Ochoa Bogh (R)", "startTime": 1687641935573, "result": { "url": "https://sr23.senate.ca.gov/" }, "endTime": 1687641936518 }, { "type": "test", "which": "alfa", "startTime": 1687641936519, "url": "https://sr23.senate.ca.gov/", "what": "alfa", "result": { "totals": { "failures": 34, "warnings": 16 }, "items": [ { "index": 9, "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[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]", "codeLines": [ "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\">", " <img src=\"https://ochoa-bogh.cssrc.us/sites/default/files/2023%20Storm%20Disaster%20Relief%20Web%20Banner.png\" alt=\"\">", "</a>" ] } }, { "index": 282, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]/div[2]/text()[1]", "codeLines": [ "Like on Facebook" ] } }, { "index": 283, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h2[1]/a[1]/div[2]/text()[1]", "codeLines": [ "Follow on Twitter" ] } }, { "index": 284, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h2[1]/a[1]/div[2]/text()[1]", "codeLines": [ "Follow on Instagram" ] } }, { "index": 285, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h2[1]/a[1]/div[2]/text()[1]", "codeLines": [ "Live Senate Webcast" ] } }, { "index": 286, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/h2[1]/a[1]/div[2]/text()[1]", "codeLines": [ "Join the Mailing List" ] } }, { "index": 287, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/h2[1]/a[1]/div[2]/text()[1]", "codeLines": [ "Contact the Senator" ] } }, { "index": 288, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/h2[1]/text()[1]", "codeLines": [ "Latest News" ] } }, { "index": 289, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/a[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year" ] } }, { "index": 290, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/a[1]/div[1]/div[2]/div[1]/time[1]/text()[1]", "codeLines": [ "June 7, 2023" ] } }, { "index": 291, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/a[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA" ] } }, { "index": 292, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/a[1]/div[1]/div[2]/div[1]/time[1]/text()[1]", "codeLines": [ "June 1, 2023" ] } }, { "index": 293, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/a[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following their CA Distinguished School Award" ] } }, { "index": 294, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/a[1]/div[1]/div[2]/div[1]/time[1]/text()[1]", "codeLines": [ "May 16, 2023" ] } }, { "index": 295, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/a[1]/text()[1]", "codeLines": [ "More News" ] } }, { "index": 296, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "More Resources" ] } }, { "index": 297, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[1]/li[1]/div[2]/div[1]/a[1]/text()[1]", "codeLines": [ "Federal Student Aid Financial Literacy Guide" ] } }, { "index": 298, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[2]/li[1]/div[2]/div[1]/a[1]/text()[1]", "codeLines": [ "Fighting the Fentanyl Crisis" ] } }, { "index": 299, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[3]/li[1]/div[2]/div[1]/a[1]/text()[1]", "codeLines": [ "REAL ID" ] } }, { "index": 300, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[4]/li[1]/div[2]/div[1]/a[1]/text()[1]", "codeLines": [ "Employment Development Department" ] } }, { "index": 301, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[5]/li[1]/div[2]/div[1]/a[1]/text()[1]", "codeLines": [ "Online Services" ] } }, { "index": 302, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[6]/li[1]/div[2]/div[1]/a[1]/text()[1]", "codeLines": [ "Wildfire Awareness" ] } }, { "index": 303, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[7]/li[1]/div[2]/div[1]/a[1]/text()[1]", "codeLines": [ "Mobile Office Hours" ] } }, { "index": 304, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[8]/li[1]/div[2]/div[1]/a[1]/text()[1]", "codeLines": [ "Coronavirus Information" ] } }, { "index": 305, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[2]/div[1]/div[1]/text()[1]", "codeLines": [ "prev" ] } }, { "index": 306, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[2]/div[1]/div[2]/text()[1]", "codeLines": [ "next" ] } }, { "index": 324, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Privacy Policy" ] } }, { "index": 325, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "Accessibility" ] } }, { "index": 326, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "CA Senate Republican Caucus" ] } }, { "index": 336, "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": 339, "verdict": "failed", "rule": { "ruleID": "r64", "ruleSummary": "Heading has non-empty accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r64", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#info-and-relationships", "chapter": "1.3.1", "title": "Info and Relationships" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H42", "name": "H42", "title": "Using h1-h6 to identify headings" } ] }, "target": { "type": "element", "tagName": "h2", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]", "codeLines": [ "<h2 style=\"text-align:center;\">", " <a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\">", " <img src=\"https://ochoa-bogh.cssrc.us/sites/default/files/2023%20Storm%20Disaster%20Relief%20Web%20Banner.png\" alt=\"\">", " </a>", "</h2>" ] } }, { "index": 358, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "input", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/div[2]/input[1]", "codeLines": [ "<input class=\"search-form__submit button js-form-submit form-submit\" data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit--3\" value=\"Search\">" ] } }, { "index": 404, "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 405, "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "About Rosilicie" ] } }, { "index": 406, "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "Bill Search" ] } }, { "index": 407, "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/a[1]/text()[1]", "codeLines": [ "Newsroom" ] } }, { "index": 408, "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/a[1]/text()[1]", "codeLines": [ "Contact Me" ] } }, { "index": 432, "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[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[2]/div[1]/div[1]/text()[1]", "codeLines": [ "prev" ] } }, { "index": 433, "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[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[2]/div[1]/div[2]/text()[1]", "codeLines": [ "next" ] } }, { "index": 445, "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": "ul", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]", "codeLines": [ "<ul class=\"owl-carousel companies owl-theme\" style=\"opacity: 1; display: block;\">", " <div class=\"owl-wrapper-outer\">", " <div class=\"owl-wrapper\" style=\"width: 1872px; left: 0px; display: block;\">", " <div class=\"owl-item\" style=\"width: 234px;\">", " <li class=\"text-center owl-item-inside\">", " <div class=\"views-field views-field-field-mt-company-logo\">", " <div class=\"field-content\">", " <a href=\"https://financialaidtoolkit.ed.gov/resources/fin-lit-guidance.pdf\">", " <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/Financial%20Literacy.png?itok=soWZbBxm\" width=\"205\" height=\"146\" alt=\"Federal Student Aid Financial Literacy Guide\" title=\"Federal Student Aid Financial Literacy Guide\" typeof=\"Image\" class=\"image-...", " </a>", " </div>", " </div>", " <div class=\"views-field views-field-field-mt-company-title\">", " <div class=\"field-content\">", " <a href=\"https://financialaidtoolkit.ed.gov/resources/fin-lit-guidance.pdf\" class=\"ext\" data-extlink=\"\">", " Federal Student Aid Financial Literacy Guide", " <svg focusable=\"false\" class=\"ext\" role=\"img\" aria-label=\"(link is external)\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 80 40\">", " <metadata>", " <sfw xmlns=\"http://ns.adobe.com/SaveForWeb/1.0/\">", " <slicesourcebounds y=\"-8160\" x=\"-8165\" width=\"16389\" height=\"16384\" bottomleftorigin=\"true\"></slicesourcebounds>", " <optimizationsettings>", " <targetsettings targetsettingsid=\"0\" fileformat=\"PNG24Format\">", " <png24format transparency=\"true\" filtered=\"false\" interlaced=\"false\" nomattecolor=\"false\" mattecolor=\"#FFFFFF\"></png24format>", " </targetsettings>", " </optimizationsettings>", " </sfw>", " </metadata>", " <title>", " (link is external)", " </title>", " <path d=\"M48 26c-1.1 0-2 0.9-2 2v26H10V18h26c1.1 0 2-0.9 2-2s-0.9-2-2-2H8c-1.1 0-2 0.9-2 2v40c0 1.1 0.9 2 2 2h40c1.1 0 2-0.9 2-2V28C50 26.9 49.1 26 48 26z\"></path>", " <path d=\"M56 6H44c-1.1 0-2 0.9-2 2s0.9 2 2 2h7.2L30.6 30.6c-0.8 0.8-0.8 2 0 2.8C31 33.8 31.5 34 32 34s1-0.2 1.4-0.6L54 12.8V20c0 1.1 0.9 2 2 2s2-0.9 2-2V8C58 6.9 57.1 6 56 6z\"></path>", " </svg>", " </a>", " </div>", " </div>", " </li>", " </div>", " <div class=\"owl-item\" style=\"width: 234px;\">", " <li class=\"text-center owl-item-inside\">", " <div class=\"views-field views-field-field-mt-company-logo\">", " <div class=\"field-content\">", " <a href=\"https://sr23.senate.ca.gov/issue/fighting-fentanyl-crisis\">", " <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/fentanyl%20crisis%20button.png?itok=eNTh6htv\" width=\"205\" height=\"146\" alt=\"Fighting the Fentanyl Crisis\" typeof=\"Image\" class=\"image-style-mt-company-logo\">", " </a>", " </div>", " </div>", " <div class=\"views-field views-field-field-mt-company-title\">", " <div class=\"field-content\">", " <a href=\"https://sr23.senate.ca.gov/issue/fighting-fentanyl-crisis\">", " Fighting the Fentanyl Crisis", " </a>", " </div>", " </div>", " </li>", " </div>", " <div class=\"owl-item\" style=\"width: 234px;\">", " <li class=\"text-center owl-item-inside\">", " <div class=\"views-field views-field-field-mt-company-logo\">", " <div class=\"field-content\">", " <a href=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-cards/real-id/what-is-real-id/\">", " <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/210225_real-id-logo.png?itok=_GV4GyaI\" width=\"205\" height=\"146\" alt=\"REAL ID\" typeof=\"Image\" class=\"image-style-mt-company-logo\">", " </a>", " </div>", " </div>", " <div class=\"views-field views-field-field-mt-company-title\">", " <div class=\"field-content\">", " <a href=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-cards/real-id/what-is-real-id/\">", " REAL ID", " </a>", " </div>", " </div>", " </li>", " </div>", " <div class=\"owl-item\" style=\"width: 234px;\">", " <li class=\"text-center owl-item-inside\">", " <div class=\"views-field views-field-field-mt-company-logo\">", " <div class=\"field-content\">", " <a href=\"https://edd.ca.gov/\">", " <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/210225_EDD_Graphic2.png?itok=A2F1oSOb\" width=\"200\" height=\"133\" alt=\"Employment Development Department\" typeof=\"Image\" class=\"image-style-mt-company-logo\">", " </a>", " </div>", " </div>", " <div class=\"views-field views-field-field-mt-company-title\">", " <div class=\"field-content\">", " <a href=\"https://edd.ca.gov/\">", " Employment Development Department", " </a>", " </div>", " </div>", " </li>", " </div>", " <div class=\"owl-item\" style=\"width: 234px;\">", " <li class=\"text-center owl-item-inside\">", " <div class=\"views-field views-field-field-mt-company-logo\">", " <div class=\"field-content\">", " <a href=\"https://www.dmv.ca.gov/portal/dmv-online/\">", " <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/DMV%20Logo%20resized.png?itok=lU--bGMM\" width=\"200\" height=\"133\" alt=\"DMV Online Services\" typeof=\"Image\" class=\"image-style-mt-company-logo\">", " </a>", " </div>", " </div>", " <div class=\"views-field views-field-field-mt-company-title\">", " <div class=\"field-content\">", " <a href=\"https://www.dmv.ca.gov/portal/dmv-online/\">", " Online Services", " </a>", " </div>", " </div>", " </li>", " </div>", " <div class=\"owl-item\" style=\"width: 234px;\">", " <li class=\"text-center owl-item-inside\">", " <div class=\"views-field views-field-field-mt-company-logo\">", " <div class=\"field-content\">", " <a href=\"https://www.readyforwildfire.org/\">", " <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/WildfireAwareness.png?itok=sG4EyLw3\" width=\"205\" height=\"135\" alt=\"Wildfire Awareness\" title=\"Wildfire Awareness\" typeof=\"Image\" class=\"image-style-mt-company-logo\">", " </a>", " </div>", " </div>", " <div class=\"views-field views-field-field-mt-company-title\">", " <div class=\"field-content\">", " <a href=\"https://www.readyforwildfire.org/\" class=\"ext\" data-extlink=\"\">", " Wildfire Awareness", " <svg focusable=\"false\" class=\"ext\" role=\"img\" aria-label=\"(link is external)\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 80 40\">", " <metadata>", " <sfw xmlns=\"http://ns.adobe.com/SaveForWeb/1.0/\">", " <slicesourcebounds y=\"-8160\" x=\"-8165\" width=\"16389\" height=\"16384\" bottomleftorigin=\"true\"></slicesourcebounds>", " <optimizationsettings>", " <targetsettings targetsettingsid=\"0\" fileformat=\"PNG24Format\">", " <png24format transparency=\"true\" filtered=\"false\" interlaced=\"false\" nomattecolor=\"false\" mattecolor=\"#FFFFFF\"></png24format>", " </targetsettings>", " </optimizationsettings>", " </sfw>", " </metadata>", " <title>", " (link is external)", " </title>", " <path d=\"M48 26c-1.1 0-2 0.9-2 2v26H10V18h26c1.1 0 2-0.9 2-2s-0.9-2-2-2H8c-1.1 0-2 0.9-2 2v40c0 1.1 0.9 2 2 2h40c1.1 0 2-0.9 2-2V28C50 26.9 49.1 26 48 26z\"></path>", " <path d=\"M56 6H44c-1.1 0-2 0.9-2 2s0.9 2 2 2h7.2L30.6 30.6c-0.8 0.8-0.8 2 0 2.8C31 33.8 31.5 34 32 34s1-0.2 1.4-0.6L54 12.8V20c0 1.1 0.9 2 2 2s2-0.9 2-2V8C58 6.9 57.1 6 56 6z\"></path>", " </svg>", " </a>", " </div>", " </div>", " </li>", " </div>", " <div class=\"owl-item\" style=\"width: 234px;\">", " <li class=\"text-center owl-item-inside\">", " <div class=\"views-field views-field-field-mt-company-logo\">", " <div class=\"field-content\">", " <a href=\"/mobile-office-hours\">", " <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/rs_MOH.jpg?itok=15SNOyim\" width=\"200\" height=\"122\" alt=\"Mobile Office Hours\" typeof=\"Image\" class=\"image-style-mt-company-logo\">", " </a>", " </div>", " </div>", " <div class=\"views-field views-field-field-mt-company-title\">", " <div class=\"field-content\">", " <a href=\"/mobile-office-hours\">", " Mobile Office Hours", " </a>", " </div>", " </div>", " </li>", " </div>", " <div class=\"owl-item\" style=\"width: 234px;\">", " <li class=\"text-center owl-item-inside\">", " <div class=\"views-field views-field-field-mt-company-logo\">", " <div class=\"field-content\">", " <a href=\"https://covid19.ca.gov/\">", " <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/rs_MedicalInfo.jpeg?itok=lVA6cMIq\" width=\"200\" height=\"133\" alt=\"Coronavirus Information\" typeof=\"Image\" class=\"image-style-mt-company-logo\">", " </a>", " </div>", " </div>", " <div class=\"views-field views-field-field-mt-company-title\">", " <div class=\"field-content\">", " <a href=\"https://covid19.ca.gov/\">", " Coronavirus Information", " </a>", " </div>", " </div>", " </li>", " </div>", " </div>", " </div>", " <div class=\"owl-controls clickable\">", " <div class=\"owl-buttons\">", " <div class=\"owl-prev\">", " prev", " </div>", " <div class=\"owl-next\">", " next", " </div>", " </div>", " </div>", "</ul>" ] } }, { "index": 451, "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 452, "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "About Rosilicie" ] } }, { "index": 453, "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "Bill Search" ] } }, { "index": 454, "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/a[1]/text()[1]", "codeLines": [ "Newsroom" ] } }, { "index": 455, "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/a[1]/text()[1]", "codeLines": [ "Contact Me" ] } }, { "index": 479, "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[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[2]/div[1]/div[1]/text()[1]", "codeLines": [ "prev" ] } }, { "index": 480, "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[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[2]/div[1]/div[2]/text()[1]", "codeLines": [ "next" ] } }, { "index": 490, "verdict": "failed", "rule": { "ruleID": "r70", "ruleSummary": "No obsolete or deprecated elements are used", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r70", "requirements": [] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } }, { "index": 533, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h2", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/h2[1]", "codeLines": [ "<h2 class=\"title\">", " Latest News", "</h2>" ] } }, { "index": 593, "verdict": "cantTell", "rule": { "ruleID": "r87", "ruleSummary": "First focusable element is link to main content", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r87", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "name": "G1", "title": "Adding a link at the top of each page that goes directly to the main content area" } ] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } } ], "success": true }, "standardResult": { "totals": [ 16, 0, 0, 34 ], "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[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]" }, "excerpt": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"> <img src=\"https://ochoa-bogh.cssrc.us/sites/default/files/2023%20Storm%20Disaster%20Relief%20Web%20Banner.png\" alt=\"\"> </a>" }, { "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[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]/div[2]/text()[1]" }, "excerpt": "Like on Facebook" }, { "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[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h2[1]/a[1]/div[2]/text()[1]" }, "excerpt": "Follow on Twitter" }, { "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[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h2[1]/a[1]/div[2]/text()[1]" }, "excerpt": "Follow on Instagram" }, { "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[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h2[1]/a[1]/div[2]/text()[1]" }, "excerpt": "Live Senate Webcast" }, { "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[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/h2[1]/a[1]/div[2]/text()[1]" }, "excerpt": "Join the Mailing List" }, { "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[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/h2[1]/a[1]/div[2]/text()[1]" }, "excerpt": "Contact the Senator" }, { "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[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/h2[1]/text()[1]" }, "excerpt": "Latest News" }, { "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[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/a[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/a[1]/div[1]/div[2]/div[1]/time[1]/text()[1]" }, "excerpt": "June 7, 2023" }, { "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[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/a[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/a[1]/div[1]/div[2]/div[1]/time[1]/text()[1]" }, "excerpt": "June 1, 2023" }, { "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[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/a[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following their CA Distinguished School Award" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/a[1]/div[1]/div[2]/div[1]/time[1]/text()[1]" }, "excerpt": "May 16, 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[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/a[1]/text()[1]" }, "excerpt": "More 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[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]" }, "excerpt": "More Resources" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[1]/li[1]/div[2]/div[1]/a[1]/text()[1]" }, "excerpt": "Federal Student Aid Financial Literacy Guide" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[2]/li[1]/div[2]/div[1]/a[1]/text()[1]" }, "excerpt": "Fighting the Fentanyl Crisis" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[3]/li[1]/div[2]/div[1]/a[1]/text()[1]" }, "excerpt": "REAL ID" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[4]/li[1]/div[2]/div[1]/a[1]/text()[1]" }, "excerpt": "Employment Development Department" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[5]/li[1]/div[2]/div[1]/a[1]/text()[1]" }, "excerpt": "Online Services" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[6]/li[1]/div[2]/div[1]/a[1]/text()[1]" }, "excerpt": "Wildfire Awareness" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[7]/li[1]/div[2]/div[1]/a[1]/text()[1]" }, "excerpt": "Mobile Office Hours" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[8]/li[1]/div[2]/div[1]/a[1]/text()[1]" }, "excerpt": "Coronavirus Information" }, { "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[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[2]/div[1]/div[1]/text()[1]" }, "excerpt": "prev" }, { "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[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[2]/div[1]/div[2]/text()[1]" }, "excerpt": "next" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Privacy Policy" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "Accessibility" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "CA Senate Republican Caucus" }, { "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": "r64", "what": "Heading has non-empty accessible name", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 style=\"text-align:center;\"> <a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"> <img src=\"https://ochoa-bogh.cssrc.us/sites/default/files/2023%20Storm%20Disaster%20Relief%20Web%20Banner.png\" alt=\"\"> </a> </h2>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "INPUT", "id": "edit-submit--3", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/div[2]/input[1]" }, "excerpt": "<input class=\"search-form__submit button js-form-submit form-submit\" data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit--3\" value=\"Search\">" }, { "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Home" }, { "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "About Rosilicie" }, { "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "Bill Search" }, { "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/a[1]/text()[1]" }, "excerpt": "Newsroom" }, { "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/a[1]/text()[1]" }, "excerpt": "Contact Me" }, { "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[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[2]/div[1]/div[1]/text()[1]" }, "excerpt": "prev" }, { "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[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[2]/div[1]/div[2]/text()[1]" }, "excerpt": "next" }, { "ruleID": "r68", "what": "Elements with a role have required children", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]" }, "excerpt": "<ul class=\"owl-carousel companies owl-theme\" style=\"opacity: 1; display: block;\"> <div class=\"owl-wrapper-outer\"> <div class=\"owl-wrapper\" style=\"width: 1872px; left: 0px; display: block;\"> <div class ... n </a> </div> </div> </li> </div> </div> </div> <div class=\"owl-controls clickable\"> <div class=\"owl-buttons\"> <div class=\"owl-prev\"> prev </div> <div class=\"owl-next\"> next </div> </div> </div> </ul>" }, { "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Home" }, { "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "About Rosilicie" }, { "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "Bill Search" }, { "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/a[1]/text()[1]" }, "excerpt": "Newsroom" }, { "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/a[1]/text()[1]" }, "excerpt": "Contact Me" }, { "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[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[2]/div[1]/div[1]/text()[1]" }, "excerpt": "prev" }, { "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[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[2]/div[1]/div[2]/text()[1]" }, "excerpt": "next" }, { "ruleID": "r70", "what": "No obsolete or deprecated elements are used", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/h2[1]" }, "excerpt": "<h2 class=\"title\"> Latest News </h2>" }, { "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": 1687641943051 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687641943051, "url": "https://sr23.senate.ca.gov/", "what": "Axe", "result": { "totals": { "rulesNA": 54, "rulesPassed": 41, "rulesWarned": 3, "rulesViolated": 8, "warnings": { "minor": 5, "moderate": 0, "serious": 2, "critical": 0 }, "violations": { "minor": 1, "moderate": 12, "serious": 12, "critical": 0 } }, "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-24T21:25:43.767Z", "url": "https://sr23.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", "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": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<input title=\"Enter the terms you wish to search for.\" placeholder=\"Search...\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys--3\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search\">", "target": [ "#edit-keys--3" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" } ] }, { "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": "<ul class=\"sf-hidden\" style=\"float: none; width: 15em;\">", "target": [ "#main-menu-link-contentae1c4411-0b6f-44bb-8616-73ac8d729765 > .sf-hidden" ], "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=\"sf-hidden\" style=\"float: none; width: 15em;\"><li id=\"main-menu-link-content8ef0f200-b52a-4bae-885f-17caa07893c4\" class=\"sf-depth-2 sf-no-children\" style=\"\"><a href=\"/news/articles\" class=\"sf-depth-2\" style=\"\">Releases/Editorials</a></li></ul>", "target": [ "#main-views-viewviewspub-indexpage-1 > .sf-hidden" ], "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=\"sf-hidden\" style=\"float: none; width: 15em;\">", "target": [ "#main-menu-link-contente5956546-80da-4dc3-98f9-877484947b39 > .sf-hidden" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"tp-leftarrow tparrows\" style=\"top: 50%; transform: matrix(1, 0, 0, 1, 0, -22); left: 0px; visibility: hidden; opacity: 0;\"><div class=\"tp-title-wrap\"><span class=\"tp-arr-titleholder\">Senator Rosilicie Ochoa Bogh</span></div></div>", "target": [ ".tp-leftarrow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"tp-rightarrow tparrows\" style=\"top: 50%; transform: matrix(1, 0, 0, 1, -90, -22); left: 100%; visibility: hidden; opacity: 0;\"><div class=\"tp-title-wrap\"><span class=\"tp-arr-titleholder\">Senator Rosilicie Ochoa Bogh</span></div></div>", "target": [ ".tp-rightarrow" ], "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=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\"js fa-events-icons-ready\" data-whatinput=\"keyboard\" data-whatintent=\"keyboard\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n CSS Orientation lock cannot be determined" } ] } ], "violations": [ { "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": "#d3a6b1", "bgColor": "#ffffff", "contrastRatio": 2.13, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"layout-no-sidebars wide form-style-1 hff-05 pff-05 sff-05 slff-05 fixed-header-enabled transparent-header-active path-frontpage page-node-type-page\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.13 (foreground color: #d3a6b1, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"owl-prev\">prev</div>", "target": [ ".owl-prev" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.13 (foreground color: #d3a6b1, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#d3a6b1", "bgColor": "#ffffff", "contrastRatio": 2.13, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"layout-no-sidebars wide form-style-1 hff-05 pff-05 sff-05 slff-05 fixed-header-enabled transparent-header-active path-frontpage page-node-type-page\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.13 (foreground color: #d3a6b1, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"owl-next\">next</div>", "target": [ ".owl-next" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.13 (foreground color: #d3a6b1, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" } ] }, { "id": "empty-heading", "impact": "minor", "tags": [ "cat.name-role-value", "best-practice" ], "description": "Ensures headings have discernible text", "help": "Headings should not be empty", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/empty-heading?application=axeAPI", "nodes": [ { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "minor", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "minor", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "minor", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "minor", "html": "<h2 style=\"text-align:center;\"><a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img src=\"https://ochoa-bogh.cssrc.us/sites/default/files/2023%20Storm%20Disaster%20Relief%20Web%20Banner.png\" alt=\"\"></a></h2>", "target": [ "#block-coronavirusblock > .content > .field--name-body.field--type-text-with-summary.text-formatted > h2" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" } ] }, { "id": "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=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\"js fa-events-icons-ready\" data-whatinput=\"keyboard\" data-whatintent=\"keyboard\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n Document does not have a main landmark" } ] }, { "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://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img src=\"https://ochoa-bogh.cssrc.us/sites/default/files/2023%20Storm%20Disaster%20Relief%20Web%20Banner.png\" alt=\"\"></a>", "target": [ ".field--name-body.field--type-text-with-summary.text-formatted > h2 > a" ], "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": "list", "impact": "serious", "tags": [ "cat.structure", "wcag2a", "wcag131" ], "description": "Ensures that lists are structured correctly", "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/list?application=axeAPI", "nodes": [ { "any": [], "all": [], "none": [ { "id": "only-listitems", "data": { "values": "div" }, "relatedNodes": [ { "html": "<div class=\"owl-wrapper-outer\">", "target": [ ".owl-wrapper-outer" ] }, { "html": "<div class=\"owl-controls clickable\"><div class=\"owl-buttons\"><div class=\"owl-prev\">prev</div><div class=\"owl-next\">next</div></div></div>", "target": [ ".owl-controls" ] } ], "impact": "serious", "message": "List element has direct children that are not allowed: div" } ], "impact": "serious", "html": "<ul class=\"owl-carousel companies owl-theme\" style=\"opacity: 1; display: block;\">", "target": [ ".owl-carousel" ], "failureSummary": "Fix all of the following:\n List element has direct children that are not allowed: div" } ] }, { "id": "listitem", "impact": "serious", "tags": [ "cat.structure", "wcag2a", "wcag131" ], "description": "Ensures <li> elements are used semantically", "help": "<li> elements must be contained in a <ul> or <ol>", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/listitem?application=axeAPI", "nodes": [ { "any": [ { "id": "listitem", "data": null, "relatedNodes": [], "impact": "serious", "message": "List item does not have a <ul>, <ol> parent element" } ], "all": [], "none": [], "impact": "serious", "html": "<li class=\"text-center owl-item-inside\">", "target": [ ".owl-item:nth-child(1) > .owl-item-inside.text-center" ], "failureSummary": "Fix any of the following:\n List item does not have a <ul>, <ol> parent element" }, { "any": [ { "id": "listitem", "data": null, "relatedNodes": [], "impact": "serious", "message": "List item does not have a <ul>, <ol> parent element" } ], "all": [], "none": [], "impact": "serious", "html": "<li class=\"text-center owl-item-inside\">", "target": [ ".owl-item:nth-child(2) > .owl-item-inside.text-center" ], "failureSummary": "Fix any of the following:\n List item does not have a <ul>, <ol> parent element" }, { "any": [ { "id": "listitem", "data": null, "relatedNodes": [], "impact": "serious", "message": "List item does not have a <ul>, <ol> parent element" } ], "all": [], "none": [], "impact": "serious", "html": "<li class=\"text-center owl-item-inside\">", "target": [ ".owl-item:nth-child(3) > .owl-item-inside.text-center" ], "failureSummary": "Fix any of the following:\n List item does not have a <ul>, <ol> parent element" }, { "any": [ { "id": "listitem", "data": null, "relatedNodes": [], "impact": "serious", "message": "List item does not have a <ul>, <ol> parent element" } ], "all": [], "none": [], "impact": "serious", "html": "<li class=\"text-center owl-item-inside\">", "target": [ ".owl-item:nth-child(4) > .owl-item-inside.text-center" ], "failureSummary": "Fix any of the following:\n List item does not have a <ul>, <ol> parent element" }, { "any": [ { "id": "listitem", "data": null, "relatedNodes": [], "impact": "serious", "message": "List item does not have a <ul>, <ol> parent element" } ], "all": [], "none": [], "impact": "serious", "html": "<li class=\"text-center owl-item-inside\">", "target": [ ".owl-item:nth-child(5) > .owl-item-inside.text-center" ], "failureSummary": "Fix any of the following:\n List item does not have a <ul>, <ol> parent element" }, { "any": [ { "id": "listitem", "data": null, "relatedNodes": [], "impact": "serious", "message": "List item does not have a <ul>, <ol> parent element" } ], "all": [], "none": [], "impact": "serious", "html": "<li class=\"text-center owl-item-inside\">", "target": [ ".owl-item:nth-child(6) > .owl-item-inside.text-center" ], "failureSummary": "Fix any of the following:\n List item does not have a <ul>, <ol> parent element" }, { "any": [ { "id": "listitem", "data": null, "relatedNodes": [], "impact": "serious", "message": "List item does not have a <ul>, <ol> parent element" } ], "all": [], "none": [], "impact": "serious", "html": "<li class=\"text-center owl-item-inside\">", "target": [ ".owl-item:nth-child(7) > .owl-item-inside.text-center" ], "failureSummary": "Fix any of the following:\n List item does not have a <ul>, <ol> parent element" }, { "any": [ { "id": "listitem", "data": null, "relatedNodes": [], "impact": "serious", "message": "List item does not have a <ul>, <ol> parent element" } ], "all": [], "none": [], "impact": "serious", "html": "<li class=\"text-center owl-item-inside\">", "target": [ ".owl-item:nth-child(8) > .owl-item-inside.text-center" ], "failureSummary": "Fix any of the following:\n List item does not have a <ul>, <ol> parent element" } ] }, { "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=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\"js fa-events-icons-ready\" data-whatinput=\"keyboard\" data-whatintent=\"keyboard\">", "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 id=\"block-coronavirusblock\" class=\"block block-block-content block-block-content3612ab97-0f05-42b4-b5ff-d9d775097e18\">", "target": [ "#block-coronavirusblock" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div>\n Like on Facebook\n </div>", "target": [ "a[title=\"Like on Facebook\"] > div:nth-child(2)" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div>\n Follow on Twitter\n </div>", "target": [ "a[title=\"Follow on Twitter\"] > div:nth-child(2)" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div>\n Follow on Instagram\n </div>", "target": [ "a[title=\"Follow on Instagram\"] > div:nth-child(2)" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"col-xs-6 col-sm-4 col-md-2 text-center masonry-grid-item views-row\">", "target": [ ".col-xs-6.col-md-2.masonry-grid-item:nth-child(4)" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"col-xs-6 col-sm-4 col-md-2 text-center masonry-grid-item views-row\">", "target": [ ".col-xs-6.col-md-2.masonry-grid-item:nth-child(5)" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"col-xs-6 col-sm-4 col-md-2 text-center masonry-grid-item views-row\">", "target": [ ".col-xs-6.col-md-2.masonry-grid-item:nth-child(6)" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"views-element-container block block-views block-views-blockpub-index-block-1\" id=\"block-views-block-pub-index-block-1\">", "target": [ "#block-views-block-pub-index-block-1" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div id=\"featured-bottom\" class=\"clearfix featured-bottom white-region\">", "target": [ "#featured-bottom" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"col-md-6\">", "target": [ ".col-md-6:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] }, "success": true }, "standardResult": { "totals": [ 5, 2, 13, 12 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "INPUT", "id": "edit-keys--3", "location": { "doc": "dom", "type": "selector", "spec": "#edit-keys--3" }, "excerpt": "<input title=\"Enter the terms you wish to search for.\" placeholder=\"Search...\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys--3\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search\">" }, { "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": "#main-menu-link-contentae1c4411-0b6f-44bb-8616-73ac8d729765 > .sf-hidden" }, "excerpt": "<ul class=\"sf-hidden\" style=\"float: none; width: 15em;\">" }, { "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": "#main-views-viewviewspub-indexpage-1 > .sf-hidden" }, "excerpt": "<ul class=\"sf-hidden\" style=\"float: none; width: 15em;\"><li id=\"main-menu-link-content8ef0f200-b52a-4bae-885f-17caa07893c4\" class=\"sf-depth-2 sf-no-children\" style=\"\"><a href=\"/news/articles\" class=\"sf-depth-2\" style=\"\">Releases/Editorials</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": "#main-menu-link-contente5956546-80da-4dc3-98f9-877484947b39 > .sf-hidden" }, "excerpt": "<ul class=\"sf-hidden\" style=\"float: none; width: 15em;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".tp-leftarrow" }, "excerpt": "<div class=\"tp-leftarrow tparrows\" style=\"top: 50%; transform: matrix(1, 0, 0, 1, 0, -22); left: 0px; visibility: hidden; opacity: 0;\"><div class=\"tp-title-wrap\"><span class=\"tp-arr-titleholder\">Senator Rosilicie Ochoa Bogh</span></div></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".tp-rightarrow" }, "excerpt": "<div class=\"tp-rightarrow tparrows\" style=\"top: 50%; transform: matrix(1, 0, 0, 1, -90, -22); left: 100%; visibility: hidden; opacity: 0;\"><div class=\"tp-title-wrap\"><span class=\"tp-arr-titleholder\">Senator Rosilicie Ochoa Bogh</span></div></div>" }, { "ruleID": "css-orientation-lock", "what": "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... : http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\"js fa-events-icons-ready\" data-whatinput=\"keyboard\" data-whatintent=\"keyboard\">" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.13 (foreground color: #d3a6b1, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".owl-prev" }, "excerpt": "<div class=\"owl-prev\">prev</div>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.13 (foreground color: #d3a6b1, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".owl-next" }, "excerpt": "<div class=\"owl-next\">next</div>" }, { "ruleID": "empty-heading", "what": "Headings should not be empty; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-coronavirusblock > .content > .field--name-body.field--type-text-with-summary.text-formatted > h2" }, "excerpt": "<h2 style=\"text-align:center;\"><a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img src=\"https://ochoa-bogh.cssrc.us/sites/default/files/2023%20Storm%20Disaster%20Relief%20Web%20Banner.png\" alt=\"\"></a></h2>" }, { "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=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... : http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\"js fa-events-icons-ready\" data-whatinput=\"keyboard\" data-whatintent=\"keyboard\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".field--name-body.field--type-text-with-summary.text-formatted > h2 > a" }, "excerpt": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img src=\"https://ochoa-bogh.cssrc.us/sites/default/files/2023%20Storm%20Disaster%20Relief%20Web%20Banner.png\" alt=\"\"></a>" }, { "ruleID": "list", "what": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".owl-carousel" }, "excerpt": "<ul class=\"owl-carousel companies owl-theme\" style=\"opacity: 1; display: block;\">" }, { "ruleID": "listitem", "what": "<li> elements must be contained in a <ul> or <ol>; List item does not have a <ul>, <ol> parent element", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".owl-item:nth-child(1) > .owl-item-inside.text-center" }, "excerpt": "<li class=\"text-center owl-item-inside\">" }, { "ruleID": "listitem", "what": "<li> elements must be contained in a <ul> or <ol>; List item does not have a <ul>, <ol> parent element", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".owl-item:nth-child(2) > .owl-item-inside.text-center" }, "excerpt": "<li class=\"text-center owl-item-inside\">" }, { "ruleID": "listitem", "what": "<li> elements must be contained in a <ul> or <ol>; List item does not have a <ul>, <ol> parent element", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".owl-item:nth-child(3) > .owl-item-inside.text-center" }, "excerpt": "<li class=\"text-center owl-item-inside\">" }, { "ruleID": "listitem", "what": "<li> elements must be contained in a <ul> or <ol>; List item does not have a <ul>, <ol> parent element", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".owl-item:nth-child(4) > .owl-item-inside.text-center" }, "excerpt": "<li class=\"text-center owl-item-inside\">" }, { "ruleID": "listitem", "what": "<li> elements must be contained in a <ul> or <ol>; List item does not have a <ul>, <ol> parent element", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".owl-item:nth-child(5) > .owl-item-inside.text-center" }, "excerpt": "<li class=\"text-center owl-item-inside\">" }, { "ruleID": "listitem", "what": "<li> elements must be contained in a <ul> or <ol>; List item does not have a <ul>, <ol> parent element", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".owl-item:nth-child(6) > .owl-item-inside.text-center" }, "excerpt": "<li class=\"text-center owl-item-inside\">" }, { "ruleID": "listitem", "what": "<li> elements must be contained in a <ul> or <ol>; List item does not have a <ul>, <ol> parent element", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".owl-item:nth-child(7) > .owl-item-inside.text-center" }, "excerpt": "<li class=\"text-center owl-item-inside\">" }, { "ruleID": "listitem", "what": "<li> elements must be contained in a <ul> or <ol>; List item does not have a <ul>, <ol> parent element", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".owl-item:nth-child(8) > .owl-item-inside.text-center" }, "excerpt": "<li class=\"text-center owl-item-inside\">" }, { "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=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... : http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\"js fa-events-icons-ready\" data-whatinput=\"keyboard\" data-whatintent=\"keyboard\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "block-coronavirusblock", "location": { "doc": "dom", "type": "selector", "spec": "#block-coronavirusblock" }, "excerpt": "<div id=\"block-coronavirusblock\" class=\"block block-block-content block-block-content3612ab97-0f05-42b4-b5ff-d9d775097e18\">" }, { "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": "a[title=\"Like on Facebook\"] > div:nth-child(2)" }, "excerpt": "<div> Like on Facebook </div>" }, { "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": "a[title=\"Follow on Twitter\"] > div:nth-child(2)" }, "excerpt": "<div> Follow on Twitter </div>" }, { "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": "a[title=\"Follow on Instagram\"] > div:nth-child(2)" }, "excerpt": "<div> Follow on Instagram </div>" }, { "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": ".col-xs-6.col-md-2.masonry-grid-item:nth-child(4)" }, "excerpt": "<div class=\"col-xs-6 col-sm-4 col-md-2 text-center masonry-grid-item views-row\">" }, { "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": ".col-xs-6.col-md-2.masonry-grid-item:nth-child(5)" }, "excerpt": "<div class=\"col-xs-6 col-sm-4 col-md-2 text-center masonry-grid-item views-row\">" }, { "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": ".col-xs-6.col-md-2.masonry-grid-item:nth-child(6)" }, "excerpt": "<div class=\"col-xs-6 col-sm-4 col-md-2 text-center masonry-grid-item views-row\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "block-views-block-pub-index-block-1", "location": { "doc": "dom", "type": "selector", "spec": "#block-views-block-pub-index-block-1" }, "excerpt": "<div class=\"views-element-container block block-views block-views-blockpub-index-block-1\" id=\"block-views-block-pub-index-block-1\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "featured-bottom", "location": { "doc": "dom", "type": "selector", "spec": "#featured-bottom" }, "excerpt": "<div id=\"featured-bottom\" class=\"clearfix featured-bottom white-region\">" }, { "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": ".col-md-6:nth-child(1)" }, "excerpt": "<div class=\"col-md-6\">" } ] }, "endTime": 1687641943805 }, { "type": "launch", "which": "chromium", "startTime": 1687641943805, "endTime": 1687641944410 }, { "type": "url", "which": "https://sr23.senate.ca.gov/", "what": "Rosilicie Ochoa Bogh (R)", "startTime": 1687641944410, "result": { "url": "https://sr23.senate.ca.gov/" }, "endTime": 1687641945379 }, { "type": "test", "which": "continuum", "startTime": 1687641945379, "url": "https://sr23.senate.ca.gov/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 99, "bestPracticeId": 464, "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "element": "<li class=\"text-center owl-item-inside\"><div class=\"views-field views-field-field-mt-company-logo\"><div class=\"field-content\"><a href=\"https://financialaidtoolkit.ed.gov/resources/fin-lit-guidance.pdf ... 56 6H44c-1.1 0-2 0.9-2 2s0.9 2 2 2h7.2L30.6 30.6c-0.8 0.8-0.8 2 0 2.8C31 33.8 31.5 34 32 34s1-0.2 1.4-0.6L54 12.8V20c0 1.1 0.9 2 2 2s2-0.9 2-2V8C58 6.9 57.1 6 56 6z\"></path></svg></a></div></div></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[class=\"text-center owl-item-inside\"]", "attNo": 1 } }, { "engineTestId": 99, "bestPracticeId": 464, "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "element": "<li class=\"text-center owl-item-inside\"><div class=\"views-field views-field-field-mt-company-logo\"><div class=\"field-content\"><a href=\"https://sr23.senate.ca.gov/issue/fighting-fentanyl-crisis\"><img c ... class=\"views-field views-field-field-mt-company-title\"><div class=\"field-content\"><a href=\"https://sr23.senate.ca.gov/issue/fighting-fentanyl-crisis\">Fighting the Fentanyl Crisis</a></div></div></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[class=\"text-center owl-item-inside\"]", "attNo": 1 } }, { "engineTestId": 99, "bestPracticeId": 464, "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "element": "<li class=\"text-center owl-item-inside\"><div class=\"views-field views-field-field-mt-company-logo\"><div class=\"field-content\"><a href=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-card ... -field views-field-field-mt-company-title\"><div class=\"field-content\"><a href=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-cards/real-id/what-is-real-id/\">REAL ID</a></div></div></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[class=\"text-center owl-item-inside\"]", "attNo": 1 } }, { "engineTestId": 99, "bestPracticeId": 464, "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "element": "<li class=\"text-center owl-item-inside\"><div class=\"views-field views-field-field-mt-company-logo\"><div class=\"field-content\"><a href=\"https://edd.ca.gov/\"><img class=\"image-style-mt-company-logo\" typ ... ading=\"lazy\"></a></div></div><div class=\"views-field views-field-field-mt-company-title\"><div class=\"field-content\"><a href=\"https://edd.ca.gov/\">Employment Development Department</a></div></div></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[class=\"text-center owl-item-inside\"]", "attNo": 1 } }, { "engineTestId": 99, "bestPracticeId": 464, "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "element": "<li class=\"text-center owl-item-inside\"><div class=\"views-field views-field-field-mt-company-logo\"><div class=\"field-content\"><a href=\"https://www.dmv.ca.gov/portal/dmv-online/\"><img class=\"image-styl ... g=\"lazy\"></a></div></div><div class=\"views-field views-field-field-mt-company-title\"><div class=\"field-content\"><a href=\"https://www.dmv.ca.gov/portal/dmv-online/\">Online Services</a></div></div></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[class=\"text-center owl-item-inside\"]", "attNo": 1 } }, { "engineTestId": 99, "bestPracticeId": 464, "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "element": "<li class=\"text-center owl-item-inside\"><div class=\"views-field views-field-field-mt-company-logo\"><div class=\"field-content\"><a href=\"https://www.readyforwildfire.org/\"><img class=\"image-style-mt-com ... 56 6H44c-1.1 0-2 0.9-2 2s0.9 2 2 2h7.2L30.6 30.6c-0.8 0.8-0.8 2 0 2.8C31 33.8 31.5 34 32 34s1-0.2 1.4-0.6L54 12.8V20c0 1.1 0.9 2 2 2s2-0.9 2-2V8C58 6.9 57.1 6 56 6z\"></path></svg></a></div></div></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[class=\"text-center owl-item-inside\"]", "attNo": 1 } }, { "engineTestId": 99, "bestPracticeId": 464, "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "element": "<li class=\"text-center owl-item-inside\"><div class=\"views-field views-field-field-mt-company-logo\"><div class=\"field-content\"><a href=\"/mobile-office-hours\"><img class=\"image-style-mt-company-logo\" ty ... =15SNOyim\" loading=\"lazy\"></a></div></div><div class=\"views-field views-field-field-mt-company-title\"><div class=\"field-content\"><a href=\"/mobile-office-hours\">Mobile Office Hours</a></div></div></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[class=\"text-center owl-item-inside\"]", "attNo": 1 } }, { "engineTestId": 99, "bestPracticeId": 464, "attribute": "This element does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "attributeDetail": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "element": "<li class=\"text-center owl-item-inside\"><div class=\"views-field views-field-field-mt-company-logo\"><div class=\"field-content\"><a href=\"https://covid19.ca.gov/\"><img class=\"image-style-mt-company-logo\" ... Iq\" loading=\"lazy\"></a></div></div><div class=\"views-field views-field-field-mt-company-title\"><div class=\"field-content\"><a href=\"https://covid19.ca.gov/\">Coronavirus Information</a></div></div></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[class=\"text-center owl-item-inside\"]", "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 href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img alt=\"\" src=\"https://ochoa-bogh.cssrc.us/sites/default/files/2023%20Storm%20Disaster%20Relief%20Web%20Banner.png\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*: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": "a[href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"]", "attNo": 1 } }, { "engineTestId": 246, "bestPracticeId": 393, "attribute": "This element should only contain li elements (without an ARIA-assigned role), script elements (without an ARIA-assigned role) or template elements (without an ARIA-assigned role); or elements with a role=listitem attribute; as direct child elements", "attributeDetail": "This UL should only contain li elements (without an ARIA-assigned role), script elements (without an ARIA-assigned role) or template elements (without an ARIA-assigned role); or elements with a role=listitem attribute; as direct child elements", "element": "<ul style=\"opacity: 1; display: block;\" class=\"owl-carousel companies owl-theme\"><div class=\"owl-wrapper-outer\"><div style=\"width: 1872px; left: 0px; display: block;\" class=\"owl-wrapper\"><div style=\"w ... ld-field-mt-company-logo\"><div class=\"field-content\"><a href=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-cards/real-id/what-is-real-id/\"><img class=\"image-style-mt-company-logo\" type", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "ul[class=\"owl-carousel companies owl-theme\"]", "attNo": 2 } } ], "standardResult": { "totals": [ 0, 0, 0, 10 ], "instances": [ { "ruleID": "99", "what": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<li class=\"text-center owl-item-inside\"><div class=\"views-field views-field-field-mt-company-logo\"><div class=\"field-content\"><a href=\"https://financialaidtoolkit.ed.gov/resources/fin-lit-guidance.pdf ... 56 6H44c-1.1 0-2 0.9-2 2s0.9 2 2 2h7.2L30.6 30.6c-0.8 0.8-0.8 2 0 2.8C31 33.8 31.5 34 32 34s1-0.2 1.4-0.6L54 12.8V20c0 1.1 0.9 2 2 2s2-0.9 2-2V8C58 6.9 57.1 6 56 6z\"></path></svg></a></div></div></li>" }, { "ruleID": "99", "what": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<li class=\"text-center owl-item-inside\"><div class=\"views-field views-field-field-mt-company-logo\"><div class=\"field-content\"><a href=\"https://sr23.senate.ca.gov/issue/fighting-fentanyl-crisis\"><img c ... class=\"views-field views-field-field-mt-company-title\"><div class=\"field-content\"><a href=\"https://sr23.senate.ca.gov/issue/fighting-fentanyl-crisis\">Fighting the Fentanyl Crisis</a></div></div></li>" }, { "ruleID": "99", "what": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<li class=\"text-center owl-item-inside\"><div class=\"views-field views-field-field-mt-company-logo\"><div class=\"field-content\"><a href=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-card ... -field views-field-field-mt-company-title\"><div class=\"field-content\"><a href=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-cards/real-id/what-is-real-id/\">REAL ID</a></div></div></li>" }, { "ruleID": "99", "what": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)" }, "excerpt": "<li class=\"text-center owl-item-inside\"><div class=\"views-field views-field-field-mt-company-logo\"><div class=\"field-content\"><a href=\"https://edd.ca.gov/\"><img class=\"image-style-mt-company-logo\" typ ... ading=\"lazy\"></a></div></div><div class=\"views-field views-field-field-mt-company-title\"><div class=\"field-content\"><a href=\"https://edd.ca.gov/\">Employment Development Department</a></div></div></li>" }, { "ruleID": "99", "what": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)" }, "excerpt": "<li class=\"text-center owl-item-inside\"><div class=\"views-field views-field-field-mt-company-logo\"><div class=\"field-content\"><a href=\"https://www.dmv.ca.gov/portal/dmv-online/\"><img class=\"image-styl ... g=\"lazy\"></a></div></div><div class=\"views-field views-field-field-mt-company-title\"><div class=\"field-content\"><a href=\"https://www.dmv.ca.gov/portal/dmv-online/\">Online Services</a></div></div></li>" }, { "ruleID": "99", "what": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)" }, "excerpt": "<li class=\"text-center owl-item-inside\"><div class=\"views-field views-field-field-mt-company-logo\"><div class=\"field-content\"><a href=\"https://www.readyforwildfire.org/\"><img class=\"image-style-mt-com ... 56 6H44c-1.1 0-2 0.9-2 2s0.9 2 2 2h7.2L30.6 30.6c-0.8 0.8-0.8 2 0 2.8C31 33.8 31.5 34 32 34s1-0.2 1.4-0.6L54 12.8V20c0 1.1 0.9 2 2 2s2-0.9 2-2V8C58 6.9 57.1 6 56 6z\"></path></svg></a></div></div></li>" }, { "ruleID": "99", "what": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*:nth-child(1)" }, "excerpt": "<li class=\"text-center owl-item-inside\"><div class=\"views-field views-field-field-mt-company-logo\"><div class=\"field-content\"><a href=\"/mobile-office-hours\"><img class=\"image-style-mt-company-logo\" ty ... =15SNOyim\" loading=\"lazy\"></a></div></div><div class=\"views-field views-field-field-mt-company-title\"><div class=\"field-content\"><a href=\"/mobile-office-hours\">Mobile Office Hours</a></div></div></li>" }, { "ruleID": "99", "what": "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)>*:nth-child(1)" }, "excerpt": "<li class=\"text-center owl-item-inside\"><div class=\"views-field views-field-field-mt-company-logo\"><div class=\"field-content\"><a href=\"https://covid19.ca.gov/\"><img class=\"image-style-mt-company-logo\" ... Iq\" loading=\"lazy\"></a></div></div><div class=\"views-field views-field-field-mt-company-title\"><div class=\"field-content\"><a href=\"https://covid19.ca.gov/\">Coronavirus Information</a></div></div></li>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*: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": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img alt=\"\" src=\"https://ochoa-bogh.cssrc.us/sites/default/files/2023%20Storm%20Disaster%20Relief%20Web%20Banner.png\"></a>" }, { "ruleID": "246", "what": "This UL should only contain li elements (without an ARIA-assigned role), script elements (without an ARIA-assigned role) or template elements (without an ARIA-assigned role); or elements with a role=listitem attribute; as direct child elements", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<ul style=\"opacity: 1; display: block;\" class=\"owl-carousel companies owl-theme\"><div class=\"owl-wrapper-outer\"><div style=\"width: 1872px; left: 0px; display: block;\" class=\"owl-wrapper\"><div style=\"w ... ld-field-mt-company-logo\"><div class=\"field-content\"><a href=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-cards/real-id/what-is-real-id/\"><img class=\"image-style-mt-company-logo\" type" } ] }, "endTime": 1687641945689 }, { "type": "launch", "which": "chromium", "startTime": 1687641945689, "endTime": 1687641946245 }, { "type": "url", "which": "https://sr23.senate.ca.gov/", "what": "Rosilicie Ochoa Bogh (R)", "startTime": 1687641946245, "result": { "url": "https://sr23.senate.ca.gov/" }, "endTime": 1687641947227 }, { "type": "test", "which": "htmlcs", "startTime": 1687641947227, "url": "https://sr23.senate.ca.gov/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_1_1.H30.2": { "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\">...</a>" } ] }, "AAA.1_3_1.H42.2": { "Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.": [ { "tagName": "h2", "id": "", "code": "<h2 style=\"text-align:center;\">...</h2>" } ] }, "AAA.1_3_1.H49.Center": { "Presentational markup used that has become obsolete in HTML5.": [ { "tagName": "center", "id": "", "code": "<center>...</center>" } ] }, "AAA.1_3_1_AAA.G141": { "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [ { "tagName": "h2", "id": "", "code": "<h2 style=\"text-align:center;\">...</h2>" } ], "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [ { "tagName": "h2", "id": "", "code": "<h2 style=\"text-align:center;\">...</h2>" } ] } }, "Warning": { "AAA.1_3_1.H42": { "Heading markup should be used if this content is intended as a heading.": [ { "tagName": "div", "id": "#toTop", "code": "<div id=\"toTop\" class=\"to-top\">...</div>" } ] }, "AAA.1_3_1.H48.2": { "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.": [ { "tagName": "p", "id": "", "code": "<p>...</p>" } ] }, "AAA.1_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": "#toTop", "code": "<div id=\"toTop\" class=\"to-top\">...</div>" } ] }, "AAA.1_4_3_F24.F24.FGColour": { "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [ { "tagName": "i", "id": "", "code": "<i class=\"fa fa-facebook\" style=\"font-size: 1.3em;margin-right: 5px;width: 30px;text-align: left;color: rgb(46, 114, 188);\">...</i>" }, { "tagName": "i", "id": "", "code": "<i class=\"fa fa-twitter\" style=\"font-size: 1.3em;margin-right: 5px;width: 30px;text-align: left;color: rgb(46, 114, 188);\">...</i>" } ] }, "AAA.1_4_6.G17.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.": [ { "tagName": "a", "id": "", "code": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">...</a>" }, { "tagName": "label", "id": "", "code": "<label for=\"edit-keys--3\" class=\"visually-hidden\">...</label>" }, { "tagName": "span", "id": "", "code": "<span class=\"sr-only\">...</span>" } ] }, "AAA.1_4_6.G18.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [ { "tagName": "h2", "id": "#block-mainnavigation-4-menu", "code": "<h2 class=\"visually-hidden\" id=\"block-mainnavigation-4-menu\">...</h2>" } ] } }, "success": true }, "standardResult": { "totals": [ 9, 0, 0, 5 ], "instances": [ { "ruleID": "AAA.1_3_1.H42", "what": "Heading markup should be used if this content is intended as a heading.", "ordinalSeverity": 0, "tagName": "DIV", "id": "toTop", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"toTop\" class=\"to-top\">...</div>" }, { "ruleID": "AAA.1_3_1.H48.2", "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p>...</p>" }, { "ruleID": "AAA.1_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": "toTop", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"toTop\" class=\"to-top\">...</div>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "I", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<i class=\"fa fa-facebook\" style=\"font-size: 1.3em;margin-right: 5px;width: 30px;text-align: left;color: rgb(46, 114, 188);\">...</i>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "I", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<i class=\"fa fa-twitter\" style=\"font-size: 1.3em;margin-right: 5px;width: 30px;text-align: left;color: rgb(46, 114, 188);\">...</i>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<label for=\"edit-keys--3\" class=\"visually-hidden\">...</label>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"sr-only\">...</span>" }, { "ruleID": "AAA.1_4_6.G18.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.", "ordinalSeverity": 0, "tagName": "H2", "id": "block-mainnavigation-4-menu", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"visually-hidden\" id=\"block-mainnavigation-4-menu\">...</h2>" }, { "ruleID": "AAA.1_1_1.H30.2", "what": "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\">...</a>" }, { "ruleID": "AAA.1_3_1.H42.2", "what": "Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 style=\"text-align:center;\">...</h2>" }, { "ruleID": "AAA.1_3_1.H49.Center", "what": "Presentational markup used that has become obsolete in HTML5.", "ordinalSeverity": 3, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<center>...</center>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 style=\"text-align:center;\">...</h2>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 style=\"text-align:center;\">...</h2>" } ] }, "endTime": 1687641947505 }, { "type": "launch", "which": "chromium", "startTime": 1687641947505, "endTime": 1687641948108 }, { "type": "url", "which": "https://sr23.senate.ca.gov/", "what": "Rosilicie Ochoa Bogh (R)", "startTime": 1687641948108, "result": { "url": "https://sr23.senate.ca.gov/" }, "endTime": 1687641949009 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687641949009, "url": "https://sr23.senate.ca.gov/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 24, "recommendation": 10, "ignored": 0 }, "items": [ { "ruleId": "img_alt_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[8]/li[1]/div[1]/div[1]/a[1]/img[1]", "aria": "/document[1]/list[2]/listitem[8]/link[1]/img[1]" }, "message": "Image 'alt' value within a link is repeated in link text of the link after", "bounds": { "left": 48, "top": 4286, "height": 19, "width": 176 }, "snippet": "<img class=\"image-style-mt-company-logo\" typeof=\"Image\" alt=\"Coronavirus Information\" height=\"133\" width=\"200\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/rs_MedicalInfo.jpeg?itok=lVA6cMIq\" loading=\"lazy\">", "level": "violation" }, { "ruleId": "img_alt_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[7]/li[1]/div[1]/div[1]/a[1]/img[1]", "aria": "/document[1]/list[2]/listitem[7]/link[1]/img[1]" }, "message": "Image 'alt' value within a link is repeated in link text of the link after", "bounds": { "left": 48, "top": 4249, "height": 19, "width": 150 }, "snippet": "<img class=\"image-style-mt-company-logo\" typeof=\"Image\" alt=\"Mobile Office Hours\" height=\"122\" width=\"200\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/rs_MOH.jpg?itok=15SNOyim\" loading=\"lazy\">", "level": "violation" }, { "ruleId": "img_alt_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[6]/li[1]/div[1]/div[1]/a[1]/img[1]", "aria": "/document[1]/list[2]/listitem[6]/link[1]/img[1]" }, "message": "Image 'alt' value within a link is repeated in link text of the link after", "bounds": { "left": 48, "top": 4091, "height": 19, "width": 142 }, "snippet": "<img class=\"image-style-mt-company-logo\" typeof=\"Image\" title=\"Wildfire Awareness\" alt=\"Wildfire Awareness\" height=\"135\" width=\"205\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/WildfireAwareness.png?itok=sG4EyLw3\" loading=\"lazy\">", "level": "violation" }, { "ruleId": "img_alt_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[4]/li[1]/div[1]/div[1]/a[1]/img[1]", "aria": "/document[1]/list[2]/listitem[4]/link[1]/img[1]" }, "message": "Image 'alt' value within a link is repeated in link text of the link after", "bounds": { "left": 48, "top": 3980, "height": 37, "width": 234 }, "snippet": "<img class=\"image-style-mt-company-logo\" typeof=\"Image\" alt=\"Employment Development Department\" height=\"133\" width=\"200\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/210225_EDD_Graphic2.png?itok=A2F1oSOb\" loading=\"lazy\">", "level": "violation" }, { "ruleId": "img_alt_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[3]/li[1]/div[1]/div[1]/a[1]/img[1]", "aria": "/document[1]/list[2]/listitem[3]/link[1]/img[1]" }, "message": "Image 'alt' value within a link is repeated in link text of the link after", "bounds": { "left": 48, "top": 3943, "height": 19, "width": 79 }, "snippet": "<img class=\"image-style-mt-company-logo\" typeof=\"Image\" alt=\"REAL ID\" height=\"146\" width=\"205\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/210225_real-id-logo.png?itok=_GV4GyaI\" loading=\"lazy\">", "level": "violation" }, { "ruleId": "img_alt_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[1]/a[1]/img[1]", "aria": "/document[1]/list[2]/listitem[2]/link[1]/img[1]" }, "message": "Image 'alt' value within a link is repeated in link text of the link after", "bounds": { "left": 48, "top": 3906, "height": 19, "width": 196 }, "snippet": "<img class=\"image-style-mt-company-logo\" typeof=\"Image\" alt=\"Fighting the Fentanyl Crisis\" height=\"146\" width=\"205\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/fentanyl%20crisis%20button.png?itok=eNTh6htv\" loading=\"lazy\">", "level": "violation" }, { "ruleId": "img_alt_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[1]/a[1]/img[1]", "aria": "/document[1]/list[2]/listitem[1]/link[1]/img[1]" }, "message": "Image 'alt' value within a link is repeated in link text of the link after", "bounds": { "left": 48, "top": 3711, "height": 37, "width": 234 }, "snippet": "<img class=\"image-style-mt-company-logo\" typeof=\"Image\" title=\"Federal Student Aid Financial Literacy Guide\" alt=\"Federal Student Aid Financial Literacy Guide\" height=\"146\" width=\"205\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/Financial%20Literacy.png?itok=soWZbBxm\" loading=\"lazy\">", "level": "violation" }, { "ruleId": "aria_navigation_label_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]", "aria": "/document[1]/banner[1]/navigation[1]" }, "message": "Multiple elements with \"navigation\" role do not have unique labels", "bounds": { "left": 8, "top": 123, "height": 296, "width": 784 }, "snippet": "<nav role=\"navigation\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]", "aria": "/document[1]/list[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 5992, "height": 56, "width": 784 }, "snippet": "<ul class=\"menu\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]", "aria": "/document[1]/heading[9]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 3664, "height": 28, "width": 784 }, "snippet": "<h2 class=\"title\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]", "aria": "/document[1]/list[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 3711, "height": 649, "width": 784 }, "snippet": "<ul style=\"opacity: 1; display: block;\" class=\"owl-carousel companies owl-theme\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/h2[1]", "aria": "/document[1]/heading[8]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 3285, "height": 28, "width": 784 }, "snippet": "<h2 class=\"title\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/a[1]", "aria": "/document[1]/link[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 3625, "height": 18, "width": 76 }, "snippet": "<a title=\"See More News\" href=\"/news\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/a[1]", "aria": "/document[1]/article[4]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 3532, "height": 94, "width": 784 }, "snippet": "<a href=\"/content/senator-ochoa-bogh-honors-inland-leaders-charter-school-special-recognition-following-their\" class=\"overlayed image-popup\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/a[1]", "aria": "/document[1]/article[3]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 3446, "height": 66, "width": 784 }, "snippet": "<a href=\"/content/senator-ochoa-bogh-awarded-2023-legislator-year-selpa\" class=\"overlayed image-popup\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/a[1]", "aria": "/document[1]/article[2]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 3333, "height": 94, "width": 784 }, "snippet": "<a href=\"/content/senator-rosilicie-ochoa-bogh-honors-option-house-nonprofit-year\" class=\"overlayed image-popup\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/h2[1]", "aria": "/document[1]/heading[7]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 3190, "height": 76, "width": 784 }, "snippet": "<h2 class=\"field-content\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/h2[1]", "aria": "/document[1]/heading[6]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 3094, "height": 76, "width": 784 }, "snippet": "<h2 class=\"field-content\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h2[1]", "aria": "/document[1]/heading[5]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 2999, "height": 76, "width": 784 }, "snippet": "<h2 class=\"field-content\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h2[1]", "aria": "/document[1]/heading[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 2506, "height": 473, "width": 784 }, "snippet": "<h2 class=\"field-content\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h2[1]", "aria": "/document[1]/heading[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 2013, "height": 473, "width": 784 }, "snippet": "<h2 class=\"field-content\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]", "aria": "/document[1]/heading[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 1520, "height": 473, "width": 784 }, "snippet": "<h2 class=\"field-content\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/a[1]", "aria": "/document[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 8, "height": 18, "width": 133 }, "snippet": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]", "aria": "/document[1]/heading[1]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 8, "top": 1473, "height": 27, "width": 1920 }, "snippet": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\">", "level": "violation" }, { "ruleId": "heading_content_exists", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]", "aria": "/document[1]/heading[1]" }, "message": "Heading element has no descriptive content", "bounds": { "left": 8, "top": 875, "height": 626, "width": 784 }, "snippet": "<h2 style=\"text-align:center;\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/b[1]/center[1]", "aria": "/document[1]" }, "message": "The <center> element is deprecated in HTML 5", "bounds": { "left": 8, "top": 1520, "height": 0, "width": 784 }, "snippet": "<center>", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/nav[1]", "aria": "/document[1]/navigation[1]" }, "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "bounds": { "left": 8, "top": 6067, "height": 140, "width": 784 }, "snippet": "<nav class=\"block block-menu navigation menu--main\" id=\"block-mainnavigation-4\" aria-labelledby=\"block-mainnavigation-4-menu\" role=\"navigation\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]", "aria": "/document[1]/article[4]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 3532, "height": 94, "width": 784 }, "snippet": "<article class=\"node node--type-article node--view-mode-teaser clearfix\" typeof=\"schema:Article\" about=\"/content/senator-ochoa-bogh-honors-inland-leaders-charter-school-special-recognition-following-their\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]", "aria": "/document[1]/article[3]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 3446, "height": 66, "width": 784 }, "snippet": "<article class=\"node node--type-article node--view-mode-teaser clearfix\" typeof=\"schema:Article\" about=\"/content/senator-ochoa-bogh-awarded-2023-legislator-year-selpa\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]", "aria": "/document[1]/article[2]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 3333, "height": 94, "width": 784 }, "snippet": "<article class=\"node node--type-article node--promoted node--view-mode-teaser clearfix\" typeof=\"schema:Article\" about=\"/content/senator-rosilicie-ochoa-bogh-honors-option-house-nonprofit-year\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/article[1]", "aria": "/document[1]/article[1]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 3285, "height": 0, "width": 784 }, "snippet": "<article class=\"node node--type-page node--view-mode-full clearfix\" typeof=\"schema:WebPage\" about=\"/welcome\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/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": 8, "top": 123, "height": 296, "width": 784 }, "snippet": "<nav role=\"navigation\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]", "aria": "/document[1]/banner[1]" }, "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>", "bounds": { "left": 8, "top": 27, "height": 392, "width": 784 }, "snippet": "<header class=\"clearfix header full-width two-columns\" role=\"banner\" id=\"header\">", "level": "recommendation" }, { "ruleId": "aria_contentinfo_misuse", "path": { "dom": "/html[1]/body[1]/div[1]/div[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": 4380, "height": 1596, "width": 784 }, "snippet": "<footer class=\"clearfix footer light-gray-region\" id=\"footer\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 10, 0, 24 ], "instances": [ { "ruleID": "img_alt_redundant", "what": "Image 'alt' value within a link is repeated in link text of the link after", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[8]/li[1]/div[1]/div[1]/a[1]/img[1]" }, "excerpt": "<img class=\"image-style-mt-company-logo\" typeof=\"Image\" alt=\"Coronavirus Information\" height=\"133\" width=\"200\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/rs_MedicalInfo.jpeg?itok=lVA6cMIq\" loading=\"lazy\">" }, { "ruleID": "img_alt_redundant", "what": "Image 'alt' value within a link is repeated in link text of the link after", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[7]/li[1]/div[1]/div[1]/a[1]/img[1]" }, "excerpt": "<img class=\"image-style-mt-company-logo\" typeof=\"Image\" alt=\"Mobile Office Hours\" height=\"122\" width=\"200\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/rs_MOH.jpg?itok=15SNOyim\" loading=\"lazy\">" }, { "ruleID": "img_alt_redundant", "what": "Image 'alt' value within a link is repeated in link text of the link after", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[6]/li[1]/div[1]/div[1]/a[1]/img[1]" }, "excerpt": "<img class=\"image-style-mt-company-logo\" typeof=\"Image\" title=\"Wildfire Awareness\" alt=\"Wildfire Awareness\" height=\"135\" width=\"205\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/WildfireAwareness.png?itok=sG4EyLw3\" loading=\"lazy\">" }, { "ruleID": "img_alt_redundant", "what": "Image 'alt' value within a link is repeated in link text of the link after", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[4]/li[1]/div[1]/div[1]/a[1]/img[1]" }, "excerpt": "<img class=\"image-style-mt-company-logo\" typeof=\"Image\" alt=\"Employment Development Department\" height=\"133\" width=\"200\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/210225_EDD_Graphic2.png?itok=A2F1oSOb\" loading=\"lazy\">" }, { "ruleID": "img_alt_redundant", "what": "Image 'alt' value within a link is repeated in link text of the link after", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[3]/li[1]/div[1]/div[1]/a[1]/img[1]" }, "excerpt": "<img class=\"image-style-mt-company-logo\" typeof=\"Image\" alt=\"REAL ID\" height=\"146\" width=\"205\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/210225_real-id-logo.png?itok=_GV4GyaI\" loading=\"lazy\">" }, { "ruleID": "img_alt_redundant", "what": "Image 'alt' value within a link is repeated in link text of the link after", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[2]/li[1]/div[1]/div[1]/a[1]/img[1]" }, "excerpt": "<img class=\"image-style-mt-company-logo\" typeof=\"Image\" alt=\"Fighting the Fentanyl Crisis\" height=\"146\" width=\"205\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/fentanyl%20crisis%20button.png?itok=eNTh6htv\" loading=\"lazy\">" }, { "ruleID": "img_alt_redundant", "what": "Image 'alt' value within a link is repeated in link text of the link after", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/div[1]/div[1]/div[1]/li[1]/div[1]/div[1]/a[1]/img[1]" }, "excerpt": "<img class=\"image-style-mt-company-logo\" typeof=\"Image\" title=\"Federal Student Aid Financial Literacy Guide\" alt=\"Federal Student Aid Financial Literacy Guide\" height=\"146\" width=\"205\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/Financial%20Literacy.png?itok=soWZbBxm\" loading=\"lazy\">" }, { "ruleID": "aria_navigation_label_unique", "what": "Multiple elements with \"navigation\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/nav[1]" }, "excerpt": "<nav role=\"navigation\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]" }, "excerpt": "<ul class=\"menu\">" }, { "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[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 class=\"title\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]" }, "excerpt": "<ul style=\"opacity: 1; display: block;\" class=\"owl-carousel companies owl-theme\">" }, { "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[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/h2[1]" }, "excerpt": "<h2 class=\"title\">" }, { "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]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a title=\"See More News\" href=\"/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[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/a[1]" }, "excerpt": "<a href=\"/content/senator-ochoa-bogh-honors-inland-leaders-charter-school-special-recognition-following-their\" class=\"overlayed image-popup\">" }, { "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]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/a[1]" }, "excerpt": "<a href=\"/content/senator-ochoa-bogh-awarded-2023-legislator-year-selpa\" class=\"overlayed image-popup\">" }, { "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]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/a[1]" }, "excerpt": "<a href=\"/content/senator-rosilicie-ochoa-bogh-honors-option-house-nonprofit-year\" class=\"overlayed image-popup\">" }, { "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[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/h2[1]" }, "excerpt": "<h2 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[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/h2[1]" }, "excerpt": "<h2 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[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h2[1]" }, "excerpt": "<h2 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[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/h2[1]" }, "excerpt": "<h2 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[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h2[1]" }, "excerpt": "<h2 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[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 class=\"field-content\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/a[1]" }, "excerpt": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]" }, "excerpt": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\">" }, { "ruleID": "heading_content_exists", "what": "Heading element has no descriptive content", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 style=\"text-align:center;\">" }, { "ruleID": "element_attribute_deprecated", "what": "The <center> element is deprecated in HTML 5", "ordinalSeverity": 1, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/b[1]/center[1]" }, "excerpt": "<center>" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "ordinalSeverity": 1, "tagName": "NAV", "id": "block-mainnavigation-4", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/nav[1]" }, "excerpt": "<nav class=\"block block-menu navigation menu--main\" id=\"block-mainnavigation-4\" aria-labelledby=\"block-mainnavigation-4-menu\" role=\"navigation\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]" }, "excerpt": "<article class=\"node node--type-article node--view-mode-teaser clearfix\" typeof=\"schema:Article\" about=\"/content/senator-ochoa-bogh-honors-inland-leaders-charter-school-special-recognition-following-their\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]" }, "excerpt": "<article class=\"node node--type-article node--view-mode-teaser clearfix\" typeof=\"schema:Article\" about=\"/content/senator-ochoa-bogh-awarded-2023-legislator-year-selpa\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]" }, "excerpt": "<article class=\"node node--type-article node--promoted node--view-mode-teaser clearfix\" typeof=\"schema:Article\" about=\"/content/senator-rosilicie-ochoa-bogh-honors-option-house-nonprofit-year\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/article[1]" }, "excerpt": "<article class=\"node node--type-page node--view-mode-full clearfix\" typeof=\"schema:WebPage\" about=\"/welcome\" role=\"article\">" }, { "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[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/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": "header", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]" }, "excerpt": "<header class=\"clearfix header full-width two-columns\" role=\"banner\" id=\"header\">" }, { "ruleID": "aria_contentinfo_misuse", "what": "The element with \"contentinfo\" role is present without an element with \"main\" role", "ordinalSeverity": 1, "tagName": "FOOTER", "id": "footer", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/footer[1]" }, "excerpt": "<footer class=\"clearfix footer light-gray-region\" id=\"footer\">" } ] }, "endTime": 1687641953354 }, { "type": "launch", "which": "chromium", "startTime": 1687641953354, "endTime": 1687641953952 }, { "type": "url", "which": "https://sr23.senate.ca.gov/", "what": "Rosilicie Ochoa Bogh (R)", "startTime": 1687641953953, "result": { "url": "https://sr23.senate.ca.gov/" }, "endTime": 1687641954918 }, { "type": "test", "which": "nuVal", "startTime": 1687641954918, "url": "https://sr23.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": 1687641955049 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687641955049, "url": "https://sr23.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 21:25:56", "hash": "a5d4a5eba0ba1e84226a17eccd0161e29fd46d5d294db922927050a1dcb549cd9ff895e9d93e100aa4886cbe0b52eed955dd6fd92780b22d373a43134e79ebec", "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": 34, "warning": 12, "failed": 12, "inapplicable": 67 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 17, "warning": 7, "failed": 2, "inapplicable": 41 }, "assertions": { "QW-ACT-R63": { "name": "Document has a landmark with non-repeated content", "code": "QW-ACT-R63", "mapping": "b40fd1", "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [], "url": "https://act-rules.github.io/rules/b40fd1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\"js fa-events-icons-ready\" data-whatinput=\"keyboard\" data-whatintent=\"keyboard\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R64": { "name": "Document has heading for non-repeated content", "code": "QW-ACT-R64", "mapping": "047fe0", "description": "This rule checks that the non-repeated content contains a heading", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "H69" ], "url": "https://act-rules.github.io/rules/047fe0", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\"js fa-events-icons-ready\" data-whatinput=\"keyboard\" data-whatintent=\"keyboard\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R73": { "name": "Block of repeated content is collapsible", "code": "QW-ACT-R73", "mapping": "3e12e1", "description": "This rule checks that repeated blocks of content are collapsible.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "SCR28" ], "url": "https://act-rules.github.io/rules/3e12e1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree." }, "results": [ { "verdict": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\"js fa-events-icons-ready\" data-whatinput=\"keyboard\" data-whatintent=\"keyboard\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R74": { "name": "Document has an instrument to move focus to non-repeated content", "code": "QW-ACT-R74", "mapping": "ye5d6e", "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "G1", "G123", "G124" ], "url": "https://act-rules.github.io/rules/ye5d6e", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content." }, "results": [ { "verdict": "warning", "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\"js fa-events-icons-ready\" data-whatinput=\"keyboard\" data-whatintent=\"keyboard\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R12": { "name": "Link has accessible name", "code": "QW-ACT-R12", "mapping": "c487ae", "description": "This rule checks that each link has an accessible name.", "metadata": { "target": { "element": [ "a[href]", "area[href]" ], "attributes": [ "role='link'" ] }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-in-context" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only" }, { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value", "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value" } ], "related": [ "G91" ], "url": "https://act-rules.github.io/rules/c487ae", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 55, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('')." }, "results": [ { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "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": 58, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the element has some visible focus indication" }, "results": [ { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n Skip to main content\n </a>", "pointer": "html > body:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/\" title=\"Home\" rel=\"home\">Senator Rosilicie Ochoa Bogh</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input title=\"Enter the terms you wish to search for.\" placeholder=\"Search...\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys--3\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input class=\"search-form__submit button js-form-submit form-submit\" data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit--3\" value=\"Search\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/\" title=\"Senator Rosilicie Ochoa Bogh\" class=\"is-active sf-depth-1\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/biography\" class=\"sf-depth-1 menuparent\">About Rosilicie</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/legislation\" class=\"sf-depth-2\" style=\"\">My Legislation</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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\" class=\"sf-depth-2\" style=\"\">Committees</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/biography\" class=\"sf-depth-2\" style=\"\">Biography</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"http://leginfo.legislature.ca.gov/faces/billSearchClient.xhtml\" title=\"Search Legislation\" class=\"sf-depth-1 sf-external\">Bill Search</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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\" class=\"sf-depth-1 menuparent\">Newsroom</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/news/articles\" class=\"sf-depth-2\" style=\"\">Releases/Editorials</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/my-offices\" class=\"sf-depth-1 menuparent\">Contact Me</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/my-offices\" class=\"sf-depth-2\" style=\"\">My Offices</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/23rd-senate-district\" class=\"sf-depth-2\" style=\"\">District Map</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/mobile-office-hours\" class=\"sf-depth-2\" style=\"\">Mobile Office Hours</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/constituent-services\" class=\"sf-depth-2\" style=\"\">Constituent Services</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/e-mail-senator\" class=\"sf-depth-2\" style=\"\">E-mail the Senator</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"https://www.ca.gov/agenciesall/\" class=\"sf-depth-2 sf-external\" style=\"\">State Agencies</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/subscribe\" class=\"sf-depth-2\" style=\"\">Subscribe</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"ext\" title=\"Like on Facebook\" href=\"https://www.facebook.com/rosilicieochoabogh\" data-extlink=\"\">\n \n \n \n \n Like on Facebook\n \n(link is external)</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"ext\" title=\"Follow on Twitter\" href=\"https://twitter.com/rosilicie\" data-extlink=\"\">\n \n \n \n \n Follow on Twitter\n \n(link is external)</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"ext\" title=\"Follow on Instagram\" href=\"https://www.instagram.com/rosilicieochoabogh/\" data-extlink=\"\">\n \n \n \n \n Follow on Instagram\n \n(link is external)</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"\" title=\"Live Senate Webcast\" href=\"https://www.senate.ca.gov/media\">\n \n \n \n \n Live Senate Webcast\n \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"\" title=\"Join the Mailing List\" href=\"/subscribe\">\n \n \n \n \n Join the Mailing List\n \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"\" title=\"Contact the Senator\" href=\"/e-mail-senator\">\n \n \n \n \n Contact the Senator\n \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"overlayed image-popup\" href=\"/content/senator-rosilicie-ochoa-bogh-honors-option-house-nonprofit-year\">\n \n Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year\n\n \n June 7, 2023\n\n \n \n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article: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=\"overlayed image-popup\" href=\"/content/senator-ochoa-bogh-awarded-2023-legislator-year-selpa\">\n \n Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA\n\n \n June 1, 2023\n\n \n \n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > article: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=\"overlayed image-popup\" href=\"/content/senator-ochoa-bogh-honors-inland-leaders-charter-school-special-recognition-following-their\">\n \n Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following their CA Distinguished School Award\n\n \n May 16, 2023\n\n \n \n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article: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\" title=\"See More News\">More News</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://financialaidtoolkit.ed.gov/resources/fin-lit-guidance.pdf\"> \n\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > li: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://financialaidtoolkit.ed.gov/resources/fin-lit-guidance.pdf\" class=\"ext\" data-extlink=\"\">Federal Student Aid Financial Literacy Guide(link is external)</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > li: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=\"https://sr23.senate.ca.gov/issue/fighting-fentanyl-crisis\"> \n\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > li: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://sr23.senate.ca.gov/issue/fighting-fentanyl-crisis\">Fighting the Fentanyl Crisis</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > li: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=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-cards/real-id/what-is-real-id/\"> \n\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > li: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.dmv.ca.gov/portal/driver-licenses-identification-cards/real-id/what-is-real-id/\">REAL ID</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > li: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=\"https://edd.ca.gov/\"> \n\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > li: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://edd.ca.gov/\">Employment Development Department</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > li: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=\"https://www.dmv.ca.gov/portal/dmv-online/\"> \n\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > li: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.dmv.ca.gov/portal/dmv-online/\">Online Services</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > li: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=\"https://www.readyforwildfire.org/\"> \n\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > li: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.readyforwildfire.org/\" class=\"ext\" data-extlink=\"\">Wildfire Awareness(link is external)</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > li: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=\"/mobile-office-hours\"> \n\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > li: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=\"/mobile-office-hours\">Mobile Office Hours</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > li: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=\"https://covid19.ca.gov/\"> \n\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > li: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://covid19.ca.gov/\">Coronavirus Information</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > li: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=\"https://www.facebook.com/rosilicieochoabogh\" class=\"ext\" data-extlink=\"\">facebookFacebook(link is external)</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://twitter.com/rosilicie\" class=\"ext\" data-extlink=\"\">twitterTwitter(link is external)</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.instagram.com/rosilicieochoabogh/\" class=\"ext\" data-extlink=\"\">instagramInstagram(link is external)</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div: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 rel=\"noopener\" href=\"https://cssrc.us/content/privacy-and-conditions-use\">Privacy Policy</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"noopener\" href=\"https://www.senate.ca.gov/accessibility\">Accessibility</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"noopener\" href=\"https://cssrc.us/\">CA Senate Republican Caucus</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/\" title=\"Senator Rosilicie Ochoa Bogh\" data-drupal-link-system-path=\"<front>\" class=\"is-active\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/biography\" data-drupal-link-system-path=\"node/586\">About Rosilicie</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"http://leginfo.legislature.ca.gov/faces/billSearchClient.xhtml\" title=\"Search Legislation\">Bill Search</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/news\" data-drupal-link-system-path=\"news\">Newsroom</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/my-offices\" data-drupal-link-system-path=\"node/587\">Contact Me</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R41": { "name": "Error message describes invalid form field value", "code": "QW-ACT-R41", "mapping": "36b590", "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "metadata": { "target": { "element": [ "input", "select", "textarea", "*[role]" ] }, "success-criteria": [ { "name": "3.3.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/TR/WCAG21/#error-identification", "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification" } ], "related": [], "url": "https://act-rules.github.io/rules/36b590", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error." }, "results": [ { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input title=\"Enter the terms you wish to search for.\" placeholder=\"Search...\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys--3\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(2)" } ], "attributes": [] } ] }, "QW-ACT-R35": { "name": "Heading has accessible name", "code": "QW-ACT-R35", "mapping": "ffd0e9", "description": "This rule applies to any HTML element with the semantic role of heading that is included in the accessibility tree.", "metadata": { "target": { "element": [ "h1-h6", "*[role='heading']" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html", "url_tr": "https://www.w3.org/TR/WCAG21/#info-and-relationships" } ], "related": [ "H42" ], "url": "https://act-rules.github.io/rules/ffd0e9", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 15, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target accessible name doesn't exist or it's empty ('')." }, "results": [ { "verdict": "failed", "description": "The test target accessible name doesn't exist or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 style=\"text-align:center;\"><a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img src=\"https://ochoa-bogh.cssrc.us/sites/default/files/2023%20Storm%20Disaster%20Relief%20Web%20Banner.png\" alt=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1) > img:nth-child(1)\"></a></h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)", "accessibleName": "" } ], "attributes": [] } ] }, "QW-ACT-R75": { "name": "Bypass Blocks of Repeated Content", "code": "QW-ACT-R75", "mapping": "cf77f2", "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "metadata": { "target": { "element": "html" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html", "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks" } ], "related": [ "G1", "G123", "G124", "H69", "SCR28" ], "url": "https://act-rules.github.io/rules/cf77f2", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\"js fa-events-icons-ready\" data-whatinput=\"keyboard\" data-whatintent=\"keyboard\"><head></head><body>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments)};gtag(\"js\", new Date());gtag(\"set\", \"developer_id.dMDhkMT\", true);gtag(\"config\", \"UA-8939785-6\", {\"groups\":\"defa …", "pointer": "html" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 8, "warning": 3, "failed": 4, "inapplicable": 19 }, "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=\"layout-no-sidebars wide form-style-1 hff-05 pff-05 sff-05 slff-05 fixed-header-enabled transparent-header-active path-frontpage page-node-type-page\">\n \n Skip to main content\n \n \n \n \n\n\n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Senator Rosilicie Ochoa Bogh\n \n Representing the 23rd Senate District\n \n\n\n \n\n \n \n \n …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T23": { "name": "Adding a link at the top of each page that goes directly to the main content area", "code": "QW-WCAG-T23", "mapping": "G1", "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "metadata": { "target": { "element": "body" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G123", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The first focusable control is a visible link to 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=\"visually-hidden focusable skip-link\">\n Skip to main content\n </a>", "pointer": "html > body:nth-child(2) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T20": { "name": "Supplementing link text with the title attribute", "code": "QW-WCAG-T20", "mapping": "H33", "description": "Supplementing link text with the title attribute", "metadata": { "target": { "element": "a" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only" } ], "related": [ "C7", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H33", "passed": 0, "warning": 9, "failed": 3, "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 href=\"/\" title=\"Home\" rel=\"home\">Senator Rosilicie Ochoa Bogh</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/\" title=\"Senator Rosilicie Ochoa Bogh\" class=\"is-active sf-depth-1\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"http://leginfo.legislature.ca.gov/faces/billSearchClient.xhtml\" title=\"Search Legislation\" class=\"sf-depth-1 sf-external\">Bill Search</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"ext\" title=\"Like on Facebook\" href=\"https://www.facebook.com/rosilicieochoabogh\" data-extlink=\"\">\n \n \n \n \n Like on Facebook\n \n(link is external)</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"ext\" title=\"Follow on Twitter\" href=\"https://twitter.com/rosilicie\" data-extlink=\"\">\n \n \n \n \n Follow on Twitter\n \n(link is external)</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"ext\" title=\"Follow on Instagram\" href=\"https://www.instagram.com/rosilicieochoabogh/\" data-extlink=\"\">\n \n \n \n \n Follow on Instagram\n \n(link is external)</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h2: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 class=\"\" title=\"Live Senate Webcast\" href=\"https://www.senate.ca.gov/media\">\n \n \n \n \n Live Senate Webcast\n \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > h2: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 class=\"\" title=\"Join the Mailing List\" href=\"/subscribe\">\n \n \n \n \n Join the Mailing List\n \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > h2: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 class=\"\" title=\"Contact the Senator\" href=\"/e-mail-senator\">\n \n \n \n \n Contact the Senator\n \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/news\" title=\"See More News\">More News</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/\" title=\"Senator Rosilicie Ochoa Bogh\" data-drupal-link-system-path=\"<front>\" class=\"is-active\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"http://leginfo.legislature.ca.gov/faces/billSearchClient.xhtml\" title=\"Search Legislation\">Bill Search</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T21": { "name": "Failure of Success Criteria 2.4.4, 2.4.9 and 4.1.2 due to not providing an accessible name for an image which is the only content in a link", "code": "QW-WCAG-T21", "mapping": "F89", "description": "This technique checks the text alternative of images which are the only content of a link", "metadata": { "target": { "parent": "a", "element": "img" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-link.html" }, { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value" } ], "related": [ "H2", "H30", "ARIA7", "ARIA8" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F89", "passed": 8, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The image doesn't have an accessible name." }, "results": [ { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > 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": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list." }, "results": [ { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul id=\"superfish-main\" class=\"menu sf-menu sf-main sf-horizontal sf-style-none sf-js-enabled\">\n \n<li id=\"main-menu-link-content09ae82bd-1dbe-4e1c-ac5d-1bde2031c725\" class=\"active-trail sf-depth-1 sf-no-children\"><a href=\"/\" title=\"Senator Rosilicie Ochoa Bogh\" class=\"is-active sf-depth-1\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">Home</a></li><li id=\"main-menu …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"sf-hidden\" style=\"float: none; width: 15em;\"><li id=\"main-menu-link-contentd3c77e47-451c-4762-bb88-284fb6ba8198\" class=\"sf-depth-2 sf-no-children\" style=\"\"><a href=\"/legislation\" class=\"sf-depth-2\" style=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">My Legislation</a></li><li id=\"main-menu-link-content4093bdfd-eea8-4 …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"sf-hidden\" style=\"float: none; width: 15em;\"><li id=\"main-menu-link-content8ef0f200-b52a-4bae-885f-17caa07893c4\" class=\"sf-depth-2 sf-no-children\" style=\"\"><a href=\"/news/articles\" class=\"sf-depth-2\" style=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Releases/Editorials</a></li></ul>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"sf-hidden\" style=\"float: none; width: 15em;\"><li id=\"main-menu-link-content50e7085f-78b4-43c2-8e36-66c555ab1cc5\" class=\"sf-depth-2 sf-no-children\" style=\"\"><a href=\"/my-offices\" class=\"sf-depth-2\" style=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">My Offices</a></li><li id=\"main-menu-link-content273ccbc6-b17a-493c-b …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"tp-revslider-mainul\" style=\"visibility: visible; display: block; overflow: hidden; width: 1280px; height: 100%; max-height: none; left: 0px;\">\n\n <li data-transition=\"random-static\" data-slotamount=\"default\" data-title=\"Senator Rosilicie Ochoa Bogh\" data-masterspeed=\"default\" class=\"tp-revslider-slidesli processing-revslide\" style=\"perspective: 6000px; width: 100%; height: 100%; overflow: hidden; z-index: 20; visibility: inherit; opacity: 1; background-color: rgba(255, 255, 255, 0);\"> <div class=\"slotholder\" style=\"position: absolute; top: 0px; left: 0px; z-index: 0; width: 100%; height: 100%; visibility: inherit; opacity: 1; transform: matrix(1, 0, 0, 1, 0, 0);\" _selecto …", "pointer": "html > body:nth-child(2) > div: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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"owl-carousel companies owl-theme\" style=\"opacity: 1; display: block;\">\n\n <div class=\"owl-wrapper-outer\"><div class=\"owl-wrapper\" style=\"width: 1872px; left: 0px; display: block;\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1)\" _cssrules=\"true\"><div class=\"owl-item\" style=\"width: 234px;\" _selector=\"html > body:nth-child(2) > div:n …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"icons-list-with-text\" style=\"list-style: none;margin: 0;padding: 0;line-height: 1;\">\n<li style=\"margin: 0px 0px 10px;display: block;\"><a href=\"https://www.facebook.com/rosilicieochoabogh\" class=\"ext\" data-extlink=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><i class=\"fa fa-facebook\" style=\"font-size: 1.3em;margin-right: 5px;width: 30px;text-align: left;color: rgb(46, 114, 188);\" _selector=\"html > body:nth-child(2) > div:nth-c …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"menu\"><li><a rel=\"noopener\" href=\"https://cssrc.us/content/privacy-and-conditions-use\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">Privacy Policy</a></li><li><a rel=\"noopener\" href=\"https://www.senate.ca.gov/accessibility\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > di …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"clearfix menu\">\n <li class=\"menu-item\">\n <a href=\"/\" title=\"Senator Rosilicie Ochoa Bogh\" data-drupal-link-system-path=\"<front>\" class=\"is-active\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Home</a>\n </li>\n <li class=\"menu-item menu-item--collapsed\">\n <a href=\"/biography\" data-drupal-link-system-path=\"node/586\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > di …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T8": { "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives", "code": "QW-WCAG-T8", "mapping": "F30", "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "metadata": { "target": { "attributes": "alt" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content" }, { "name": "1.2.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded" } ], "related": [], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30", "passed": 0, "warning": 8, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Text alternative needs manual verification." }, "results": [ { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/Financial%20Literacy.png?itok=soWZbBxm\" width=\"205\" height=\"146\" alt=\"Federal Student Aid Financial Literacy Guide\" title=\"Federal Student Aid Financial Literacy Guide\" typeof=\"Image\" class=\"image-style-mt-company-logo\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > li: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 loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/fentanyl%20crisis%20button.png?itok=eNTh6htv\" width=\"205\" height=\"146\" alt=\"Fighting the Fentanyl Crisis\" typeof=\"Image\" class=\"image-style-mt-company-logo\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > li: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 loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/210225_real-id-logo.png?itok=_GV4GyaI\" width=\"205\" height=\"146\" alt=\"REAL ID\" typeof=\"Image\" class=\"image-style-mt-company-logo\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > li: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 loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/210225_EDD_Graphic2.png?itok=A2F1oSOb\" width=\"200\" height=\"133\" alt=\"Employment Development Department\" typeof=\"Image\" class=\"image-style-mt-company-logo\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > li: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 loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/DMV%20Logo%20resized.png?itok=lU--bGMM\" width=\"200\" height=\"133\" alt=\"DMV Online Services\" typeof=\"Image\" class=\"image-style-mt-company-logo\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > li: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 loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/WildfireAwareness.png?itok=sG4EyLw3\" width=\"205\" height=\"135\" alt=\"Wildfire Awareness\" title=\"Wildfire Awareness\" typeof=\"Image\" class=\"image-style-mt-company-logo\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > li: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 loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/rs_MOH.jpg?itok=15SNOyim\" width=\"200\" height=\"122\" alt=\"Mobile Office Hours\" typeof=\"Image\" class=\"image-style-mt-company-logo\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > li: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 loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/rs_MedicalInfo.jpeg?itok=lVA6cMIq\" width=\"200\" height=\"133\" alt=\"Coronavirus Information\" typeof=\"Image\" class=\"image-style-mt-company-logo\">", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a: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": 2, "inapplicable": 0, "outcome": "failed", "description": "The test target has a author defined color css property but not a background css property." }, "results": [ { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"sr-only\">facebook</span>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > i:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"sr-only\">twitter</span>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > i:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 9, "warning": 2, "failed": 6, "inapplicable": 7 }, "assertions": { "QW-BP8": { "name": "Headings with images should have an accessible name", "code": "QW-BP8", "description": "Headings with at least one image should have an accessible name", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6", "[role='heading']" ], "children": "img" }, "related": [ "G130" ], "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "This heading with at least one image does not have an accessible name." }, "results": [ { "verdict": "failed", "description": "This heading with at least one image does not have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 style=\"text-align:center;\"><a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img src=\"https://ochoa-bogh.cssrc.us/sites/default/files/2023%20Storm%20Disaster%20Relief%20Web%20Banner.png\" alt=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1) > img:nth-child(1)\"></a></h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP10": { "name": "HTML elements are used to control visual presentation of content", "code": "QW-BP10", "description": "No HTML elements are used to control the visual presentation of content", "metadata": { "target": { "element": [ "b", "blink", "blockquote", "basefont", "center", "cite", "em", "font", "i", "link", "mark", "strong", "s", "strike", "u", "vlink" ] }, "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The webpage uses the element center to control the visual content presentation." }, "results": [ { "verdict": "failed", "description": "The webpage uses the element center to control the visual content presentation.", "resultCode": "F1", "elements": [ { "htmlCode": "<center></center>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > b:nth-child(2) > center:nth-child(1)" } ], "attributes": [ "center" ] } ] }, "QW-BP1": { "name": "Using h1-h6 to identify headings", "code": "QW-BP1", "mapping": "H42", "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html" } ], "related": [ "H69", "G141", "F2", "F43" ], "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html", "passed": 0, "warning": 16, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that heading markup is used when content is a heading." }, "results": [ { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 style=\"text-align:center;\"></h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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": "<h2 class=\"field-content\">\n \n \n \n \n Like on Facebook\n \n(link is external)</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"field-content\">\n \n \n \n \n Follow on Twitter\n \n(link is external)</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div: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": "<h2 class=\"field-content\">\n \n \n \n \n Follow on Instagram\n \n(link is external)</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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": "<h2 class=\"field-content\">\n \n \n \n \n Live Senate Webcast\n \n</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"field-content\">\n \n \n \n \n Join the Mailing List\n \n</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"field-content\">\n \n \n \n \n Contact the Senator\n \n</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"title\">Latest News</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2>Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year\n</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > a:nth-child(1) > 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": "<h2>Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA\n</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > article:nth-child(1) > a:nth-child(1) > 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": "<h2>Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following their CA Distinguished School Award\n</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > a:nth-child(1) > 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": "<h2 class=\"title\">More Resources</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"title\">Capitol Office</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"title\">Redlands Office</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"title\">Follow Me</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"visually-hidden\" id=\"block-mainnavigation-4-menu\">Main navigation</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav: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=\"layout-no-sidebars wide form-style-1 hff-05 pff-05 sff-05 slff-05 fixed-header-enabled transparent-header-active path-frontpage page-node-type-page\">\n \n Skip to main content\n \n \n \n \n\n\n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Senator Rosilicie Ochoa Bogh\n \n Representing the 23rd Senate District\n \n\n\n \n\n \n \n \n …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "QW-BP17": { "name": "Adding a link at the beginning of a block of repeated content to go to the end of the block", "code": "QW-BP17", "mapping": "G123", "description": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "metadata": { "target": { "element": "a", "attributes": "href" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G1", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G123", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "This link skips a content block." }, "results": [ { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n Skip to main content\n </a>", "pointer": "html > body:nth-child(2) > a:nth-child(1)" }, { "htmlCode": "<div id=\"main-content\" class=\"clearfix main-content white-region\">\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n\n \n \n \n \n \n \n\n\n \n \n\n \n Latest News\n \n \n \n \n \n \n \n \n\n\n\n\n\n \n \n Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year\n\n \n June 7, 2023\n\n \n \n \n \n \n \n\n\n\n\n\n \n \n Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA\n\n \n June 1, 2023\n\n \n \n \n …", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3)" } ], "attributes": [] } ] }, "QW-BP19": { "name": "Landmark banner is top level", "code": "QW-BP19", "description": "Ensures the banner landmark is at top level", "metadata": { "target": { "element": "header:not([role]), [role=banner]" }, "passed": 1, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The banner landmark is not at top level." }, "results": [ { "verdict": "failed", "description": "The banner landmark is not at top level.", "resultCode": "F1", "elements": [ { "htmlCode": "<header>\n \n \n\n </header>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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) > article:nth-child(1) > media:nth-child(1) > header:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP23": { "name": "Listitems are used semantically", "code": "QW-BP23", "description": "Ensures <li> elements are used semantically", "metadata": { "target": { "element": "li" }, "passed": 28, "warning": 0, "failed": 8, "inapplicable": 0, "outcome": "failed", "description": "Listitem is not used semantically not used semantically" }, "results": [ { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"text-center owl-item-inside\"> \n\n\nFederal Student Aid Financial Literacy Guide(link is external)</li>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"text-center owl-item-inside\"> \n\n\nFighting the Fentanyl Crisis</li>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"text-center owl-item-inside\"> \n\n\nREAL ID</li>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"text-center owl-item-inside\"> \n\n\nEmployment Development Department</li>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"text-center owl-item-inside\"> \n\n\nOnline Services</li>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"text-center owl-item-inside\"> \n\n\nWildfire Awareness(link is external)</li>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"text-center owl-item-inside\"> \n\n\nMobile Office Hours</li>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"text-center owl-item-inside\"> \n\n\nCoronavirus Information</li>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > li:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP24": { "name": "Lists are used correctly", "code": "QW-BP24", "description": "Ensures that lists are structured correctly. <ul> and <ol> must only directly contain <li>, <script> or <template> elements", "metadata": { "target": { "element": "ul, ol,menu" }, "passed": 8, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "List is not used correctly" }, "results": [ { "verdict": "failed", "description": "List is not used correctly", "resultCode": "F1", "elements": [ { "htmlCode": "<ul class=\"owl-carousel companies owl-theme\" style=\"opacity: 1; display: block;\">\n\n \n\n\nFederal Student Aid Financial Literacy Guide(link is external) \n\n\nFighting the Fentanyl Crisis \n\n\nREAL ID \n\n\nEmployment Development Department \n\n\nOnline Services \n\n\nWildfire Awareness(link is external) \n\n\nMobile Office Hours \n\n\nCoronavirus Information\n \n \n \n \n \n \n \n \n prevnext</ul>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 69, "document": 1, "banner": 2, "search": 1, "form": 1, "searchbox": 1, "button": 1, "navigation": 2, "list": 9, "listitem": 28, "heading": 16, "presentation": 1, "img": 16, "region": 1, "article": 5 }, "tags": { "html": 1, "head": 1, "meta": 5, "script": 18, "link": 13, "title": 9, "body": 1, "a": 56, "div": 233, "header": 2, "form": 1, "label": 1, "input": 2, "nav": 2, "ul": 9, "li": 36, "span": 9, "h2": 16, "img": 9, "b": 1, "center": 1, "i": 10, "svg": 8, "metadata": 8, "sfw": 8, "slicesourcebounds": 8, "optimizationsettings": 8, "targetsettings": 8, "png24format": 8, "path": 16, "section": 1, "article": 4, "media": 1, "time": 3, "footer": 1, "p": 2, "br": 6 } } } }, "success": true }, "standardResult": { "totals": [ 45, 77, 7, 2 ], "instances": [ { "ruleID": "QW-ACT-R63", "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... s: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\"js fa-events-icons-ready\" data-whatinput=\"keyboard\" data-whatintent=\"keyboard\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R64", "what": "This rule checks that the non-repeated content contains a heading", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... s: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\"js fa-events-icons-ready\" data-whatinput=\"keyboard\" data-whatintent=\"keyboard\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R73", "what": "This rule checks that repeated blocks of content are collapsible.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... s: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\"js fa-events-icons-ready\" data-whatinput=\"keyboard\" data-whatintent=\"keyboard\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R74", "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... s: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\"js fa-events-icons-ready\" data-whatinput=\"keyboard\" data-whatintent=\"keyboard\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-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) > a:nth-child(1)" }, "excerpt": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"> Skip to main content </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\">Senator Rosilicie Ochoa Bogh</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "edit-keys--3", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input title=\"Enter the terms you wish to search for.\" placeholder=\"Search...\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys--3\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "edit-submit--3", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > input:nth-child(1)" }, "excerpt": "<input class=\"search-form__submit button js-form-submit form-submit\" data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit--3\" value=\"Search\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" title=\"Senator Rosilicie Ochoa Bogh\" class=\"is-active sf-depth-1\">Home</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/biography\" class=\"sf-depth-1 menuparent\">About Rosilicie</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/legislation\" class=\"sf-depth-2\" style=\"\">My Legislation</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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\" class=\"sf-depth-2\" style=\"\">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) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/biography\" class=\"sf-depth-2\" style=\"\">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) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"http://leginfo.legislature.ca.gov/faces/billSearchClient.xhtml\" title=\"Search Legislation\" class=\"sf-depth-1 sf-external\">Bill Search</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/news\" class=\"sf-depth-1 menuparent\">Newsroom</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/news/articles\" class=\"sf-depth-2\" style=\"\">Releases/Editorials</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/my-offices\" class=\"sf-depth-1 menuparent\">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) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/my-offices\" class=\"sf-depth-2\" style=\"\">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) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/23rd-senate-district\" class=\"sf-depth-2\" style=\"\">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) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/mobile-office-hours\" class=\"sf-depth-2\" style=\"\">Mobile Office Hours</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/constituent-services\" class=\"sf-depth-2\" style=\"\">Constituent Services</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/e-mail-senator\" class=\"sf-depth-2\" style=\"\">E-mail the Senator</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"https://www.ca.gov/agenciesall/\" class=\"sf-depth-2 sf-external\" style=\"\">State Agencies</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"/subscribe\" class=\"sf-depth-2\" style=\"\">Subscribe</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-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) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"ext\" title=\"Like on Facebook\" href=\"https://www.facebook.com/rosilicieochoabogh\" data-extlink=\"\"> Like on Facebook (link is external)</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"ext\" title=\"Follow on Twitter\" href=\"https://twitter.com/rosilicie\" data-extlink=\"\"> Follow on Twitter (link is external)</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"ext\" title=\"Follow on Instagram\" href=\"https://www.instagram.com/rosilicieochoabogh/\" data-extlink=\"\"> Follow on Instagram (link is external)</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"\" title=\"Live Senate Webcast\" href=\"https://www.senate.ca.gov/media\"> Live Senate Webcast </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"\" title=\"Join the Mailing List\" href=\"/subscribe\"> Join the Mailing List </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"\" title=\"Contact the Senator\" href=\"/e-mail-senator\"> Contact the Senator </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"overlayed image-popup\" href=\"/content/senator-rosilicie-ochoa-bogh-honors-option-house-nonprofit-year\"> Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year June 7, 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > article:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"overlayed image-popup\" href=\"/content/senator-ochoa-bogh-awarded-2023-legislator-year-selpa\"> Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA June 1, 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"overlayed image-popup\" href=\"/content/senator-ochoa-bogh-honors-inland-leaders-charter-school-special-recognition-following-their\"> Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following their CA Distinguished School Award May 16, 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news\" title=\"See More News\">More 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) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://financialaidtoolkit.ed.gov/resources/fin-lit-guidance.pdf\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://financialaidtoolkit.ed.gov/resources/fin-lit-guidance.pdf\" class=\"ext\" data-extlink=\"\">Federal Student Aid Financial Literacy Guide(link is external)</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sr23.senate.ca.gov/issue/fighting-fentanyl-crisis\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sr23.senate.ca.gov/issue/fighting-fentanyl-crisis\">Fighting the Fentanyl Crisis</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-cards/real-id/what-is-real-id/\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > li:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-cards/real-id/what-is-real-id/\">REAL ID</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://edd.ca.gov/\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > li:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://edd.ca.gov/\">Employment Development Department</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.dmv.ca.gov/portal/dmv-online/\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > li:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.dmv.ca.gov/portal/dmv-online/\">Online Services</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.readyforwildfire.org/\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > li:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.readyforwildfire.org/\" class=\"ext\" data-extlink=\"\">Wildfire Awareness(link is external)</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/mobile-office-hours\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > li:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/mobile-office-hours\">Mobile Office Hours</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://covid19.ca.gov/\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > li:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://covid19.ca.gov/\">Coronavirus Information</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/rosilicieochoabogh\" class=\"ext\" data-extlink=\"\">facebookFacebook(link is external)</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://twitter.com/rosilicie\" class=\"ext\" data-extlink=\"\">twitterTwitter(link is external)</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.instagram.com/rosilicieochoabogh/\" class=\"ext\" data-extlink=\"\">instagramInstagram(link is external)</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" href=\"https://cssrc.us/content/privacy-and-conditions-use\">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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" href=\"https://www.senate.ca.gov/accessibility\">Accessibility</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" href=\"https://cssrc.us/\">CA Senate Republican Caucus</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" title=\"Senator Rosilicie Ochoa Bogh\" data-drupal-link-system-path=\"<front>\" class=\"is-active\">Home</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/biography\" data-drupal-link-system-path=\"node/586\">About Rosilicie</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"http://leginfo.legislature.ca.gov/faces/billSearchClient.xhtml\" title=\"Search Legislation\">Bill Search</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/news\" data-drupal-link-system-path=\"news\">Newsroom</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/my-offices\" data-drupal-link-system-path=\"node/587\">Contact Me</a>" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "edit-keys--3", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input title=\"Enter the terms you wish to search for.\" placeholder=\"Search...\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys--3\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search\">" }, { "ruleID": "QW-ACT-R35", "what": "This rule applies to any HTML element with the semantic role of heading that is included in the accessibility tree.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 style=\"text-align:center;\"><a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img src=\"https://ochoa-bogh.cssrc.us/sites/default/files/2023%20Storm%20Disaster%20Reli ... 1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1) > img:nth-child(1)\"></a></h2>" }, { "ruleID": "QW-ACT-R75", "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... y>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments)};gtag(\"js\", new Date());gtag(\"set\", \"developer_id.dMDhkMT\", true);gtag(\"config\", \"UA-8939785-6\", {\"groups\":\"defa …" }, { "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=\"layout-no-sidebars wide form-style-1 hff-05 pff-05 sff-05 slff-05 fixed-header-enabled transparent-header-active path-frontpage page-node-type-page\"> Skip to main content Senator Rosilicie Ochoa Bogh Representing the 23rd Senate District …" }, { "ruleID": "QW-WCAG-T23", "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"> Skip to main content </a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\">Senator Rosilicie Ochoa Bogh</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" title=\"Senator Rosilicie Ochoa Bogh\" class=\"is-active sf-depth-1\">Home</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"http://leginfo.legislature.ca.gov/faces/billSearchClient.xhtml\" title=\"Search Legislation\" class=\"sf-depth-1 sf-external\">Bill Search</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"ext\" title=\"Like on Facebook\" href=\"https://www.facebook.com/rosilicieochoabogh\" data-extlink=\"\"> Like on Facebook (link is external)</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"ext\" title=\"Follow on Twitter\" href=\"https://twitter.com/rosilicie\" data-extlink=\"\"> Follow on Twitter (link is external)</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"ext\" title=\"Follow on Instagram\" href=\"https://www.instagram.com/rosilicieochoabogh/\" data-extlink=\"\"> Follow on Instagram (link is external)</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"\" title=\"Live Senate Webcast\" href=\"https://www.senate.ca.gov/media\"> Live Senate Webcast </a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"\" title=\"Join the Mailing List\" href=\"/subscribe\"> Join the Mailing List </a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"\" title=\"Contact the Senator\" href=\"/e-mail-senator\"> Contact the Senator </a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news\" title=\"See More News\">More News</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" title=\"Senator Rosilicie Ochoa Bogh\" data-drupal-link-system-path=\"<front>\" class=\"is-active\">Home</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"http://leginfo.legislature.ca.gov/faces/billSearchClient.xhtml\" title=\"Search Legislation\">Bill Search</a>" }, { "ruleID": "QW-WCAG-T21", "what": "This technique checks the text alternative of images which are the only content of a link", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"></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": "superfish-main", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul id=\"superfish-main\" class=\"menu sf-menu sf-main sf-horizontal sf-style-none sf-js-enabled\"> <li id=\"main-menu-link-content09ae82bd-1dbe-4e1c-ac5d-1bde2031c725\" class=\"active-trail sf-depth-1 sf-no ... > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">Home</a></li><li id=\"main-menu …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2)" }, "excerpt": "<ul class=\"sf-hidden\" style=\"float: none; width: 15em;\"><li id=\"main-menu-link-contentd3c77e47-451c-4762-bb88-284fb6ba8198\" class=\"sf-depth-2 sf-no-children\" style=\"\"><a href=\"/legislation\" class=\"sf- ... ) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">My Legislation</a></li><li id=\"main-menu-link-content4093bdfd-eea8-4 …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2)" }, "excerpt": "<ul class=\"sf-hidden\" style=\"float: none; width: 15em;\"><li id=\"main-menu-link-content8ef0f200-b52a-4bae-885f-17caa07893c4\" class=\"sf-depth-2 sf-no-children\" style=\"\"><a href=\"/news/articles\" class=\"s ... > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Releases/Editorials</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) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2)" }, "excerpt": "<ul class=\"sf-hidden\" style=\"float: none; width: 15em;\"><li id=\"main-menu-link-content50e7085f-78b4-43c2-8e36-66c555ab1cc5\" class=\"sf-depth-2 sf-no-children\" style=\"\"><a href=\"/my-offices\" class=\"sf-d ... > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">My Offices</a></li><li id=\"main-menu-link-content273ccbc6-b17a-493c-b …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"tp-revslider-mainul\" style=\"visibility: visible; display: block; overflow: hidden; width: 1280px; height: 100%; max-height: none; left: 0px;\"> <li data-transition=\"random-static\" data-slota ... , 0);\"> <div class=\"slotholder\" style=\"position: absolute; top: 0px; left: 0px; z-index: 0; width: 100%; height: 100%; visibility: inherit; opacity: 1; transform: matrix(1, 0, 0, 1, 0, 0);\" _selecto …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"owl-carousel companies owl-theme\" style=\"opacity: 1; display: block;\"> <div class=\"owl-wrapper-outer\"><div class=\"owl-wrapper\" style=\"width: 1872px; left: 0px; display: block;\" _selector=\"h ... div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1)\" _cssrules=\"true\"><div class=\"owl-item\" style=\"width: 234px;\" _selector=\"html > body:nth-child(2) > div:n …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"icons-list-with-text\" style=\"list-style: none;margin: 0;padding: 0;line-height: 1;\"> <li style=\"margin: 0px 0px 10px;display: block;\"><a href=\"https://www.facebook.com/rosilicieochoabogh\" c ... child(1) > a:nth-child(1)\"><i class=\"fa fa-facebook\" style=\"font-size: 1.3em;margin-right: 5px;width: 30px;text-align: left;color: rgb(46, 114, 188);\" _selector=\"html > body:nth-child(2) > div:nth-c …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"menu\"><li><a rel=\"noopener\" href=\"https://cssrc.us/content/privacy-and-conditions-use\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth ... lity\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > di …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul class=\"clearfix menu\"> <li class=\"menu-item\"> <a href=\"/\" title=\"Senator Rosilicie Ochoa Bogh\" data-drupal-link-system-path=\"<front>\" class=\"is-active\" _selector=\"html > body:nth-child(2) > div:nt ... Home</a> </li> <li class=\"menu-item menu-item--collapsed\"> <a href=\"/biography\" data-drupal-link-system-path=\"node/586\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > di …" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/Financial%20Literacy.png?itok=soWZbBxm\" width=\"205\" height=\"146\" alt=\"Federal Student Aid Financial Literacy Guide\" title=\"Federal Student Aid Financial Literacy Guide\" typeof=\"Image\" class=\"image-style-mt-company-logo\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/fentanyl%20crisis%20button.png?itok=eNTh6htv\" width=\"205\" height=\"146\" alt=\"Fighting the Fentanyl Crisis\" typeof=\"Image\" class=\"image-style-mt-company-logo\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/210225_real-id-logo.png?itok=_GV4GyaI\" width=\"205\" height=\"146\" alt=\"REAL ID\" typeof=\"Image\" class=\"image-style-mt-company-logo\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/210225_EDD_Graphic2.png?itok=A2F1oSOb\" width=\"200\" height=\"133\" alt=\"Employment Development Department\" typeof=\"Image\" class=\"image-style-mt-company-logo\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/DMV%20Logo%20resized.png?itok=lU--bGMM\" width=\"200\" height=\"133\" alt=\"DMV Online Services\" typeof=\"Image\" class=\"image-style-mt-company-logo\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/WildfireAwareness.png?itok=sG4EyLw3\" width=\"205\" height=\"135\" alt=\"Wildfire Awareness\" title=\"Wildfire Awareness\" typeof=\"Image\" class=\"image-style-mt-company-logo\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/rs_MOH.jpg?itok=15SNOyim\" width=\"200\" height=\"122\" alt=\"Mobile Office Hours\" typeof=\"Image\" class=\"image-style-mt-company-logo\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_company_logo/public/rs_MedicalInfo.jpeg?itok=lVA6cMIq\" width=\"200\" height=\"133\" alt=\"Coronavirus Information\" typeof=\"Image\" class=\"image-style-mt-company-logo\">" }, { "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) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > i:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"sr-only\">facebook</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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > i:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"sr-only\">twitter</span>" }, { "ruleID": "QW-BP8", "what": "Headings with at least one image should have an accessible name", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 style=\"text-align:center;\"><a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img src=\"https://ochoa-bogh.cssrc.us/sites/default/files/2023%20Storm%20Disaster%20Reli ... 1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > a:nth-child(1) > img:nth-child(1)\"></a></h2>" }, { "ruleID": "QW-BP10", "what": "No HTML elements are used to control the visual presentation of content", "ordinalSeverity": 1, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > b:nth-child(2) > center:nth-child(1)" }, "excerpt": "<center></center>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 style=\"text-align:center;\"></h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"field-content\"> Like on Facebook (link is external)</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div: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 class=\"field-content\"> Follow on Twitter (link is external)</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"field-content\"> Follow on Instagram (link is external)</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"field-content\"> Live Senate Webcast </h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"field-content\"> Join the Mailing List </h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"field-content\"> Contact the Senator </h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"title\">Latest News</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2>Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year </h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > article:nth-child(1) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2>Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA </h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2>Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following their CA Distinguished School Award </h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"title\">More Resources</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"title\">Capitol Office</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"title\">Redlands Office</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"title\">Follow Me</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": "block-mainnavigation-4-menu", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"visually-hidden\" id=\"block-mainnavigation-4-menu\">Main navigation</h2>" }, { "ruleID": "QW-BP20", "what": "Ensures the document has at most one banner landmark", "ordinalSeverity": 1, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"layout-no-sidebars wide form-style-1 hff-05 pff-05 sff-05 slff-05 fixed-header-enabled transparent-header-active path-frontpage page-node-type-page\"> Skip to main content Senator Rosilicie Ochoa Bogh Representing the 23rd Senate District …" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"> Skip to main content </a>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "DIV", "id": "main-content", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3)" }, "excerpt": "<div id=\"main-content\" class=\"clearfix main-content white-region\"> Latest News Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year June 7, 2023 Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA June 1, 2023 …" }, { "ruleID": "QW-BP19", "what": "Ensures the banner landmark is at top level", "ordinalSeverity": 1, "tagName": "HEADER", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(3) > 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) > article:nth-child(1) > media:nth-child(1) > header:nth-child(1)" }, "excerpt": "<header> </header>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > li:nth-child(1)" }, "excerpt": "<li class=\"text-center owl-item-inside\"> Federal Student Aid Financial Literacy Guide(link is external)</li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li class=\"text-center owl-item-inside\"> Fighting the Fentanyl Crisis</li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > li:nth-child(1)" }, "excerpt": "<li class=\"text-center owl-item-inside\"> REAL ID</li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > li:nth-child(1)" }, "excerpt": "<li class=\"text-center owl-item-inside\"> Employment Development Department</li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > li:nth-child(1)" }, "excerpt": "<li class=\"text-center owl-item-inside\"> Online Services</li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > li:nth-child(1)" }, "excerpt": "<li class=\"text-center owl-item-inside\"> Wildfire Awareness(link is external)</li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > li:nth-child(1)" }, "excerpt": "<li class=\"text-center owl-item-inside\"> Mobile Office Hours</li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > li:nth-child(1)" }, "excerpt": "<li class=\"text-center owl-item-inside\"> Coronavirus Information</li>" }, { "ruleID": "QW-BP24", "what": "Ensures that lists are structured correctly. <ul> and <ol> must only directly contain <li>, <script> or <template> elements", "ordinalSeverity": 1, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"owl-carousel companies owl-theme\" style=\"opacity: 1; display: block;\"> Federal Student Aid Financial Literacy Guide(link is external) Fighting the Fentanyl Crisis REAL ID Employment Development Department Online Services Wildfire Awareness(link is external) Mobile Office Hours Coronavirus Information prevnext</ul>" } ] }, "endTime": 1687641957230 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687641957231, "url": "https://sr23.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.081", "responseTime": "2023-06-24T21:25:57.897Z", "data": { "apiErrors": [], "documentSize": 1019485, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 174, "failing": 6 }, "issues": { "totalErrors": 8, "totalWarnings": 1, "totalIssues": 9 }, "issuesByLevel": { "A": { "count": 6, "pct": 66.67 }, "AA": { "count": 1, "pct": 11.11 }, "AAA": { "count": 9, "pct": 100 } }, "density": { "errorDensity": 1, "warningDensity": 0, "allDensity": 1 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "fdf07cb6-d127-4181-ad5f-1175a37c169a", "docID": "c1430aec-2e2b-43a2-d38a-d206e8a669b9", "sourceHash": "b5f743e54e03c3427b972058104b0832", "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=fdf07cb6-d127-4181-ad5f-1175a37c169a", "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": 6838.75 }, "height": 6838.75, "width": 1008 }, "position": { "line": 2083, "column": 60 }, "errorSnippet": "<body class=\"layout-no-sidebars wide form-style-1 hff-05 pff-05 sff-05 slff-05 fixed-header-enabled transparent-header-active path-frontpage page-node-type-page\"> <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"> Skip to ma", "xpath": "/html/body", "issueID": "546f9116fd65b561296633cbfc38e254", "signature": "46dffe6d78117c4ea19cf5ee80798205", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=546f9116fd65b561296633cbfc38e254" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 8, "y": 1462.90625 }, "bottom-right": { "x": 1928, "y": 1488.90625 }, "height": 26, "width": 1920 }, "position": { "line": 1088, "column": 0 }, "errorSnippet": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img src=\"https://ochoa-bogh.cssrc.us/sites/default/files/2023%20Storm%20Disaster%20Relief%20Web%20Banner.png\" alt=\"\"></a>", "xpath": "/html/body/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]", "issueID": "7e7b410d5e1e6d7966a7f4a93552a8e4", "signature": "71c9d64d9611a059a0f7077a3cc4b49b", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=7e7b410d5e1e6d7966a7f4a93552a8e4" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 8, "y": 3324.53125 }, "bottom-right": { "x": 8, "y": 3324.53125 }, "height": 0, "width": 0 }, "position": { "line": 3680, "column": 34 }, "errorSnippet": "<a class=\"\" title=\"Live Senate Webcast\" href=\"https://www.senate.ca.gov/media\"> <div class=\"icon\"> <i class=\"fa fa-video-camera fa-2x\"></i> </div> <div> Live Senate Webcast </div>\n</a>", "xpath": "/html/body/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h2[1]/a[1]", "issueID": "cc6057926b2e38179b91407ec4044032", "signature": "0fad6fbedd451e9737bef57cb2dc8641", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=cc6057926b2e38179b91407ec4044032" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 8, "y": 3419.4375 }, "bottom-right": { "x": 8, "y": 3419.4375 }, "height": 0, "width": 0 }, "position": { "line": 3681, "column": 0 }, "errorSnippet": "<a class=\"\" title=\"Join the Mailing List\" href=\"/subscribe\"> <div class=\"icon\"> <i class=\"fa fa-group fa-2x\"></i> </div> <div> Join the Mailing List </div>\n</a>", "xpath": "/html/body/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/h2[1]/a[1]", "issueID": "ff39ad0cfda1c2f442cee690efebbd99", "signature": "35ab01e9979ab94a3e7c650bbabe1e5a", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=ff39ad0cfda1c2f442cee690efebbd99" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 8, "y": 3514.34375 }, "bottom-right": { "x": 8, "y": 3514.34375 }, "height": 0, "width": 0 }, "position": { "line": 3681, "column": 0 }, "errorSnippet": "<a class=\"\" title=\"Contact the Senator\" href=\"/e-mail-senator\"> <div class=\"icon\"> <i class=\"fa fa-envelope fa-2x\"></i> </div> <div> Contact the Senator </div>\n</a>", "xpath": "/html/body/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/h2[1]/a[1]", "issueID": "ec8256e899cf3b63b450c320d5b9b5ef", "signature": "7ec1b71c002c337fb8312637d908e2dd", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=ec8256e899cf3b63b450c320d5b9b5ef" }, { "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": 6838.75 }, "height": 6838.75, "width": 1008 }, "position": { "line": 2083, "column": 60 }, "errorSnippet": "<body class=\"layout-no-sidebars wide form-style-1 hff-05 pff-05 sff-05 slff-05 fixed-header-enabled transparent-header-active path-frontpage page-node-type-page\"> <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"> Skip to ma", "xpath": "/html/body", "issueID": "688ed334d5516ebe84a336b5c6f6eeed", "signature": "9e481316f5f11e2f3fee6338e2534a50", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=688ed334d5516ebe84a336b5c6f6eeed" }, { "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": 8, "y": 4984.9375 }, "bottom-right": { "x": 1016, "y": 6585.9375 }, "height": 1601, "width": 1008 }, "position": { "line": 5906, "column": 0 }, "errorSnippet": "<ul class=\"icons-list-with-text\" style=\"list-style: none;margin: 0;padding: 0;line-height: 1;\">\n<li style=\"margin: 0px 0px 10px;display: block;\"><a href=\"https://www.facebook.com/rosilicieochoabogh\" class=\"ext\" data-extlink=\"\"><i cla", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]", "issueID": "8acfa101146140f0a43d610238fd8028", "signature": "627876a9174566dd538347abd17f9e85", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=8acfa101146140f0a43d610238fd8028" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 8, "y": 83 }, "bottom-right": { "x": 50.2344, "y": 98 }, "height": 15, "width": 42.2344 }, "position": { "line": 3812, "column": 34 }, "errorSnippet": "<input class=\"search-form__submit button js-form-submit form-submit\" data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit--3\" value=\"Search\">", "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/div[2]/input[1]", "issueID": "f1fe9ba1cde27aff933530cb56c58c81", "signature": "a7e76c9a870859e486700bd70cf798cd", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=f1fe9ba1cde27aff933530cb56c58c81" }, { "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": 6838.75 }, "height": 6838.75, "width": 1008 }, "position": { "line": 2083, "column": 60 }, "errorSnippet": "<body class=\"layout-no-sidebars wide form-style-1 hff-05 pff-05 sff-05 slff-05 fixed-header-enabled transparent-header-active path-frontpage page-node-type-page\"> <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"> Skip to ma", "xpath": "/html/body", "issueID": "6371298f1ce422a4eb777d68ee3379bd", "signature": "9d0b110b9429c30d166ab10c0692af99", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=6371298f1ce422a4eb777d68ee3379bd" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 1, 8 ], "instances": [ { "ruleID": "28", "what": "The layout or sizing of this page causes horizontal scrolling.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"layout-no-sidebars wide form-style-1 hff-05 pff-05 sff-05 slff-05 fixed-header-enabled transparent-header-active path-frontpage page-node-type-page\"> <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"> Skip to ma" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/a[1]" }, "excerpt": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img src=\"https://ochoa-bogh.cssrc.us/sites/default/files/2023%20Storm%20Disaster%20Relief%20Web%20Banner.png\" alt=\"\"></a>" }, { "ruleID": "79", "what": "This link has a `title` attribute that is the same as the text inside the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/h2[1]/a[1]" }, "excerpt": "<a class=\"\" title=\"Live Senate Webcast\" href=\"https://www.senate.ca.gov/media\"> <div class=\"icon\"> <i class=\"fa fa-video-camera fa-2x\"></i> </div> <div> Live Senate Webcast </div> </a>" }, { "ruleID": "79", "what": "This link has a `title` attribute that is the same as the text inside the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/h2[1]/a[1]" }, "excerpt": "<a class=\"\" title=\"Join the Mailing List\" href=\"/subscribe\"> <div class=\"icon\"> <i class=\"fa fa-group fa-2x\"></i> </div> <div> Join the Mailing List </div> </a>" }, { "ruleID": "79", "what": "This link has a `title` attribute that is the same as the text inside the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/h2[1]/a[1]" }, "excerpt": "<a class=\"\" title=\"Contact the Senator\" href=\"/e-mail-senator\"> <div class=\"icon\"> <i class=\"fa fa-envelope fa-2x\"></i> </div> <div> Contact the Senator </div> </a>" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"layout-no-sidebars wide form-style-1 hff-05 pff-05 sff-05 slff-05 fixed-header-enabled transparent-header-active path-frontpage page-node-type-page\"> <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"> Skip to ma" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]" }, "excerpt": "<ul class=\"icons-list-with-text\" style=\"list-style: none;margin: 0;padding: 0;line-height: 1;\"> <li style=\"margin: 0px 0px 10px;display: block;\"><a href=\"https://www.facebook.com/rosilicieochoabogh\" class=\"ext\" data-extlink=\"\"><i cla" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "edit-submit--3", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/div[2]/input[1]" }, "excerpt": "<input class=\"search-form__submit button js-form-submit form-submit\" data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit--3\" value=\"Search\">" }, { "ruleID": "155", "what": "These headings are not structured in a hierarchical manner.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"layout-no-sidebars wide form-style-1 hff-05 pff-05 sff-05 slff-05 fixed-header-enabled transparent-header-active path-frontpage page-node-type-page\"> <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"> Skip to ma" } ] }, "endTime": 1687641957869 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687641957869, "url": "https://sr23.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": 356 }, "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": 47, "tabFocused": 58, "discrepancy": 11 }, "totals": [ 0, 0, 11, 0 ], "standardInstances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 11, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 47, "types": { "missing": { "total": 2, "tagNames": { "INPUT": 2 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 45, "meanDelay": 103, "tagNames": { "A": 45 } } } }, "items": { "missing": [ { "tagName": "INPUT", "id": "edit-keys--3", "text": "<input title=\"Enter the terms you wish to search for.\" placeholder=\"Search...\" data-drupal-selector=" }, { "tagName": "INPUT", "id": "edit-submit--3", "text": "<input class=\"search-form__submit button js-form-submit form-submit\" data-drupal-selector=\"edit-subm" } ], "nonoutline": [], "outline": [ { "tagName": "A", "id": "", "text": "Skip to main content", "delay": 101 }, { "tagName": "A", "id": "", "text": "Senator Rosilicie Ochoa Bogh", "delay": 109 }, { "tagName": "A", "id": "", "text": "Home", "delay": 100 }, { "tagName": "A", "id": "", "text": "About Rosilicie", "delay": 101 }, { "tagName": "A", "id": "", "text": "Bill Search", "delay": 101 }, { "tagName": "A", "id": "", "text": "Newsroom", "delay": 100 }, { "tagName": "A", "id": "", "text": "Contact Me", "delay": 100 }, { "tagName": "A", "id": "", "text": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img src=\"https://o", "delay": 100 }, { "tagName": "A", "id": "", "text": "Like on Facebook (link is external)", "delay": 100 }, { "tagName": "A", "id": "", "text": "Follow on Twitter (link is external)", "delay": 100 }, { "tagName": "A", "id": "", "text": "Follow on Instagram (link is external)", "delay": 101 }, { "tagName": "A", "id": "", "text": "Live Senate Webcast", "delay": 101 }, { "tagName": "A", "id": "", "text": "Join the Mailing List", "delay": 100 }, { "tagName": "A", "id": "", "text": "Contact the Senator", "delay": 104 }, { "tagName": "A", "id": "", "text": "Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year June 7, 2023", "delay": 100 }, { "tagName": "A", "id": "", "text": "Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA June 1, 2023", "delay": 100 }, { "tagName": "A", "id": "", "text": "Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following the", "delay": 101 }, { "tagName": "A", "id": "", "text": "More News", "delay": 101 }, { "tagName": "A", "id": "", "text": "<a href=\"https://financialaidtoolkit.ed.gov/resources/fin-lit-guidance.pdf\"> <img loading=\"lazy\" src", "delay": 101 }, { "tagName": "A", "id": "", "text": "Federal Student Aid Financial Literacy Guide(link is external)", "delay": 101 }, { "tagName": "A", "id": "", "text": "<a href=\"https://sr23.senate.ca.gov/issue/fighting-fentanyl-crisis\"> <img loading=\"lazy\" src=\"/sites", "delay": 100 }, { "tagName": "A", "id": "", "text": "Fighting the Fentanyl Crisis", "delay": 101 }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-cards/real-id/what-is-real-id/", "delay": 101 }, { "tagName": "A", "id": "", "text": "REAL ID", "delay": 102 }, { "tagName": "A", "id": "", "text": "<a href=\"https://edd.ca.gov/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_co", "delay": 103 }, { "tagName": "A", "id": "", "text": "Employment Development Department", "delay": 102 }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.dmv.ca.gov/portal/dmv-online/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.", "delay": 101 }, { "tagName": "A", "id": "", "text": "Online Services", "delay": 101 }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.readyforwildfire.org/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/file", "delay": 101 }, { "tagName": "A", "id": "", "text": "Wildfire Awareness(link is external)", "delay": 101 }, { "tagName": "A", "id": "", "text": "<a href=\"/mobile-office-hours\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_c", "delay": 102 }, { "tagName": "A", "id": "", "text": "Mobile Office Hours", "delay": 103 }, { "tagName": "A", "id": "", "text": "<a href=\"https://covid19.ca.gov/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/m", "delay": 101 }, { "tagName": "A", "id": "", "text": "Coronavirus Information", "delay": 100 }, { "tagName": "A", "id": "", "text": "facebookFacebook(link is external)", "delay": 100 }, { "tagName": "A", "id": "", "text": "twitterTwitter(link is external)", "delay": 100 }, { "tagName": "A", "id": "", "text": "instagramInstagram(link is external)", "delay": 100 }, { "tagName": "A", "id": "", "text": "Privacy Policy", "delay": 100 }, { "tagName": "A", "id": "", "text": "Accessibility", "delay": 102 }, { "tagName": "A", "id": "", "text": "CA Senate Republican Caucus", "delay": 100 }, { "tagName": "A", "id": "", "text": "Home", "delay": 100 }, { "tagName": "A", "id": "", "text": "About Rosilicie", "delay": 101 }, { "tagName": "A", "id": "", "text": "Bill Search", "delay": 102 }, { "tagName": "A", "id": "", "text": "Newsroom", "delay": 104 }, { "tagName": "A", "id": "", "text": "Contact Me", "delay": 100 } ] } }, "totals": [ 0, 0, 0, 2 ], "standardInstances": [ { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "edit-keys--3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input title=\"Enter the terms you wish to search for.\" placeholder=\"Search...\" data-drupal-selector=" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "edit-submit--3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input class=\"search-form__submit button js-form-submit form-submit\" data-drupal-selector=\"edit-subm" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 64, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 6, "tagNames": { "DIV": 6 } }, "focusableAndOperable": { "total": 58, "tagNames": { "A": 56, "INPUT": 2 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [ { "tagName": "DIV", "id": "", "text": "{{title}}", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "{{title}}", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"tp-bullet\" style=\"left: 0px; top: 0px; cursor: default;\"></div>", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "prev", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "next", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "toTop", "text": "<div id=\"toTop\" class=\"to-top show\" style=\"cursor: default;\"><i class=\"fa fa-angle-double-up\"></i></", "byTag": false, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "Skip to main content", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Senator Rosilicie Ochoa Bogh", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "edit-keys--3", "text": "<input title=\"Enter the terms you wish to search for.\" placeholder=\"Search...\" data-drupal-selector=", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "edit-submit--3", "text": "<input class=\"search-form__submit button js-form-submit form-submit\" data-drupal-selector=\"edit-subm", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About Rosilicie", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "My Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Committees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Biography", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Bill Search", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Newsroom", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Releases/Editorials", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Me", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "My Offices", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District Map", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Mobile Office Hours", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Constituent Services", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "E-mail the Senator", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "State Agencies", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Subscribe", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\" style=\"cursor: defa", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Like on Facebook (link is external)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Follow on Twitter (link is external)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Follow on Instagram (link is external)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Live Senate Webcast", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Join the Mailing List", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact the Senator", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year June 7, 2023", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA June 1, 2023", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following the", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "More News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://financialaidtoolkit.ed.gov/resources/fin-lit-guidance.pdf\" style=\"cursor: default;\"", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Federal Student Aid Financial Literacy Guide(link is external)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://sr23.senate.ca.gov/issue/fighting-fentanyl-crisis\" style=\"cursor: default;\"> <img l", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Fighting the Fentanyl Crisis", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-cards/real-id/what-is-real-id/", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "REAL ID", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://edd.ca.gov/\" style=\"cursor: default;\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Employment Development Department", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.dmv.ca.gov/portal/dmv-online/\" style=\"cursor: default;\"> <img loading=\"lazy\" sr", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Online Services", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.readyforwildfire.org/\" style=\"cursor: default;\"> <img loading=\"lazy\" src=\"/site", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Wildfire Awareness(link is external)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/mobile-office-hours\" style=\"cursor: default;\"> <img loading=\"lazy\" src=\"/sites/sr23.senate", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Mobile Office Hours", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://covid19.ca.gov/\" style=\"cursor: default;\"> <img loading=\"lazy\" src=\"/sites/sr23.sen", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Coronavirus Information", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "facebookFacebook(link is external)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "twitterTwitter(link is external)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "instagramInstagram(link is external)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Privacy Policy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Accessibility", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "CA Senate Republican Caucus", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About Rosilicie", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Bill Search", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Newsroom", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Me", "byTag": true, "byOnClick": false, "byPointer": true } ] } }, "totals": [ 0, 0, 0, 6 ], "standardInstances": [ { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "{{title}}" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "{{title}}" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"tp-bullet\" style=\"left: 0px; top: 0px; cursor: default;\"></div>" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "prev" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "next" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "toTop", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"toTop\" class=\"to-top show\" style=\"cursor: default;\"><i class=\"fa fa-angle-double-up\"></i></" } ] }, "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": 91, "triggerSample": 25, "impactTriggers": 14, "additions": 0, "removals": 0, "opacityChanges": 14, "opacityImpact": 35, "unhoverables": 7, "noCursors": 0, "badCursors": 0, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "A", "id": "", "text": "Senator Rosilicie Ochoa Bogh", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "LI", "id": "main-menu-link-contente5956546-80da-4dc3-98f9-877484947b39", "text": "Contact MeMy OfficesDistrict MapMobile Office HoursConstituent ServicesE-mail the SenatorState Agenc", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 14 }, { "tagName": "LI", "id": "", "text": "Wildfire Awareness(link is external)", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 } ], "unhoverables": [ { "tagName": "A", "id": "", "text": "Skip to main content" }, { "tagName": "LI", "id": "main-menu-link-content8ef0f200-b52a-4bae-885f-17caa07893c4", "text": "Releases/Editorials" }, { "tagName": "A", "id": "", "text": "Releases/Editorials" } ], "noCursors": [], "badCursors": [], "noIndicators": [], "badIndicators": [] } }, "totals": [ 35, 14, 0, 21 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Rosilicie Ochoa Bogh" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "main-menu-link-contente5956546-80da-4dc3-98f9-877484947b39", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact MeMy OfficesDistrict MapMobile Office HoursConstituent ServicesE-mail the SenatorState Agenc" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Wildfire Awareness(link is external)" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "main-menu-link-content8ef0f200-b52a-4bae-885f-17caa07893c4", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Releases/Editorials" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Releases/Editorials" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 2 }, "items": { "mislabeled": [], "unlabeled": [], "wellLabeled": [ { "index": 0, "tagName": "INPUT", "type": "search", "labelType": "label", "texts": { "label": [ "Search" ] } }, { "index": 1, "tagName": "INPUT", "type": "submit", "texts": { "content": "Search" } } ] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "lineHeight": { "what": "text with a line height less than 1.5 times its font size", "data": [ { "tagName": "A", "id": "", "fontSize": 32, "lineHeight": 35.2, "text": "Senator Rosilicie Ochoa Bogh" }, { "tagName": "DIV", "id": "", "fontSize": 13.92, "lineHeight": 18.096, "text": "Representing the 23rd Senate District" }, { "tagName": "A", "id": "", "fontSize": 14.4, "lineHeight": 14.4, "text": "Home" }, { "tagName": "A", "id": "", "fontSize": 14.4, "lineHeight": 14.4, "text": "About Rosilicie" }, { "tagName": "A", "id": "", "fontSize": 14.4, "lineHeight": 14.4, "text": "My Legislation" }, { "tagName": "A", "id": "", "fontSize": 14.4, "lineHeight": 14.4, "text": "Committees" }, { "tagName": "A", "id": "", "fontSize": 14.4, "lineHeight": 14.4, "text": "Biography" }, { "tagName": "A", "id": "", "fontSize": 14.4, "lineHeight": 14.4, "text": "Bill Search" }, { "tagName": "A", "id": "", "fontSize": 14.4, "lineHeight": 14.4, "text": "Newsroom" }, { "tagName": "A", "id": "", "fontSize": 14.4, "lineHeight": 14.4, "text": "Releases/Editorials" }, { "tagName": "A", "id": "", "fontSize": 14.4, "lineHeight": 14.4, "text": "Contact Me" }, { "tagName": "A", "id": "", "fontSize": 14.4, "lineHeight": 14.4, "text": "My Offices" }, { "tagName": "A", "id": "", "fontSize": 14.4, "lineHeight": 14.4, "text": "District Map" }, { "tagName": "A", "id": "", "fontSize": 14.4, "lineHeight": 14.4, "text": "Mobile Office Hours" }, { "tagName": "A", "id": "", "fontSize": 14.4, "lineHeight": 14.4, "text": "Constituent Services" }, { "tagName": "A", "id": "", "fontSize": 14.4, "lineHeight": 14.4, "text": "E-mail the Senator" }, { "tagName": "A", "id": "", "fontSize": 14.4, "lineHeight": 14.4, "text": "State Agencies" }, { "tagName": "A", "id": "", "fontSize": 14.4, "lineHeight": 14.4, "text": "Subscribe" }, { "tagName": "DIV", "id": "", "fontSize": 13.92, "lineHeight": 16.704, "text": "Like on Facebook" }, { "tagName": "DIV", "id": "", "fontSize": 13.92, "lineHeight": 16.704, "text": "Follow on Twitter" }, { "tagName": "DIV", "id": "", "fontSize": 13.92, "lineHeight": 16.704, "text": "Follow on Instagram" }, { "tagName": "DIV", "id": "", "fontSize": 13.92, "lineHeight": 16.704, "text": "Live Senate Webcast" }, { "tagName": "DIV", "id": "", "fontSize": 13.92, "lineHeight": 16.704, "text": "Join the Mailing List" }, { "tagName": "DIV", "id": "", "fontSize": 13.92, "lineHeight": 16.704, "text": "Contact the Senator" }, { "tagName": "H2", "id": "", "fontSize": 32, "lineHeight": 38.4, "text": "Latest News" }, { "tagName": "SPAN", "id": "", "fontSize": 17.92, "lineHeight": 21.504, "text": "Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year" }, { "tagName": "TIME", "id": "", "fontSize": 12.8, "lineHeight": 10.24, "text": "June 7, 2023" }, { "tagName": "SPAN", "id": "", "fontSize": 17.92, "lineHeight": 21.504, "text": "Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA" }, { "tagName": "TIME", "id": "", "fontSize": 12.8, "lineHeight": 10.24, "text": "June 1, 2023" }, { "tagName": "SPAN", "id": "", "fontSize": 17.92, "lineHeight": 21.504, "text": "Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following their CA Distinguished School Award" }, { "tagName": "TIME", "id": "", "fontSize": 12.8, "lineHeight": 10.24, "text": "May 16, 2023" }, { "tagName": "A", "id": "", "fontSize": 13.92, "lineHeight": 13.92, "text": "More News" }, { "tagName": "H2", "id": "", "fontSize": 25.92, "lineHeight": 31.104, "text": "More Resources" }, { "tagName": "H2", "id": "", "fontSize": 17.92, "lineHeight": 21.504, "text": "Capitol Office" }, { "tagName": "H2", "id": "", "fontSize": 17.92, "lineHeight": 21.504, "text": "Redlands Office" }, { "tagName": "H2", "id": "", "fontSize": 17.92, "lineHeight": 21.504, "text": "Follow Me" }, { "tagName": "SPAN", "id": "", "fontSize": 20.8, "lineHeight": 20.8, "text": "facebook" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 16, "text": "Facebook" }, { "tagName": "SPAN", "id": "", "fontSize": 20.8, "lineHeight": 20.8, "text": "twitter" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 16, "text": "Twitter" }, { "tagName": "SPAN", "id": "", "fontSize": 20.8, "lineHeight": 20.8, "text": "instagram" }, { "tagName": "A", "id": "", "fontSize": 16, "lineHeight": 16, "text": "Instagram" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 14, "text": "Privacy Policy" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 14, "text": "Accessibility" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 14, "text": "CA Senate Republican Caucus" }, { "tagName": "H2", "id": "block-mainnavigation-4-menu", "fontSize": 24, "lineHeight": 28.8, "text": "Main navigation" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 14, "text": "Home" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 14, "text": "About Rosilicie" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 14, "text": "Bill Search" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 14, "text": "Newsroom" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 14, "text": "Contact Me" } ], "totals": [ 0, 51, 0, 0 ], "standardInstances": [ { "ruleID": "lineHeight", "what": "Text line height 35.2 px is less than 1.5 times its font size 32 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Rosilicie Ochoa Bogh" }, { "ruleID": "lineHeight", "what": "Text line height 18.096 px is less than 1.5 times its font size 13.92 px", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Representing the 23rd Senate District" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Rosilicie" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bill Search" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Releases/Editorials" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My Offices" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Mobile Office Hours" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Constituent Services" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "E-mail the Senator" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "State Agencies" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Subscribe" }, { "ruleID": "lineHeight", "what": "Text line height 16.704 px is less than 1.5 times its font size 13.92 px", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Like on Facebook" }, { "ruleID": "lineHeight", "what": "Text line height 16.704 px is less than 1.5 times its font size 13.92 px", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow on Twitter" }, { "ruleID": "lineHeight", "what": "Text line height 16.704 px is less than 1.5 times its font size 13.92 px", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow on Instagram" }, { "ruleID": "lineHeight", "what": "Text line height 16.704 px is less than 1.5 times its font size 13.92 px", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Live Senate Webcast" }, { "ruleID": "lineHeight", "what": "Text line height 16.704 px is less than 1.5 times its font size 13.92 px", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join the Mailing List" }, { "ruleID": "lineHeight", "what": "Text line height 16.704 px is less than 1.5 times its font size 13.92 px", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact the Senator" }, { "ruleID": "lineHeight", "what": "Text line height 38.4 px is less than 1.5 times its font size 32 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Latest News" }, { "ruleID": "lineHeight", "what": "Text line height 21.504 px is less than 1.5 times its font size 17.92 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year" }, { "ruleID": "lineHeight", "what": "Text line height 10.24 px is less than 1.5 times its font size 12.8 px", "ordinalSeverity": 1, "tagName": "TIME", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 7, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 21.504 px is less than 1.5 times its font size 17.92 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA" }, { "ruleID": "lineHeight", "what": "Text line height 10.24 px is less than 1.5 times its font size 12.8 px", "ordinalSeverity": 1, "tagName": "TIME", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 1, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 21.504 px is less than 1.5 times its font size 17.92 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following their CA Distinguished School Award" }, { "ruleID": "lineHeight", "what": "Text line height 10.24 px is less than 1.5 times its font size 12.8 px", "ordinalSeverity": 1, "tagName": "TIME", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "May 16, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 13.92 px is less than 1.5 times its font size 13.92 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More News" }, { "ruleID": "lineHeight", "what": "Text line height 31.104 px is less than 1.5 times its font size 25.92 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More Resources" }, { "ruleID": "lineHeight", "what": "Text line height 21.504 px is less than 1.5 times its font size 17.92 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Capitol Office" }, { "ruleID": "lineHeight", "what": "Text line height 21.504 px is less than 1.5 times its font size 17.92 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Redlands Office" }, { "ruleID": "lineHeight", "what": "Text line height 21.504 px is less than 1.5 times its font size 17.92 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow Me" }, { "ruleID": "lineHeight", "what": "Text line height 20.8 px is less than 1.5 times its font size 20.8 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "facebook" }, { "ruleID": "lineHeight", "what": "Text line height 16 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Facebook" }, { "ruleID": "lineHeight", "what": "Text line height 20.8 px is less than 1.5 times its font size 20.8 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "twitter" }, { "ruleID": "lineHeight", "what": "Text line height 16 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Twitter" }, { "ruleID": "lineHeight", "what": "Text line height 20.8 px is less than 1.5 times its font size 20.8 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "instagram" }, { "ruleID": "lineHeight", "what": "Text line height 16 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Instagram" }, { "ruleID": "lineHeight", "what": "Text line height 14 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy Policy" }, { "ruleID": "lineHeight", "what": "Text line height 14 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility" }, { "ruleID": "lineHeight", "what": "Text line height 14 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CA Senate Republican Caucus" }, { "ruleID": "lineHeight", "what": "Text line height 28.8 px is less than 1.5 times its font size 24 px", "ordinalSeverity": 1, "tagName": "H2", "id": "block-mainnavigation-4-menu", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Main navigation" }, { "ruleID": "lineHeight", "what": "Text line height 14 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "lineHeight", "what": "Text line height 14 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Rosilicie" }, { "ruleID": "lineHeight", "what": "Text line height 14 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bill Search" }, { "ruleID": "lineHeight", "what": "Text line height 14 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "lineHeight", "what": "Text line height 14 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" } ] }, "linkExt": { "what": "links that automatically open new windows", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "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": 56, "adjacent": { "total": 35, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "", "text": "Skip to main content" }, { "id": "", "text": "Senator Rosilicie Ochoa Bogh" }, { "id": "", "text": "Home" }, { "id": "", "text": "About Rosilicie" }, { "id": "", "text": "Bill Search" }, { "id": "", "text": "Newsroom" }, { "id": "", "text": "Releases/Editorials" }, { "id": "", "text": "Contact Me" }, { "id": "", "text": "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img src=\"https://o" }, { "id": "", "text": "Like on Facebook" }, { "id": "", "text": "Follow on Twitter" }, { "id": "", "text": "Follow on Instagram" }, { "id": "", "text": "Live Senate Webcast" }, { "id": "", "text": "Join the Mailing List" }, { "id": "", "text": "Contact the Senator" }, { "id": "", "text": "Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year June 7, 2023" }, { "id": "", "text": "Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA June 1, 2023" }, { "id": "", "text": "Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following the" }, { "id": "", "text": "More News" }, { "id": "", "text": "<a href=\"https://financialaidtoolkit.ed.gov/resources/fin-lit-guidance.pdf\"> <img loading=\"lazy\" src" }, { "id": "", "text": "Federal Student Aid Financial Literacy Guide" }, { "id": "", "text": "<a href=\"https://sr23.senate.ca.gov/issue/fighting-fentanyl-crisis\"> <img loading=\"lazy\" src=\"/sites" }, { "id": "", "text": "Fighting the Fentanyl Crisis" }, { "id": "", "text": "<a href=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-cards/real-id/what-is-real-id/" }, { "id": "", "text": "REAL ID" }, { "id": "", "text": "<a href=\"https://edd.ca.gov/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_co" }, { "id": "", "text": "Employment Development Department" }, { "id": "", "text": "<a href=\"https://www.dmv.ca.gov/portal/dmv-online/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca." }, { "id": "", "text": "Online Services" }, { "id": "", "text": "<a href=\"https://www.readyforwildfire.org/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/file" }, { "id": "", "text": "Wildfire Awareness" }, { "id": "", "text": "<a href=\"/mobile-office-hours\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_c" }, { "id": "", "text": "Mobile Office Hours" }, { "id": "", "text": "<a href=\"https://covid19.ca.gov/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/m" }, { "id": "", "text": "Coronavirus Information" } ] } }, "totals": [ 0, 35, 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": "Senator Rosilicie Ochoa Bogh" }, { "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": "About Rosilicie" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bill Search" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Releases/Editorials" }, { "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://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img src=\"https://o" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Like on Facebook" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow on Twitter" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow on Instagram" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Live Senate Webcast" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join the Mailing List" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact the Senator" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year June 7, 2023" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA June 1, 2023" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following the" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More News" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://financialaidtoolkit.ed.gov/resources/fin-lit-guidance.pdf\"> <img loading=\"lazy\" src" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Federal Student Aid Financial Literacy Guide" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://sr23.senate.ca.gov/issue/fighting-fentanyl-crisis\"> <img loading=\"lazy\" src=\"/sites" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Fighting the Fentanyl Crisis" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-cards/real-id/what-is-real-id/" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "REAL ID" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://edd.ca.gov/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_co" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Employment Development Department" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.dmv.ca.gov/portal/dmv-online/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca." }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Online Services" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.readyforwildfire.org/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/file" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Wildfire Awareness" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"/mobile-office-hours\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_c" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Mobile Office Hours" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://covid19.ca.gov/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/m" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Coronavirus Information" } ] }, "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": 17, "badRoleElements": 2, "redundantRoleElements": 6, "tagNames": { "HEADER": { "banner": { "bad": 1, "redundant": 0 } }, "NAV": { "navigation": { "bad": 0, "redundant": 2 } }, "ARTICLE": { "article": { "bad": 0, "redundant": 4 } }, "MEDIA": { "article": { "bad": 1, "redundant": 0 } } } }, "totals": [ 0, 6, 0, 2 ], "standardInstances": [ { "ruleID": "role", "what": "HEADER elements have invalid or native-replaceable explicit role banner (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "HEADER", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "NAV elements have redundant explicit role navigation (count: 2)", "count": 2, "ordinalSeverity": 1, "tagName": "NAV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "ARTICLE elements have redundant explicit role article (count: 4)", "count": 4, "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "MEDIA elements have invalid or native-replaceable explicit role article (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "MEDIA", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "styleDiff": { "what": "style inconsistencies", "data": { "mainStyles": [ "fontStyle", "fontWeight", "opacity", "textDecorationLine", "textDecorationStyle", "textDecorationThickness" ], "buttonStyles": [ "borderStyle", "borderWidth", "height", "lineHeight", "maxHeight", "maxWidth", "minHeight", "minWidth", "outlineOffset", "outlineStyle", "outlineWidth" ], "headingStyles": [ "color", "fontSize" ], "listLinkStyles": [ "color", "fontSize", "lineHeight" ], "totals": { "adjacentLink": { "total": 35, "subtotals": [ 20, 14, 1 ] }, "listLink": { "total": 21, "subtotals": [ 10, 8, 3 ] }, "h2": { "total": 16, "subtotals": [ 6, 6, 2, 1, 1 ] } }, "items": { "adjacentLink": { "fontWeight": { "300": [ "Skip to main content", "Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year June 7, 2023", "Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA June 1, 2023", "Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following the", "<a href=\"https://financialaidtoolkit.ed.gov/resources/fin-lit-guidance.pdf\"> <img loading=\"lazy\" src", "Federal Student Aid Financial Literacy Guide(link is external)", "<a href=\"https://sr23.senate.ca.gov/issue/fighting-fentanyl-crisis\"> <img loading=\"lazy\" src=\"/sites", "Fighting the Fentanyl Crisis", "<a href=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-cards/real-id/what-is-real-id/", "REAL ID", "<a href=\"https://edd.ca.gov/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_co", "Employment Development Department", "<a href=\"https://www.dmv.ca.gov/portal/dmv-online/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.", "Online Services", "<a href=\"https://www.readyforwildfire.org/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/file", "Wildfire Awareness(link is external)", "<a href=\"/mobile-office-hours\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_c", "Mobile Office Hours", "<a href=\"https://covid19.ca.gov/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/m", "Coronavirus Information" ], "700": [ "Home", "About Rosilicie", "Bill Search", "Newsroom", "Releases/Editorials", "Contact Me", "<a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img src=\"https://o", "Like on Facebook (link is external)", "Follow on Twitter (link is external)", "Follow on Instagram (link is external)", "Live Senate Webcast", "Join the Mailing List", "Contact the Senator", "More News" ], "900": [ "Senator Rosilicie Ochoa Bogh" ] } }, "listLink": { "fontWeight": { "300": [ "facebookFacebook(link is external)", "twitterTwitter(link is external)", "instagramInstagram(link is external)", "Privacy Policy", "Accessibility", "CA Senate Republican Caucus", "Home", "About Rosilicie", "Bill Search", "Newsroom", "Contact Me" ], "700": [ "My Legislation", "Committees", "Biography", "My Offices", "District Map", "Mobile Office Hours", "Constituent Services", "E-mail the Senator", "State Agencies", "Subscribe" ] }, "color": { "rgb(231, 239, 245)": [ "My Legislation", "Committees", "Biography", "My Offices", "District Map", "Mobile Office Hours", "Constituent Services", "E-mail the Senator", "State Agencies", "Subscribe" ], "rgb(46, 52, 54)": [ "facebookFacebook(link is external)", "twitterTwitter(link is external)", "instagramInstagram(link is external)" ], "rgb(255, 255, 255)": [ "Privacy Policy", "Accessibility", "CA Senate Republican Caucus", "Home", "About Rosilicie", "Bill Search", "Newsroom", "Contact Me" ] }, "fontSize": { "14.4px": [ "My Legislation", "Committees", "Biography", "My Offices", "District Map", "Mobile Office Hours", "Constituent Services", "E-mail the Senator", "State Agencies", "Subscribe" ], "16px": [ "facebookFacebook(link is external)", "twitterTwitter(link is external)", "instagramInstagram(link is external)" ], "14px": [ "Privacy Policy", "Accessibility", "CA Senate Republican Caucus", "Home", "About Rosilicie", "Bill Search", "Newsroom", "Contact Me" ] }, "lineHeight": { "14.4px": [ "My Legislation", "Committees", "Biography", "My Offices", "District Map", "Mobile Office Hours", "Constituent Services", "E-mail the Senator", "State Agencies", "Subscribe" ], "16px": [ "facebookFacebook(link is external)", "twitterTwitter(link is external)", "instagramInstagram(link is external)" ], "14px": [ "Privacy Policy", "Accessibility", "CA Senate Republican Caucus", "Home", "About Rosilicie", "Bill Search", "Newsroom", "Contact Me" ] } }, "h2": { "color": { "rgb(46, 52, 54)": [ "<h2 style=\"text-align:center;\"><a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief", "Like on Facebook (link is external)", "Follow on Twitter (link is external)", "Follow on Instagram (link is external)", "Live Senate Webcast", "Join the Mailing List", "Contact the Senator", "Latest News", "Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year", "Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA", "Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following the", "More Resources", "Capitol Office", "Redlands Office", "Follow Me" ], "rgb(255, 255, 255)": [ "Main navigation" ] }, "fontSize": { "32px": [ "<h2 style=\"text-align:center;\"><a href=\"https://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief", "Latest News" ], "13.92px": [ "Like on Facebook (link is external)", "Follow on Twitter (link is external)", "Follow on Instagram (link is external)", "Live Senate Webcast", "Join the Mailing List", "Contact the Senator" ], "17.92px": [ "Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year", "Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA", "Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following the", "Capitol Office", "Redlands Office", "Follow Me" ], "25.92px": [ "More Resources" ], "24px": [ "Main navigation" ] } } } }, "totals": [ 2, 2, 0, 4 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 3 different styles", "count": 2, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 3 different styles", "count": 2, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-2 headings have 5 different styles", "count": 4, "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "tabNav": { "what": "nonstandard keyboard navigation between elements with the tab role", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "tabElements": { "total": 0, "correct": 0, "incorrect": 0 }, "tabLists": { "total": 0, "correct": 0, "incorrect": 0 } }, "tabElements": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "targetSize": { "what": "buttons, inputs, and non-inline links smaller than 44 pixels wide and high", "data": { "total": 3, "items": [ { "width": 42, "height": 40, "tagName": "INPUT", "id": "edit-keys--3", "text": "" }, { "width": 40, "height": 40, "tagName": "INPUT", "id": "edit-submit--3", "text": "" }, { "width": 139.375, "height": 40, "tagName": "A", "id": "", "text": "More News" } ] }, "totals": [ 3, 0, 0, 0 ], "standardInstances": [ { "ruleID": "targetSize", "what": "Interactive element has a substandard size (42 px wide, 40 px high)", "ordinalSeverity": 0, "tagName": "INPUT", "id": "edit-keys--3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "targetSize", "what": "Interactive element has a substandard size (40 px wide, 40 px high)", "ordinalSeverity": 0, "tagName": "INPUT", "id": "edit-submit--3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "targetSize", "what": "Interactive element has a substandard size (139.375 px wide, 40 px high)", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More News" } ] }, "titledEl": { "what": "title attributes on inappropriate elements", "data": { "total": 14, "items": [ { "tagName": "A", "id": "", "text": "Senator Rosilicie Ochoa Bogh", "title": "Home" }, { "tagName": "A", "id": "", "text": "Home", "title": "Senator Rosilicie Ochoa Bogh" }, { "tagName": "A", "id": "", "text": "Bill Search", "title": "Search Legislation" }, { "tagName": "A", "id": "", "text": "Like on Facebook (link is external)", "title": "Like on Facebook" }, { "tagName": "A", "id": "", "text": "Follow on Twitter (link is external)", "title": "Follow on Twitter" }, { "tagName": "A", "id": "", "text": "Follow on Instagram (link is external)", "title": "Follow on Instagram" }, { "tagName": "A", "id": "", "text": "Live Senate Webcast", "title": "Live Senate Webcast" }, { "tagName": "A", "id": "", "text": "Join the Mailing List", "title": "Join the Mailing List" }, { "tagName": "A", "id": "", "text": "Contact the Senator", "title": "Contact the Senator" }, { "tagName": "A", "id": "", "text": "More News", "title": "See More News" }, { "tagName": "IMG", "id": "", "text": "", "title": "Federal Student Aid Financial Literacy Guide" }, { "tagName": "IMG", "id": "", "text": "", "title": "Wildfire Awareness" }, { "tagName": "A", "id": "", "text": "Home", "title": "Senator Rosilicie Ochoa Bogh" }, { "tagName": "A", "id": "", "text": "Bill Search", "title": "Search Legislation" } ] }, "totals": [ 0, 0, 14, 0 ], "standardInstances": [ { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Senator Rosilicie Ochoa Bogh): Home" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Home): Senator Rosilicie Ochoa Bogh" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Bill Search): Search Legislation" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Like on Facebook (link is external)): Like on Facebook" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Follow on Twitter (link is external)): Follow on Twitter" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Follow on Instagram (link is external)): Follow on Instagram" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Live Senate Webcast): Live Senate Webcast" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Join the Mailing List): Join the Mailing List" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Contact the Senator): Contact the Senator" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (More News): See More News" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): Federal Student Aid Financial Literacy Guide" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): Wildfire Awareness" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Home): Senator Rosilicie Ochoa Bogh" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Bill Search): Search Legislation" } ] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 27, "tagNames": { "INPUT": 2, "UL": 1, "LI": 16, "DIV": 8 } }, "items": [ { "tagName": "INPUT", "id": "edit-keys--3", "text": "<input title=\"Enter the terms you wish to search for.\" placeholder=\"Search...\" data-drupal-selector=" }, { "tagName": "INPUT", "id": "edit-submit--3", "text": "<input class=\"search-form__submit button js-form-submit form-submit\" data-drupal-selector=\"edit-subm" }, { "tagName": "UL", "id": "superfish-main", "text": "HomeAbout RosilicieMy LegislationCommitteesBiographyBill SearchNewsroomReleases/EditorialsContact Me" }, { "tagName": "LI", "id": "main-menu-link-content09ae82bd-1dbe-4e1c-ac5d-1bde2031c725", "text": "Home" }, { "tagName": "LI", "id": "main-menu-link-contentae1c4411-0b6f-44bb-8616-73ac8d729765", "text": "About RosilicieMy LegislationCommitteesBiography" }, { "tagName": "LI", "id": "main-menu-link-contentd3c77e47-451c-4762-bb88-284fb6ba8198", "text": "My Legislation" }, { "tagName": "LI", "id": "main-menu-link-content4093bdfd-eea8-46a7-af84-1f2b250aa78f", "text": "Committees" }, { "tagName": "LI", "id": "main-menu-link-contentce59eef2-2c54-4fc5-8ad1-d70451fe0e23", "text": "Biography" }, { "tagName": "LI", "id": "main-menu-link-content85677b60-306a-4f4b-8e54-4ace02f1abed", "text": "Bill Search" }, { "tagName": "LI", "id": "main-views-viewviewspub-indexpage-1", "text": "NewsroomReleases/Editorials" }, { "tagName": "LI", "id": "main-menu-link-content8ef0f200-b52a-4bae-885f-17caa07893c4", "text": "Releases/Editorials" }, { "tagName": "LI", "id": "main-menu-link-contente5956546-80da-4dc3-98f9-877484947b39", "text": "Contact MeMy OfficesDistrict MapMobile Office HoursConstituent ServicesE-mail the SenatorState Agenc" }, { "tagName": "LI", "id": "main-menu-link-content50e7085f-78b4-43c2-8e36-66c555ab1cc5", "text": "My Offices" }, { "tagName": "LI", "id": "main-menu-link-content273ccbc6-b17a-493c-b466-df2bb8399de6", "text": "District Map" }, { "tagName": "LI", "id": "main-menu-link-content81c608fb-265b-4a93-9eed-d1b59f438a11", "text": "Mobile Office Hours" }, { "tagName": "LI", "id": "main-menu-link-contente560101d-abcb-4a0b-8f11-552a6a9f4872", "text": "Constituent Services" }, { "tagName": "LI", "id": "main-menu-link-contentfe275ef7-945b-41fc-9f90-f624dad9bb10", "text": "E-mail the Senator" }, { "tagName": "LI", "id": "main-menu-link-contentf9a8ef73-1259-4655-bc2b-93aa30f768d2", "text": "State Agencies" }, { "tagName": "LI", "id": "main-menu-link-content9a7166ae-24ce-4756-be42-86a0c0a1db8d", "text": "Subscribe" }, { "tagName": "DIV", "id": "slideshow-fullwidth", "text": "{{title}}{{title}}" }, { "tagName": "DIV", "id": "", "text": "<div class=\"slotholder\" style=\"position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100" }, { "tagName": "DIV", "id": "", "text": "<div class=\"tp-bannertimer tp-bottom\" style=\"width: 0%;\"></div>" }, { "tagName": "DIV", "id": "", "text": "<div class=\"tp-loader spinner0\"><div class=\"dot1\"></div><div class=\"dot2\"></div><div class=\"bounce1\"" }, { "tagName": "DIV", "id": "", "text": "{{title}}" }, { "tagName": "DIV", "id": "", "text": "{{title}}" }, { "tagName": "DIV", "id": "", "text": "<div class=\"tp-bullets horizontal nav-pos-hor-center nav-pos-ver-bottom nav-dir-horizontal\" style=\"w" }, { "tagName": "DIV", "id": "toTop", "text": "<div id=\"toTop\" class=\"to-top\"><i class=\"fa fa-angle-double-up\"></i></div>" } ] }, "totals": [ 27, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "INPUT element has a non-default Z index", "ordinalSeverity": 0, "tagName": "INPUT", "id": "edit-keys--3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input title=\"Enter the terms you wish to search for.\" placeholder=\"Search...\" data-drupal-selector=" }, { "ruleID": "zIndex", "what": "INPUT element has a non-default Z index", "ordinalSeverity": 0, "tagName": "INPUT", "id": "edit-submit--3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input class=\"search-form__submit button js-form-submit form-submit\" data-drupal-selector=\"edit-subm" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "superfish-main", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HomeAbout RosilicieMy LegislationCommitteesBiographyBill SearchNewsroomReleases/EditorialsContact Me" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-content09ae82bd-1dbe-4e1c-ac5d-1bde2031c725", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-contentae1c4411-0b6f-44bb-8616-73ac8d729765", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About RosilicieMy LegislationCommitteesBiography" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-contentd3c77e47-451c-4762-bb88-284fb6ba8198", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My Legislation" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-content4093bdfd-eea8-46a7-af84-1f2b250aa78f", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-contentce59eef2-2c54-4fc5-8ad1-d70451fe0e23", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-content85677b60-306a-4f4b-8e54-4ace02f1abed", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bill Search" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-views-viewviewspub-indexpage-1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NewsroomReleases/Editorials" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-content8ef0f200-b52a-4bae-885f-17caa07893c4", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Releases/Editorials" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-contente5956546-80da-4dc3-98f9-877484947b39", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact MeMy OfficesDistrict MapMobile Office HoursConstituent ServicesE-mail the SenatorState Agenc" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-content50e7085f-78b4-43c2-8e36-66c555ab1cc5", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My Offices" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-content273ccbc6-b17a-493c-b466-df2bb8399de6", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-content81c608fb-265b-4a93-9eed-d1b59f438a11", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Mobile Office Hours" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-contente560101d-abcb-4a0b-8f11-552a6a9f4872", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Constituent Services" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-contentfe275ef7-945b-41fc-9f90-f624dad9bb10", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "E-mail the Senator" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-contentf9a8ef73-1259-4655-bc2b-93aa30f768d2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "State Agencies" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-content9a7166ae-24ce-4756-be42-86a0c0a1db8d", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Subscribe" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "slideshow-fullwidth", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "{{title}}{{title}}" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"slotholder\" style=\"position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"tp-bannertimer tp-bottom\" style=\"width: 0%;\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"tp-loader spinner0\"><div class=\"dot1\"></div><div class=\"dot2\"></div><div class=\"bounce1\"" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "{{title}}" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "{{title}}" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"tp-bullets horizontal nav-pos-hor-center nav-pos-ver-bottom nav-dir-horizontal\" style=\"w" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "toTop", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"toTop\" class=\"to-top\"><i class=\"fa fa-angle-double-up\"></i></div>" } ] } }, "success": true }, "standardResult": { "totals": [ 68, 108, 25, 45 ], "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": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 11, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "edit-keys--3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input title=\"Enter the terms you wish to search for.\" placeholder=\"Search...\" data-drupal-selector=" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "edit-submit--3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input class=\"search-form__submit button js-form-submit form-submit\" data-drupal-selector=\"edit-subm" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "{{title}}" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "{{title}}" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"tp-bullet\" style=\"left: 0px; top: 0px; cursor: default;\"></div>" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "prev" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "next" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "toTop", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"toTop\" class=\"to-top show\" style=\"cursor: default;\"><i class=\"fa fa-angle-double-up\"></i></" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Rosilicie Ochoa Bogh" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "main-menu-link-contente5956546-80da-4dc3-98f9-877484947b39", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact MeMy OfficesDistrict MapMobile Office HoursConstituent ServicesE-mail the SenatorState Agenc" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Wildfire Awareness(link is external)" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "main-menu-link-content8ef0f200-b52a-4bae-885f-17caa07893c4", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Releases/Editorials" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Releases/Editorials" }, { "ruleID": "lineHeight", "what": "Text line height 35.2 px is less than 1.5 times its font size 32 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Rosilicie Ochoa Bogh" }, { "ruleID": "lineHeight", "what": "Text line height 18.096 px is less than 1.5 times its font size 13.92 px", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Representing the 23rd Senate District" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Rosilicie" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bill Search" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Releases/Editorials" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My Offices" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Mobile Office Hours" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Constituent Services" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "E-mail the Senator" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "State Agencies" }, { "ruleID": "lineHeight", "what": "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Subscribe" }, { "ruleID": "lineHeight", "what": "Text line height 16.704 px is less than 1.5 times its font size 13.92 px", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Like on Facebook" }, { "ruleID": "lineHeight", "what": "Text line height 16.704 px is less than 1.5 times its font size 13.92 px", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow on Twitter" }, { "ruleID": "lineHeight", "what": "Text line height 16.704 px is less than 1.5 times its font size 13.92 px", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow on Instagram" }, { "ruleID": "lineHeight", "what": "Text line height 16.704 px is less than 1.5 times its font size 13.92 px", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Live Senate Webcast" }, { "ruleID": "lineHeight", "what": "Text line height 16.704 px is less than 1.5 times its font size 13.92 px", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join the Mailing List" }, { "ruleID": "lineHeight", "what": "Text line height 16.704 px is less than 1.5 times its font size 13.92 px", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact the Senator" }, { "ruleID": "lineHeight", "what": "Text line height 38.4 px is less than 1.5 times its font size 32 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Latest News" }, { "ruleID": "lineHeight", "what": "Text line height 21.504 px is less than 1.5 times its font size 17.92 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year" }, { "ruleID": "lineHeight", "what": "Text line height 10.24 px is less than 1.5 times its font size 12.8 px", "ordinalSeverity": 1, "tagName": "TIME", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 7, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 21.504 px is less than 1.5 times its font size 17.92 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA" }, { "ruleID": "lineHeight", "what": "Text line height 10.24 px is less than 1.5 times its font size 12.8 px", "ordinalSeverity": 1, "tagName": "TIME", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 1, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 21.504 px is less than 1.5 times its font size 17.92 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following their CA Distinguished School Award" }, { "ruleID": "lineHeight", "what": "Text line height 10.24 px is less than 1.5 times its font size 12.8 px", "ordinalSeverity": 1, "tagName": "TIME", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "May 16, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 13.92 px is less than 1.5 times its font size 13.92 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More News" }, { "ruleID": "lineHeight", "what": "Text line height 31.104 px is less than 1.5 times its font size 25.92 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More Resources" }, { "ruleID": "lineHeight", "what": "Text line height 21.504 px is less than 1.5 times its font size 17.92 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Capitol Office" }, { "ruleID": "lineHeight", "what": "Text line height 21.504 px is less than 1.5 times its font size 17.92 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Redlands Office" }, { "ruleID": "lineHeight", "what": "Text line height 21.504 px is less than 1.5 times its font size 17.92 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow Me" }, { "ruleID": "lineHeight", "what": "Text line height 20.8 px is less than 1.5 times its font size 20.8 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "facebook" }, { "ruleID": "lineHeight", "what": "Text line height 16 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Facebook" }, { "ruleID": "lineHeight", "what": "Text line height 20.8 px is less than 1.5 times its font size 20.8 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "twitter" }, { "ruleID": "lineHeight", "what": "Text line height 16 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Twitter" }, { "ruleID": "lineHeight", "what": "Text line height 20.8 px is less than 1.5 times its font size 20.8 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "instagram" }, { "ruleID": "lineHeight", "what": "Text line height 16 px is less than 1.5 times its font size 16 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Instagram" }, { "ruleID": "lineHeight", "what": "Text line height 14 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy Policy" }, { "ruleID": "lineHeight", "what": "Text line height 14 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility" }, { "ruleID": "lineHeight", "what": "Text line height 14 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CA Senate Republican Caucus" }, { "ruleID": "lineHeight", "what": "Text line height 28.8 px is less than 1.5 times its font size 24 px", "ordinalSeverity": 1, "tagName": "H2", "id": "block-mainnavigation-4-menu", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Main navigation" }, { "ruleID": "lineHeight", "what": "Text line height 14 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "lineHeight", "what": "Text line height 14 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Rosilicie" }, { "ruleID": "lineHeight", "what": "Text line height 14 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bill Search" }, { "ruleID": "lineHeight", "what": "Text line height 14 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "lineHeight", "what": "Text line height 14 px is less than 1.5 times its font size 14 px", "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": "Skip to main content" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Rosilicie Ochoa Bogh" }, { "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": "About Rosilicie" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bill Search" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Releases/Editorials" }, { "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://ochoa-bogh.cssrc.us/issue/2023-storm-disaster-relief-resources\"><img src=\"https://o" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Like on Facebook" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow on Twitter" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow on Instagram" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Live Senate Webcast" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join the Mailing List" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact the Senator" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Rosilicie Ochoa Bogh Honors Option House as Nonprofit of the Year June 7, 2023" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Ochoa Bogh Awarded as 2023 Legislator of the Year by SELPA June 1, 2023" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Ochoa Bogh Honors the Inland Leaders Charter School with a Special Recognition following the" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More News" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://financialaidtoolkit.ed.gov/resources/fin-lit-guidance.pdf\"> <img loading=\"lazy\" src" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Federal Student Aid Financial Literacy Guide" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://sr23.senate.ca.gov/issue/fighting-fentanyl-crisis\"> <img loading=\"lazy\" src=\"/sites" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Fighting the Fentanyl Crisis" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.dmv.ca.gov/portal/driver-licenses-identification-cards/real-id/what-is-real-id/" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "REAL ID" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://edd.ca.gov/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_co" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Employment Development Department" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.dmv.ca.gov/portal/dmv-online/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca." }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Online Services" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.readyforwildfire.org/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/file" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Wildfire Awareness" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"/mobile-office-hours\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/mt_c" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Mobile Office Hours" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://covid19.ca.gov/\"> <img loading=\"lazy\" src=\"/sites/sr23.senate.ca.gov/files/styles/m" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Coronavirus Information" }, { "ruleID": "role", "what": "HEADER elements have invalid or native-replaceable explicit role banner (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "HEADER", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "NAV elements have redundant explicit role navigation (count: 2)", "count": 2, "ordinalSeverity": 1, "tagName": "NAV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "ARTICLE elements have redundant explicit role article (count: 4)", "count": 4, "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "MEDIA elements have invalid or native-replaceable explicit role article (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "MEDIA", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "In-line links have 3 different styles", "count": 2, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 3 different styles", "count": 2, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-2 headings have 5 different styles", "count": 4, "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "targetSize", "what": "Interactive element has a substandard size (42 px wide, 40 px high)", "ordinalSeverity": 0, "tagName": "INPUT", "id": "edit-keys--3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "targetSize", "what": "Interactive element has a substandard size (40 px wide, 40 px high)", "ordinalSeverity": 0, "tagName": "INPUT", "id": "edit-submit--3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "targetSize", "what": "Interactive element has a substandard size (139.375 px wide, 40 px high)", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More News" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Senator Rosilicie Ochoa Bogh): Home" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Home): Senator Rosilicie Ochoa Bogh" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Bill Search): Search Legislation" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Like on Facebook (link is external)): Like on Facebook" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Follow on Twitter (link is external)): Follow on Twitter" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Follow on Instagram (link is external)): Follow on Instagram" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Live Senate Webcast): Live Senate Webcast" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Join the Mailing List): Join the Mailing List" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Contact the Senator): Contact the Senator" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (More News): See More News" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): Federal Student Aid Financial Literacy Guide" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): Wildfire Awareness" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Home): Senator Rosilicie Ochoa Bogh" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Bill Search): Search Legislation" }, { "ruleID": "zIndex", "what": "INPUT element has a non-default Z index", "ordinalSeverity": 0, "tagName": "INPUT", "id": "edit-keys--3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input title=\"Enter the terms you wish to search for.\" placeholder=\"Search...\" data-drupal-selector=" }, { "ruleID": "zIndex", "what": "INPUT element has a non-default Z index", "ordinalSeverity": 0, "tagName": "INPUT", "id": "edit-submit--3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input class=\"search-form__submit button js-form-submit form-submit\" data-drupal-selector=\"edit-subm" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "superfish-main", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HomeAbout RosilicieMy LegislationCommitteesBiographyBill SearchNewsroomReleases/EditorialsContact Me" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-content09ae82bd-1dbe-4e1c-ac5d-1bde2031c725", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-contentae1c4411-0b6f-44bb-8616-73ac8d729765", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About RosilicieMy LegislationCommitteesBiography" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-contentd3c77e47-451c-4762-bb88-284fb6ba8198", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My Legislation" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-content4093bdfd-eea8-46a7-af84-1f2b250aa78f", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-contentce59eef2-2c54-4fc5-8ad1-d70451fe0e23", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-content85677b60-306a-4f4b-8e54-4ace02f1abed", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Bill Search" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-views-viewviewspub-indexpage-1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "NewsroomReleases/Editorials" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-content8ef0f200-b52a-4bae-885f-17caa07893c4", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Releases/Editorials" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-contente5956546-80da-4dc3-98f9-877484947b39", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact MeMy OfficesDistrict MapMobile Office HoursConstituent ServicesE-mail the SenatorState Agenc" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-content50e7085f-78b4-43c2-8e36-66c555ab1cc5", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "My Offices" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-content273ccbc6-b17a-493c-b466-df2bb8399de6", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-content81c608fb-265b-4a93-9eed-d1b59f438a11", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Mobile Office Hours" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-contente560101d-abcb-4a0b-8f11-552a6a9f4872", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Constituent Services" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-contentfe275ef7-945b-41fc-9f90-f624dad9bb10", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "E-mail the Senator" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-contentf9a8ef73-1259-4655-bc2b-93aa30f768d2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "State Agencies" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "main-menu-link-content9a7166ae-24ce-4756-be42-86a0c0a1db8d", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Subscribe" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "slideshow-fullwidth", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "{{title}}{{title}}" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"slotholder\" style=\"position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"tp-bannertimer tp-bottom\" style=\"width: 0%;\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"tp-loader spinner0\"><div class=\"dot1\"></div><div class=\"dot2\"></div><div class=\"bounce1\"" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "{{title}}" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "{{title}}" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"tp-bullets horizontal nav-pos-hor-center nav-pos-ver-bottom nav-dir-horizontal\" style=\"w" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "toTop", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"toTop\" class=\"to-top\"><i class=\"fa fa-angle-double-up\"></i></div>" } ] }, "endTime": 1687642000447 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687642000447, "url": "https://sr23.senate.ca.gov/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Welcome | Senator Rosilicie Ochoa Bogh", "pageurl": "https://sr23.senate.ca.gov/", "time": 3.31, "creditsremaining": 885, "allitemcount": 81, "totalelements": 520, "waveurl": "http://wave.webaim.org/report?url=https://sr23.senate.ca.gov/" }, "categories": { "error": { "description": "Errors", "count": 2, "items": { "alt_link_missing": { "id": "alt_link_missing", "description": "Linked image missing alternative text", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#content-top > DIV:first-child > DIV#content-top-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-coronavirusblock > DIV:first-child > DIV:first-child > H2: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" }, { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "heading_empty": { "id": "heading_empty", "description": "Empty heading", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#content-top > DIV:first-child > DIV#content-top-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-coronavirusblock > DIV:first-child > DIV:first-child > H2: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" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 0, "items": [] }, "alert": { "description": "Alerts", "count": 15, "items": { "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" } ] }, "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 10, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#header-container > HEADER#header > DIV:first-child > DIV#header-inside > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV#header-inside-third > DIV#main-navigation > NAV:first-child > DIV:first-child > DIV#block-mainnavigation-2 > DIV:first-child > UL#superfish-main > LI#main-menu-link-content09ae82bd-1dbe-4e1c-ac5d-1bde2031c725 > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#header-container > HEADER#header > DIV:first-child > DIV#header-inside > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV#header-inside-third > DIV#main-navigation > NAV:first-child > DIV:first-child > DIV#block-mainnavigation-2 > DIV:first-child > UL#superfish-main > LI#main-menu-link-contente5956546-80da-4dc3-98f9-877484947b39 > A:first-child + UL > LI#main-menu-link-content50e7085f-78b4-43c2-8e36-66c555ab1cc5 > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child > LI:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > LI:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > LI:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > LI:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > LI:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > LI:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > LI:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV > LI:first-child > DIV:first-child + DIV > DIV: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" } ] }, "link_pdf": { "id": "link_pdf", "description": "Link to PDF document", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child > LI:first-child > DIV:first-child > DIV:first-child > A:first-child", "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child > LI:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child" ], "wcag": [] }, "title_redundant": { "id": "title_redundant", "description": "Redundant title text", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child > LI:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > LI:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child" ], "wcag": [] } } } }, "success": true }, "standardResult": { "totals": [ 15, 0, 0, 2 ], "instances": [ { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#content-top > DIV:first-child > DIV#content-top-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-coronavirusblock > DIV:first-child > DIV:first-child > H2:first-child > A:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "heading_empty", "what": "Empty heading", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#content-top > DIV:first-child > DIV#content-top-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-coronavirusblock > DIV:first-child > DIV:first-child > H2:first-child" }, "excerpt": "" }, { "ruleID": "h1_missing", "what": "Missing first level heading", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "selector", "spec": false }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#header-container > HEADER#header > DIV:first-child > DIV#header-inside > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV#header-inside-third > DIV#main-navigation > NAV:first-child > DIV:first-child > DIV#block-mainnavigation-2 > DIV:first-child > UL#superfish-main > LI#main-menu-link-content09ae82bd-1dbe-4e1c-ac5d-1bde2031c725 > 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 > A:first-child + DIV > DIV#page-container > DIV#header-container > HEADER#header > DIV:first-child > DIV#header-inside > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV#header-inside-third > DIV#main-navigation > NAV:first-child > DIV:first-child > DIV#block-mainnavigation-2 > DIV:first-child > UL#superfish-main > LI#main-menu-link-contente5956546-80da-4dc3-98f9-877484947b39 > A:first-child + UL > LI#main-menu-link-content50e7085f-78b4-43c2-8e36-66c555ab1cc5 > 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 > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child > LI:first-child > DIV:first-child + DIV > DIV: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 > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > LI:first-child > DIV:first-child + DIV > DIV: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 > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > LI:first-child > DIV:first-child + DIV > DIV: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 > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > LI:first-child > DIV:first-child + DIV > DIV: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 > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > LI:first-child > DIV:first-child + DIV > DIV: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 > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > LI:first-child > DIV:first-child + DIV > DIV: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 > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > LI:first-child > DIV:first-child + DIV > DIV: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 > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV > LI:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_pdf", "what": "Link to PDF document", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child > LI:first-child > DIV:first-child > DIV:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_pdf", "what": "Link to PDF document", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child > LI:first-child > DIV:first-child + DIV > DIV:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "title_redundant", "what": "Redundant title text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child > LI:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "title_redundant", "what": "Redundant title text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-container > DIV#page > DIV#featured-bottom > DIV:first-child > DIV#featured-bottom-inside > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-views-block-mt-companies-carousel-block-1 > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > UL:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > LI:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child" }, "excerpt": "" } ] }, "endTime": 1687642004115 } ], "sources": { "script": "ts27", "batch": "caSen", "target": { "id": "caSenSDd23", "which": "https://sr23.senate.ca.gov/", "what": "Rosilicie Ochoa Bogh (R)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-24T21:23:01", "timeStamp": "1etp6", "jobData": { "startTime": "2023-06-24T21:25:17", "endTime": "2023-06-24T21:26:44", "elapsedSeconds": 86, "visitLatency": 6, "logCount": 3, "logSize": 338, "errorLogCount": 1, "errorLogSize": 40, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 43 ], [ "testaro", 14 ], [ "alfa", 7 ], [ "ibm", 4 ], [ "wave", 4 ], [ "qualWeb", 2 ], [ "axe", 1 ], [ "tenon", 1 ], [ "continuum", 0 ], [ "htmlcs", 0 ], [ "nuVal", 0 ] ] }, "score": { "scoreProcID": "tsp28", "summary": { "total": 1335, "issue": 908, "tool": 126, "prevention": 300, "log": 1, "latency": 0 }, "details": { "severity": { "total": [ 158, 197, 46, 142 ], "byTool": { "testaro": [ 68, 108, 25, 45 ], "alfa": [ 16, 0, 0, 34 ], "axe": [ 5, 2, 13, 12 ], "continuum": [ 0, 0, 0, 10 ], "htmlcs": [ 9, 0, 0, 5 ], "ibm": [ 0, 10, 0, 24 ], "qualWeb": [ 45, 77, 7, 2 ], "tenon": [ 0, 0, 1, 8 ], "wave": [ 15, 0, 0, 2 ] } }, "prevention": { "nuVal": 300 }, "issue": { "linkNoText": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "alfa": { "r11": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 1, "texts": [ "Links have an accessible name" ] } } }, "axe": { "link-name": { "quality": 1, "what": "Link has no discernible text", "complaints": { "countTotal": 1, "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": 1, "texts": [ "This A element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "htmlcs": { "AAA.1_1_1.H30.2": { "quality": 1, "what": "img element is the only link content but has no text alternative", "complaints": { "countTotal": 1, "texts": [ "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link." ] } } }, "ibm": { "a_text_purpose": { "quality": 1, "what": "Hyperlink has no link text, label, or image with a text alternative", "complaints": { "countTotal": 1, "texts": [ "Hyperlink has no link text, label or image with a text alternative" ] } } }, "qualWeb": { "QW-ACT-R12": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each link has an accessible name." ] } }, "QW-WCAG-T21": { "quality": 1, "what": "Accessible name is not provided for an image which is the only content in a link", "complaints": { "countTotal": 1, "texts": [ "This technique checks the text alternative of images which are the only content of a link" ] } } }, "tenon": { "57": { "quality": 1, "what": "Link has no text inside it", "complaints": { "countTotal": 1, "texts": [ "This link has no text inside it." ] } } }, "wave": { "alt_link_missing": { "quality": 1, "what": "Linked image has no text alternative", "complaints": { "countTotal": 1, "texts": [ "Linked image missing alternative text" ] } } } } }, "contentBeyondLandmarks": { "score": 56, "maxCount": 28, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 28, "texts": [ "Perceivable text content is included in a landmark" ] } } }, "axe": { "region": { "quality": 1, "what": "Some page content is not contained by landmarks", "complaints": { "countTotal": 10, "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": 15, "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" ] } } } } }, "headingEmpty": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "alfa": { "r64": { "quality": 1, "what": "Heading has no non-empty accessible name", "complaints": { "countTotal": 1, "texts": [ "Heading has non-empty accessible name" ] } } }, "axe": { "empty-heading": { "quality": 1, "what": "Heading empty", "complaints": { "countTotal": 1, "texts": [ "Headings should not be empty; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute" ] } } }, "htmlcs": { "AAA.1_3_1.H42.2": { "quality": 1, "what": "Heading empty", "complaints": { "countTotal": 1, "texts": [ "Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags." ] } } }, "ibm": { "heading_content_exists": { "quality": 1, "what": "Heading element has no descriptive content", "complaints": { "countTotal": 1, "texts": [ "Heading element has no descriptive content" ] } } }, "qualWeb": { "QW-ACT-R35": { "quality": 1, "what": "Heading has no accessible name", "complaints": { "countTotal": 1, "texts": [ "This rule applies to any HTML element with the semantic role of heading that is included in the accessibility tree." ] } } }, "wave": { "heading_empty": { "quality": 1, "what": "Empty heading", "complaints": { "countTotal": 1, "texts": [ "Empty heading" ] } } } } }, "focusIndication": { "score": 232, "maxCount": 58, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 1, "texts": [ "Element in sequential focus order has visible focus" ] } } }, "qualWeb": { "QW-ACT-R62": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 58, "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": 2, "texts": [ "INPUT element has no focus indicator" ] } } } } }, "contrastAAA": { "score": 7, "maxCount": 7, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 7, "texts": [ "Text outside widget has enhanced contrast" ] } } } } }, "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": 28, "maxCount": 7, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 7, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 3, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.13 (foreground color: #d3a6b1, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" ] } } } } }, "obsolete": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "alfa": { "r70": { "quality": 1, "what": "Element is obsolete or deprecated", "complaints": { "countTotal": 1, "texts": [ "No obsolete or deprecated elements are used" ] } } }, "htmlcs": { "AAA.1_3_1.H49.Center": { "quality": 1, "what": "center element is obsolete", "complaints": { "countTotal": 1, "texts": [ "Presentational markup used that has become obsolete in HTML5." ] } } }, "ibm": { "element_attribute_deprecated": { "quality": 1, "what": "Element or attribute is obsolete", "complaints": { "countTotal": 1, "texts": [ "The <center> element is deprecated in HTML 5" ] } } }, "qualWeb": { "QW-BP10": { "quality": 1, "what": "HTML element is used to control the visual presentation of content", "complaints": { "countTotal": 1, "texts": [ "No HTML elements are used to control the visual presentation of content" ] } } } } }, "headingOfNothing": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "alfa": { "r78": { "quality": 1, "what": "No content between two headings of the same level", "complaints": { "countTotal": 1, "texts": [ "Headings of same level have text content between them" ] } } } } }, "repeatedContentRisk": { "score": 5, "maxCount": 5, "weight": 1, "tools": { "alfa": { "r87": { "quality": 0.5, "what": "First focusable element is not a link to the main content", "complaints": { "countTotal": 1, "texts": [ "First focusable element is link to main content" ] } } }, "qualWeb": { "QW-ACT-R73": { "quality": 1, "what": "Block of repeated content is not collapsible", "complaints": { "countTotal": 1, "texts": [ "This rule checks that repeated blocks of content are collapsible." ] } }, "QW-ACT-R74": { "quality": 1, "what": "Document has no instrument to move focus to non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that there is an instrument to move focus to non-repeated content in the page." ] } }, "QW-WCAG-T23": { "quality": 1, "what": "No link at the top of the page that goes directly to the main content area", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page." ] } }, "QW-BP17": { "quality": 1, "what": "No link at the beginning of a block of repeated content goes to the end of the block", "complaints": { "countTotal": 2, "texts": [ "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block." ] } } } } }, "hiddenContentRisk": { "score": 5, "maxCount": 5, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 5, "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" ] } } } } }, "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" ] } } } } }, "listChild": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "axe": { "list": { "quality": 1, "what": "List element ul or ol has a child element other than li, script, and template", "complaints": { "countTotal": 1, "texts": [ "<ul> and <ol> must only directly contain <li>, <script> or <template> elements" ] } } }, "continuum": { "246": { "quality": 1, "what": "ul element does not contain only li, script, template, or listitem-role elements as direct child elements", "complaints": { "countTotal": 1, "texts": [ "This UL should only contain li elements (without an ARIA-assigned role), script elements (without an ARIA-assigned role) or template elements (without an ARIA-assigned role); or elements with a role=listitem attribute; as direct child elements" ] } } }, "qualWeb": { "QW-BP24": { "quality": 1, "what": "ul or ol element has a child other than li, script, or template", "complaints": { "countTotal": 1, "texts": [ "Ensures that lists are structured correctly. <ul> and <ol> must only directly contain <li>, <script> or <template> elements" ] } } } } }, "listItemOrphan": { "score": 32, "maxCount": 8, "weight": 4, "tools": { "axe": { "listitem": { "quality": 1, "what": "li element is not contained by a ul or ol element", "complaints": { "countTotal": 8, "texts": [ "<li> elements must be contained in a <ul> or <ol>; List item does not have a <ul>, <ol> parent element" ] } } }, "continuum": { "99": { "quality": 1, "what": "li element has no ul, ol, or list-role parent", "complaints": { "countTotal": 8, "texts": [ "This LI does not have a ul element (without an ARIA-assigned role); ol element (without an ARIA-assigned role); or element with a role set to the value: list as a parent" ] } } } } }, "pseudoHeadingRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "htmlcs": { "AAA.1_3_1.H42": { "quality": 1, "what": "Heading coding is not used but the element may be intended as a heading", "complaints": { "countTotal": 1, "texts": [ "Heading markup should be used if this content is intended as a heading." ] } } } } }, "pseudoOrderedListRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "htmlcs": { "AAA.1_3_1.H48.2": { "quality": 1, "what": "Ordered list may fail to be coded as such", "complaints": { "countTotal": 1, "texts": [ "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document." ] } } } } }, "scrollRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "quality": 1, "what": "Fixed-position element may force bidirectional scrolling", "complaints": { "countTotal": 1, "texts": [ "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion." ] } } } } }, "contrastRisk": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_3_F24.F24.FGColour": { "quality": 1, "what": "Inline foreground color may lack a complementary background color", "complaints": { "countTotal": 2, "texts": [ "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour." ] } }, "AAA.1_4_6.G17.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 7:1", "complaints": { "countTotal": 3, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1." ] } }, "AAA.1_4_6.G18.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 4.5:1", "complaints": { "countTotal": 1, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1." ] } } } } }, "headingStructure": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1_AAA.G141": { "quality": 1, "what": "Heading level is incorrect", "complaints": { "countTotal": 2, "texts": [ "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.", "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested." ] } } }, "tenon": { "155": { "quality": 1, "what": "Headings are not structured in a hierarchical manner", "complaints": { "countTotal": 1, "texts": [ "These headings are not structured in a hierarchical manner." ] } } } } }, "imageTextRedundant": { "score": 7, "maxCount": 7, "weight": 1, "tools": { "ibm": { "img_alt_redundant": { "quality": 1, "what": "Text alternative of the link image duplicates text in the same or an adjacent link", "complaints": { "countTotal": 7, "texts": [ "Image 'alt' value within a link is repeated in link text of the link after" ] } } } } }, "navConfusion": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "ibm": { "aria_navigation_label_unique": { "quality": 1, "what": "Multiple elements with the navigation role do not have unique labels", "complaints": { "countTotal": 1, "texts": [ "Multiple elements with \"navigation\" role do not have unique labels" ] } } } } }, "roleRedundant": { "score": 8, "maxCount": 8, "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": 7, "texts": [ "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>" ] } } }, "testaro": { "role": { "quality": 1, "what": "Invalid, native-replacing, or redundant role", "complaints": { "countTotal": 8, "texts": [ "HEADER elements have invalid or native-replaceable explicit role banner (count: 1)", "NAV elements have redundant explicit role navigation (count: 2)", "ARTICLE elements have redundant explicit role article (count: 4)", "MEDIA elements have invalid or native-replaceable explicit role article (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" ] } } } } }, "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." ] } } } } }, "errorReferenceBad": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R41": { "quality": 1, "what": "Error message describes no invalid form field value", "complaints": { "countTotal": 1, "texts": [ "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error." ] } } } } }, "sectionHeadingless": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T9": { "quality": 1, "what": "Page is not organized using headings", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order" ] } } } } }, "ignorable": { "score": 0, "maxCount": 12, "weight": 0, "tools": { "qualWeb": { "QW-WCAG-T20": { "quality": 1, "what": "Link text is not supplemented with a title attribute", "complaints": { "countTotal": 12, "texts": [ "Supplementing link text with the title attribute" ] } } } } }, "pseudoNavList": { "score": 18, "maxCount": 9, "weight": 2, "tools": { "qualWeb": { "QW-WCAG-T32": { "quality": 1, "what": "ol, ul or dl is not used for a list or group of links", "complaints": { "countTotal": 9, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "textAlternativeRisk": { "score": 8, "maxCount": 8, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 8, "texts": [ "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content" ] } } } } }, "colorMissing": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T31": { "quality": 1, "what": "Foreground or background color is specified but not both", "complaints": { "countTotal": 2, "texts": [ "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination." ] } } } } }, "headingImageNoText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "qualWeb": { "QW-BP8": { "quality": 1, "what": "Heading with an image has no accessible name", "complaints": { "countTotal": 1, "texts": [ "Headings with at least one image should have an accessible name" ] } } } } }, "noHeading": { "score": 48, "maxCount": 16, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 16, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "bannerNot1": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-BP20": { "quality": 1, "what": "Document has more than 1 banner landmark", "complaints": { "countTotal": 1, "texts": [ "Ensures the document has at most one banner landmark" ] } } } } }, "bannerNotTop": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-BP19": { "quality": 1, "what": "banner landmark is not at the top level", "complaints": { "countTotal": 1, "texts": [ "Ensures the banner landmark is at top level" ] } } } } }, "pseudoListRisk": { "score": 8, "maxCount": 8, "weight": 1, "tools": { "qualWeb": { "QW-BP23": { "quality": 1, "what": "List item is used nonsemantically", "complaints": { "countTotal": 8, "texts": [ "Ensures <li> elements are used semantically" ] } } } } }, "horizontalScrolling": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "28": { "quality": 1, "what": "Layout or sizing of the page causes horizontal scrolling", "complaints": { "countTotal": 1, "texts": [ "The layout or sizing of this page causes horizontal scrolling." ] } } } } }, "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": 102, "maxCount": 51, "weight": 2, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 2, "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": 51, "texts": [ "Text line height 35.2 px is less than 1.5 times its font size 32 px", "Text line height 18.096 px is less than 1.5 times its font size 13.92 px", "Text line height 14.4 px is less than 1.5 times its font size 14.4 px", "Text line height 16.704 px is less than 1.5 times its font size 13.92 px", "Text line height 38.4 px is less than 1.5 times its font size 32 px", "Text line height 21.504 px is less than 1.5 times its font size 17.92 px", "Text line height 10.24 px is less than 1.5 times its font size 12.8 px", "Text line height 13.92 px is less than 1.5 times its font size 13.92 px", "Text line height 31.104 px is less than 1.5 times its font size 25.92 px", "Text line height 20.8 px is less than 1.5 times its font size 20.8 px", "Text line height 16 px is less than 1.5 times its font size 16 px", "Text line height 14 px is less than 1.5 times its font size 14 px", "Text line height 28.8 px is less than 1.5 times its font size 24 px" ] } } } } }, "targetSize": { "score": 9, "maxCount": 3, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 1, "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 (42 px wide, 40 px high)", "Interactive element has a substandard size (40 px wide, 40 px high)", "Interactive element has a substandard size (139.375 px wide, 40 px high)" ] } } } } }, "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)" ] } } } } }, "tabFocusability": { "score": 22, "maxCount": 5.5, "weight": 4, "tools": { "testaro": { "focAll": { "quality": 0.5, "what": "Discrepancy between elements that should be and that are Tab-focusable", "complaints": { "countTotal": 11, "texts": [ "Some focusable elements are not Tab-focusable or vice versa" ] } } } } }, "focusableOperable": { "score": 18, "maxCount": 6, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 6, "texts": [ null ] } } } } }, "hoverSurprise": { "score": 12, "maxCount": 6, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 6, "texts": [ "Hovering over element has unexpected effects", "Operable element cannot be hovered over" ] } } } } }, "linkIndication": { "score": 70, "maxCount": 35, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 35, "texts": [ "Link is inline but has no underline" ] } } } } }, "inconsistentStyles": { "score": 8, "maxCount": 8, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 8, "texts": [ "In-line links have 3 different styles", "Links in columns have 3 different styles", "Level-2 headings have 5 different styles" ] } } } } }, "titleBad": { "score": 56, "maxCount": 14, "weight": 4, "tools": { "testaro": { "titledEl": { "quality": 1, "what": "title attribute belongs to an inappropriate element", "complaints": { "countTotal": 14, "texts": [ "A element has a title attribute", "IMG element has a title attribute" ] } } } } }, "zIndexNotZero": { "score": 27, "maxCount": 27, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 27, "texts": [ "INPUT element has a non-default Z index", "UL element has a non-default Z index", "LI element has a non-default Z index", "DIV element has a non-default Z index" ] } } } } }, "linkPair": { "score": 20, "maxCount": 10, "weight": 2, "tools": { "wave": { "link_redundant": { "quality": 1, "what": "Adjacent links go to the same URL", "complaints": { "countTotal": 10, "texts": [ "Redundant link" ] } } } } }, "pdfLink": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "wave": { "link_pdf": { "quality": 1, "what": "Link to PDF document", "complaints": { "countTotal": 2, "texts": [ "Link to PDF document" ] } } } } } } } } }