Accessibility digest
Page | Anthony J. Portantino (D) |
---|---|
URL | https://sd25.senate.ca.gov/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/24 |
Score | 2061 |
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 Anthony J. Portantino (D) at https://sd25.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 2061, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 2061 | Sum of the component scores |
issue | 1462 | Severity and number of reported defects |
tool | 286 | Tool-by-tool defect ratings |
prevention | 300 | Failed attempts by tools to test the page |
log | 10 | Browser warnings about the page |
latency | 3 | 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 | 256 |
leadingClipsText | 230 |
duplicateID | 152 |
spontaneousMotion | 102 |
contentBeyondLandmarks | 88 |
contrastAAA | 84 |
linkIndication | 72 |
textContrastAA | 68 |
noHeading | 48 |
externalLinkSurprise | 33 |
leadingInsufficient | 28 |
titleBad | 28 |
hoverSurprise | 22 |
linkTextsSame | 18 |
targetSize | 18 |
zIndexNotZero | 18 |
pseudoNavList | 16 |
duplicateAttribute | 14 |
buttonNoText | 12 |
obsolete | 12 |
externalLink | 11 |
allCaps | 9 |
inconsistentStyles | 9 |
hiddenContentRisk | 8 |
decorativeImageRisk | 7 |
landmarkConfusion | 6 |
nonSemanticText | 6 |
bannerConfusion | 6 |
skipRepeatedContent | 6 |
textAlternativeRisk | 6 |
labelClash | 6 |
repeatedContentRisk | 5 |
overflowHiddenRisk | 5 |
cssBansRotate | 4 |
bannerNot1 | 4 |
linkNoText | 4 |
headingStructure | 4 |
roleRedundant | 4 |
colorMissing | 4 |
titleRedundant | 4 |
linkPair | 4 |
h1Missing | 3 |
contrastRisk | 3 |
roleBad | 3 |
horizontalScrolling | 3 |
linkConfusionRisk | 2 |
mainNone | 2 |
scrollRisk | 1 |
complementaryNoText | 1 |
sectionHeadingless | 1 |
visibleBulk | 1 |
videoCaptionRisk | 1 |
frameContentRisk | 0 |
ignorable | 0 |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.
Issue focusIndication
WCAG: 2.4.7
Score: 256
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 64
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: 5
Complaint specifics
- A element has no focus indicator
- IFRAME element has no focus indicator
Issue leadingClipsText
WCAG: 1.4.8
Score: 230
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 1
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Complaints by testaro
Rule lineHeight
lineHeight
Description: Text has a line height less than 1.5 times its font size
Count of instances: 115
Complaint specifics
- Text line height 20 px is less than 1.5 times its font size 14 px
- Text line height 28.6 px is less than 1.5 times its font size 26 px
- Text line height 17.1429 px is less than 1.5 times its font size 12 px
- Text line height 22 px is less than 1.5 times its font size 20 px
- Text line height 28.5714 px is less than 1.5 times its font size 20 px
- Text line height 26.4 px is less than 1.5 times its font size 24 px
Issue duplicateID
WCAG: 4.1.1
Score: 152
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 38
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue spontaneousMotion
WCAG: 2.2.2
Score: 102
Complaints by testaro
Rule motion
motion
Description: Change of visible content not requested by user
Count of instances: 51
Complaint specifics
- Content moves or changes without user request
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 88
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 44
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: 2
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: 31
Complaint specifics
- Content is not within a landmark element
Issue contrastAAA
WCAG: 1.4.6
Score: 84
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 84
Complaint specifics
- Text outside widget has enhanced contrast
Complaints by axe
Rule color-contrast-enhanced
color-contrast-enhanced
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 34
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1
Complaints by htmlcs
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 38
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.76:1. Recommendation: change background to #005f89.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 15
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.
Complaints by tenon
Rule 95
95
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 31
Complaint specifics
- This element has insufficient color contrast (Level AAA).
Issue linkIndication
WCAG: 1.3.3
Score: 72
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 36
Complaint specifics
- Link is inline but has no underline
Issue textContrastAA
WCAG: 1.4.3
Score: 68
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 6
Complaint specifics
- Text outside widget has minimum contrast
Complaints by axe
Rule color-contrast
color-contrast
Description: Element has insufficient color contrast
Count of instances: 17
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it's partially obscured by another element
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.75 (foreground color: #ffffff, background color: #39a6d7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.75 (foreground color: #ffffff, background color: #39a6d7, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
Complaints by htmlcs
Rule AAA.1_4_6.G18.Fail
AAA.1_4_6.G18.Fail
Description: Contrast between the text and its background is less than 4.5:1
Count of instances: 1
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #767676.
Complaints by ibm
Rule text_contrast_sufficient
text_contrast_sufficient
Description: Text has a contrast with its background less than the WCAG AA minimum for its size and weight
Count of instances: 6
Complaint specifics
- Text contrast of 4.02 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400
- Text contrast of 4.02 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400
- Text contrast of 2.76 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700
- Text contrast of 2.76 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400
Complaints by qualWeb
Rule QW-ACT-R37
QW-ACT-R37
Description: Text has less than the minimum contrast
Count of instances: 2
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 17
Complaint specifics
- Very low contrast
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 externalLinkSurprise
WCAG: 3.2.5
Score: 33
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 11
Complaint specifics
- This link opens in a new window without user control.
Issue leadingInsufficient
WCAG: 1.4.8
Score: 28
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 14
Complaint specifics
- Paragraphs of text have sufficient line height
Issue titleBad
WCAG: 1.3.1
Score: 28
Complaints by testaro
Rule titledEl
titledEl
Description: title attribute belongs to an inappropriate element
Count of instances: 7
Complaint specifics
- A element has a title attribute
- IMG element has a title attribute
Issue hoverSurprise
WCAG: 1.4.13
Score: 22
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 11
Complaint specifics
- Hovering over element has unexpected effects
- Operable element cannot be hovered over
Issue linkTextsSame
WCAG: 2.4.4
Score: 18
Complaints by qualWeb
Rule QW-ACT-R9
QW-ACT-R9
Description: Links with identical accessible names have different purposes
Count of instances: 9
Complaint specifics
- This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.
Complaints by tenon
Rule 98
98
Description: Links have the same text but different destinations
Count of instances: 5
Complaint specifics
- These links have the same text but different destinations.
Issue targetSize
WCAG: 2.5.5
Score: 18
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 6
Complaint specifics
- This actionable element is smaller than the minimum required size.
Complaints by testaro
Rule targetSize
targetSize
Description: Button, input, or non-inline link is smaller than 44 px wide and high
Count of instances: 3
Complaint specifics
- Interactive element has a substandard size (1 px wide, 1 px high)
- Interactive element has a substandard size (25 px wide, 25 px high)
Issue zIndexNotZero
WCAG: 1.4
Score: 18
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 18
Complaint specifics
- HEADER element has a non-default Z index
- UL element has a non-default Z index
- LI element has a non-default Z index
- A element has a non-default Z index
- DIV element has a non-default Z index
Issue pseudoNavList
WCAG: 1.3.1
Score: 16
Complaints by htmlcs
Rule AAA.1_3_1.H48
AAA.1_3_1.H48
Description: Navigation links are not coded as a list
Count of instances: 1
Complaint specifics
- If this element contains a navigation section, it is recommended that it be marked up as a list.
Complaints by qualWeb
Rule QW-WCAG-T32
QW-WCAG-T32
Description: ol, ul or dl is not used for a list or group of links
Count of instances: 8
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
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 buttonNoText
WCAG: 4.1.2
Score: 12
Complaints by htmlcs
Rule AAA.4_1_2.H91.Button.Name
AAA.4_1_2.H91.Button.Name
Description: Button element has no accessible name
Count of instances: 3
Complaint specifics
- This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.
Complaints by wave
Rule button_empty
button_empty
Description: Button is empty or has no value text
Count of instances: 3
Complaint specifics
- Empty button
Issue obsolete
WCAG: 4.1
Score: 12
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 4
Complaint specifics
- The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
- The HTML attribute(s) "profile" is deprecated for the <head> element in HTML 5
- The HTML attribute(s) "frameborder" is deprecated for the <iframe> element in HTML 5
Issue externalLink
WCAG: 3.2.5
Score: 11
Complaints by htmlcs
Rule AAA.3_2_5.H83.3
AAA.3_2_5.H83.3
Description: Link text may fail to indicate that the link will open in a new window
Count of instances: 11
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Complaints by testaro
Rule linkExt
linkExt
Description: Link opens a new window or tab
Count of instances: 11
Complaint specifics
- Element a has a target=_blank attribute
Issue allCaps
WCAG: 3.1.5
Score: 9
Complaints by tenon
Rule 153
153
Description: Long string of text is in all caps
Count of instances: 9
Complaint specifics
- This long string of text is in all caps.
Issue inconsistentStyles
WCAG: 3.2.4
Score: 9
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 9
Complaint specifics
- In-line links have 3 different styles
- Links in columns have 3 different styles
- Buttons have 3 different styles
- Level-2 headings have 4 different styles
Issue hiddenContentRisk
WCAG: 4.1
Score: 8
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 8
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 decorativeImageRisk
WCAG: 1.1.1
Score: 7
Complaints by htmlcs
Rule AAA.1_1_1.H67.2
AAA.1_1_1.H67.2
Description: Image marked as decorative may be informative
Count of instances: 7
Complaint specifics
- Img element is marked so that it is ignored by Assistive Technology.
Issue landmarkConfusion
WCAG: 1.3.6
Score: 6
Complaints by axe
Rule landmark-unique
landmark-unique
Description: Landmark has a role and an accessible name that are identical to another
Count of instances: 1
Complaint specifics
- Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
Complaints by ibm
Rule aria_landmark_name_unique
aria_landmark_name_unique
Description: Multiple landmarks with the same parent region are not distinguished from one another
Count of instances: 2
Complaint specifics
- Multiple "banner" landmarks with the same parent region are not distinguished from one another because they have the same "" label
Issue nonSemanticText
WCAG: 1.3.1
Score: 6
Complaints by htmlcs
Rule AAA.1_3_1.H49.I
AAA.1_3_1.H49.I
Description: Special text is italicized nonsemantically
Count of instances: 3
Complaint specifics
- Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.
Issue bannerConfusion
WCAG: 1.3.6
Score: 6
Complaints by ibm
Rule aria_banner_label_unique
aria_banner_label_unique
Description: Multiple elements with a banner role have no unique labels
Count of instances: 2
Complaint specifics
- Multiple elements with "banner" role do not have unique labels
Issue skipRepeatedContent
WCAG: 2.4.1
Score: 6
Complaints by qualWeb
Rule QW-ACT-R64
QW-ACT-R64
Description: Document has no heading for non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that the non-repeated content contains a heading
Rule QW-ACT-R75
Description: Blocks of repeated content cannot be bypassed
Count of instances: 1
Complaint specifics
- This rule checks that each page has a mechanism to bypass repeated blocks of content.
Issue textAlternativeRisk
WCAG: 1
Score: 6
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 6
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 labelClash
WCAG: 1.3.1
Score: 6
Complaints by testaro
Rule labClash
labClash
Description: Incompatible label types
Count of instances: 3
Complaint specifics
- Element BUTTON is unlabeled
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 5
Complaints by alfa
Rule r87
r87
Description: First focusable element is not a link to the main content
Count of instances: 1
Complaint specifics
- First focusable element is link to main content
Complaints by qualWeb
Rule QW-ACT-R73
QW-ACT-R73
Description: Block of repeated content is not collapsible
Count of instances: 1
Complaint specifics
- This rule checks that repeated blocks of content are collapsible.
Rule QW-ACT-R74
Description: Document has no instrument to move focus to non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that there is an instrument to move focus to non-repeated content in the page.
Rule QW-WCAG-T23
Description: No link at the top of the page that goes directly to the main content area
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.
Rule QW-BP17
Description: No link at the beginning of a block of repeated content goes to the end of the block
Count of instances: 2
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 5
Complaints by qualWeb
Rule QW-ACT-R40
QW-ACT-R40
Description: Zoomed text node may be clipped by a CSS overflow declaration
Count of instances: 5
Complaint specifics
- This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.
Issue 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 bannerNot1
WCAG: 1.3.6
Score: 4
Complaints by axe
Rule landmark-no-duplicate-banner
landmark-no-duplicate-banner
Description: Page has more than 1 banner landmark
Count of instances: 1
Complaint specifics
- Document should not have more than one banner landmark; Document has more than one banner landmark
Complaints by ibm
Rule aria_banner_single
aria_banner_single
Description: More than one element with a banner role is on the page
Count of instances: 2
Complaint specifics
- There is more than one element with "banner" role on the page
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 linkNoText
WCAG: 2.4.4
Score: 4
Complaints by htmlcs
Rule AAA.4_1_2.H91.A.Empty
AAA.4_1_2.H91.A.Empty
Description: a element has an id attribute but no href attribute or text
Count of instances: 1
Complaint specifics
- Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.
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 roleRedundant
WCAG: 4.1.2
Score: 4
Complaints by ibm
Rule aria_role_redundant
aria_role_redundant
Description: Explicitly assigned ARIA role is redundant with the implicit role of the element
Count of instances: 4
Complaint specifics
- The explicitly-assigned ARIA role "banner" is redundant with the implicit role of the element <header>
- The explicitly-assigned ARIA role "navigation" is redundant with the implicit role of the element <nav>
- The explicitly-assigned ARIA role "complementary" is redundant with the implicit role of the element <aside>
Complaints by testaro
Rule role
role
Description: Invalid, native-replacing, or redundant role
Count of instances: 4
Complaint specifics
- HEADER elements have invalid or native-replaceable explicit role banner (count: 2)
- NAV elements have redundant explicit role navigation (count: 1)
- ASIDE elements have redundant explicit role complementary (count: 1)
Issue colorMissing
WCAG: 1.4.3
Score: 4
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 1
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 titleRedundant
WCAG: 1.3.1
Score: 4
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: 1
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: 4
Complaint specifics
- Redundant title text
Issue linkPair
WCAG: 2.4.4
Score: 4
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 2
Complaint specifics
- Redundant link
Issue 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 contrastRisk
WCAG: 1.4.3
Score: 3
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: 1
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.
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 linkConfusionRisk
WCAG: 2.4.4
Score: 2
Complaints by axe
Rule identical-links-same-purpose
identical-links-same-purpose
Description: Links with the same accessible name may serve dissimilar purposes
Count of instances: 2
Complaint specifics
- Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous.
Issue mainNone
WCAG: 1.3.6
Score: 2
Complaints by axe
Rule landmark-one-main
landmark-one-main
Description: page has no main landmark
Count of instances: 1
Complaint specifics
- Document should have one main landmark; Document does not have a main landmark
Complaints by qualWeb
Rule QW-ACT-R63
QW-ACT-R63
Description: Document has no landmark with non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that each page has an element with a landmark semantic role starting with non-repeated content
Issue scrollRisk
WCAG: 1.4.10
Score: 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 complementaryNoText
WCAG: 1.3.6
Score: 1
Complaints by ibm
Rule aria_complementary_labelled
aria_complementary_labelled
Description: Element with a complementary role has no label
Count of instances: 1
Complaint specifics
- The element with "complementary" role does not have a label
Issue sectionHeadingless
WCAG: 1.3.1
Score: 1
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 1
Complaint specifics
- The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order
Issue visibleBulk
WCAG: 2.4
Score: 1
Complaints by testaro
Rule bulk
bulk
Description: Page contains many visible elements
Count of instances: 1
Complaint specifics
- Page contains a large number of visible elements
Issue videoCaptionRisk
WCAG: 1.2.2
Score: 1
Complaints by wave
Rule youtube_video
youtube_video
Description: YouTube video may have no or incorrect captions
Count of instances: 1
Complaint specifics
- YouTube video
Issue frameContentRisk
WCAG: 4.1
Score: 0
Complaints by axe
Rule frame-tested
frame-tested
Description: Some content is in an iframe and therefore may not be testable for accessibility
Count of instances: 1
Complaint specifics
- Frames should be tested with axe-core; The iframe still has to be tested with axe-core
Issue ignorable
WCAG: N/A
Score: 0
Complaints by qualWeb
Rule QW-WCAG-T20
QW-WCAG-T20
Description: Link text is not supplemented with a title attribute
Count of instances: 17
Complaint specifics
- Supplementing link text with the title attribute
Complete report
{ "id": "1etp6-ts27-caSenSDsd25", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687643982485, "endTime": 1687643983104 }, { "type": "url", "which": "https://sd25.senate.ca.gov/", "what": "Anthony J. Portantino (D)", "startTime": 1687643983104, "result": { "url": "https://sd25.senate.ca.gov/" }, "endTime": 1687643985540 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687643985540, "url": "https://sd25.senate.ca.gov/", "endTime": 1687643987754 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687643987754, "url": "https://sd25.senate.ca.gov/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 1347459, 1107364, 1083370, 1083370, 1402414 ], "localRatios": [ 1.217, 1.022, 1, 1.294 ], "meanLocalRatio": 1.133, "maxLocalRatio": 1.294, "globalRatio": 1.294, "pixelChanges": [ 539213, 0, 0, 542287 ], "meanPixelChange": 270375, "maxPixelChange": 542287, "changeFrequency": 0.5 }, "totals": [ 0, 0, 51, 0 ], "standardInstances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 51, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] } }, "success": true }, "standardResult": { "totals": [ 0, 0, 51, 0 ], "instances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 51, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "endTime": 1687644002468 }, { "type": "launch", "which": "chromium", "startTime": 1687644002469, "endTime": 1687644003047 }, { "type": "url", "which": "https://sd25.senate.ca.gov/", "what": "Anthony J. Portantino (D)", "startTime": 1687644003047, "result": { "url": "https://sd25.senate.ca.gov/" }, "endTime": 1687644005085 }, { "type": "test", "which": "alfa", "startTime": 1687644005085, "url": "https://sd25.senate.ca.gov/", "what": "alfa", "result": { "totals": { "failures": 149, "warnings": 1 }, "items": [ { "index": 222, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/text()[2]", "codeLines": [ "COVID-19:" ] } }, { "index": 223, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Vaccine Information and Resources" ] } }, { "index": 253, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "In The News" ] } }, { "index": 254, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "July 15, 2020" ] } }, { "index": 255, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "Asbarez: It is Vital that Congress Includes Assistance to Artsakh" ] } }, { "index": 256, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]/text()[1]", "codeLines": [ "\"I am proud to Chair the California State Senate Select Committee on California, Armenia and Artsakh Mutual Trade, Art and Cultural Exchange. California is the only state that I am aware of that has formalized an official cooperative effort of this significance." ] } }, { "index": 257, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "May 26, 2020" ] } }, { "index": 258, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "City of San Marino 2020 Memorial Day Service" ] } }, { "index": 259, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]/text()[1]", "codeLines": [ "While we cannot gather in person for our traditional Memorial Day Service, the" ] } }, { "index": 260, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "City of San Marino" ] } }, { "index": 261, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]/text()[2]", "codeLines": [ "has created a virtual ceremony to help us honor those who served and those who gave the ultimate sacrifice." ] } }, { "index": 262, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "March 6, 2020" ] } }, { "index": 263, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools" ] } }, { "index": 264, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/p[1]/text()[1]", "codeLines": [ "State Sen. Anthony Portantino (D-La CaƱada Flintridge) wants students who have dyslexia to be diagnosed at an early age and introduced a bill in February to achieve that goal." ] } }, { "index": 265, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "March 3, 2020" ] } }, { "index": 266, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "LA Times: Bond measure would put $5.5 billion toward fighting climate change" ] } }, { "index": 267, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[3]/div[1]/p[1]/text()[1]", "codeLines": [ "A proposed $5.5-billion bond measure from the California Senate aims to combat climate change by funding various environmental preservation and expansion projects throughout the state." ] } }, { "index": 268, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "February 25, 2020" ] } }, { "index": 269, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "State Attorney General Seeks Injunction Against āSummerkidsā Camp" ] } }, { "index": 270, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[3]/div[1]/p[1]/text()[1]", "codeLines": [ "The state Department of Social Services and Attorney General Xavier Becerra are seeking an injunction that would prevent Altadenaās Summerkids campĀ Ā āĀ where 6-year-old Roxie Forbes drowned last June 28 ā from reopening this summer." ] } }, { "index": 271, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "View All News" ] } }, { "index": 272, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/h2[1]/text()[1]", "codeLines": [ "Press Releases" ] } }, { "index": 273, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "June 15, 2023" ] } }, { "index": 274, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "Senator Portantinoās Statement on Todayās Budget Vote" ] } }, { "index": 275, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "Sacramento, CA -" ] } }, { "index": 276, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]/text()[1]", "codeLines": [ "Senator Anthony J. Portantino (D ā Burbank) released the following statement regarding the action taken today by the Legislature on the 2023-24 State Budget:" ] } }, { "index": 277, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "June 8, 2023" ] } }, { "index": 278, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important Homeless Services" ] } }, { "index": 279, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "Sacramento, California ā" ] } }, { "index": 280, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]/text()[1]", "codeLines": [ "This week Senator Anthony J. Portantino (D ā Burbank) nominated SELAH Neighborhood Homeless Coalition as the Non-Profit of the Year for the 25th State Senate District. Transitional Executive Director Justin Szlasa and Co-Founder Janet Kim flew to..." ] } }, { "index": 281, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "June 8, 2023" ] } }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās Gun Violence Epidemic" ] } }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[3]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "SACRAMENTO ā" ] } }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[3]/div[1]/p[1]/text()[1]", "codeLines": [ "Senator Anthony J. Portantino (D ā Burbank) announced his support of Governor Newsomās proposal for a 28th Amendment to the U.S. Constitution that would guarantee common sense gun safety measures and protections broadly supported by the American public and gun..." ] } }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "June 1, 2023" ] } }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "Portantino IEP Translation Bill Passes Senate Floor" ] } }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[3]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "Sacramento, California ā" ] } }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[3]/div[1]/p[1]/text()[1]", "codeLines": [ "Senate Bill 445, authored by Senator Anthony J. Portantino (D ā Burbank), passed the Senate floor. The measure would address language barriers faced by parents in the Individualized Education Plan (IEP) process by requiring schools to provide families a..." ] } }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[5]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "May 31, 2023" ] } }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[5]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor" ] } }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[5]/div[3]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "Sacramento, California ā" ] } }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[5]/div[3]/div[1]/p[1]/text()[1]", "codeLines": [ "Senate Bills 234, authored by Senator Anthony J. Portantino (D ā Burbank), passed the Senate Floor. The measure addresses the rise in opioid-related deaths by making opioid antagonists such as Narcan readily available in schools and other places accessed..." ] } }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "View All Press Releases" ] } }, { "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[4]/div[1]/div[1]/section[1]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "Committees" ] } }, { "index": 344, "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": 426, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/text()[2]", "codeLines": [ "COVID-19:" ] } }, { "index": 427, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Vaccine Information and Resources" ] } }, { "index": 428, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 429, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "About" ] } }, { "index": 430, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "Committees" ] } }, { "index": 431, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]/text()[1]", "codeLines": [ "Legislation" ] } }, { "index": 432, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "2023 Legislation" ] } }, { "index": 433, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "2022 Legislation" ] } }, { "index": 434, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "2021 Legislation" ] } }, { "index": 435, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[4]/a[1]/text()[1]", "codeLines": [ "2020 Legislation" ] } }, { "index": 436, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[5]/a[1]/text()[1]", "codeLines": [ "2019 Legislation" ] } }, { "index": 437, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[6]/a[1]/text()[1]", "codeLines": [ "2018 Legislation" ] } }, { "index": 438, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[7]/a[1]/text()[1]", "codeLines": [ "2017 Legislation" ] } }, { "index": 439, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/a[1]/text()[1]", "codeLines": [ "Newsroom" ] } }, { "index": 440, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Press Releases" ] } }, { "index": 441, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "In the News" ] } }, { "index": 442, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "Video Gallery" ] } }, { "index": 443, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[4]/a[1]/text()[1]", "codeLines": [ "Capitol Photo Gallery" ] } }, { "index": 444, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[5]/a[1]/text()[1]", "codeLines": [ "District Photo Gallery" ] } }, { "index": 445, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[6]/a[1]/text()[1]", "codeLines": [ "Newsletter" ] } }, { "index": 446, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/a[1]/text()[1]", "codeLines": [ "District" ] } }, { "index": 447, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "District Map" ] } }, { "index": 448, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "District 25 Recognition" ] } }, { "index": 449, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "2023 Events" ] } }, { "index": 450, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[4]/a[1]/text()[1]", "codeLines": [ "SB 45 Resources" ] } }, { "index": 451, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[5]/a[1]/text()[1]", "codeLines": [ "Resources" ] } }, { "index": 452, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]/text()[1]", "codeLines": [ "CA / Armenian Committee" ] } }, { "index": 453, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/a[1]/text()[1]", "codeLines": [ "Contact" ] } }, { "index": 454, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Contact Us" ] } }, { "index": 455, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "Meeting Requests" ] } }, { "index": 458, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "Asbarez: It is Vital that Congress Includes Assistance to Artsakh" ] } }, { "index": 461, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "City of San Marino 2020 Memorial Day Service" ] } }, { "index": 466, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools" ] } }, { "index": 469, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "LA Times: Bond measure would put $5.5 billion toward fighting climate change" ] } }, { "index": 472, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "State Attorney General Seeks Injunction Against āSummerkidsā Camp" ] } }, { "index": 474, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "View All News" ] } }, { "index": 477, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "Senator Portantinoās Statement on Todayās Budget Vote" ] } }, { "index": 481, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important Homeless Services" ] } }, { "index": 485, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās Gun Violence Epidemic" ] } }, { "index": 489, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "Portantino IEP Translation Bill Passes Senate Floor" ] } }, { "index": 493, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[5]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor" ] } }, { "index": 496, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "View All Press Releases" ] } }, { "index": 498, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/aside[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/span[1]/a[1]/text()[1]", "codeLines": [ "108th commemoration of the Armenian Genocide" ] } }, { "index": 500, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/aside[1]/div[1]/section[2]/a[1]/span[1]/text()[1]", "codeLines": [ "Newsletter" ] } }, { "index": 502, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]/strong[1]/text()[1]", "codeLines": [ "Capitol Office" ] } }, { "index": 503, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]/text()[1]", "codeLines": [ "1021 O Street, Suite 7630" ] } }, { "index": 504, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]/text()[2]", "codeLines": [ "Sacramento, CA 95814" ] } }, { "index": 505, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]/strong[2]/text()[1]", "codeLines": [ "Phone:" ] } }, { "index": 506, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]/text()[4]", "codeLines": [ "(916) 651-4025" ] } }, { "index": 507, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]/strong[3]/text()[1]", "codeLines": [ "Fax:" ] } }, { "index": 508, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]/text()[6]", "codeLines": [ "(916) 651-4925" ] } }, { "index": 509, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/strong[1]/text()[1]", "codeLines": [ "Glendale District Office" ] } }, { "index": 510, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/text()[1]", "codeLines": [ "601 East Glenoaks Suite 210" ] } }, { "index": 511, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/text()[2]", "codeLines": [ "Glendale, CA. 91207" ] } }, { "index": 512, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/strong[2]/text()[1]", "codeLines": [ "Phone:" ] } }, { "index": 513, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/text()[4]", "codeLines": [ "(818) 409-0400;" ] } }, { "index": 514, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/strong[3]/text()[1]", "codeLines": [ "Fax:" ] } }, { "index": 515, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/text()[6]", "codeLines": [ "(818) 409-1256" ] } }, { "index": 516, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/strong[4]/text()[1]", "codeLines": [ "Home:" ] } }, { "index": 517, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/text()[8]", "codeLines": [ "(818) 952-3432." ] } }, { "index": 518, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]/strong[1]/text()[1]", "codeLines": [ "San Dimas Office" ] } }, { "index": 519, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]/text()[1]", "codeLines": [ "201 East Bonita Ave." ] } }, { "index": 520, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]/text()[2]", "codeLines": [ "San Dimas,Ā CAĀ 91773" ] } }, { "index": 521, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]/strong[2]/text()[1]", "codeLines": [ "Phone:" ] } }, { "index": 522, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]/text()[4]", "codeLines": [ "(909) 599-7351" ] } }, { "index": 523, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]/strong[3]/text()[1]", "codeLines": [ "Fax:" ] } }, { "index": 524, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]/text()[6]", "codeLines": [ "(909) 599-7692" ] } }, { "index": 525, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 526, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "About" ] } }, { "index": 527, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "Committees" ] } }, { "index": 528, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[4]/a[1]/text()[1]", "codeLines": [ "Legislation" ] } }, { "index": 529, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[5]/a[1]/text()[1]", "codeLines": [ "Newsroom" ] } }, { "index": 530, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[6]/a[1]/text()[1]", "codeLines": [ "District" ] } }, { "index": 531, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[7]/a[1]/text()[1]", "codeLines": [ "Contact" ] } }, { "index": 532, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[1]/text()[1]", "codeLines": [ "California State Senate" ] } }, { "index": 533, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/text()[2]", "codeLines": [ "|" ] } }, { "index": 534, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[2]/text()[1]", "codeLines": [ "Democratic Caucus Ā©" ] } }, { "index": 535, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[2]/text()[2]", "codeLines": [ "2023" ] } }, { "index": 536, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/text()[3]", "codeLines": [ "|" ] } }, { "index": 537, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[3]/text()[1]", "codeLines": [ "Privacy Policy" ] } }, { "index": 538, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/text()[4]", "codeLines": [ "|" ] } }, { "index": 539, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[4]/text()[1]", "codeLines": [ "Accessibility Statement" ] } }, { "index": 540, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/text()[5]", "codeLines": [ "|" ] } }, { "index": 541, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[5]/text()[1]", "codeLines": [ "Register to Vote" ] } }, { "index": 557, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/text()[2]", "codeLines": [ "COVID-19:" ] } }, { "index": 558, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Vaccine Information and Resources" ] } }, { "index": 605, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "View All News" ] } }, { "index": 627, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "View All Press Releases" ] } }, { "index": 629, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/aside[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/span[1]/a[1]/text()[1]", "codeLines": [ "108th commemoration of the Armenian Genocide" ] } }, { "index": 631, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/aside[1]/div[1]/section[2]/a[1]/span[1]/text()[1]", "codeLines": [ "Newsletter" ] } }, { "index": 703, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]", "codeLines": [ "<p>", " \"I am proud to Chair the California State Senate Select Committee on California, Armenia and Artsakh Mutual Trade, Art and Cultural Exchange. California is the only state that I am aware of that has formalized an official cooperative effort of this significance.", "</p>" ] } }, { "index": 704, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]", "codeLines": [ "<p>", " While we cannot gather in person for our traditional Memorial Day Service, the", " <strong>", " City of San Marino", " </strong>", " has created a virtual ceremony to help us honor those who served and those who gave the ultimate sacrifice.", "</p>" ] } }, { "index": 705, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/p[1]", "codeLines": [ "<p>", " State Sen. Anthony Portantino (D-La CaƱada Flintridge) wants students who have dyslexia to be diagnosed at an early age and introduced a bill in February to achieve that goal.", "</p>" ] } }, { "index": 706, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[3]/div[1]/p[1]", "codeLines": [ "<p>", " A proposed $5.5-billion bond measure from the California Senate aims to combat climate change by funding various environmental preservation and expansion projects throughout the state.", "</p>" ] } }, { "index": 707, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[3]/div[1]/p[1]", "codeLines": [ "<p>", " The state Department of Social Services and Attorney General Xavier Becerra are seeking an injunction that would prevent Altadenaās Summerkids campĀ Ā āĀ where 6-year-old Roxie Forbes drowned last June 28 ā from reopening this summer.", "</p>" ] } }, { "index": 708, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]", "codeLines": [ "<p>", " <strong>", " Sacramento, CA -", " </strong>", " Senator Anthony J. Portantino (D ā Burbank) released the following statement regarding the action taken today by the Legislature on the 2023-24 State Budget:", "</p>" ] } }, { "index": 709, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]", "codeLines": [ "<p>", " <strong>", " Sacramento, California ā", " </strong>", " This week Senator Anthony J. Portantino (D ā Burbank) nominated SELAH Neighborhood Homeless Coalition as the Non-Profit of the Year for the 25th State Senate District. Transitional Executive Director Justin Szlasa and Co-Founder Janet Kim flew to...", "</p>" ] } }, { "index": 710, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[3]/div[1]/p[1]", "codeLines": [ "<p>", " <strong>", " SACRAMENTO ā", " </strong>", " Senator Anthony J. Portantino (D ā Burbank) announced his support of Governor Newsomās proposal for a 28th Amendment to the U.S. Constitution that would guarantee common sense gun safety measures and protections broadly supported by the American public and gun...", "</p>" ] } }, { "index": 711, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[3]/div[1]/p[1]", "codeLines": [ "<p>", " <strong>", " Sacramento, California ā", " </strong>", " Senate Bill 445, authored by Senator Anthony J. Portantino (D ā Burbank), passed the Senate floor. The measure would address language barriers faced by parents in the Individualized Education Plan (IEP) process by requiring schools to provide families a...", "</p>" ] } }, { "index": 712, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[5]/div[3]/div[1]/p[1]", "codeLines": [ "<p>", " <strong>", " Sacramento, California ā", " </strong>", " Senate Bills 234, authored by Senator Anthony J. Portantino (D ā Burbank), passed the Senate Floor. The measure addresses the rise in opioid-related deaths by making opioid antagonists such as Narcan readily available in schools and other places accessed...", "</p>" ] } }, { "index": 713, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"office-info\">", " <strong>", " Capitol Office", " </strong>", " <br>", " 1021 O Street, Suite 7630", " <br>", " Sacramento, CA 95814", " <br>", " <strong>", " Phone:", " </strong>", " (916) 651-4025", " <br>", " <strong>", " Fax:", " </strong>", " (916) 651-4925", "</p>" ] } }, { "index": 714, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]", "codeLines": [ "<p class=\"office-info\">", " <strong>", " Glendale District Office", " </strong>", " <br>", " 601 East Glenoaks Suite 210", " <br>", " Glendale, CA. 91207", " <br>", " <strong>", " Phone:", " </strong>", " (818) 409-0400;", " <br>", " <strong>", " Fax:", " </strong>", " (818) 409-1256", " <br>", " <strong>", " Home:", " </strong>", " (818) 952-3432.", "</p>" ] } }, { "index": 715, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]", "codeLines": [ "<p class=\"office-info\">", " <strong>", " San Dimas Office", " </strong>", " <br>", " 201 East Bonita Ave.", " <br>", " San Dimas,Ā CAĀ 91773", " <br>", " <strong>", " Phone:", " </strong>", " (909) 599-7351", " <br>", " <strong>", " Fax:", " </strong>", " (909) 599-7692", " <br>", "</p>" ] } }, { "index": 716, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]", "codeLines": [ "<p class=\"footerinfo\">", " <br>", " <a href=\"http://www.senate.ca.gov/\" target=\"_blank\">", " California State Senate", " </a>", " |", " <a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\">", " Democratic Caucus Ā©", " <script>", " document.write(new Date().getFullYear())", " </script>", " 2023", " </a>", " |", " <a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">", " Privacy Policy", " </a>", " |", " <a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">", " Accessibility Statement", " </a>", " |", " <a href=\"http://registertovote.ca.gov/\" target=\"_blank\">", " Register to Vote", " </a>", "</p>" ] } }, { "index": 782, "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": [ 1, 0, 0, 149 ], "instances": [ { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/text()[2]" }, "excerpt": "COVID-19:" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/a[1]/text()[1]" }, "excerpt": "Vaccine Information and Resources" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/h2[1]/text()[1]" }, "excerpt": "In The 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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "July 15, 2020" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "Asbarez: It is Vital that Congress Includes Assistance to Artsakh" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]/text()[1]" }, "excerpt": "\"I am proud to Chair the California State Senate Select Committee on California, Armenia and Artsakh Mutual Trade, Art and Cultural Exchange. California is the only state that I am aware of that has formalized an official cooperative effort of this significance." }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "May 26, 2020" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "City of San Marino 2020 Memorial Day Service" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]/text()[1]" }, "excerpt": "While we cannot gather in person for our traditional Memorial Day Service, the" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "City of San Marino" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]/text()[2]" }, "excerpt": "has created a virtual ceremony to help us honor those who served and those who gave the ultimate sacrifice." }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "March 6, 2020" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/p[1]/text()[1]" }, "excerpt": "State Sen. Anthony Portantino (D-La CaƱada Flintridge) wants students who have dyslexia to be diagnosed at an early age and introduced a bill in February to achieve that goal." }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "March 3, 2020" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "LA Times: Bond measure would put $5.5 billion toward fighting climate change" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[3]/div[1]/p[1]/text()[1]" }, "excerpt": "A proposed $5.5-billion bond measure from the California Senate aims to combat climate change by funding various environmental preservation and expansion projects throughout the state." }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "February 25, 2020" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "State Attorney General Seeks Injunction Against āSummerkidsā Camp" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[3]/div[1]/p[1]/text()[1]" }, "excerpt": "The state Department of Social Services and Attorney General Xavier Becerra are seeking an injunction that would prevent Altadenaās Summerkids camp ā where 6-year-old Roxie Forbes drowned last June 28 ā from reopening this summer." }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "View All News" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/h2[1]/text()[1]" }, "excerpt": "Press Releases" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "June 15, 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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "Senator Portantinoās Statement on Todayās Budget Vote" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "Sacramento, CA -" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]/text()[1]" }, "excerpt": "Senator Anthony J. Portantino (D ā Burbank) released the following statement regarding the action taken today by the Legislature on the 2023-24 State Budget:" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "June 8, 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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important Homeless Services" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "Sacramento, California ā" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]/text()[1]" }, "excerpt": "This week Senator Anthony J. Portantino (D ā Burbank) nominated SELAH Neighborhood Homeless Coalition as the Non-Profit of the Year for the 25th State Senate District. Transitional Executive Director Justin Szlasa and Co-Founder Janet Kim flew to..." }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "June 8, 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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās Gun Violence Epidemic" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[3]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "SACRAMENTO ā" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[3]/div[1]/p[1]/text()[1]" }, "excerpt": "Senator Anthony J. Portantino (D ā Burbank) announced his support of Governor Newsomās proposal for a 28th Amendment to the U.S. Constitution that would guarantee common sense gun safety measures and protections broadly supported by the American public and gun..." }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "June 1, 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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "Portantino IEP Translation Bill Passes Senate Floor" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[3]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "Sacramento, California ā" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[3]/div[1]/p[1]/text()[1]" }, "excerpt": "Senate Bill 445, authored by Senator Anthony J. Portantino (D ā Burbank), passed the Senate floor. The measure would address language barriers faced by parents in the Individualized Education Plan (IEP) process by requiring schools to provide families a..." }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[5]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "May 31, 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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[5]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[5]/div[3]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "Sacramento, California ā" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[5]/div[3]/div[1]/p[1]/text()[1]" }, "excerpt": "Senate Bills 234, authored by Senator Anthony J. Portantino (D ā Burbank), passed the Senate Floor. The measure addresses the rise in opioid-related deaths by making opioid antagonists such as Narcan readily available in schools and other places accessed..." }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "View All Press Releases" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/h2[1]/text()[1]" }, "excerpt": "Committees" }, { "ruleID": "r61", "what": "Documents start with a level 1 heading", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/text()[2]" }, "excerpt": "COVID-19:" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/a[1]/text()[1]" }, "excerpt": "Vaccine Information and Resources" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "About" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "Committees" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]/text()[1]" }, "excerpt": "Legislation" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "2023 Legislation" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "2022 Legislation" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "2021 Legislation" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[4]/a[1]/text()[1]" }, "excerpt": "2020 Legislation" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[5]/a[1]/text()[1]" }, "excerpt": "2019 Legislation" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[6]/a[1]/text()[1]" }, "excerpt": "2018 Legislation" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[7]/a[1]/text()[1]" }, "excerpt": "2017 Legislation" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/a[1]/text()[1]" }, "excerpt": "Newsroom" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Press Releases" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "In the News" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "Video Gallery" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[4]/a[1]/text()[1]" }, "excerpt": "Capitol Photo Gallery" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[5]/a[1]/text()[1]" }, "excerpt": "District Photo Gallery" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[6]/a[1]/text()[1]" }, "excerpt": "Newsletter" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/a[1]/text()[1]" }, "excerpt": "District" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "District Map" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "District 25 Recognition" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "2023 Events" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[4]/a[1]/text()[1]" }, "excerpt": "SB 45 Resources" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[5]/a[1]/text()[1]" }, "excerpt": "Resources" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]/text()[1]" }, "excerpt": "CA / Armenian Committee" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/a[1]/text()[1]" }, "excerpt": "Contact" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Contact Us" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "Meeting Requests" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "Asbarez: It is Vital that Congress Includes Assistance to Artsakh" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "City of San Marino 2020 Memorial Day Service" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "LA Times: Bond measure would put $5.5 billion toward fighting climate change" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "State Attorney General Seeks Injunction Against āSummerkidsā Camp" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "View All News" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "Senator Portantinoās Statement on Todayās Budget Vote" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important Homeless Services" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās Gun Violence Epidemic" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "Portantino IEP Translation Bill Passes Senate Floor" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[5]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "View All Press Releases" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/aside[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/span[1]/a[1]/text()[1]" }, "excerpt": "108th commemoration of the Armenian Genocide" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/aside[1]/div[1]/section[2]/a[1]/span[1]/text()[1]" }, "excerpt": "Newsletter" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]/strong[1]/text()[1]" }, "excerpt": "Capitol Office" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]/text()[1]" }, "excerpt": "1021 O Street, Suite 7630" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]/text()[2]" }, "excerpt": "Sacramento, CA 95814" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]/strong[2]/text()[1]" }, "excerpt": "Phone:" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]/text()[4]" }, "excerpt": "(916) 651-4025" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]/strong[3]/text()[1]" }, "excerpt": "Fax:" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]/text()[6]" }, "excerpt": "(916) 651-4925" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/strong[1]/text()[1]" }, "excerpt": "Glendale District Office" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/text()[1]" }, "excerpt": "601 East Glenoaks Suite 210" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/text()[2]" }, "excerpt": "Glendale, CA. 91207" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/strong[2]/text()[1]" }, "excerpt": "Phone:" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/text()[4]" }, "excerpt": "(818) 409-0400;" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/strong[3]/text()[1]" }, "excerpt": "Fax:" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/text()[6]" }, "excerpt": "(818) 409-1256" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/strong[4]/text()[1]" }, "excerpt": "Home:" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]/text()[8]" }, "excerpt": "(818) 952-3432." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]/strong[1]/text()[1]" }, "excerpt": "San Dimas Office" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]/text()[1]" }, "excerpt": "201 East Bonita Ave." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]/text()[2]" }, "excerpt": "San Dimas, CA 91773" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]/strong[2]/text()[1]" }, "excerpt": "Phone:" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]/text()[4]" }, "excerpt": "(909) 599-7351" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]/strong[3]/text()[1]" }, "excerpt": "Fax:" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]/text()[6]" }, "excerpt": "(909) 599-7692" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "About" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "Committees" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[4]/a[1]/text()[1]" }, "excerpt": "Legislation" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[5]/a[1]/text()[1]" }, "excerpt": "Newsroom" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[6]/a[1]/text()[1]" }, "excerpt": "District" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[7]/a[1]/text()[1]" }, "excerpt": "Contact" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[1]/text()[1]" }, "excerpt": "California State Senate" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/text()[2]" }, "excerpt": "|" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[2]/text()[1]" }, "excerpt": "Democratic Caucus Ā©" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[2]/text()[2]" }, "excerpt": "2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/text()[3]" }, "excerpt": "|" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[3]/text()[1]" }, "excerpt": "Privacy Policy" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/text()[4]" }, "excerpt": "|" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[4]/text()[1]" }, "excerpt": "Accessibility Statement" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/text()[5]" }, "excerpt": "|" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[5]/text()[1]" }, "excerpt": "Register to Vote" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/text()[2]" }, "excerpt": "COVID-19:" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/a[1]/text()[1]" }, "excerpt": "Vaccine Information and Resources" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "View All News" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "View All Press Releases" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/aside[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/span[1]/a[1]/text()[1]" }, "excerpt": "108th commemoration of the Armenian Genocide" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/aside[1]/div[1]/section[2]/a[1]/span[1]/text()[1]" }, "excerpt": "Newsletter" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]" }, "excerpt": "<p> \"I am proud to Chair the California State Senate Select Committee on California, Armenia and Artsakh Mutual Trade, Art and Cultural Exchange. California is the only state that I am aware of that has formalized an official cooperative effort of this significance. </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]" }, "excerpt": "<p> While we cannot gather in person for our traditional Memorial Day Service, the <strong> City of San Marino </strong> has created a virtual ceremony to help us honor those who served and those who gave the ultimate sacrifice. </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/p[1]" }, "excerpt": "<p> State Sen. Anthony Portantino (D-La CaƱada Flintridge) wants students who have dyslexia to be diagnosed at an early age and introduced a bill in February to achieve that goal. </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[3]/div[1]/p[1]" }, "excerpt": "<p> A proposed $5.5-billion bond measure from the California Senate aims to combat climate change by funding various environmental preservation and expansion projects throughout the state. </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[3]/div[1]/p[1]" }, "excerpt": "<p> The state Department of Social Services and Attorney General Xavier Becerra are seeking an injunction that would prevent Altadenaās Summerkids camp ā where 6-year-old Roxie Forbes drowned last June 28 ā from reopening this summer. </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]" }, "excerpt": "<p> <strong> Sacramento, CA - </strong> Senator Anthony J. Portantino (D ā Burbank) released the following statement regarding the action taken today by the Legislature on the 2023-24 State Budget: </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]" }, "excerpt": "<p> <strong> Sacramento, California ā </strong> This week Senator Anthony J. Portantino (D ā Burbank) nominated SELAH Neighborhood Homeless Coalition as the Non-Profit of the Year for the 25th State Senate District. Transitional Executive Director Justin Szlasa and Co-Founder Janet Kim flew to... </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[3]/div[1]/p[1]" }, "excerpt": "<p> <strong> SACRAMENTO ā </strong> Senator Anthony J. Portantino (D ā Burbank) announced his support of Governor Newsomās proposal for a 28th Amendment to the U.S. Constitution that would guarantee common sense gun safety measures and protections broadly supported by the American public and gun... </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[3]/div[1]/p[1]" }, "excerpt": "<p> <strong> Sacramento, California ā </strong> Senate Bill 445, authored by Senator Anthony J. Portantino (D ā Burbank), passed the Senate floor. The measure would address language barriers faced by parents in the Individualized Education Plan (IEP) process by requiring schools to provide families a... </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[5]/div[3]/div[1]/p[1]" }, "excerpt": "<p> <strong> Sacramento, California ā </strong> Senate Bills 234, authored by Senator Anthony J. Portantino (D ā Burbank), passed the Senate Floor. The measure addresses the rise in opioid-related deaths by making opioid antagonists such as Narcan readily available in schools and other places accessed... </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"office-info\"> <strong> Capitol Office </strong> <br> 1021 O Street, Suite 7630 <br> Sacramento, CA 95814 <br> <strong> Phone: </strong> (916) 651-4025 <br> <strong> Fax: </strong> (916) 651-4925 </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[3]/p[1]" }, "excerpt": "<p class=\"office-info\"> <strong> Glendale District Office </strong> <br> 601 East Glenoaks Suite 210 <br> Glendale, CA. 91207 <br> <strong> Phone: </strong> (818) 409-0400; <br> <strong> Fax: </strong> (818) 409-1256 <br> <strong> Home: </strong> (818) 952-3432. </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[1]/div[4]/p[1]" }, "excerpt": "<p class=\"office-info\"> <strong> San Dimas Office </strong> <br> 201 East Bonita Ave. <br> San Dimas, CA 91773 <br> <strong> Phone: </strong> (909) 599-7351 <br> <strong> Fax: </strong> (909) 599-7692 <br> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]" }, "excerpt": "<p class=\"footerinfo\"> <br> <a href=\"http://www.senate.ca.gov/\" target=\"_blank\"> California State Senate </a> | <a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\"> Democratic Caucus Ā© <script> ... > Privacy Policy </a> | <a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\"> Accessibility Statement </a> | <a href=\"http://registertovote.ca.gov/\" target=\"_blank\"> Register to Vote </a> </p>" }, { "ruleID": "r87", "what": "First focusable element is link to main content", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" } ] }, "endTime": 1687644009551 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687644009551, "url": "https://sd25.senate.ca.gov/", "what": "Axe", "result": { "totals": { "rulesNA": 60, "rulesPassed": 33, "rulesWarned": 5, "rulesViolated": 7, "warnings": { "minor": 10, "moderate": 0, "serious": 2, "critical": 1 }, "violations": { "minor": 0, "moderate": 6, "serious": 50, "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-24T22:00:10.225Z", "url": "https://sd25.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": "18.0pt (24px)", "fontWeight": "bold", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"before_footer container\">", "target": [ ".before_footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h2 class=\"block-title-pre-footer\">Committees</h2>", "target": [ ".block-title-pre-footer" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" } ] }, { "id": "frame-tested", "impact": "critical", "tags": [ "cat.structure", "review-item", "best-practice" ], "description": "Ensures <iframe> and <frame> elements contain the axe-core script", "help": "Frames should be tested with axe-core", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/frame-tested?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" width=\"100%\" height=\"100%\" src=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\" title=\"Embedded video for 108th commemoration of the Armenian Genocide\" frameborder=\"0\" allowfullscreen=\"\">", "target": [ "#youtube-field-player" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" } ] }, { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<button type=\"button\" class=\"navbar-toggle\" data-toggle=\"collapse\" data-target=\".navbar-collapse\">\n <span class=\"sr-only\">Toggle navigation</span>\n <span class=\"icon-bar\"></span>\n <span class=\"icon-bar\"></span>\n <span class=\"icon-bar\"></span>\n </button>", "target": [ ".navbar-toggle" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"dropdown-menu\">", "target": [ ".expanded.dropdown:nth-child(4) > .dropdown-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"dropdown-menu\">", "target": [ ".expanded.dropdown:nth-child(5) > .dropdown-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"dropdown-menu\">", "target": [ ".expanded.dropdown:nth-child(6) > .dropdown-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"https://sd25.senate.ca.gov/contact\" title=\"\">Contact Us</a></li>\n<li class=\"last leaf\"><a href=\"https://sd25.senate.ca.gov/meeting-request-form\" title=\"\">Meeting Requests</a></li>\n</ul>", "target": [ ".expanded.dropdown.last > .dropdown-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a class=\"flex-prev\" href=\"#\">Previous</a>", "target": [ ".flex-prev" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a class=\"flex-next\" href=\"#\">Next</a>", "target": [ ".flex-next" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\">", "target": [ "#colorbox" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ] }, { "id": "identical-links-same-purpose", "impact": "minor", "tags": [ "cat.semantics", "wcag2aaa", "wcag249" ], "description": "Ensure that links with the same accessible name serve a similar purpose", "help": "Links with the same name must have a similar purpose", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/identical-links-same-purpose?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "identical-links-same-purpose", "data": { "name": "legislation", "urlProps": { "protocol": "http:", "hostname": "sd25.senate.ca.gov", "port": "", "pathname": "/2017-legislation/", "search": {}, "hash": "", "filename": "" } }, "relatedNodes": [ { "html": "<a href=\"/2018-legislation\">Legislation</a>", "target": [ "li:nth-child(4) > a[href$=\"2018-legislation\"]" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a href=\"/2017-legislation\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Legislation <span class=\"caret\"></span></a>", "target": [ ".dropdown-toggle[href$=\"2017-legislation\"][data-target=\"#\"]" ], "failureSummary": "Fix all of the following:\n Check that links have the same purpose, or are intentionally ambiguous." }, { "any": [], "all": [ { "id": "identical-links-same-purpose", "data": { "name": "newsroom", "urlProps": { "protocol": "http:", "hostname": "sd25.senate.ca.gov", "port": "", "pathname": "/news/", "search": {}, "hash": "", "filename": "" } }, "relatedNodes": [ { "html": "<a href=\"/news/in-the-news\">Newsroom</a>", "target": [ "li:nth-child(5) > a[href$=\"in-the-news\"]" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a href=\"/news\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Newsroom <span class=\"caret\"></span></a>", "target": [ ".expanded.dropdown:nth-child(5) > a[href$=\"news\"]" ], "failureSummary": "Fix all of the following:\n Check that links have the same purpose, or are intentionally ambiguous." } ] }, { "id": "css-orientation-lock", "impact": "serious", "tags": [ "cat.structure", "wcag134", "wcag21aa", "experimental" ], "description": "Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations", "help": "CSS Media queries must not lock display orientation", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/css-orientation-lock?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "css-orientation-lock", "data": null, "relatedNodes": [], "impact": "serious", "message": "CSS Orientation lock cannot be determined" } ], "none": [], "impact": "serious", "html": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product# content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n CSS Orientation lock cannot be determined" } ] } ], "violations": [ { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146", "ACT" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds", "help": "Elements must meet enhanced color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-static-top navbar-default\">", "target": [ "#navbar" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/\" class=\"active\">Home</a>", "target": [ ".active[href=\"/\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-static-top navbar-default\">", "target": [ "#navbar" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/about\">About</a>", "target": [ ".collapsed > a[href$=\"about\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-static-top navbar-default\">", "target": [ "#navbar" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/committees\">Committees</a>", "target": [ ".leaf:nth-child(3) > a[href$=\"committees\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-static-top navbar-default\">", "target": [ "#navbar" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/2017-legislation\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Legislation <span class=\"caret\"></span></a>", "target": [ ".dropdown-toggle[href$=\"2017-legislation\"][data-target=\"#\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-static-top navbar-default\">", "target": [ "#navbar" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Newsroom <span class=\"caret\"></span></a>", "target": [ ".expanded.dropdown:nth-child(5) > a[href$=\"news\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-static-top navbar-default\">", "target": [ "#navbar" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/senate-district-25\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District <span class=\"caret\"></span></a>", "target": [ ".dropdown-toggle[href$=\"senate-district-25\"][data-target=\"#\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-static-top navbar-default\">", "target": [ "#navbar" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/ca-armenian-committee\">CA / Armenian Committee</a>", "target": [ "a[href$=\"ca-armenian-committee\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-static-top navbar-default\">", "target": [ "#navbar" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Contact <span class=\"caret\"></span></a>", "target": [ ".dropdown-toggle[href$=\"contact\"][data-target=\"#\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"office-info\"><strong>Capitol Office</strong><br>\n1021 O Street, Suite 7630<br>\nSacramento, CA 95814<br>\n<strong>Phone: </strong>(916) 651-4025<br>\n<strong>Fax: </strong>(916) 651-4925</p>", "target": [ ".col-xs-12.col-md-2:nth-child(2) > .office-info" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<strong>Capitol Office</strong>", "target": [ ".col-xs-12.col-md-2:nth-child(2) > .office-info > strong:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<strong>Phone: </strong>", "target": [ ".col-xs-12.col-md-2:nth-child(2) > .office-info > strong:nth-child(5)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<strong>Fax: </strong>", "target": [ ".col-xs-12.col-md-2:nth-child(2) > .office-info > strong:nth-child(7)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"office-info\"><strong>Glendale District Office</strong><br>\n601 East Glenoaks Suite 210<br>\nGlendale, CA. 91207<br>\n<strong>Phone:</strong> (818) 409-0400;<br>\n<strong>Fax:</strong> (818) 409-1256<br>\n<strong>Home:</strong> (818) 952-3432.</p>", "target": [ ".col-xs-12.col-md-2:nth-child(3) > .office-info" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<strong>Glendale District Office</strong>", "target": [ ".col-xs-12.col-md-2:nth-child(3) > .office-info > strong:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<strong>Phone:</strong>", "target": [ ".col-xs-12.col-md-2:nth-child(3) > .office-info > strong:nth-child(5)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<strong>Fax:</strong>", "target": [ ".col-xs-12.col-md-2:nth-child(3) > .office-info > strong:nth-child(7)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<strong>Home:</strong>", "target": [ "strong:nth-child(9)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"office-info\"><strong>San Dimas Office</strong><br>\n201 East Bonita Ave.<br>\nSan Dimas, CA 91773<br>\n<strong>Phone:</strong> (909) 599-7351<br>\n<strong>Fax:</strong> (909) 599-7692<br>\n </p>", "target": [ ".col-xs-12.col-md-2:nth-child(4) > .office-info" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<strong>San Dimas Office</strong>", "target": [ ".col-xs-12.col-md-2:nth-child(4) > .office-info > strong:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<strong>Phone:</strong>", "target": [ ".col-xs-12.col-md-2:nth-child(4) > .office-info > strong:nth-child(5)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<strong>Fax:</strong>", "target": [ ".col-xs-12.col-md-2:nth-child(4) > .office-info > strong:nth-child(7)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"http://sd25.senate.ca.gov/\">Home</a>", "target": [ "a[href$=\"sd25.senate.ca.gov/\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/about\">About</a>", "target": [ ".col-xs-8 > ul > li:nth-child(2) > a[href$=\"about\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/committees\">Committees</a>", "target": [ ".col-xs-8 > ul > li:nth-child(3) > a[href$=\"committees\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/2018-legislation\">Legislation</a>", "target": [ "li:nth-child(4) > a[href$=\"2018-legislation\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/in-the-news\">Newsroom</a>", "target": [ "li:nth-child(5) > a[href$=\"in-the-news\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/senate-district-25\">District</a>", "target": [ ".col-xs-8 > ul > li:nth-child(6) > a[href$=\"senate-district-25\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/contact\">Contact</a>", "target": [ "li:nth-child(7) > a[href$=\"contact\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"footerinfo\">", "target": [ ".footerinfo" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">California State Senate</a>", "target": [ "a[href$=\"senate.ca.gov/\"]:nth-child(2)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\">Democratic Caucus Ā© <script>document.write(new Date().getFullYear())</script>2023</a>", "target": [ ".footerinfo > a[target=\"_blank\"]:nth-child(3)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">Privacy Policy</a>", "target": [ "a[target=\"_blank\"]:nth-child(4)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">Accessibility Statement</a>", "target": [ "a[target=\"_blank\"]:nth-child(5)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#267ab5", "contrastRatio": 4.63, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-3\" class=\"block block-block footer container-fluid clearfix\">", "target": [ "#block-block-3" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">Register to Vote</a>", "target": [ ".footerinfo > a[href$=\"registertovote.ca.gov/\"][target=\"_blank\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ] }, { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#39a6d7", "contrastRatio": 2.75, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"alert alert-warning alert-dismissible show\" role=\"alert\">\n <i class=\"fa fa-info-circle\" style=\"color: #fff;\"></i> COVID-19: <a href=\"/covid-19-resources\">Vaccine Information and Resources</a>\n</div>", "target": [ ".alert" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.75 (foreground color: #ffffff, background color: #39a6d7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<div class=\"alert alert-warning alert-dismissible show\" role=\"alert\">\n <i class=\"fa fa-info-circle\" style=\"color: #fff;\"></i> COVID-19: <a href=\"/covid-19-resources\">Vaccine Information and Resources</a>\n</div>", "target": [ ".alert" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.75 (foreground color: #ffffff, background color: #39a6d7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#39a6d7", "contrastRatio": 2.75, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"alert alert-warning alert-dismissible show\" role=\"alert\">\n <i class=\"fa fa-info-circle\" style=\"color: #fff;\"></i> COVID-19: <a href=\"/covid-19-resources\">Vaccine Information and Resources</a>\n</div>", "target": [ ".alert" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.75 (foreground color: #ffffff, background color: #39a6d7, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/covid-19-resources\">Vaccine Information and Resources</a>", "target": [ "a[href$=\"covid-19-resources\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.75 (foreground color: #ffffff, background color: #39a6d7, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0083d6", "bgColor": "#ffffff", "contrastRatio": 4.02, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-8\" class=\"block block-block main-content-header front-container-block clearfix\">", "target": [ "#block-block-8" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/2020-07-15/asbarez-it-vital-congress-includes-assistance-artsakh\">Asbarez: It is Vital that Congress Includes Assistance to Artsakh</a>", "target": [ ".view-display-id-block_3 > .view-content > .views-row-1.views-row-first.views-row-odd > div:nth-child(2) > h2 > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0083d6", "bgColor": "#ffffff", "contrastRatio": 4.02, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-8\" class=\"block block-block main-content-header front-container-block clearfix\">", "target": [ "#block-block-8" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/2020-05-26/city-san-marino-2020-memorial-day-service\">City of San Marino 2020 Memorial Day Service</a>", "target": [ ".view-display-id-block_3 > .view-content > .views-row-2.views-row-even.node-border > div:nth-child(2) > h2 > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0083d6", "bgColor": "#ffffff", "contrastRatio": 4.02, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-8\" class=\"block block-block main-content-header front-container-block clearfix\">", "target": [ "#block-block-8" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/2020-03-06/la-times-portantino-introduces-bill-mandate-dyslexia-screening-elementary-schools\">LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools</a>", "target": [ ".view-display-id-block_3 > .view-content > .views-row-3.views-row-odd.node-border > div:nth-child(2) > h2 > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0083d6", "bgColor": "#ffffff", "contrastRatio": 4.02, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-8\" class=\"block block-block main-content-header front-container-block clearfix\">", "target": [ "#block-block-8" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/2020-03-03/la-times-bond-measure-would-put-55-billion-toward-fighting-climate-change\">LA Times: Bond measure would put $5.5 billion toward fighting climate change </a>", "target": [ ".view-display-id-block_3 > .view-content > .views-row-4.views-row-even.node-border > div:nth-child(2) > h2 > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0083d6", "bgColor": "#ffffff", "contrastRatio": 4.02, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-8\" class=\"block block-block main-content-header front-container-block clearfix\">", "target": [ "#block-block-8" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/2020-02-25/state-attorney-general-seeks-injunction-against-%E2%80%98summerkids%E2%80%99-camp\">State Attorney General Seeks Injunction Against āSummerkidsā Camp </a>", "target": [ ".view-display-id-block_3 > .view-content > .views-row-5.views-row-last.views-row-odd > div:nth-child(2) > h2 > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0083d6", "bgColor": "#ffffff", "contrastRatio": 4.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-8\" class=\"block block-block main-content-header front-container-block clearfix\">", "target": [ "#block-block-8" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"news/in-the-news\">View All News <i class=\"fas fa-arrow-circle-right\"></i>\n</a>", "target": [ ".view-footer > a[href$=\"in-the-news\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0083d6", "bgColor": "#ffffff", "contrastRatio": 4.02, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-8\" class=\"block block-block main-content-header front-container-block clearfix\">", "target": [ "#block-block-8" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/2023-06-15/senator-portantino%E2%80%99s-statement-today%E2%80%99s-budget-vote\">Senator Portantinoās Statement on Todayās Budget Vote</a>", "target": [ ".view-dom-id-f6a70559cf0ca78a8b38eda25df7d18c > .view-content > .views-row-1.views-row-first.views-row-odd > div:nth-child(2) > h2 > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0083d6", "bgColor": "#ffffff", "contrastRatio": 4.02, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-8\" class=\"block block-block main-content-header front-container-block clearfix\">", "target": [ "#block-block-8" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/2023-06-08/senator-portantino-honors-selah-district-non-profit-year-its-dedication-important\"> Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important Homeless Services</a>", "target": [ ".view-dom-id-f6a70559cf0ca78a8b38eda25df7d18c > .view-content > .views-row-2.views-row-even.node-border > div:nth-child(2) > h2 > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0083d6", "bgColor": "#ffffff", "contrastRatio": 4.02, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-8\" class=\"block block-block main-content-header front-container-block clearfix\">", "target": [ "#block-block-8" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/2023-06-08/senator-portantino-joins-governor-newsom-calling-constitutional-amendment-end\">Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās Gun Violence Epidemic</a>", "target": [ ".view-dom-id-f6a70559cf0ca78a8b38eda25df7d18c > .view-content > .views-row-3.views-row-odd.node-border > div:nth-child(2) > h2 > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0083d6", "bgColor": "#ffffff", "contrastRatio": 4.02, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-8\" class=\"block block-block main-content-header front-container-block clearfix\">", "target": [ "#block-block-8" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/2023-06-01/portantino-iep-translation-bill-passes-senate-floor\">Portantino IEP Translation Bill Passes Senate Floor </a>", "target": [ ".view-dom-id-f6a70559cf0ca78a8b38eda25df7d18c > .view-content > .views-row-4.views-row-even.node-border > div:nth-child(2) > h2 > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0083d6", "bgColor": "#ffffff", "contrastRatio": 4.02, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-8\" class=\"block block-block main-content-header front-container-block clearfix\">", "target": [ "#block-block-8" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/news/2023-05-31/portantino%E2%80%99s-opioid-overdose-prevention-bill-passes-senate-floor\">Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor</a>", "target": [ ".view-dom-id-f6a70559cf0ca78a8b38eda25df7d18c > .view-content > .views-row-5.views-row-last.views-row-odd > div:nth-child(2) > h2 > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0083d6", "bgColor": "#ffffff", "contrastRatio": 4.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-8\" class=\"block block-block main-content-header front-container-block clearfix\">", "target": [ "#block-block-8" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"news/press-releases\">View All Press Releases <i class=\"fas fa-arrow-circle-right\"></i>\n</a>", "target": [ ".view-footer > a[href$=\"press-releases\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0083d6", "bgColor": "#ffffff", "contrastRatio": 4.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"view view-video view-id-video view-display-id-block_2 front-sidebar-block view-dom-id-18e2cb7a9d2bb21a7dcaf338c0f79806\">", "target": [ ".view-video" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/video/2023-04-25/108th-commemoration-armenian-genocide\">108th commemoration of the Armenian Genocide</a>", "target": [ "span > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0083d6", "bgColor": "#ffffff", "contrastRatio": 4.02, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section id=\"block-block-2\" class=\"block block-block front-sidebar-block clearfix\">", "target": [ "#block-block-2" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fawesome\"> Newsletter</span>", "target": [ ".fawesome" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" } ] }, { "id": "landmark-no-duplicate-banner", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the document has at most one banner landmark", "help": "Document should not have more than one banner landmark", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-no-duplicate-banner?application=axeAPI", "nodes": [ { "any": [ { "id": "page-no-duplicate-banner", "data": null, "relatedNodes": [ { "html": "<header role=\"banner\" id=\"page-header\" class=\"container-fluid\">", "target": [ "#page-header" ] } ], "impact": "moderate", "message": "Document has more than one banner landmark" } ], "all": [], "none": [], "impact": "moderate", "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-static-top navbar-default\">", "target": [ "#navbar" ], "failureSummary": "Fix any of the following:\n Document has more than one banner landmark" } ] }, { "id": "landmark-one-main", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the document has a main landmark", "help": "Document should have one main landmark", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-one-main?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "page-has-main", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Document does not have a main landmark" } ], "none": [], "impact": "moderate", "html": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product# content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n Document does not have a main landmark" } ] }, { "id": "landmark-unique", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "help": "Ensures landmarks are unique", "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-unique?application=axeAPI", "nodes": [ { "any": [ { "id": "landmark-is-unique", "data": { "role": "banner", "accessibleText": null }, "relatedNodes": [ { "html": "<header role=\"banner\" id=\"page-header\" class=\"container-fluid\">", "target": [ "#page-header" ] } ], "impact": "moderate", "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ], "all": [], "none": [], "impact": "moderate", "html": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-static-top navbar-default\">", "target": [ "#navbar" ], "failureSummary": "Fix any of the following:\n The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ] }, { "id": "page-has-heading-one", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensure that the page, or at least one of its frames contains a level-one heading", "help": "Page should contain a level-one heading", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/page-has-heading-one?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "page-has-heading-one", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Page must have a level-one heading" } ], "none": [], "impact": "moderate", "html": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product# content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n Page must have a level-one heading" } ] }, { "id": "region", "impact": "moderate", "tags": [ "cat.keyboard", "best-practice" ], "description": "Ensures all page content is contained by landmarks", "help": "All page content should be contained by landmarks", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI", "nodes": [ { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<section class=\"col-md-8\">", "target": [ ".col-md-8" ], "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=\"container-fluid\" style=\"background-color: #fff;\">", "target": [ ".container-fluid:nth-child(6)" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] }, "success": true }, "standardResult": { "totals": [ 10, 3, 6, 50 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it's partially obscured by another element", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".block-title-pre-footer" }, "excerpt": "<h2 class=\"block-title-pre-footer\">Committees</h2>" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "dom", "type": "selector", "spec": "#youtube-field-player" }, "excerpt": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" width=\"100%\" height=\"100%\" src=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\" title=\"Embedded video for 108th commemoration of the Armenian Genocide\" frameborder=\"0\" allowfullscreen=\"\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".navbar-toggle" }, "excerpt": "<button type=\"button\" class=\"navbar-toggle\" data-toggle=\"collapse\" data-target=\".navbar-collapse\"> <span class=\"sr-only\">Toggle navigation</span> <span class=\"icon-bar\"></span> <span class=\"icon-bar\"></span> <span class=\"icon-bar\"></span> </button>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".expanded.dropdown:nth-child(4) > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-menu\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".expanded.dropdown:nth-child(5) > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-menu\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".expanded.dropdown:nth-child(6) > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-menu\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".expanded.dropdown.last > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"https://sd25.senate.ca.gov/contact\" title=\"\">Contact Us</a></li> <li class=\"last leaf\"><a href=\"https://sd25.senate.ca.gov/meeting-request-form\" title=\"\">Meeting Requests</a></li> </ul>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".flex-prev" }, "excerpt": "<a class=\"flex-prev\" href=\"#\">Previous</a>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".flex-next" }, "excerpt": "<a class=\"flex-next\" href=\"#\">Next</a>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "colorbox", "location": { "doc": "dom", "type": "selector", "spec": "#colorbox" }, "excerpt": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\">" }, { "ruleID": "identical-links-same-purpose", "what": "Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".dropdown-toggle[href$=\"2017-legislation\"][data-target=\"#\"]" }, "excerpt": "<a href=\"/2017-legislation\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Legislation <span class=\"caret\"></span></a>" }, { "ruleID": "identical-links-same-purpose", "what": "Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".expanded.dropdown:nth-child(5) > a[href$=\"news\"]" }, "excerpt": "<a href=\"/news\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Newsroom <span class=\"caret\"></span></a>" }, { "ruleID": "css-orientation-lock", "what": "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: ... : http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".active[href=\"/\"]" }, "excerpt": "<a href=\"/\" class=\"active\">Home</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".collapsed > a[href$=\"about\"]" }, "excerpt": "<a href=\"/about\">About</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".leaf:nth-child(3) > a[href$=\"committees\"]" }, "excerpt": "<a href=\"/committees\">Committees</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".dropdown-toggle[href$=\"2017-legislation\"][data-target=\"#\"]" }, "excerpt": "<a href=\"/2017-legislation\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Legislation <span class=\"caret\"></span></a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".expanded.dropdown:nth-child(5) > a[href$=\"news\"]" }, "excerpt": "<a href=\"/news\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Newsroom <span class=\"caret\"></span></a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".dropdown-toggle[href$=\"senate-district-25\"][data-target=\"#\"]" }, "excerpt": "<a href=\"/senate-district-25\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District <span class=\"caret\"></span></a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href$=\"ca-armenian-committee\"]" }, "excerpt": "<a href=\"/ca-armenian-committee\">CA / Armenian Committee</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".dropdown-toggle[href$=\"contact\"][data-target=\"#\"]" }, "excerpt": "<a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Contact <span class=\"caret\"></span></a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-xs-12.col-md-2:nth-child(2) > .office-info" }, "excerpt": "<p class=\"office-info\"><strong>Capitol Office</strong><br> 1021 O Street, Suite 7630<br> Sacramento, CA 95814<br> <strong>Phone: </strong>(916) 651-4025<br> <strong>Fax: </strong>(916) 651-4925</p>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-xs-12.col-md-2:nth-child(2) > .office-info > strong:nth-child(1)" }, "excerpt": "<strong>Capitol Office</strong>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-xs-12.col-md-2:nth-child(2) > .office-info > strong:nth-child(5)" }, "excerpt": "<strong>Phone: </strong>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-xs-12.col-md-2:nth-child(2) > .office-info > strong:nth-child(7)" }, "excerpt": "<strong>Fax: </strong>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-xs-12.col-md-2:nth-child(3) > .office-info" }, "excerpt": "<p class=\"office-info\"><strong>Glendale District Office</strong><br> 601 East Glenoaks Suite 210<br> Glendale, CA. 91207<br> <strong>Phone:</strong> (818) 409-0400;<br> <strong>Fax:</strong> (818) 409-1256<br> <strong>Home:</strong> (818) 952-3432.</p>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-xs-12.col-md-2:nth-child(3) > .office-info > strong:nth-child(1)" }, "excerpt": "<strong>Glendale District Office</strong>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-xs-12.col-md-2:nth-child(3) > .office-info > strong:nth-child(5)" }, "excerpt": "<strong>Phone:</strong>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-xs-12.col-md-2:nth-child(3) > .office-info > strong:nth-child(7)" }, "excerpt": "<strong>Fax:</strong>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "strong:nth-child(9)" }, "excerpt": "<strong>Home:</strong>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-xs-12.col-md-2:nth-child(4) > .office-info" }, "excerpt": "<p class=\"office-info\"><strong>San Dimas Office</strong><br> 201 East Bonita Ave.<br> San Dimas, CA 91773<br> <strong>Phone:</strong> (909) 599-7351<br> <strong>Fax:</strong> (909) 599-7692<br> </p>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-xs-12.col-md-2:nth-child(4) > .office-info > strong:nth-child(1)" }, "excerpt": "<strong>San Dimas Office</strong>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-xs-12.col-md-2:nth-child(4) > .office-info > strong:nth-child(5)" }, "excerpt": "<strong>Phone:</strong>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-xs-12.col-md-2:nth-child(4) > .office-info > strong:nth-child(7)" }, "excerpt": "<strong>Fax:</strong>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href$=\"sd25.senate.ca.gov/\"]" }, "excerpt": "<a href=\"http://sd25.senate.ca.gov/\">Home</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-xs-8 > ul > li:nth-child(2) > a[href$=\"about\"]" }, "excerpt": "<a href=\"/about\">About</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-xs-8 > ul > li:nth-child(3) > a[href$=\"committees\"]" }, "excerpt": "<a href=\"/committees\">Committees</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "li:nth-child(4) > a[href$=\"2018-legislation\"]" }, "excerpt": "<a href=\"/2018-legislation\">Legislation</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "li:nth-child(5) > a[href$=\"in-the-news\"]" }, "excerpt": "<a href=\"/news/in-the-news\">Newsroom</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-xs-8 > ul > li:nth-child(6) > a[href$=\"senate-district-25\"]" }, "excerpt": "<a href=\"/senate-district-25\">District</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "li:nth-child(7) > a[href$=\"contact\"]" }, "excerpt": "<a href=\"/contact\">Contact</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".footerinfo" }, "excerpt": "<p class=\"footerinfo\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href$=\"senate.ca.gov/\"]:nth-child(2)" }, "excerpt": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">California State Senate</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".footerinfo > a[target=\"_blank\"]:nth-child(3)" }, "excerpt": "<a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\">Democratic Caucus Ā© <script>document.write(new Date().getFullYear())</script>2023</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[target=\"_blank\"]:nth-child(4)" }, "excerpt": "<a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">Privacy Policy</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[target=\"_blank\"]:nth-child(5)" }, "excerpt": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">Accessibility Statement</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".footerinfo > a[href$=\"registertovote.ca.gov/\"][target=\"_blank\"]" }, "excerpt": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">Register to Vote</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.75 (foreground color: #ffffff, background color: #39a6d7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".alert" }, "excerpt": "<div class=\"alert alert-warning alert-dismissible show\" role=\"alert\"> <i class=\"fa fa-info-circle\" style=\"color: #fff;\"></i> COVID-19: <a href=\"/covid-19-resources\">Vaccine Information and Resources</a> </div>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.75 (foreground color: #ffffff, background color: #39a6d7, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href$=\"covid-19-resources\"]" }, "excerpt": "<a href=\"/covid-19-resources\">Vaccine Information and Resources</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".view-display-id-block_3 > .view-content > .views-row-1.views-row-first.views-row-odd > div:nth-child(2) > h2 > a" }, "excerpt": "<a href=\"/news/2020-07-15/asbarez-it-vital-congress-includes-assistance-artsakh\">Asbarez: It is Vital that Congress Includes Assistance to Artsakh</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".view-display-id-block_3 > .view-content > .views-row-2.views-row-even.node-border > div:nth-child(2) > h2 > a" }, "excerpt": "<a href=\"/news/2020-05-26/city-san-marino-2020-memorial-day-service\">City of San Marino 2020 Memorial Day Service</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".view-display-id-block_3 > .view-content > .views-row-3.views-row-odd.node-border > div:nth-child(2) > h2 > a" }, "excerpt": "<a href=\"/news/2020-03-06/la-times-portantino-introduces-bill-mandate-dyslexia-screening-elementary-schools\">LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".view-display-id-block_3 > .view-content > .views-row-4.views-row-even.node-border > div:nth-child(2) > h2 > a" }, "excerpt": "<a href=\"/news/2020-03-03/la-times-bond-measure-would-put-55-billion-toward-fighting-climate-change\">LA Times: Bond measure would put $5.5 billion toward fighting climate change </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".view-display-id-block_3 > .view-content > .views-row-5.views-row-last.views-row-odd > div:nth-child(2) > h2 > a" }, "excerpt": "<a href=\"/news/2020-02-25/state-attorney-general-seeks-injunction-against-%E2%80%98summerkids%E2%80%99-camp\">State Attorney General Seeks Injunction Against āSummerkidsā Camp </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".view-footer > a[href$=\"in-the-news\"]" }, "excerpt": "<a href=\"news/in-the-news\">View All News <i class=\"fas fa-arrow-circle-right\"></i> </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".view-dom-id-f6a70559cf0ca78a8b38eda25df7d18c > .view-content > .views-row-1.views-row-first.views-row-odd > div:nth-child(2) > h2 > a" }, "excerpt": "<a href=\"/news/2023-06-15/senator-portantino%E2%80%99s-statement-today%E2%80%99s-budget-vote\">Senator Portantinoās Statement on Todayās Budget Vote</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".view-dom-id-f6a70559cf0ca78a8b38eda25df7d18c > .view-content > .views-row-2.views-row-even.node-border > div:nth-child(2) > h2 > a" }, "excerpt": "<a href=\"/news/2023-06-08/senator-portantino-honors-selah-district-non-profit-year-its-dedication-important\"> Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important Homeless Services</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".view-dom-id-f6a70559cf0ca78a8b38eda25df7d18c > .view-content > .views-row-3.views-row-odd.node-border > div:nth-child(2) > h2 > a" }, "excerpt": "<a href=\"/news/2023-06-08/senator-portantino-joins-governor-newsom-calling-constitutional-amendment-end\">Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās Gun Violence Epidemic</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".view-dom-id-f6a70559cf0ca78a8b38eda25df7d18c > .view-content > .views-row-4.views-row-even.node-border > div:nth-child(2) > h2 > a" }, "excerpt": "<a href=\"/news/2023-06-01/portantino-iep-translation-bill-passes-senate-floor\">Portantino IEP Translation Bill Passes Senate Floor </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".view-dom-id-f6a70559cf0ca78a8b38eda25df7d18c > .view-content > .views-row-5.views-row-last.views-row-odd > div:nth-child(2) > h2 > a" }, "excerpt": "<a href=\"/news/2023-05-31/portantino%E2%80%99s-opioid-overdose-prevention-bill-passes-senate-floor\">Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".view-footer > a[href$=\"press-releases\"]" }, "excerpt": "<a href=\"news/press-releases\">View All Press Releases <i class=\"fas fa-arrow-circle-right\"></i> </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "span > a" }, "excerpt": "<a href=\"/video/2023-04-25/108th-commemoration-armenian-genocide\">108th commemoration of the Armenian Genocide</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".fawesome" }, "excerpt": "<span class=\"fawesome\"> Newsletter</span>" }, { "ruleID": "landmark-no-duplicate-banner", "what": "Document should not have more than one banner landmark; Document has more than one banner landmark", "ordinalSeverity": 2, "tagName": "HEADER", "id": "navbar", "location": { "doc": "dom", "type": "selector", "spec": "#navbar" }, "excerpt": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-static-top navbar-default\">" }, { "ruleID": "landmark-one-main", "what": "Document should have one main landmark; Document does not have a main landmark", "ordinalSeverity": 2, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: ... : http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\">" }, { "ruleID": "landmark-unique", "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable", "ordinalSeverity": 2, "tagName": "HEADER", "id": "navbar", "location": { "doc": "dom", "type": "selector", "spec": "#navbar" }, "excerpt": "<header id=\"navbar\" role=\"banner\" class=\"navbar navbar-static-top navbar-default\">" }, { "ruleID": "page-has-heading-one", "what": "Page should contain a level-one heading; Page must have a level-one heading", "ordinalSeverity": 2, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: ... : http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "SECTION", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-md-8" }, "excerpt": "<section class=\"col-md-8\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".container-fluid:nth-child(6)" }, "excerpt": "<div class=\"container-fluid\" style=\"background-color: #fff;\">" } ] }, "endTime": 1687644010276 }, { "type": "launch", "which": "chromium", "startTime": 1687644010276, "endTime": 1687644010875 }, { "type": "url", "which": "https://sd25.senate.ca.gov/", "what": "Anthony J. Portantino (D)", "startTime": 1687644010876, "result": { "url": "https://sd25.senate.ca.gov/" }, "endTime": 1687644013088 }, { "type": "test", "which": "continuum", "startTime": 1687644013088, "url": "https://sd25.senate.ca.gov/", "what": "Level Access Continuum, community edition", "result": [], "standardResult": { "totals": [ 0, 0, 0, 0 ], "instances": [] }, "endTime": 1687644013385 }, { "type": "launch", "which": "chromium", "startTime": 1687644013385, "endTime": 1687644013987 }, { "type": "url", "which": "https://sd25.senate.ca.gov/", "what": "Anthony J. Portantino (D)", "startTime": 1687644013987, "result": { "url": "https://sd25.senate.ca.gov/" }, "endTime": 1687644016337 }, { "type": "test", "which": "htmlcs", "startTime": 1687644016337, "url": "https://sd25.senate.ca.gov/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "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 class=\"block-title-main\">...</h2>" } ], "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [ { "tagName": "h2", "id": "", "code": "<h2 class=\"block-title-main\">...</h2>" } ] }, "AAA.1_4_6.G17.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.76:1. Recommendation: change background to #005f89.": [ { "tagName": "a", "id": "", "code": "<a href=\"/covid-19-resources\">...</a>" }, { "tagName": "div", "id": "", "code": "<div class=\"alert alert-warning alert-dismissible show\" role=\"alert\">...</div>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.": [ { "tagName": "a", "id": "", "code": "<a href=\"/news/2020-02-25/state-attorney-general-seeks-injunction-against-%E2%80%98summerkids%E2%80%99-camp\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/news/2020-03-03/la-times-bond-measure-would-put-55-billion-toward-fighting-climate-change\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/news/2020-03-06/la-times-portantino-introduces-bill-mandate-dyslexia-screening-elementary-schools\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/news/2020-05-26/city-san-marino-2020-memorial-day-service\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/news/2020-07-15/asbarez-it-vital-congress-includes-assistance-artsakh\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/news/2023-05-31/portantino%E2%80%99s-opioid-overdose-prevention-bill-passes-senate-floor\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/news/2023-06-01/portantino-iep-translation-bill-passes-senate-floor\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/news/2023-06-08/senator-portantino-honors-selah-district-non-profit-year-its-dedication-important\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/news/2023-06-08/senator-portantino-joins-governor-newsom-calling-constitutional-amendment-end\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/news/2023-06-15/senator-portantino%E2%80%99s-statement-today%E2%80%99s-budget-vote\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/video/2023-04-25/108th-commemoration-armenian-genocide\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"news/in-the-news\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"news/press-releases\">...</a>" }, { "tagName": "span", "id": "", "code": "<span class=\"fawesome\">...</span>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.": [ { "tagName": "a", "id": "", "code": "<a href=\"/\" class=\"active\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/2017-legislation\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/2018-legislation\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/about\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/ca-armenian-committee\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/committees\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/contact\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/news\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/news/in-the-news\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/senate-district-25\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/senate-district-25\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://sd25.senate.ca.gov/\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">...</a>" }, { "tagName": "p", "id": "", "code": "<p class=\"footerinfo\">...</p>" }, { "tagName": "p", "id": "", "code": "<p class=\"office-info\">...</p>" }, { "tagName": "strong", "id": "", "code": "<strong>...</strong>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.": [ { "tagName": "a", "id": "", "code": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">...</a>" } ] }, "AAA.1_4_6.G18.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #767676.": [ { "tagName": "h2", "id": "", "code": "<h2 class=\"block-title-pre-footer\">...</h2>" } ] }, "AAA.4_1_2.H91.Button.Name": { "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.": [ { "tagName": "button", "id": "#cboxNext", "code": "<button type=\"button\" id=\"cboxNext\">...</button>" }, { "tagName": "button", "id": "#cboxPrevious", "code": "<button type=\"button\" id=\"cboxPrevious\">...</button>" }, { "tagName": "button", "id": "#cboxSlideshow", "code": "<button type=\"button\" id=\"cboxSlideshow\">...</button>" } ] } }, "Warning": { "AAA.1_1_1.H67.2": { "Img element is marked so that it is ignored by Assistive Technology.": [ { "tagName": "img", "id": "", "code": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/ffjefc_veaahvpu.png\" alt=\"\" draggable=\"false\">" }, { "tagName": "img", "id": "", "code": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/fpcqifcveaek1id.jpg\" alt=\"\" draggable=\"false\">" }, { "tagName": "img", "id": "", "code": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/fz_ntfpveaatgcx.png\" alt=\"\" draggable=\"false\">" }, { "tagName": "img", "id": "", "code": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/gun_safety_laws_work_02_01_23_sdc_re_dsc1146.jpg\" alt=\"\" draggable=\"false\">" }, { "tagName": "img", "id": "", "code": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/portantino_gun_violence_prevention_pc_568_06-02-22.jpg\" alt=\"\" draggable=\"false\">" }, { "tagName": "img", "id": "", "code": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/sd25.101.jpg\" alt=\"\" draggable=\"false\">" }, { "tagName": "img", "id": "", "code": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/sr_82_-_floor_remarks.jpg\" alt=\"\" draggable=\"false\">" } ] }, "AAA.1_3_1.H48": { "If this element contains a navigation section, it is recommended that it be marked up as a list.": [ { "tagName": "p", "id": "", "code": "<p class=\"footerinfo\">...</p>" } ] }, "AAA.1_3_1.H49.I": { "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.": [ { "tagName": "i", "id": "", "code": "<i class=\"fa fa-info-circle\" style=\"color: #fff;\">...</i>" }, { "tagName": "i", "id": "", "code": "<i class=\"fas fa-arrow-circle-right\">...</i>" }, { "tagName": "i", "id": "", "code": "<i class=\"fas fa-newspaper fa-2x\" style=\"color: #4a4a4a; \">...</i>" } ] }, "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [ { "tagName": "div", "id": "#cboxOverlay", "code": "<div id=\"cboxOverlay\" style=\"display: none;\">...</div>" } ] }, "AAA.1_4_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-info-circle\" style=\"color: #fff;\">...</i>" }, { "tagName": "i", "id": "", "code": "<i class=\"fas fa-newspaper fa-2x\" style=\"color: #4a4a4a; \">...</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": "iframe", "id": "#youtube-field-player", "code": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" width=\"100%\" height=\"100%\" src=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\" title=\"Embedded video for 108th commemoration of the Armenian Genocide\" frameborder=\"0\" allowfullscreen=\"\">...</iframe>" } ] }, "AAA.3_2_5.H83.3": { "Check that this link's link text contains information indicating that the link will open in a new window.": [ { "tagName": "a", "id": "", "code": "<a href=\"/contact/newsletter\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://iamerica.org/know-your-rights\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://publichealth.lacounty.gov/media/Coronavirus/\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://www.ebudget.ca.gov/home.php\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://registertovote.ca.gov/\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://sd25.senate.ca.gov/edd-assistance-request\" target=\"_blank\">...</a>" } ] }, "AAA.4_1_2.H91.A.Empty": { "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.": [ { "tagName": "a", "id": "#main-content", "code": "<a id=\"main-content\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 27, 0, 0, 44 ], "instances": [ { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/ffjefc_veaahvpu.png\" alt=\"\" draggable=\"false\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/fpcqifcveaek1id.jpg\" alt=\"\" draggable=\"false\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/fz_ntfpveaatgcx.png\" alt=\"\" draggable=\"false\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/gun_safety_laws_work_02_01_23_sdc_re_dsc1146.jpg\" alt=\"\" draggable=\"false\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/portantino_gun_violence_prevention_pc_568_06-02-22.jpg\" alt=\"\" draggable=\"false\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/sd25.101.jpg\" alt=\"\" draggable=\"false\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img typeof=\"foaf:Image\" class=\"img-responsive\" src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/sr_82_-_floor_remarks.jpg\" alt=\"\" draggable=\"false\">" }, { "ruleID": "AAA.1_3_1.H48", "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"footerinfo\">...</p>" }, { "ruleID": "AAA.1_3_1.H49.I", "what": "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.", "ordinalSeverity": 0, "tagName": "I", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<i class=\"fa fa-info-circle\" style=\"color: #fff;\">...</i>" }, { "ruleID": "AAA.1_3_1.H49.I", "what": "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.", "ordinalSeverity": 0, "tagName": "I", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<i class=\"fas fa-arrow-circle-right\">...</i>" }, { "ruleID": "AAA.1_3_1.H49.I", "what": "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.", "ordinalSeverity": 0, "tagName": "I", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<i class=\"fas fa-newspaper fa-2x\" style=\"color: #4a4a4a; \">...</i>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "DIV", "id": "cboxOverlay", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"cboxOverlay\" style=\"display: none;\">...</div>" }, { "ruleID": "AAA.1_4_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-info-circle\" style=\"color: #fff;\">...</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=\"fas fa-newspaper fa-2x\" style=\"color: #4a4a4a; \">...</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": "IFRAME", "id": "youtube-field-player", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" width=\"100%\" height=\"100%\" src=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\" title=\"Embedded video for 108th commemoration of the Armenian Genocide\" frameborder=\"0\" allowfullscreen=\"\">...</iframe>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/contact/newsletter\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://iamerica.org/know-your-rights\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://publichealth.lacounty.gov/media/Coronavirus/\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://www.ebudget.ca.gov/home.php\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://registertovote.ca.gov/\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/edd-assistance-request\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.Empty", "what": "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.", "ordinalSeverity": 0, "tagName": "A", "id": "main-content", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a id=\"main-content\">...</a>" }, { "ruleID": "AAA.1_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 class=\"block-title-main\">...</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 class=\"block-title-main\">...</h2>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.76:1. Recommendation: change background to #005f89.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/covid-19-resources\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.76:1. Recommendation: change background to #005f89.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"alert alert-warning alert-dismissible show\" role=\"alert\">...</div>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/news/2020-02-25/state-attorney-general-seeks-injunction-against-%E2%80%98summerkids%E2%80%99-camp\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/news/2020-03-03/la-times-bond-measure-would-put-55-billion-toward-fighting-climate-change\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/news/2020-03-06/la-times-portantino-introduces-bill-mandate-dyslexia-screening-elementary-schools\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/news/2020-05-26/city-san-marino-2020-memorial-day-service\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/news/2020-07-15/asbarez-it-vital-congress-includes-assistance-artsakh\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/news/2023-05-31/portantino%E2%80%99s-opioid-overdose-prevention-bill-passes-senate-floor\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/news/2023-06-01/portantino-iep-translation-bill-passes-senate-floor\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/news/2023-06-08/senator-portantino-honors-selah-district-non-profit-year-its-dedication-important\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/news/2023-06-08/senator-portantino-joins-governor-newsom-calling-constitutional-amendment-end\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/news/2023-06-15/senator-portantino%E2%80%99s-statement-today%E2%80%99s-budget-vote\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/video/2023-04-25/108th-commemoration-armenian-genocide\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"news/in-the-news\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"news/press-releases\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"fawesome\">...</span>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" class=\"active\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/2017-legislation\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/2018-legislation\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/about\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/ca-armenian-committee\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/committees\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/contact\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/news\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/news/in-the-news\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/senate-district-25\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/senate-district-25\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://sd25.senate.ca.gov/\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"footerinfo\">...</p>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"office-info\">...</p>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<strong>...</strong>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">...</a>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #767676.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"block-title-pre-footer\">...</h2>" }, { "ruleID": "AAA.4_1_2.H91.Button.Name", "what": "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxNext", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<button type=\"button\" id=\"cboxNext\">...</button>" }, { "ruleID": "AAA.4_1_2.H91.Button.Name", "what": "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxPrevious", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<button type=\"button\" id=\"cboxPrevious\">...</button>" }, { "ruleID": "AAA.4_1_2.H91.Button.Name", "what": "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxSlideshow", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<button type=\"button\" id=\"cboxSlideshow\">...</button>" } ] }, "endTime": 1687644016602 }, { "type": "launch", "which": "chromium", "startTime": 1687644016602, "endTime": 1687644017208 }, { "type": "url", "which": "https://sd25.senate.ca.gov/", "what": "Anthony J. Portantino (D)", "startTime": 1687644017209, "result": { "url": "https://sd25.senate.ca.gov/" }, "endTime": 1687644019214 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687644019214, "url": "https://sd25.senate.ca.gov/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 44, "recommendation": 9, "ignored": 0 }, "items": [ { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/a[1]", "aria": "/document[1]/link[3]" }, "message": "Text contrast of 4.02 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "bounds": { "left": 415, "top": 2296, "height": 22, "width": 195 }, "snippet": "<a href=\"news/press-releases\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "aria": "/document[1]/link[2]" }, "message": "Text contrast of 4.02 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "bounds": { "left": 68, "top": 2078, "height": 22, "width": 128 }, "snippet": "<a href=\"news/in-the-news\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/aside[1]/div[1]/section[2]/a[1]/span[1]", "aria": "/document[1]/complementary[1]/link[2]" }, "message": "Text contrast of 4.02 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400", "bounds": { "left": 104, "top": 2998, "height": 27, "width": 105 }, "snippet": "<span class=\"fawesome\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/aside[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/span[1]/a[1]", "aria": "/document[1]/complementary[1]/link[1]" }, "message": "Text contrast of 4.02 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "bounds": { "left": 68, "top": 2825, "height": 22, "width": 355 }, "snippet": "<a href=\"/video/2023-04-25/108th-commemoration-armenian-genocide\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[2]/a[1]", "aria": "/document[1]/alert[1]/link[1]" }, "message": "Text contrast of 2.76 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700", "bounds": { "left": 327, "top": 8, "height": 22, "width": 250 }, "snippet": "<a href=\"/covid-19-resources\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[2]", "aria": "/document[1]/alert[1]" }, "message": "Text contrast of 2.76 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "bounds": { "left": 8, "top": 8, "height": 22, "width": 784 }, "snippet": "<div role=\"alert\" class=\"alert alert-warning alert-dismissible show\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/header[2]", "aria": "/document[1]/banner[2]" }, "message": "Multiple \"banner\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 8, "top": 148, "height": 644, "width": 784 }, "snippet": "<header class=\"container-fluid\" id=\"page-header\" role=\"banner\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/header[1]", "aria": "/document[1]/banner[1]" }, "message": "Multiple \"banner\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 8, "top": 30, "height": 118, "width": 784 }, "snippet": "<header class=\"navbar navbar-static-top navbar-default\" role=\"banner\" id=\"navbar\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/h2[1]", "aria": "/document[1]/heading[13]" }, "message": "Content is not within a landmark element", "bounds": { "left": 52, "top": 3090, "height": 33, "width": 702 }, "snippet": "<h2 class=\"block-title-pre-footer\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[5]/a[1]", "aria": "/document[1]/link[8]" }, "message": "Content is not within a landmark element", "bounds": { "left": 557, "top": 3422, "height": 22, "width": 600 }, "snippet": "<a target=\"_blank\" href=\"https://sd25.senate.ca.gov/edd-assistance-request\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[4]/a[1]", "aria": "/document[1]/link[7]" }, "message": "Content is not within a landmark element", "bounds": { "left": 431, "top": 3422, "height": 22, "width": 600 }, "snippet": "<a target=\"_blank\" href=\"http://publichealth.lacounty.gov/media/Coronavirus/\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[3]/a[1]", "aria": "/document[1]/link[6]" }, "message": "Content is not within a landmark element", "bounds": { "left": 305, "top": 3422, "height": 22, "width": 600 }, "snippet": "<a target=\"_blank\" href=\"http://iamerica.org/know-your-rights\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/a[1]", "aria": "/document[1]/link[5]" }, "message": "Content is not within a landmark element", "bounds": { "left": 178, "top": 3422, "height": 22, "width": 600 }, "snippet": "<a target=\"_blank\" href=\"https://registertovote.ca.gov/\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 52, "top": 3422, "height": 22, "width": 600 }, "snippet": "<a target=\"_blank\" href=\"http://www.ebudget.ca.gov/home.php\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/h2[1]", "aria": "/document[1]/heading[7]" }, "message": "Content is not within a landmark element", "bounds": { "left": 415, "top": 792, "height": 106, "width": 317 }, "snippet": "<h2 class=\"block-title-main\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/a[1]", "aria": "/document[1]/link[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 415, "top": 2296, "height": 22, "width": 195 }, "snippet": "<a href=\"news/press-releases\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[5]/div[3]/div[1]/p[1]", "aria": "/document[1]/paragraph[10]" }, "message": "Content is not within a landmark element", "bounds": { "left": 415, "top": 2109, "height": 177, "width": 317 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[5]/div[2]/h2[1]", "aria": "/document[1]/heading[12]" }, "message": "Content is not within a landmark element", "bounds": { "left": 415, "top": 2012, "height": 81, "width": 317 }, "snippet": "<h2>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[3]/div[1]/p[1]", "aria": "/document[1]/paragraph[9]" }, "message": "Content is not within a landmark element", "bounds": { "left": 415, "top": 1825, "height": 156, "width": 317 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[2]/h2[1]", "aria": "/document[1]/heading[11]" }, "message": "Content is not within a landmark element", "bounds": { "left": 415, "top": 1755, "height": 54, "width": 317 }, "snippet": "<h2>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[3]/div[1]/p[1]", "aria": "/document[1]/paragraph[8]" }, "message": "Content is not within a landmark element", "bounds": { "left": 415, "top": 1568, "height": 156, "width": 317 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[2]/h2[1]", "aria": "/document[1]/heading[10]" }, "message": "Content is not within a landmark element", "bounds": { "left": 415, "top": 1444, "height": 108, "width": 317 }, "snippet": "<h2>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]", "aria": "/document[1]/paragraph[7]" }, "message": "Content is not within a landmark element", "bounds": { "left": 415, "top": 1257, "height": 156, "width": 317 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/h2[1]", "aria": "/document[1]/heading[9]" }, "message": "Content is not within a landmark element", "bounds": { "left": 415, "top": 1133, "height": 108, "width": 317 }, "snippet": "<h2>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]", "aria": "/document[1]/paragraph[6]" }, "message": "Content is not within a landmark element", "bounds": { "left": 415, "top": 989, "height": 113, "width": 317 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/h2[1]", "aria": "/document[1]/heading[8]" }, "message": "Content is not within a landmark element", "bounds": { "left": 415, "top": 919, "height": 54, "width": 317 }, "snippet": "<h2>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/h2[1]", "aria": "/document[1]/heading[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 68, "top": 792, "height": 71, "width": 317 }, "snippet": "<h2 class=\"block-title-main\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "aria": "/document[1]/link[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 68, "top": 2078, "height": 22, "width": 128 }, "snippet": "<a href=\"news/in-the-news\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[3]/div[1]/p[1]", "aria": "/document[1]/paragraph[5]" }, "message": "Content is not within a landmark element", "bounds": { "left": 68, "top": 1934, "height": 134, "width": 317 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/h2[1]", "aria": "/document[1]/heading[6]" }, "message": "Content is not within a landmark element", "bounds": { "left": 68, "top": 1837, "height": 81, "width": 317 }, "snippet": "<h2>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[3]/div[1]/p[1]", "aria": "/document[1]/paragraph[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 68, "top": 1693, "height": 113, "width": 317 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/h2[1]", "aria": "/document[1]/heading[5]" }, "message": "Content is not within a landmark element", "bounds": { "left": 68, "top": 1596, "height": 81, "width": 317 }, "snippet": "<h2>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/p[1]", "aria": "/document[1]/paragraph[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 68, "top": 1452, "height": 113, "width": 317 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h2[1]", "aria": "/document[1]/heading[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 68, "top": 1355, "height": 81, "width": 317 }, "snippet": "<h2>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]", "aria": "/document[1]/paragraph[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 68, "top": 1211, "height": 113, "width": 317 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/h2[1]", "aria": "/document[1]/heading[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 68, "top": 1141, "height": 54, "width": 317 }, "snippet": "<h2>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]", "aria": "/document[1]/paragraph[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 68, "top": 954, "height": 156, "width": 317 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h2[1]", "aria": "/document[1]/heading[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 68, "top": 884, "height": 54, "width": 317 }, "snippet": "<h2>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/a[1]", "aria": "/document[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 8, "height": 1, "width": 1 }, "snippet": "<a class=\"element-invisible element-focusable\" href=\"#main-content\">", "level": "violation" }, { "ruleId": "aria_complementary_labelled", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/aside[1]", "aria": "/document[1]/complementary[1]" }, "message": "The element with \"complementary\" role does not have a label", "bounds": { "left": 28, "top": 2383, "height": 678, "width": 744 }, "snippet": "<aside role=\"complementary\" class=\"col-md-4\">", "level": "violation" }, { "ruleId": "aria_banner_single", "path": { "dom": "/html[1]/body[1]/header[2]", "aria": "/document[1]/banner[2]" }, "message": "There is more than one element with \"banner\" role on the page", "bounds": { "left": 8, "top": 148, "height": 644, "width": 784 }, "snippet": "<header class=\"container-fluid\" id=\"page-header\" role=\"banner\">", "level": "violation" }, { "ruleId": "aria_banner_single", "path": { "dom": "/html[1]/body[1]/header[1]", "aria": "/document[1]/banner[1]" }, "message": "There is more than one element with \"banner\" role on the page", "bounds": { "left": 8, "top": 30, "height": 118, "width": 784 }, "snippet": "<header class=\"navbar navbar-static-top navbar-default\" role=\"banner\" id=\"navbar\">", "level": "violation" }, { "ruleId": "aria_banner_label_unique", "path": { "dom": "/html[1]/body[1]/header[2]", "aria": "/document[1]/banner[2]" }, "message": "Multiple elements with \"banner\" role do not have unique labels", "bounds": { "left": 8, "top": 148, "height": 644, "width": 784 }, "snippet": "<header class=\"container-fluid\" id=\"page-header\" role=\"banner\">", "level": "violation" }, { "ruleId": "aria_banner_label_unique", "path": { "dom": "/html[1]/body[1]/header[1]", "aria": "/document[1]/banner[1]" }, "message": "Multiple elements with \"banner\" role do not have unique labels", "bounds": { "left": 8, "top": 30, "height": 118, "width": 784 }, "snippet": "<header class=\"navbar navbar-static-top navbar-default\" role=\"banner\" id=\"navbar\">", "level": "violation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[4]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[2]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"profile\" is deprecated for the <head> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<head profile=\"http://www.w3.org/1999/xhtml/vocab\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/aside[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/iframe[1]", "aria": "/document[1]/complementary[1]" }, "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5", "bounds": { "left": 68, "top": 2440, "height": 366, "width": 649 }, "snippet": "<iframe allowfullscreen=\"\" frameborder=\"0\" title=\"Embedded video for 108th commemoration of the Armenian Genocide\" src=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\" height=\"100%\" width=\"100%\" class=\"youtube-field-player\" id=\"youtube-field-player\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/header[2]", "aria": "/document[1]/banner[2]" }, "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>", "bounds": { "left": 8, "top": 148, "height": 644, "width": 784 }, "snippet": "<header class=\"container-fluid\" id=\"page-header\" role=\"banner\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/header[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": 148, "height": 0, "width": 784 }, "snippet": "<nav role=\"navigation\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[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": 30, "height": 118, "width": 784 }, "snippet": "<header class=\"navbar navbar-static-top navbar-default\" role=\"banner\" id=\"navbar\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/aside[1]", "aria": "/document[1]/complementary[1]" }, "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>", "bounds": { "left": 28, "top": 2383, "height": 678, "width": 744 }, "snippet": "<aside role=\"complementary\" class=\"col-md-4\">", "level": "recommendation" }, { "ruleId": "aria_contentinfo_misuse", "path": { "dom": "/html[1]/body[1]/footer[1]", "aria": "/document[1]/contentinfo[1]" }, "message": "The element with \"contentinfo\" role is present without an element with \"main\" role", "bounds": { "left": 8, "top": 3484, "height": 682, "width": 784 }, "snippet": "<footer class=\"footer \nfooter-day\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 9, 0, 44 ], "instances": [ { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 4.02 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/a[1]" }, "excerpt": "<a href=\"news/press-releases\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 4.02 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a href=\"news/in-the-news\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 4.02 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/aside[1]/div[1]/section[2]/a[1]/span[1]" }, "excerpt": "<span class=\"fawesome\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 4.02 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/aside[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/span[1]/a[1]" }, "excerpt": "<a href=\"/video/2023-04-25/108th-commemoration-armenian-genocide\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 2.76 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/a[1]" }, "excerpt": "<a href=\"/covid-19-resources\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 2.76 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]" }, "excerpt": "<div role=\"alert\" class=\"alert alert-warning alert-dismissible show\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"banner\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "HEADER", "id": "page-header", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[2]" }, "excerpt": "<header class=\"container-fluid\" id=\"page-header\" role=\"banner\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"banner\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "HEADER", "id": "navbar", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]" }, "excerpt": "<header class=\"navbar navbar-static-top navbar-default\" role=\"banner\" id=\"navbar\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 class=\"block-title-pre-footer\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[5]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"https://sd25.senate.ca.gov/edd-assistance-request\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[4]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"http://publichealth.lacounty.gov/media/Coronavirus/\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[3]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"http://iamerica.org/know-your-rights\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"https://registertovote.ca.gov/\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"http://www.ebudget.ca.gov/home.php\">" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/h2[1]" }, "excerpt": "<h2 class=\"block-title-main\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/a[1]" }, "excerpt": "<a href=\"news/press-releases\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[5]/div[3]/div[1]/p[1]" }, "excerpt": "<p>" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[5]/div[2]/h2[1]" }, "excerpt": "<h2>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[3]/div[1]/p[1]" }, "excerpt": "<p>" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[2]/h2[1]" }, "excerpt": "<h2>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[3]/div[1]/p[1]" }, "excerpt": "<p>" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[2]/h2[1]" }, "excerpt": "<h2>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]" }, "excerpt": "<p>" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[2]/h2[1]" }, "excerpt": "<h2>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]" }, "excerpt": "<p>" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/h2[1]" }, "excerpt": "<h2>" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 class=\"block-title-main\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a href=\"news/in-the-news\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[3]/div[1]/p[1]" }, "excerpt": "<p>" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/h2[1]" }, "excerpt": "<h2>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[3]/div[1]/p[1]" }, "excerpt": "<p>" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/h2[1]" }, "excerpt": "<h2>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/p[1]" }, "excerpt": "<p>" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/h2[1]" }, "excerpt": "<h2>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]" }, "excerpt": "<p>" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/h2[1]" }, "excerpt": "<h2>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/p[1]" }, "excerpt": "<p>" }, { "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[3]/div[1]/section[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h2[1]" }, "excerpt": "<h2>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/a[1]" }, "excerpt": "<a class=\"element-invisible element-focusable\" href=\"#main-content\">" }, { "ruleID": "aria_complementary_labelled", "what": "The element with \"complementary\" role does not have a label", "ordinalSeverity": 3, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"col-md-4\">" }, { "ruleID": "aria_banner_single", "what": "There is more than one element with \"banner\" role on the page", "ordinalSeverity": 3, "tagName": "HEADER", "id": "page-header", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[2]" }, "excerpt": "<header class=\"container-fluid\" id=\"page-header\" role=\"banner\">" }, { "ruleID": "aria_banner_single", "what": "There is more than one element with \"banner\" role on the page", "ordinalSeverity": 3, "tagName": "HEADER", "id": "navbar", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]" }, "excerpt": "<header class=\"navbar navbar-static-top navbar-default\" role=\"banner\" id=\"navbar\">" }, { "ruleID": "aria_banner_label_unique", "what": "Multiple elements with \"banner\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "HEADER", "id": "page-header", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[2]" }, "excerpt": "<header class=\"container-fluid\" id=\"page-header\" role=\"banner\">" }, { "ruleID": "aria_banner_label_unique", "what": "Multiple elements with \"banner\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "HEADER", "id": "navbar", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]" }, "excerpt": "<header class=\"navbar navbar-static-top navbar-default\" role=\"banner\" id=\"navbar\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "ordinalSeverity": 1, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/meta[4]" }, "excerpt": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "ordinalSeverity": 1, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/meta[2]" }, "excerpt": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"profile\" is deprecated for the <head> element in HTML 5", "ordinalSeverity": 1, "tagName": "HEAD", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]" }, "excerpt": "<head profile=\"http://www.w3.org/1999/xhtml/vocab\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/aside[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe allowfullscreen=\"\" frameborder=\"0\" title=\"Embedded video for 108th commemoration of the Armenian Genocide\" src=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\" height=\"100%\" width=\"100%\" class=\"youtube-field-player\" id=\"youtube-field-player\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>", "ordinalSeverity": 1, "tagName": "HEADER", "id": "page-header", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[2]" }, "excerpt": "<header class=\"container-fluid\" id=\"page-header\" role=\"banner\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "ordinalSeverity": 1, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[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": "navbar", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/header[1]" }, "excerpt": "<header class=\"navbar navbar-static-top navbar-default\" role=\"banner\" id=\"navbar\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>", "ordinalSeverity": 1, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"col-md-4\">" }, { "ruleID": "aria_contentinfo_misuse", "what": "The element with \"contentinfo\" role is present without an element with \"main\" role", "ordinalSeverity": 1, "tagName": "FOOTER", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]" }, "excerpt": "<footer class=\"footer footer-day\">" } ] }, "endTime": 1687644026122 }, { "type": "launch", "which": "chromium", "startTime": 1687644026122, "endTime": 1687644026781 }, { "type": "url", "which": "https://sd25.senate.ca.gov/", "what": "Anthony J. Portantino (D)", "startTime": 1687644026781, "result": { "url": "https://sd25.senate.ca.gov/" }, "endTime": 1687644028896 }, { "type": "test", "which": "nuVal", "startTime": 1687644028897, "url": "https://sd25.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": 1687644029103 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687644029104, "url": "https://sd25.senate.ca.gov/", "what": "QualWeb", "result": { "type": "evaluation", "system": { "name": "QualWeb", "description": "QualWeb is an automatic accessibility evaluator for webpages.", "version": "3.0.0", "homepage": "http://www.qualweb.di.fc.ul.pt/", "date": "2023-06-24 22:00:32", "hash": "26b77c3d0e57f3a85d7d004276d3d1cc06dc7be08aa152cc4514910bdf62dd3ec36e10c5392a10c8ef343a42e9efcbbb5bda12b57966c2e2e1f8838db6750d57", "page": { "viewport": { "mobile": false, "landscape": true, "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/100.0.4889.0 Safari/537.36", "resolution": { "width": 1366, "height": 768 } } } }, "metadata": { "passed": 33, "warning": 13, "failed": 7, "inapplicable": 72 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 12, "warning": 8, "failed": 3, "inapplicable": 44 }, "assertions": { "QW-ACT-R63": { "name": "Document has a landmark with non-repeated content", "code": "QW-ACT-R63", "mapping": "b40fd1", "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [], "url": "https://act-rules.github.io/rules/b40fd1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product# content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R64": { "name": "Document has heading for non-repeated content", "code": "QW-ACT-R64", "mapping": "047fe0", "description": "This rule checks that the non-repeated content contains a heading", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "H69" ], "url": "https://act-rules.github.io/rules/047fe0", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product# content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R73": { "name": "Block of repeated content is collapsible", "code": "QW-ACT-R73", "mapping": "3e12e1", "description": "This rule checks that repeated blocks of content are collapsible.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "SCR28" ], "url": "https://act-rules.github.io/rules/3e12e1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree." }, "results": [ { "verdict": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product# content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R74": { "name": "Document has an instrument to move focus to non-repeated content", "code": "QW-ACT-R74", "mapping": "ye5d6e", "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "G1", "G123", "G124" ], "url": "https://act-rules.github.io/rules/ye5d6e", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content." }, "results": [ { "verdict": "warning", "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product# content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R18": { "name": "`id` attribute value is unique", "code": "QW-ACT-R18", "mapping": "3ea0c8", "description": "This rule checks that all id attribute values on a single page are unique.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "4.1.1", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/parsing.html", "url_tr": "https://www.w3.org/TR/WCAG21/#parsing" } ], "related": [ "H93" ], "url": "https://act-rules.github.io/rules/3ea0c8", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 13, "warning": 0, "failed": 19, "inapplicable": 0, "outcome": "failed", "description": "Several elements have the same `id` attribute." }, "results": [ { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxOverlay\" style=\"display: none;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(10)" }, { "htmlCode": "<div id=\"cboxOverlay\" style=\"display: none;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(12)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11)" }, { "htmlCode": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxWrapper\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1)" }, { "htmlCode": "<div id=\"cboxWrapper\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxTopLeft\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, { "htmlCode": "<div id=\"cboxTopLeft\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxTopCenter\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, { "htmlCode": "<div id=\"cboxTopCenter\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxTopRight\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" }, { "htmlCode": "<div id=\"cboxTopRight\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxMiddleLeft\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" }, { "htmlCode": "<div id=\"cboxMiddleLeft\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxContent\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2)" }, { "htmlCode": "<div id=\"cboxContent\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxTitle\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" }, { "htmlCode": "<div id=\"cboxTitle\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxCurrent\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)" }, { "htmlCode": "<div id=\"cboxCurrent\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<button type=\"button\" id=\"cboxPrevious\"></button>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(3)" }, { "htmlCode": "<button type=\"button\" id=\"cboxPrevious\"></button>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<button type=\"button\" id=\"cboxNext\"></button>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(4)" }, { "htmlCode": "<button type=\"button\" id=\"cboxNext\"></button>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(4)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<button type=\"button\" id=\"cboxSlideshow\"></button>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(5)" }, { "htmlCode": "<button type=\"button\" id=\"cboxSlideshow\"></button>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(5)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxLoadingOverlay\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(6)" }, { "htmlCode": "<div id=\"cboxLoadingOverlay\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(6)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxLoadingGraphic\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(7)" }, { "htmlCode": "<div id=\"cboxLoadingGraphic\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(7)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxMiddleRight\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3)" }, { "htmlCode": "<div id=\"cboxMiddleRight\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxBottomLeft\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)" }, { "htmlCode": "<div id=\"cboxBottomLeft\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxBottomCenter\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }, { "htmlCode": "<div id=\"cboxBottomCenter\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"cboxBottomRight\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3)" }, { "htmlCode": "<div id=\"cboxBottomRight\" style=\"float: left;\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3)" } ], "attributes": [] } ] }, "QW-ACT-R62": { "name": "Element in sequential focus order has visible focus", "code": "QW-ACT-R62", "mapping": "oj04fd", "description": "This rule checks that each element in sequential focus order has some visible focus indication.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "2.4.7", "level": "AA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html", "url_tr": "https://www.w3.org/TR/WCAG21/#focus-visible" } ], "related": [], "url": "https://act-rules.github.io/rules/oj04fd", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 64, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the element has some visible focus indication" }, "results": [ { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/covid-19-resources\">Vaccine Information and Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(2) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\">\n \n </a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button type=\"button\" class=\"navbar-toggle\" data-toggle=\"collapse\" data-target=\".navbar-collapse\">\n Toggle navigation\n \n \n \n </button>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/\" class=\"active\">Home</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/about\">About</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/committees\">Committees</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/2017-legislation\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Legislation </a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/2023-legislation\">2023 Legislation</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://sd25.senate.ca.gov/2022-legislation\" title=\"\">2022 Legislation</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://sd25.senate.ca.gov/2021-legislation\" title=\"\">2021 Legislation</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://sd25.senate.ca.gov/2020-legislation\" title=\"\">2020 Legislation</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/2019-legislation\">2019 Legislation</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/2018-legislation\">2018 Legislation</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > 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=\"/2017-legislation\" title=\"\">2017 Legislation</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > 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=\"/news\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Newsroom </a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/news/press-releases\" title=\"\">Press Releases</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/news/in-the-news\" title=\"\">In the News</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/video\" title=\"\">Video Gallery</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/photos/capitol\" title=\"\">Capitol Photo Gallery</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/photos/district\" title=\"\">District Photo Gallery</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/newsletter\">Newsletter</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/senate-district-25\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District </a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/senate-district-25\" title=\"\">District Map</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://sd25.senate.ca.gov/district-25-recognition\" title=\"\">District 25 Recognition</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/events\" title=\"\">2023 Events</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://sd25.senate.ca.gov/sb-45-town-hall\" title=\"\">SB 45 Resources</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > 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=\"/resources-and-updates\">Resources</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > 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=\"/ca-armenian-committee\">CA / Armenian Committee</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > 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=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Contact </a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://sd25.senate.ca.gov/contact\" title=\"\">Contact Us</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > 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=\"https://sd25.senate.ca.gov/meeting-request-form\" title=\"\">Meeting Requests</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/news/2020-07-15/asbarez-it-vital-congress-includes-assistance-artsakh\">Asbarez: It is Vital that Congress Includes Assistance to Artsakh</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section: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) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/news/2020-05-26/city-san-marino-2020-memorial-day-service\">City of San Marino 2020 Memorial Day Service</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/news/2020-03-06/la-times-portantino-introduces-bill-mandate-dyslexia-screening-elementary-schools\">LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/news/2020-03-03/la-times-bond-measure-would-put-55-billion-toward-fighting-climate-change\">LA Times: Bond measure would put $5.5 billion toward fighting climate change </a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/news/2020-02-25/state-attorney-general-seeks-injunction-against-%E2%80%98summerkids%E2%80%99-camp\">State Attorney General Seeks Injunction Against āSummerkidsā Camp </a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"news/in-the-news\">View All News \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/news/2023-06-15/senator-portantino%E2%80%99s-statement-today%E2%80%99s-budget-vote\">Senator Portantinoās Statement on Todayās Budget Vote</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section: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) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/news/2023-06-08/senator-portantino-honors-selah-district-non-profit-year-its-dedication-important\"> Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important Homeless Services</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/news/2023-06-08/senator-portantino-joins-governor-newsom-calling-constitutional-amendment-end\">Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās Gun Violence Epidemic</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/news/2023-06-01/portantino-iep-translation-bill-passes-senate-floor\">Portantino IEP Translation Bill Passes Senate Floor </a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/news/2023-05-31/portantino%E2%80%99s-opioid-overdose-prevention-bill-passes-senate-floor\">Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"news/press-releases\">View All Press Releases \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" width=\"100%\" height=\"100%\" src=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\" title=\"Embedded video for 108th commemoration of the Armenian Genocide\" frameborder=\"0\" allowfullscreen=\"\"><a href=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\">Embedded video for 108th commemoration of the Armenian Genocide</a></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section: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) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/video/2023-04-25/108th-commemoration-armenian-genocide\">108th commemoration of the Armenian Genocide</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/contact/newsletter\" target=\"_blank\"> Newsletter</a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section:nth-child(2) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"http://www.ebudget.ca.gov/home.php\" target=\"_blank\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://registertovote.ca.gov/\" target=\"_blank\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"http://iamerica.org/know-your-rights\" target=\"_blank\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"http://publichealth.lacounty.gov/media/Coronavirus/\" target=\"_blank\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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://sd25.senate.ca.gov/edd-assistance-request\" target=\"_blank\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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=\"http://sd25.senate.ca.gov/\">Home</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > 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=\"/about\">About</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > 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=\"/committees\">Committees</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > 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=\"/2018-legislation\">Legislation</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > 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/in-the-news\">Newsroom</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > 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=\"/senate-district-25\">District</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/contact\">Contact</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > 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=\"http://www.senate.ca.gov/\" target=\"_blank\">California State Senate</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(3) > p:nth-child(1) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\">Democratic Caucus Ā© document.write(new Date().getFullYear())20232023</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(3) > p:nth-child(1) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">Privacy Policy</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(3) > p:nth-child(1) > a:nth-child(4)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">Accessibility Statement</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(3) > p:nth-child(1) > a:nth-child(5)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">Register to Vote</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(3) > p:nth-child(1) > a:nth-child(6)" } ], "attributes": [] } ] }, "QW-ACT-R9": { "name": "Links with identical accessible names have equivalent purpose", "code": "QW-ACT-R9", "mapping": "b20e66", "description": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "metadata": { "target": { "element": "a, [role='link']" }, "success-criteria": [ { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only.html", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only" } ], "related": [], "url": "https://act-rules.github.io/rules/b20e66", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 4, "warning": 4, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent." }, "results": [ { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/\" class=\"active\">Home</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)", "accessibleName": "Home" }, { "htmlCode": "<a href=\"http://sd25.senate.ca.gov/\">Home</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)", "accessibleName": "Home" }, { "htmlCode": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\">\n \n </a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)", "accessibleName": "Home" } ], "attributes": [] }, { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/2018-legislation\">Legislation</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)", "accessibleName": "Legislation" }, { "htmlCode": "<a href=\"/2017-legislation\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Legislation </a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)", "accessibleName": "Legislation" } ], "attributes": [] }, { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/news/in-the-news\">Newsroom</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)", "accessibleName": "Newsroom" }, { "htmlCode": "<a href=\"/news\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Newsroom </a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)", "accessibleName": "Newsroom" } ], "attributes": [] }, { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">Register to Vote</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(3) > p:nth-child(1) > a:nth-child(6)", "accessibleName": "Register to Vote" }, { "htmlCode": "<a href=\"https://registertovote.ca.gov/\" target=\"_blank\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)", "accessibleName": "Register to Vote" } ], "attributes": [] } ] }, "QW-ACT-R37": { "name": "Text has minimum contrast", "code": "QW-ACT-R37", "mapping": "afw4f7", "description": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "metadata": { "target": { "element": [ "*" ] }, "success-criteria": [ { "name": "1.4.3", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-minimum" }, { "name": "1.4.6", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [], "url": "https://act-rules.github.io/rules/afw4f7", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 46, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<div class=\"alert alert-warning alert-dismissible show\" role=\"alert\">\n COVID-19: Vaccine Information and Resources\n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"fawesome\"> Newsletter</span>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section:nth-child(2) > a:nth-child(3) > span:nth-child(2)" } ], "attributes": [] } ] }, "QW-ACT-R76": { "name": "Text has enhanced contrast", "code": "QW-ACT-R76", "mapping": "09o5cg", "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [ "G17", "G18" ], "url": "https://act-rules.github.io/rules/09o5cg", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 33, "warning": 0, "failed": 15, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<div class=\"alert alert-warning alert-dismissible show\" role=\"alert\">\n COVID-19: Vaccine Information and Resources\n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"fawesome\"> Newsletter</span>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section:nth-child(2) > a:nth-child(3) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"office-info\">Capitol Office\n1021 O Street, Suite 7630\nSacramento, CA 95814\nPhone: (916) 651-4025\nFax: (916) 651-4925</p>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<strong>Capitol Office</strong>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > strong:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<strong>Phone: </strong>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > strong:nth-child(5)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<strong>Fax: </strong>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > strong:nth-child(7)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"office-info\">Glendale District Office\n601 East Glenoaks Suite 210\nGlendale, CA. 91207\nPhone: (818) 409-0400;\nFax: (818) 409-1256\nHome: (818) 952-3432.</p>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<strong>Glendale District Office</strong>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > strong:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<strong>Phone:</strong>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > strong:nth-child(5)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<strong>Fax:</strong>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > strong:nth-child(7)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<strong>Home:</strong>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > strong:nth-child(9)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"office-info\">San Dimas Office\n201 East Bonita Ave.\nSan Dimas, CA 91773\nPhone: (909) 599-7351\nFax: (909) 599-7692\n </p>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<strong>San Dimas Office</strong>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > strong:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<strong>Phone:</strong>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > strong:nth-child(5)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<strong>Fax:</strong>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > strong:nth-child(7)" } ], "attributes": [] } ] }, "QW-ACT-R75": { "name": "Bypass Blocks of Repeated Content", "code": "QW-ACT-R75", "mapping": "cf77f2", "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "metadata": { "target": { "element": "html" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html", "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks" } ], "related": [ "G1", "G123", "G124", "H69", "SCR28" ], "url": "https://act-rules.github.io/rules/cf77f2", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: http://ogp.me/ns/video# product: http://ogp.me/ns/product# content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body>Senator Anthony Portantino | Proudly Representing California Senate District 25\n \n@import url(\"https://s ā¦", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R40": { "name": "Zoomed text node is not clipped with CSS overflow", "code": "QW-ACT-R40", "mapping": "59br37", "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "metadata": { "target": { "element": "*:text()" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html", "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text" } ], "related": [], "url": "https://act-rules.github.io/rules/59br37", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 5, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow." }, "results": [ { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"block-title-main\">In The News</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"block-title-main\">Press Releases</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"block-title\">Featured Video</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" width=\"100%\" height=\"100%\" src=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\" title=\"Embedded video for 108th commemoration of the Armenian Genocide\" frameborder=\"0\" allowfullscreen=\"\"><a href=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\">Embedded video for 108th commemoration of the Armenian Genocide</a></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section: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) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"block-title\">Stay Informed</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section:nth-child(2) > h2:nth-child(1)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 6, "warning": 3, "failed": 3, "inapplicable": 22 }, "assertions": { "QW-WCAG-T9": { "name": "Organizing a page using headings", "code": "QW-WCAG-T9", "mapping": "G141", "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ], "attributes": "role='heading'" }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" }, { "name": "2.4.10", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings" } ], "related": [ "G91", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Headings don't start with h1" }, "results": [ { "verdict": "failed", "description": "Headings don't start with h1", "resultCode": "F3", "elements": [ { "htmlCode": "<body class=\"html front not-logged-in one-sidebar sidebar-second page-node\" style=\"\">\n \n Skip to main content\n \n \n COVID-19: Vaccine Information and Resources\n\n\n \n \n \n \n \n \n \n \n\n \n Toggle navigation\n \n \n \n \n \n\n \n \n Home\nAbout\nCommittees\nLegislation 2023 Legislation\n2022 Legislation\n2021 Legislation\n2020 Legislation\n2019 Legislation\n2018 Legislation\n2017 Legislation\n\nNewsroom Press Releases\nIn the News\nVideo Gallery\nCapitol Photo Gallery\nDistrict Photo Gallery\nNewsletter\n\nDistrict District Map\nDistrict 25 Recognition\n2023 Events\nSB 45 Resources\nResources\n\nCA / Arme ā¦", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T23": { "name": "Adding a link at the top of each page that goes directly to the main content area", "code": "QW-WCAG-T23", "mapping": "G1", "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "metadata": { "target": { "element": "body" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G123", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The first focusable control is a visible link to some content in the Web Page. Verify if it links to the main content." }, "results": [ { "verdict": "warning", "description": "The first focusable control is a visible link to some content in the Web Page. Verify if it links to the main content.", "resultCode": "W2", "elements": [ { "htmlCode": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T20": { "name": "Supplementing link text with the title attribute", "code": "QW-WCAG-T20", "mapping": "H33", "description": "Supplementing link text with the title attribute", "metadata": { "target": { "element": "a" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only" } ], "related": [ "C7", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H33", "passed": 0, "warning": 1, "failed": 16, "inapplicable": 0, "outcome": "failed", "description": "The element's title attribute is empty." }, "results": [ { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\">\n \n </a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://sd25.senate.ca.gov/2022-legislation\" title=\"\">2022 Legislation</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://sd25.senate.ca.gov/2021-legislation\" title=\"\">2021 Legislation</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://sd25.senate.ca.gov/2020-legislation\" title=\"\">2020 Legislation</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/2017-legislation\" title=\"\">2017 Legislation</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/news\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Newsroom </a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/news/press-releases\" title=\"\">Press Releases</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/news/in-the-news\" title=\"\">In the News</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/video\" title=\"\">Video Gallery</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/photos/capitol\" title=\"\">Capitol Photo Gallery</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/photos/district\" title=\"\">District Photo Gallery</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/senate-district-25\" title=\"\">District Map</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://sd25.senate.ca.gov/district-25-recognition\" title=\"\">District 25 Recognition</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/events\" title=\"\">2023 Events</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://sd25.senate.ca.gov/sb-45-town-hall\" title=\"\">SB 45 Resources</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://sd25.senate.ca.gov/contact\" title=\"\">Contact Us</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://sd25.senate.ca.gov/meeting-request-form\" title=\"\">Meeting Requests</a>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T32": { "name": "Using ol, ul and dl for lists or groups of links", "code": "QW-WCAG-T32", "mapping": "H48", "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "metadata": { "target": { "element": [ "li", "dd", "dt" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" } ], "related": [ "H40" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48", "passed": 0, "warning": 8, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list." }, "results": [ { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"menu nav navbar-nav\"><li class=\"first leaf active\"><a href=\"/\" class=\"active\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">Home</a></li>\n<li class=\"collapsed\"><a href=\"/about\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)\">About</a></li>\n<li class=\"leaf\"><a href=\"/committees\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1 ā¦", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/2023-legislation\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">2023 Legislation</a></li>\n<li class=\"leaf\"><a href=\"https://sd25.senate.ca.gov/2022-legislation\" title=\"\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">2022 Legislation</a></li>\n<li class=\"leaf\"><a href=\"https://sd25.senate.ca.gov/2021-legislation\" title=\"\" _ ā¦", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/news/press-releases\" title=\"\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Press Releases</a></li>\n<li class=\"leaf\"><a href=\"/news/in-the-news\" title=\"\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">In the News</a></li>\n<li class=\"leaf\"><a href=\"/video\" title=\"\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > ā¦", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/senate-district-25\" title=\"\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">District Map</a></li>\n<li class=\"leaf\"><a href=\"https://sd25.senate.ca.gov/district-25-recognition\" title=\"\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">District 25 Recognition</a></li>\n<li class=\"collapsed\"><a href=\"/events\" title=\"\" _selector=\" ā¦", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"https://sd25.senate.ca.gov/contact\" title=\"\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Contact Us</a></li>\n<li class=\"last leaf\"><a href=\"https://sd25.senate.ca.gov/meeting-request-form\" title=\"\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">Meeting Requests</a></li>\n</ul>", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"slides\"><li class=\"flex-active-slide\" style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 1; display: block; z-index: 2;\"> \n <div class=\"views-field views-field-field-slider-image\" _selector=\"html > body:nth-child(2) > header:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1)\"> <div class=\"field-content\" _selector=\"html > body:nth-child(2) > header:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child ā¦", "pointer": "html > body:nth-child(2) > header:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"flex-direction-nav\"><li class=\"flex-nav-prev\"><a class=\"flex-prev\" href=\"#\" _selector=\"html > body:nth-child(2) > header:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Previous</a></li><li class=\"flex-nav-next\"><a class=\"flex-next\" href=\"#\" _selector=\"html > body:nth-child(2) > header:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">Next</a></li></ul>", "pointer": "html > body:nth-child(2) > header:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul>\n\t<li><a href=\"http://sd25.senate.ca.gov/\" _selector=\"html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">Home</a></li>\n\t<li><a href=\"/about\" _selector=\"html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)\">About</a></li>\n\t<li><a href=\"/committees\" _selector=\"html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child ā¦", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T8": { "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives", "code": "QW-WCAG-T8", "mapping": "F30", "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "metadata": { "target": { "attributes": "alt" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content" }, { "name": "1.2.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded" } ], "related": [], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30", "passed": 0, "warning": 6, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Text alternative needs manual verification." }, "results": [ { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/portantino_2018.png\" alt=\"Home\">", "pointer": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"2020-2021 Budget\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/budget_button.jpg\" title=\"2020-2021 Budget\">", "pointer": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"Register to Vote\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/vote_button.jpg\" title=\"Register to Vote\">", "pointer": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"Know Your Rights\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/immigration_button.jpg\" title=\"Know Your Rights\">", "pointer": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"COVID-19\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/covid_button.jpg\" title=\"Corona virus Update\">", "pointer": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"California DACA Guide\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/daca_button.jpg\" title=\"California DACA Guide\">", "pointer": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > 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": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target has a author defined background property but not a color css property." }, "results": [ { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<h2 class=\"block-title-pre-footer\">Committees</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 15, "warning": 2, "failed": 1, "inapplicable": 6 }, "assertions": { "QW-BP1": { "name": "Using h1-h6 to identify headings", "code": "QW-BP1", "mapping": "H42", "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html" } ], "related": [ "H69", "G141", "F2", "F43" ], "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html", "passed": 0, "warning": 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 class=\"block-title-main\">In The News</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section: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>Asbarez: It is Vital that Congress Includes Assistance to Artsakh</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section: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) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2>City of San Marino 2020 Memorial Day Service</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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>LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > 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>LA Times: Bond measure would put $5.5 billion toward fighting climate change </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > 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>State Attorney General Seeks Injunction Against āSummerkidsā Camp </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > 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 class=\"block-title-main\">Press Releases</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section: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 Portantinoās Statement on Todayās Budget Vote</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section: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) > 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 Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important Homeless Services</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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 Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās Gun Violence Epidemic</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > 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>Portantino IEP Translation Bill Passes Senate Floor </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > 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>Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > 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 class=\"block-title\">Featured Video</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section: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=\"block-title\">Stay Informed</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section: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 class=\"block-title-pre-footer\">Committees</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"wht-header\">Office Information</h2>", "pointer": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP20": { "name": "Landmark no duplicate banner", "code": "QW-BP20", "description": "Ensures the document has at most one banner landmark", "metadata": { "target": { "element": "body" }, "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "There are multiple banner landmarks" }, "results": [ { "verdict": "failed", "description": "There are multiple banner landmarks", "resultCode": "F1", "elements": [ { "htmlCode": "<body class=\"html front not-logged-in one-sidebar sidebar-second page-node\" style=\"\">\n \n Skip to main content\n \n \n COVID-19: Vaccine Information and Resources\n\n\n \n \n \n \n \n \n \n \n\n \n Toggle navigation\n \n \n \n \n \n\n \n \n Home\nAbout\nCommittees\nLegislation 2023 Legislation\n2022 Legislation\n2021 Legislation\n2020 Legislation\n2019 Legislation\n2018 Legislation\n2017 Legislation\n\nNewsroom Press Releases\nIn the News\nVideo Gallery\nCapitol Photo Gallery\nDistrict Photo Gallery\nNewsletter\n\nDistrict District Map\nDistrict 25 Recognition\n2023 Events\nSB 45 Resources\nResources\n\nCA / Arme ā¦", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "QW-BP17": { "name": "Adding a link at the beginning of a block of repeated content to go to the end of the block", "code": "QW-BP17", "mapping": "G123", "description": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "metadata": { "target": { "element": "a", "attributes": "href" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G1", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G123", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "This link skips a content block." }, "results": [ { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, { "htmlCode": "<a id=\"main-content\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 69, "document": 1, "alert": 1, "banner": 2, "img": 6, "button": 7, "navigation": 1, "list": 8, "listitem": 44, "region": 8, "presentation": 7, "heading": 16, "complementary": 1, "separator": 1, "dialog": 2 }, "tags": { "html": 1, "head": 1, "meta": 20, "link": 5, "title": 1, "style": 4, "script": 20, "body": 1, "div": 164, "a": 65, "i": 4, "header": 2, "img": 13, "button": 7, "span": 20, "nav": 1, "ul": 8, "li": 44, "section": 8, "h2": 16, "p": 14, "strong": 16, "aside": 1, "iframe": 1, "br": 16, "footer": 1, "hr": 1 } } } }, "success": true }, "standardResult": { "totals": [ 34, 84, 18, 55 ], "instances": [ { "ruleID": "QW-ACT-R63", "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: ... chema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R64", "what": "This rule checks that the non-repeated content contains a heading", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: ... chema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R73", "what": "This rule checks that repeated blocks of content are collapsible.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: ... chema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R74", "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: ... chema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxOverlay", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10)" }, "excerpt": "<div id=\"cboxOverlay\" style=\"display: none;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxOverlay", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12)" }, "excerpt": "<div id=\"cboxOverlay\" style=\"display: none;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "colorbox", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11)" }, "excerpt": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "colorbox", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13)" }, "excerpt": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxWrapper", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxWrapper\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxWrapper", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxWrapper\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxTopLeft", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxTopLeft\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxTopLeft", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxTopLeft\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxTopCenter", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div id=\"cboxTopCenter\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxTopCenter", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)" }, "excerpt": "<div id=\"cboxTopCenter\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxTopRight", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div id=\"cboxTopRight\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxTopRight", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div id=\"cboxTopRight\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxMiddleLeft", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxMiddleLeft\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxMiddleLeft", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxMiddleLeft\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxContent", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2)" }, "excerpt": "<div id=\"cboxContent\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxContent", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2)" }, "excerpt": "<div id=\"cboxContent\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxTitle", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxTitle\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxTitle", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxTitle\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxCurrent", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)" }, "excerpt": "<div id=\"cboxCurrent\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxCurrent", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)" }, "excerpt": "<div id=\"cboxCurrent\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxPrevious", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(3)" }, "excerpt": "<button type=\"button\" id=\"cboxPrevious\"></button>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxPrevious", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(3)" }, "excerpt": "<button type=\"button\" id=\"cboxPrevious\"></button>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxNext", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(4)" }, "excerpt": "<button type=\"button\" id=\"cboxNext\"></button>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxNext", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(4)" }, "excerpt": "<button type=\"button\" id=\"cboxNext\"></button>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxSlideshow", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(5)" }, "excerpt": "<button type=\"button\" id=\"cboxSlideshow\"></button>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxSlideshow", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(5)" }, "excerpt": "<button type=\"button\" id=\"cboxSlideshow\"></button>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxLoadingOverlay", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(6)" }, "excerpt": "<div id=\"cboxLoadingOverlay\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxLoadingOverlay", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(6)" }, "excerpt": "<div id=\"cboxLoadingOverlay\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxLoadingGraphic", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(7)" }, "excerpt": "<div id=\"cboxLoadingGraphic\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxLoadingGraphic", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(7)" }, "excerpt": "<div id=\"cboxLoadingGraphic\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxMiddleRight", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3)" }, "excerpt": "<div id=\"cboxMiddleRight\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxMiddleRight", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3)" }, "excerpt": "<div id=\"cboxMiddleRight\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxBottomLeft", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxBottomLeft\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxBottomLeft", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)" }, "excerpt": "<div id=\"cboxBottomLeft\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxBottomCenter", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }, "excerpt": "<div id=\"cboxBottomCenter\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxBottomCenter", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }, "excerpt": "<div id=\"cboxBottomCenter\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxBottomRight", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3)" }, "excerpt": "<div id=\"cboxBottomRight\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "cboxBottomRight", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(13) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3)" }, "excerpt": "<div id=\"cboxBottomRight\" style=\"float: left;\"></div>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"/covid-19-resources\">Vaccine Information and 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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2)" }, "excerpt": "<button type=\"button\" class=\"navbar-toggle\" data-toggle=\"collapse\" data-target=\".navbar-collapse\"> Toggle navigation </button>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" class=\"active\">Home</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/about\">About</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/committees\">Committees</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/2017-legislation\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/2023-legislation\">2023 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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/2022-legislation\" title=\"\">2022 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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/2021-legislation\" title=\"\">2021 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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/2020-legislation\" title=\"\">2020 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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/2019-legislation\">2019 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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"/2018-legislation\">2018 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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"/2017-legislation\" title=\"\">2017 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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/news\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/press-releases\" title=\"\">Press Releases</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/in-the-news\" title=\"\">In the News</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/video\" title=\"\">Video Gallery</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/photos/capitol\" title=\"\">Capitol Photo Gallery</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/photos/district\" title=\"\">District Photo Gallery</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"/newsletter\">Newsletter</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"/senate-district-25\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/senate-district-25\" title=\"\">District Map</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/district-25-recognition\" title=\"\">District 25 Recognition</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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/events\" title=\"\">2023 Events</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/sb-45-town-hall\" title=\"\">SB 45 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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/resources-and-updates\">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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"/ca-armenian-committee\">CA / Armenian Committee</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)" }, "excerpt": "<a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Contact </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/contact\" title=\"\">Contact Us</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/meeting-request-form\" title=\"\">Meeting Requests</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section: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) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/2020-07-15/asbarez-it-vital-congress-includes-assistance-artsakh\">Asbarez: It is Vital that Congress Includes Assistance to Artsakh</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/2020-05-26/city-san-marino-2020-memorial-day-service\">City of San Marino 2020 Memorial Day Service</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/2020-03-06/la-times-portantino-introduces-bill-mandate-dyslexia-screening-elementary-schools\">LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/2020-03-03/la-times-bond-measure-would-put-55-billion-toward-fighting-climate-change\">LA Times: Bond measure would put $5.5 billion toward fighting climate change </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/2020-02-25/state-attorney-general-seeks-injunction-against-%E2%80%98summerkids%E2%80%99-camp\">State Attorney General Seeks Injunction Against āSummerkidsā Camp </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"news/in-the-news\">View All News </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section: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) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/2023-06-15/senator-portantino%E2%80%99s-statement-today%E2%80%99s-budget-vote\">Senator Portantinoās Statement on Todayās Budget Vote</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/2023-06-08/senator-portantino-honors-selah-district-non-profit-year-its-dedication-important\"> Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important Homeless 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(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/2023-06-08/senator-portantino-joins-governor-newsom-calling-constitutional-amendment-end\">Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās Gun Violence Epidemic</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/2023-06-01/portantino-iep-translation-bill-passes-senate-floor\">Portantino IEP Translation Bill Passes Senate Floor </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/2023-05-31/portantino%E2%80%99s-opioid-overdose-prevention-bill-passes-senate-floor\">Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"news/press-releases\">View All Press Releases </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section: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) > iframe:nth-child(1)" }, "excerpt": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" width=\"100%\" height=\"100%\" src=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\" title=\"Embedded video for 108th commemo ... ian Genocide\" frameborder=\"0\" allowfullscreen=\"\"><a href=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\">Embedded video for 108th commemoration of the Armenian Genocide</a></iframe>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/video/2023-04-25/108th-commemoration-armenian-genocide\">108th commemoration of the Armenian Genocide</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section:nth-child(2) > a:nth-child(3)" }, "excerpt": "<a href=\"/contact/newsletter\" target=\"_blank\"> Newsletter</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"http://www.ebudget.ca.gov/home.php\" target=\"_blank\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://registertovote.ca.gov/\" target=\"_blank\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"http://iamerica.org/know-your-rights\" target=\"_blank\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"http://publichealth.lacounty.gov/media/Coronavirus/\" target=\"_blank\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/edd-assistance-request\" target=\"_blank\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"http://sd25.senate.ca.gov/\">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) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/about\">About</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/committees\">Committees</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/2018-legislation\">Legislation</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/in-the-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) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"/senate-district-25\">District</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"/contact\">Contact</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(3) > p:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">California State Senate</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(3) > p:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\">Democratic Caucus Ā© document.write(new Date().getFullYear())20232023</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(3) > p:nth-child(1) > a:nth-child(4)" }, "excerpt": "<a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">Privacy Policy</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(3) > p:nth-child(1) > a:nth-child(5)" }, "excerpt": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">Accessibility Statement</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(3) > p:nth-child(1) > a:nth-child(6)" }, "excerpt": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">Register to Vote</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" class=\"active\">Home</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"http://sd25.senate.ca.gov/\">Home</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\"> </a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/2018-legislation\">Legislation</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/2017-legislation\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Legislation </a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/in-the-news\">Newsroom</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/news\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Newsroom </a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(3) > p:nth-child(1) > a:nth-child(6)" }, "excerpt": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">Register to Vote</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://registertovote.ca.gov/\" target=\"_blank\"></a>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2)" }, "excerpt": "<div class=\"alert alert-warning alert-dismissible show\" role=\"alert\"> COVID-19: Vaccine Information and Resources </div>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section:nth-child(2) > a:nth-child(3) > span:nth-child(2)" }, "excerpt": "<span class=\"fawesome\"> Newsletter</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(2)" }, "excerpt": "<div class=\"alert alert-warning alert-dismissible show\" role=\"alert\"> COVID-19: Vaccine Information and Resources </div>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section:nth-child(2) > a:nth-child(3) > span:nth-child(2)" }, "excerpt": "<span class=\"fawesome\"> Newsletter</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)" }, "excerpt": "<p class=\"office-info\">Capitol Office 1021 O Street, Suite 7630 Sacramento, CA 95814 Phone: (916) 651-4025 Fax: (916) 651-4925</p>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > strong:nth-child(1)" }, "excerpt": "<strong>Capitol Office</strong>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > strong:nth-child(5)" }, "excerpt": "<strong>Phone: </strong>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > strong:nth-child(7)" }, "excerpt": "<strong>Fax: </strong>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" }, "excerpt": "<p class=\"office-info\">Glendale District Office 601 East Glenoaks Suite 210 Glendale, CA. 91207 Phone: (818) 409-0400; Fax: (818) 409-1256 Home: (818) 952-3432.</p>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > strong:nth-child(1)" }, "excerpt": "<strong>Glendale District Office</strong>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > strong:nth-child(5)" }, "excerpt": "<strong>Phone:</strong>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > strong:nth-child(7)" }, "excerpt": "<strong>Fax:</strong>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > strong:nth-child(9)" }, "excerpt": "<strong>Home:</strong>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)" }, "excerpt": "<p class=\"office-info\">San Dimas Office 201 East Bonita Ave. San Dimas, CA 91773 Phone: (909) 599-7351 Fax: (909) 599-7692 </p>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > strong:nth-child(1)" }, "excerpt": "<strong>San Dimas Office</strong>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > strong:nth-child(5)" }, "excerpt": "<strong>Phone:</strong>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > strong:nth-child(7)" }, "excerpt": "<strong>Fax:</strong>" }, { "ruleID": "QW-ACT-R75", "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"fb: http://www.facebook.com/2008/fbml og: http://ogp.me/ns# article: http://ogp.me/ns/article# book: http://ogp.me/ns/book# profile: http://ogp.me/ns/profile# video: ... w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#\" class=\"js\"><head></head><body>Senator Anthony Portantino | Proudly Representing California Senate District 25 @import url(\"https://s ā¦" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"block-title-main\">In The News</h2>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"block-title-main\">Press Releases</h2>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"block-title\">Featured Video</h2>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section: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) > iframe:nth-child(1)" }, "excerpt": "<iframe id=\"youtube-field-player\" class=\"youtube-field-player\" width=\"100%\" height=\"100%\" src=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\" title=\"Embedded video for 108th commemo ... ian Genocide\" frameborder=\"0\" allowfullscreen=\"\"><a href=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\">Embedded video for 108th commemoration of the Armenian Genocide</a></iframe>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"block-title\">Stay Informed</h2>" }, { "ruleID": "QW-WCAG-T9", "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"html front not-logged-in one-sidebar sidebar-second page-node\" style=\"\"> Skip to main content COVID-19: Vaccine Information and Resources Toggle navigation Home About Committees Legislati ... ewsroom Press Releases In the News Video Gallery Capitol Photo Gallery District Photo Gallery Newsletter District District Map District 25 Recognition 2023 Events SB 45 Resources Resources CA / Arme ā¦" }, { "ruleID": "QW-WCAG-T23", "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a>" }, { "ruleID": "QW-WCAG-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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\"> </a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/2022-legislation\" title=\"\">2022 Legislation</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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/2021-legislation\" title=\"\">2021 Legislation</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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/2020-legislation\" title=\"\">2020 Legislation</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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"/2017-legislation\" title=\"\">2017 Legislation</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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/news\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Newsroom </a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/press-releases\" title=\"\">Press Releases</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/news/in-the-news\" title=\"\">In the News</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/video\" title=\"\">Video Gallery</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/photos/capitol\" title=\"\">Capitol Photo Gallery</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/photos/district\" title=\"\">District Photo Gallery</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/senate-district-25\" title=\"\">District Map</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/district-25-recognition\" title=\"\">District 25 Recognition</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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/events\" title=\"\">2023 Events</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/sb-45-town-hall\" title=\"\">SB 45 Resources</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/contact\" title=\"\">Contact Us</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) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/meeting-request-form\" title=\"\">Meeting Requests</a>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"menu nav navbar-nav\"><li class=\"first leaf active\"><a href=\"/\" class=\"active\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child ... ss=\"leaf\"><a href=\"/committees\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1 ā¦" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2)" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/2023-legislation\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth ... > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">2022 Legislation</a></li> <li class=\"leaf\"><a href=\"https://sd25.senate.ca.gov/2021-legislation\" title=\"\" _ ā¦" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2)" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/news/press-releases\" title=\"\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child ... 1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">In the News</a></li> <li class=\"leaf\"><a href=\"/video\" title=\"\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > ā¦" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2)" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/senate-district-25\" title=\"\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child( ... v:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">District 25 Recognition</a></li> <li class=\"collapsed\"><a href=\"/events\" title=\"\" _selector=\" ā¦" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2)" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"https://sd25.senate.ca.gov/contact\" title=\"\" _selector=\"html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > ... > header:nth-child(3) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">Meeting Requests</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) > header:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"slides\"><li class=\"flex-active-slide\" style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 1; display: block; z-index: 2;\"> <div class=\"views-field views-field ... ild(2) > header:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child ā¦" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul class=\"flex-direction-nav\"><li class=\"flex-nav-prev\"><a class=\"flex-prev\" href=\"#\" _selector=\"html > body:nth-child(2) > header:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-chi ... ild(2) > header:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)\">Next</a></li></ul>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(5) > ul:nth-child(1)" }, "excerpt": "<ul> <li><a href=\"http://sd25.senate.ca.gov/\" _selector=\"html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child( ... 1)\">About</a></li> <li><a href=\"/committees\" _selector=\"html > body:nth-child(2) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child ā¦" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > header:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/portantino_2018.png\" alt=\"Home\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"2020-2021 Budget\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/budget_button.jpg\" title=\"2020-2021 Budget\">" }, { "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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"Register to Vote\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/vote_button.jpg\" title=\"Register to Vote\">" }, { "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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"Know Your Rights\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/immigration_button.jpg\" title=\"Know Your Rights\">" }, { "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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"COVID-19\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/covid_button.jpg\" title=\"Corona virus Update\">" }, { "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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"California DACA Guide\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/daca_button.jpg\" title=\"California DACA Guide\">" }, { "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": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"block-title-pre-footer\">Committees</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"block-title-main\">In The 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(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section: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) > h2:nth-child(1)" }, "excerpt": "<h2>Asbarez: It is Vital that Congress Includes Assistance to Artsakh</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2>City of San Marino 2020 Memorial Day Service</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2>LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2>LA Times: Bond measure would put $5.5 billion toward fighting climate change </h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2>State Attorney General Seeks Injunction Against āSummerkidsā Camp </h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"block-title-main\">Press Releases</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section: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) > h2:nth-child(1)" }, "excerpt": "<h2>Senator Portantinoās Statement on Todayās Budget Vote</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2> Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important Homeless Services</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2>Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās Gun Violence Epidemic</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2>Portantino IEP Translation Bill Passes Senate Floor </h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2>Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"block-title\">Featured Video</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > aside:nth-child(2) > div:nth-child(1) > section:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"block-title\">Stay Informed</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(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"block-title-pre-footer\">Committees</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) > footer:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"wht-header\">Office Information</h2>" }, { "ruleID": "QW-BP20", "what": "Ensures the document has at most one banner landmark", "ordinalSeverity": 1, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"html front not-logged-in one-sidebar sidebar-second page-node\" style=\"\"> Skip to main content COVID-19: Vaccine Information and Resources Toggle navigation Home About Committees Legislati ... ewsroom Press Releases In the News Video Gallery Capitol Photo Gallery District Photo Gallery Newsletter District District Map District 25 Recognition 2023 Events SB 45 Resources Resources CA / Arme ā¦" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "A", "id": "main-content", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(5) > div:nth-child(1) > section:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a id=\"main-content\"></a>" } ] }, "endTime": 1687644033598 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687644033598, "url": "https://sd25.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.093", "responseTime": "2023-06-24T22:00:34.898Z", "data": { "apiErrors": [], "documentSize": 1023110, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 171, "failing": 9 }, "issues": { "totalErrors": 56, "totalWarnings": 10, "totalIssues": 66 }, "issuesByLevel": { "A": { "count": 22, "pct": 33.33 }, "AA": { "count": 15, "pct": 22.73 }, "AAA": { "count": 66, "pct": 100 } }, "density": { "errorDensity": 6, "warningDensity": 1, "allDensity": 7 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "8c141cdf-213d-4d2d-a1c9-22f9a9b72188", "docID": "989d8b3d-d824-4b0f-d2bd-56645462a749", "sourceHash": "04b7cb3583be6cf709bf38670f98c9ca", "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=8c141cdf-213d-4d2d-a1c9-22f9a9b72188", "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": 3720.27 }, "height": 3720.27, "width": 1008 }, "position": { "line": 2376, "column": 60 }, "errorSnippet": "<body class=\"html front not-logged-in one-sidebar sidebar-second page-node\" style=\"\"> <div id=\"skip-link\"> <a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a> </div> <div class=\"al", "xpath": "/html/body", "issueID": "0dd9567a617998584b404aa32a5dc8fe", "signature": "0671c9b332b0b685dc711d7628275b4b", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=0dd9567a617998584b404aa32a5dc8fe" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 0, "y": 22 }, "bottom-right": { "x": 141.594, "y": 51.2656 }, "height": 29.2656, "width": 141.594 }, "position": { "line": 340, "column": 0 }, "errorSnippet": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\"> <img src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/portantino_2018.png\" alt=\"Home\"> </a>", "xpath": "/html/body/header[1]/div[1]/div[1]/a[1]", "issueID": "48d613727a84bad81656f228d4c97b45", "signature": "ad637280c7a1532a9e026070a7c0caec", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=48d613727a84bad81656f228d4c97b45" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1, "y": 1 }, "height": 1, "width": 1 }, "position": { "line": 340, "column": 0 }, "errorSnippet": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a>", "xpath": "/html/body/div[1]/a[1]", "issueID": "2500fa0ec3a2a8bdbfd1cfe0591ffe5d", "signature": "f067215273f731940210bfac00ceee86", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=2500fa0ec3a2a8bdbfd1cfe0591ffe5d" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1008, "y": 22 }, "height": 22, "width": 1008 }, "position": { "line": 751, "column": 38 }, "errorSnippet": "<div class=\"alert alert-warning alert-dismissible show\" role=\"alert\"> <i class=\"fa fa-info-circle\" style=\"color: #fff;\"></i> COVID-19: <a href=\"/covid-19-resources\">Vaccine Information and Resources</a>\n</div>", "xpath": "/html/body/div[2]", "issueID": "5cf20ad6001efadd5d8c14606f377e5f", "signature": "067c86258a3208931ea6b0ce26708722", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=5cf20ad6001efadd5d8c14606f377e5f" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 434, "y": 0 }, "bottom-right": { "x": 676, "y": 22 }, "height": 22, "width": 242 }, "position": { "line": 340, "column": 0 }, "errorSnippet": "<a href=\"/covid-19-resources\">Vaccine Information and Resources</a>", "xpath": "/html/body/div[2]/a[1]", "issueID": "b2ffb5eb5b87d67ca5ab59289803482d", "signature": "a6a10481fdc753ca2a5c937d0fdff020", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=b2ffb5eb5b87d67ca5ab59289803482d" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 740, "y": 150.265625 }, "bottom-right": { "x": 776, "y": 166.265625 }, "height": 16, "width": 36 }, "position": { "line": 340, "column": 0 }, "errorSnippet": "<a href=\"/\" class=\"active\">Home</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]", "issueID": "c94dfa9582504695ec4cb88549a9aaae", "signature": "18f76b7c60de34e52b45ce06581ec8a1", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=c94dfa9582504695ec4cb88549a9aaae" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 740, "y": 172.265625 }, "bottom-right": { "x": 783, "y": 188.265625 }, "height": 16, "width": 43 }, "position": { "line": 341, "column": 0 }, "errorSnippet": "<a href=\"/about\">About</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]", "issueID": "c9b2631fbc9b09022bdc51a42cc6e39c", "signature": "b6e51fdc44f7f2e198208c595c16823e", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=c9b2631fbc9b09022bdc51a42cc6e39c" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 740, "y": 194.265625 }, "bottom-right": { "x": 816, "y": 210.265625 }, "height": 16, "width": 76 }, "position": { "line": 341, "column": 0 }, "errorSnippet": "<a href=\"/committees\">Committees</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]", "issueID": "4f0db3982df33d0244d4cff8f51b8f25", "signature": "9f3e958e426266a51dd63d4496001567", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=4f0db3982df33d0244d4cff8f51b8f25" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 740, "y": 216.265625 }, "bottom-right": { "x": 815, "y": 232.265625 }, "height": 16, "width": 75 }, "position": { "line": 341, "column": 0 }, "errorSnippet": "<a href=\"/2017-legislation\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Legislation <span class=\"caret\"></span></a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]", "issueID": "e74fd86287be8e48b9e5fe0a9971c79b", "signature": "7aa8d9054c2040207a5d037fbb18b6e6", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=e74fd86287be8e48b9e5fe0a9971c79b" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 244.265625 }, "bottom-right": { "x": 928, "y": 266.265625 }, "height": 22, "width": 148 }, "position": { "line": 341, "column": 0 }, "errorSnippet": "<a href=\"/2023-legislation\">2023 Legislation</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/a[1]", "issueID": "308818a340cadca5d91b5bc485e3e8d3", "signature": "88321b8d251de58ac4323611236772ef", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=308818a340cadca5d91b5bc485e3e8d3" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 266.265625 }, "bottom-right": { "x": 928, "y": 288.265625 }, "height": 22, "width": 148 }, "position": { "line": 341, "column": 0 }, "errorSnippet": "<a href=\"https://sd25.senate.ca.gov/2022-legislation\" title=\"\">2022 Legislation</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[2]/a[1]", "issueID": "cb92927d53b0c93aab4355a24d3aaeaa", "signature": "3d4ade5c46aaf8f161e4ac6ec016275c", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=cb92927d53b0c93aab4355a24d3aaeaa" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 288.265625 }, "bottom-right": { "x": 928, "y": 310.265625 }, "height": 22, "width": 148 }, "position": { "line": 341, "column": 0 }, "errorSnippet": "<a href=\"https://sd25.senate.ca.gov/2021-legislation\" title=\"\">2021 Legislation</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[3]/a[1]", "issueID": "400ea9dfe4c8a559d6e6f5303ba49b4d", "signature": "c2a9c86a7a7d4a965a47352f3dd10e5e", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=400ea9dfe4c8a559d6e6f5303ba49b4d" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 310.265625 }, "bottom-right": { "x": 928, "y": 332.265625 }, "height": 22, "width": 148 }, "position": { "line": 341, "column": 0 }, "errorSnippet": "<a href=\"https://sd25.senate.ca.gov/2020-legislation\" title=\"\">2020 Legislation</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[4]/a[1]", "issueID": "bd59abbed0f5c5e498ff2fee19f8e231", "signature": "fd7a7b98761781ac884d57c494885d43", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=bd59abbed0f5c5e498ff2fee19f8e231" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 332.265625 }, "bottom-right": { "x": 928, "y": 354.265625 }, "height": 22, "width": 148 }, "position": { "line": 341, "column": 0 }, "errorSnippet": "<a href=\"/2019-legislation\">2019 Legislation</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[5]/a[1]", "issueID": "7294145205c90cf7decb95cfedba34dc", "signature": "ae70e230ca830fc63386b52cdbf956ff", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=7294145205c90cf7decb95cfedba34dc" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 354.265625 }, "bottom-right": { "x": 928, "y": 376.265625 }, "height": 22, "width": 148 }, "position": { "line": 341, "column": 0 }, "errorSnippet": "<a href=\"/2018-legislation\">2018 Legislation</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[6]/a[1]", "issueID": "a91efdd722ef43751a7a58dafa683c95", "signature": "471f2f05901c376cb195a0362e7e067e", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=a91efdd722ef43751a7a58dafa683c95" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 376.265625 }, "bottom-right": { "x": 928, "y": 398.265625 }, "height": 22, "width": 148 }, "position": { "line": 341, "column": 0 }, "errorSnippet": "<a href=\"/2017-legislation\" title=\"\">2017 Legislation</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[7]/a[1]", "issueID": "a6aa8f08b44d5b0d40b01c4ac9e04373", "signature": "7de27da870485f4b998278c751b45d54", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=a6aa8f08b44d5b0d40b01c4ac9e04373" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 740, "y": 392.265625 }, "bottom-right": { "x": 814, "y": 408.265625 }, "height": 16, "width": 74 }, "position": { "line": 369, "column": 416 }, "errorSnippet": "<a href=\"/news\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Newsroom <span class=\"caret\"></span></a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/a[1]", "issueID": "fcc5efd732ef1921bb05492a24826faf", "signature": "cdb9841a74f661deed7a96c80a6a04cd", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=fcc5efd732ef1921bb05492a24826faf" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 420.265625 }, "bottom-right": { "x": 918, "y": 442.265625 }, "height": 22, "width": 138 }, "position": { "line": 371, "column": 1090 }, "errorSnippet": "<a href=\"/news/press-releases\" title=\"\">Press Releases</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/a[1]", "issueID": "215638ce68f9a4a2319aa9c834913673", "signature": "3d4f3ed98d689a5c9c392a31c60e71ac", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=215638ce68f9a4a2319aa9c834913673" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 442.265625 }, "bottom-right": { "x": 888, "y": 464.265625 }, "height": 22, "width": 108 }, "position": { "line": 389, "column": 79 }, "errorSnippet": "<a href=\"/news/in-the-news\" title=\"\">In the News</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[2]/a[1]", "issueID": "9a2e84ba1838e5f9245a8944c2881afd", "signature": "6ddf066c2c076807dfba7eacf620c71f", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=9a2e84ba1838e5f9245a8944c2881afd" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 464.265625 }, "bottom-right": { "x": 904, "y": 486.265625 }, "height": 22, "width": 124 }, "position": { "line": 1376, "column": 5796 }, "errorSnippet": "<a href=\"/video\" title=\"\">Video Gallery</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[3]/a[1]", "issueID": "b5c1820b54b9b76437fc11624488e861", "signature": "b30fba18a61ec165f3e0be5db7f9dc21", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=b5c1820b54b9b76437fc11624488e861" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 486.265625 }, "bottom-right": { "x": 985, "y": 508.265625 }, "height": 22, "width": 205 }, "position": { "line": 1381, "column": 0 }, "errorSnippet": "<a href=\"/photos/capitol\" title=\"\">Capitol Photo Gallery</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[4]/a[1]", "issueID": "f8966f7d955429cc56d49c1820dca8f1", "signature": "e74d21d8a2a8e7540985250b74f09c28", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=f8966f7d955429cc56d49c1820dca8f1" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 508.265625 }, "bottom-right": { "x": 991, "y": 530.265625 }, "height": 22, "width": 211 }, "position": { "line": 1381, "column": 0 }, "errorSnippet": "<a href=\"/photos/district\" title=\"\">District Photo Gallery</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[5]/a[1]", "issueID": "528744e9862c2bb641389a292210c317", "signature": "021005d10ac2f8b70fb40735be1014b1", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=528744e9862c2bb641389a292210c317" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 530.265625 }, "bottom-right": { "x": 894, "y": 552.265625 }, "height": 22, "width": 114 }, "position": { "line": 1397, "column": 0 }, "errorSnippet": "<a href=\"/newsletter\">Newsletter</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[6]/a[1]", "issueID": "efee14764e7fc6d5f2e11e443fea9f6a", "signature": "2bcc8a114207ac0515cdc5891e267331", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=efee14764e7fc6d5f2e11e443fea9f6a" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 740, "y": 546.265625 }, "bottom-right": { "x": 792, "y": 562.265625 }, "height": 16, "width": 52 }, "position": { "line": 1397, "column": 0 }, "errorSnippet": "<a href=\"/senate-district-25\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District <span class=\"caret\"></span></a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/a[1]", "issueID": "42cc086f11ed430188ecb76283d9f6fc", "signature": "db860f7b683fe2b7b34456215e3bc3b4", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=42cc086f11ed430188ecb76283d9f6fc" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 574.265625 }, "bottom-right": { "x": 896, "y": 596.265625 }, "height": 22, "width": 116 }, "position": { "line": 3973, "column": 34 }, "errorSnippet": "<a href=\"/senate-district-25\" title=\"\">District Map</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[1]/a[1]", "issueID": "a5f866791db27f7bc6780bc11b9ca179", "signature": "ca73f8fcacf24ca5c0d5593e7652fe9c", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=a5f866791db27f7bc6780bc11b9ca179" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 596.265625 }, "bottom-right": { "x": 993, "y": 618.265625 }, "height": 22, "width": 213 }, "position": { "line": 3974, "column": 0 }, "errorSnippet": "<a href=\"https://sd25.senate.ca.gov/district-25-recognition\" title=\"\">District 25 Recognition</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[2]/a[1]", "issueID": "4515a845eb16f3bf22da25b342ed688c", "signature": "3ca5ea9bbbd8fc43e7c8b2d99862b45b", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=4515a845eb16f3bf22da25b342ed688c" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 618.265625 }, "bottom-right": { "x": 889, "y": 640.265625 }, "height": 22, "width": 109 }, "position": { "line": 3974, "column": 0 }, "errorSnippet": "<a href=\"/events\" title=\"\">2023 Events</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[3]/a[1]", "issueID": "4ab93327a5af2790565592c547725ee3", "signature": "a9196c9d3035845e66f70be2224c6c29", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=4ab93327a5af2790565592c547725ee3" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 640.265625 }, "bottom-right": { "x": 925, "y": 662.265625 }, "height": 22, "width": 145 }, "position": { "line": 3974, "column": 0 }, "errorSnippet": "<a href=\"https://sd25.senate.ca.gov/sb-45-town-hall\" title=\"\">SB 45 Resources</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[4]/a[1]", "issueID": "eb51ca6c5c4fc519c99668b228c87016", "signature": "b35a9f6a840cc67dbe2342575d4da1a1", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=eb51ca6c5c4fc519c99668b228c87016" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 662.265625 }, "bottom-right": { "x": 876, "y": 684.265625 }, "height": 22, "width": 96 }, "position": { "line": 3974, "column": 0 }, "errorSnippet": "<a href=\"/resources-and-updates\">Resources</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[5]/a[1]", "issueID": "a3546b15a4252dd8a558efa97046be93", "signature": "d95da08cd31393911a375541ec181faf", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=a3546b15a4252dd8a558efa97046be93" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 740, "y": 678.265625 }, "bottom-right": { "x": 902, "y": 694.265625 }, "height": 16, "width": 162 }, "position": { "line": 4333, "column": 0 }, "errorSnippet": "<a href=\"/ca-armenian-committee\">CA / Armenian Committee</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]", "issueID": "1b168b49599802b58769d2cc5618612f", "signature": "71941ffd0a1760e204663e00dcf65dd5", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=1b168b49599802b58769d2cc5618612f" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 740, "y": 700.265625 }, "bottom-right": { "x": 797, "y": 716.265625 }, "height": 16, "width": 57 }, "position": { "line": 4333, "column": 0 }, "errorSnippet": "<a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Contact <span class=\"caret\"></span></a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/a[1]", "issueID": "236eb4f671c4cbdc17a7c60878ea91d1", "signature": "d14ed83a223a845d3bd8d1485e52621b", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=236eb4f671c4cbdc17a7c60878ea91d1" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 728.265625 }, "bottom-right": { "x": 885, "y": 750.265625 }, "height": 22, "width": 105 }, "position": { "line": 4334, "column": 0 }, "errorSnippet": "<a href=\"https://sd25.senate.ca.gov/contact\" title=\"\">Contact Us</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/ul[1]/li[1]/a[1]", "issueID": "a32a2a855bbcabc1f49ee3669b79c42b", "signature": "c2d7a6919f05fb79475a2fb671656799", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=a32a2a855bbcabc1f49ee3669b79c42b" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content ā or both.", "viewPortLocation": { "top-left": { "x": 780, "y": 750.265625 }, "bottom-right": { "x": 944, "y": 772.265625 }, "height": 22, "width": 164 }, "position": { "line": 4334, "column": 0 }, "errorSnippet": "<a href=\"https://sd25.senate.ca.gov/meeting-request-form\" title=\"\">Meeting Requests</a>", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/ul[1]/li[2]/a[1]", "issueID": "45ca9cf95bad398db9c9e26f0627d730", "signature": "de77a100355497b8b581f598620f326c", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=45ca9cf95bad398db9c9e26f0627d730" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 40, "y": 459.046875 }, "bottom-right": { "x": 204, "y": 481.046875 }, "height": 22, "width": 164 }, "position": { "line": 4970, "column": 40 }, "errorSnippet": "<a href=\"/contact/newsletter\" target=\"_blank\"><i class=\"fas fa-newspaper fa-2x\" style=\"color: #4a4a4a; \"></i><span class=\"fawesome\"> Newsletter</span></a>", "xpath": "/html/body/div[3]/div[1]/aside[1]/div[1]/section[2]/a[1]", "issueID": "61653369314abfe0d4c8d7624a7396a4", "signature": "f22cc53cf5b0c216f4c5ec1636456b10", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=61653369314abfe0d4c8d7624a7396a4" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 55, "y": 16 }, "bottom-right": { "x": 98, "y": 38 }, "height": 22, "width": 43 }, "position": { "line": 6138, "column": 34 }, "errorSnippet": "<a href=\"http://sd25.senate.ca.gov/\">Home</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[1]/a[1]", "issueID": "cc54ac4ddd6859a6de791498f80594db", "signature": "2ebd61177c5ab4e4aad327558f5cf956", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=cc54ac4ddd6859a6de791498f80594db" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 55, "y": 82 }, "bottom-right": { "x": 133, "y": 104 }, "height": 22, "width": 78 }, "position": { "line": 6139, "column": 0 }, "errorSnippet": "<a href=\"/2018-legislation\">Legislation</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[4]/a[1]", "issueID": "7eb0cdecefb874a987b16c1d11efea1f", "signature": "11706e7ee4613ea24387ad4504f79327", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=7eb0cdecefb874a987b16c1d11efea1f" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 55, "y": 104 }, "bottom-right": { "x": 133, "y": 126 }, "height": 22, "width": 78 }, "position": { "line": 6139, "column": 0 }, "errorSnippet": "<a href=\"/news/in-the-news\">Newsroom</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[5]/a[1]", "issueID": "bd95ef218b67feb0ba242490d17e1bae", "signature": "ca080642063bac5359c60a15336f68ff", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=bd95ef218b67feb0ba242490d17e1bae" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 484, "y": 3648.265625 }, "bottom-right": { "x": 604, "y": 3670.265625 }, "height": 22, "width": 120 }, "position": { "line": 6666, "column": 34 }, "errorSnippet": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">Register to Vote</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[5]", "issueID": "2d2f851e2bdc5d0900675c769d66e652", "signature": "61e8407cf44298d714a0abbeb44cffaf", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=2d2f851e2bdc5d0900675c769d66e652" }, { "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": 3720.27 }, "height": 3720.27, "width": 1008 }, "position": { "line": 2376, "column": 60 }, "errorSnippet": "<body class=\"html front not-logged-in one-sidebar sidebar-second page-node\" style=\"\"> <div id=\"skip-link\"> <a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a> </div> <div class=\"al", "xpath": "/html/body", "issueID": "f138410e007f2b59698e2d4bb41bf407", "signature": "91655772da2fe80cb9523fb604955f9f", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=f138410e007f2b59698e2d4bb41bf407" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 25, "y": 25 }, "height": 25, "width": 25 }, "position": { "line": 8406, "column": 0 }, "errorSnippet": "<button type=\"button\" id=\"cboxPrevious\"></button>", "xpath": "/html/body/div[6]/div[1]/div[2]/div[2]/button[1]", "issueID": "9d9c286b673d16e3e1e245e9a0c0d151", "signature": "c9c2a1fcc0cd097eddf1d952fa151b33", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9d9c286b673d16e3e1e245e9a0c0d151" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 25, "y": 25 }, "height": 25, "width": 25 }, "position": { "line": 8406, "column": 0 }, "errorSnippet": "<button type=\"button\" id=\"cboxNext\"></button>", "xpath": "/html/body/div[6]/div[1]/div[2]/div[2]/button[2]", "issueID": "e866a659444bdafa00abcd7b67bc1f4f", "signature": "8b63c42fb3a9a4b5ce78db2a927e93f8", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=e866a659444bdafa00abcd7b67bc1f4f" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8406, "column": 0 }, "errorSnippet": "<button type=\"button\" id=\"cboxSlideshow\"></button>", "xpath": "/html/body/div[6]/div[1]/div[2]/div[2]/button[3]", "issueID": "2feb1a3a4355c3251a99a6fdd6eeb1b3", "signature": "53b148be89c0c3ef225ced863bb6d831", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=2feb1a3a4355c3251a99a6fdd6eeb1b3" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 25, "y": 25 }, "height": 25, "width": 25 }, "position": { "line": 8406, "column": 0 }, "errorSnippet": "<button type=\"button\" id=\"cboxPrevious\"></button>", "xpath": "/html/body/div[8]/div[1]/div[2]/div[2]/button[1]", "issueID": "a658596b6ee3df8cca81e3f491642a1e", "signature": "9ed951daeee71cda90fe9de1e48495bd", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a658596b6ee3df8cca81e3f491642a1e" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 25, "y": 25 }, "height": 25, "width": 25 }, "position": { "line": 8406, "column": 0 }, "errorSnippet": "<button type=\"button\" id=\"cboxNext\"></button>", "xpath": "/html/body/div[8]/div[1]/div[2]/div[2]/button[2]", "issueID": "950d3a08fdb2bc4705d0ebbda87c40a3", "signature": "ad2e1f4dde56c7f3b181ecfab2d8e7a6", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=950d3a08fdb2bc4705d0ebbda87c40a3" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 8406, "column": 0 }, "errorSnippet": "<button type=\"button\" id=\"cboxSlideshow\"></button>", "xpath": "/html/body/div[8]/div[1]/div[2]/div[2]/button[3]", "issueID": "e54b49f57bb3b1eff8959f6e8f398954", "signature": "e4cc669b2a9249c14bf0f1b08856b4cd", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=e54b49f57bb3b1eff8959f6e8f398954" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 705, "y": 130.265625 }, "bottom-right": { "x": 988, "y": 746.265625 }, "height": 616, "width": 283 }, "position": { "line": 4034, "column": 0 }, "errorSnippet": "<ul class=\"menu nav navbar-nav\"><li class=\"first leaf active\"><a href=\"/\" class=\"active\">Home</a></li>\n<li class=\"collapsed\"><a href=\"/about\">About</a></li>\n<li class=\"leaf\"><a href=\"/committ", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]", "issueID": "1a9c11eb5a119aaa98c8471cf6664f6a", "signature": "dfdc63e26b15332b7e9ce10a7ea30aa5", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1a9c11eb5a119aaa98c8471cf6664f6a" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 725, "y": 222.265625 }, "bottom-right": { "x": 978, "y": 398.265625 }, "height": 176, "width": 253 }, "position": { "line": 51, "column": 3 }, "errorSnippet": "<li class=\"expanded dropdown\"><a href=\"/2017-legislation\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Legislation <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\">", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]", "issueID": "a7eaacf6f5db017167f6ef8c6596c9ef", "signature": "f8e4688c62d931d0a379767d323f2fbe", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=a7eaacf6f5db017167f6ef8c6596c9ef" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 740, "y": 244.265625 }, "bottom-right": { "x": 953, "y": 398.265625 }, "height": 154, "width": 213 }, "position": { "line": 4034, "column": 0 }, "errorSnippet": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/2023-legislation\">2023 Legislation</a></li>\n<li class=\"leaf\"><a href=\"https://sd25.senate.ca.gov/2022-legislation\" title=\"\">2022 Legislation</a><", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]", "issueID": "654dce910eaf48d70eeb26cbb05da1dc", "signature": "4ff95942efd92e9884349bd99237dc5b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=654dce910eaf48d70eeb26cbb05da1dc" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 725, "y": 398.265625 }, "bottom-right": { "x": 978, "y": 552.265625 }, "height": 154, "width": 253 }, "position": { "line": 7687, "column": 174 }, "errorSnippet": "<li class=\"expanded dropdown\"><a href=\"/news\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Newsroom <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\"><a", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]", "issueID": "f6f0ce939022bbaf7c62d343e77e35e8", "signature": "2804f510aa3c1f6ae65944f6d14ab9ee", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=f6f0ce939022bbaf7c62d343e77e35e8" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 740, "y": 420.265625 }, "bottom-right": { "x": 953, "y": 552.265625 }, "height": 132, "width": 213 }, "position": { "line": 4034, "column": 0 }, "errorSnippet": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/news/press-releases\" title=\"\">Press Releases</a></li>\n<li class=\"leaf\"><a href=\"/news/in-the-news\" title=\"\">In the News</a></li>\n<li class", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]", "issueID": "a80f3bd2165bbff4aeaee11c428c23ad", "signature": "6ac2133a3e4909e8771f33e268779b4e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=a80f3bd2165bbff4aeaee11c428c23ad" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 725, "y": 552.265625 }, "bottom-right": { "x": 978, "y": 684.265625 }, "height": 132, "width": 253 }, "position": { "line": 8078, "column": 1 }, "errorSnippet": "<li class=\"expanded dropdown\"><a href=\"/senate-district-25\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\">", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]", "issueID": "6d29083ec20f96c73fbe1b42f0dbd674", "signature": "3f401e71abe1e557015edb3948e85cca", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=6d29083ec20f96c73fbe1b42f0dbd674" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 740, "y": 574.265625 }, "bottom-right": { "x": 953, "y": 684.265625 }, "height": 110, "width": 213 }, "position": { "line": 5522, "column": 110 }, "errorSnippet": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/senate-district-25\" title=\"\">District Map</a></li>\n<li class=\"leaf\"><a href=\"https://sd25.senate.ca.gov/district-25-recognition\" title=\"\">District 25 Rec", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]", "issueID": "9d2b42710a46d3578a8d5168def9479e", "signature": "9ec2e24f3856dccae1ab48ae42d7118b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=9d2b42710a46d3578a8d5168def9479e" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 725, "y": 706.265625 }, "bottom-right": { "x": 978, "y": 772.265625 }, "height": 66, "width": 253 }, "position": { "line": 8085, "column": 1 }, "errorSnippet": "<li class=\"last expanded dropdown\"><a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Contact <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\"><a h", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]", "issueID": "c4d504c7d2be3652f99fa4270dbd06b0", "signature": "ad613b97bfbcc46f654f307cde3396fb", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=c4d504c7d2be3652f99fa4270dbd06b0" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 740, "y": 728.265625 }, "bottom-right": { "x": 953, "y": 772.265625 }, "height": 44, "width": 213 }, "position": { "line": 6199, "column": 0 }, "errorSnippet": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"https://sd25.senate.ca.gov/contact\" title=\"\">Contact Us</a></li>\n<li class=\"last leaf\"><a href=\"https://sd25.senate.ca.gov/meeting-request-form\" title=\"\">", "xpath": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/ul[1]", "issueID": "d4b8c3525784bb783edc8630d6d96312", "signature": "6a68badfa9f1a362123a05037a1db1ca", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d4b8c3525784bb783edc8630d6d96312" }, { "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": 3720.27 }, "height": 3720.27, "width": 1008 }, "position": { "line": 2376, "column": 60 }, "errorSnippet": "<body class=\"html front not-logged-in one-sidebar sidebar-second page-node\" style=\"\"> <div id=\"skip-link\"> <a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a> </div> <div class=\"al", "xpath": "/html/body", "issueID": "18cfadddd7d4a2e33846495b7f8e3c37", "signature": "8b8928bd8b958a5dc2813269f2c98c96", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=18cfadddd7d4a2e33846495b7f8e3c37" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 40, "y": 459.046875 }, "bottom-right": { "x": 204, "y": 481.046875 }, "height": 22, "width": 164 }, "position": { "line": 4970, "column": 40 }, "errorSnippet": "<a href=\"/contact/newsletter\" target=\"_blank\"><i class=\"fas fa-newspaper fa-2x\" style=\"color: #4a4a4a; \"></i><span class=\"fawesome\"> Newsletter</span></a>", "xpath": "/html/body/div[3]/div[1]/aside[1]/div[1]/section[2]/a[1]", "issueID": "4a072fc0569dc74f71a182baaeab5201", "signature": "ab60fa6444617f09efd5059fe3df37d2", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=4a072fc0569dc74f71a182baaeab5201" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 284 }, "bottom-right": { "x": 600, "y": 306 }, "height": 22, "width": 600 }, "position": { "line": 4981, "column": 52 }, "errorSnippet": "<a href=\"http://www.ebudget.ca.gov/home.php\" target=\"_blank\"><img alt=\"2020-2021 Budget\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/budget_button.jpg\" title=\"2020-2021 Budget\"></", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "08d86ec1ff2f2e927241d3557e7ff90b", "signature": "1ef22a84c76990bf5b8f12f894c09e65", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=08d86ec1ff2f2e927241d3557e7ff90b" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 284 }, "bottom-right": { "x": 600, "y": 306 }, "height": 22, "width": 600 }, "position": { "line": 4982, "column": 58 }, "errorSnippet": "<a href=\"https://registertovote.ca.gov/\" target=\"_blank\"><img alt=\"Register to Vote\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/vote_button.jpg\" title=\"Register to Vote\"></a>", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/a[1]", "issueID": "9c5bb9132e9c26ef461d7e4652b424cc", "signature": "8302314256a047a364da262efbd5c18d", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=9c5bb9132e9c26ef461d7e4652b424cc" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 284 }, "bottom-right": { "x": 600, "y": 306 }, "height": 22, "width": 600 }, "position": { "line": 5389, "column": 34 }, "errorSnippet": "<a href=\"http://iamerica.org/know-your-rights\" target=\"_blank\"><img alt=\"Know Your Rights\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/immigration_button.jpg\" title=\"Know Your Rights\"&g", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[3]/a[1]", "issueID": "2711eb3bb0451a6df346be1e2ac64697", "signature": "585debd746f6fe6042ea3e6ab70bf3f2", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=2711eb3bb0451a6df346be1e2ac64697" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 284 }, "bottom-right": { "x": 600, "y": 306 }, "height": 22, "width": 600 }, "position": { "line": 5390, "column": 0 }, "errorSnippet": "<a href=\"http://publichealth.lacounty.gov/media/Coronavirus/\" target=\"_blank\"><img alt=\"COVID-19\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/covid_button.jpg\" title=\"Corona virus Updat", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[4]/a[1]", "issueID": "041a91affe0da911cfe6f7e6b43a1858", "signature": "beb3d592604a309d57324e7aad524e24", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=041a91affe0da911cfe6f7e6b43a1858" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 284 }, "bottom-right": { "x": 600, "y": 306 }, "height": 22, "width": 600 }, "position": { "line": 5390, "column": 0 }, "errorSnippet": "<a href=\"https://sd25.senate.ca.gov/edd-assistance-request\" target=\"_blank\"><img alt=\"California DACA Guide\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/daca_button.jpg\" title=\"Californ", "xpath": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[5]/a[1]", "issueID": "aba88363523e305803e04d7f46e36524", "signature": "ede7d2ed85c6b39a2c9ac47e34bc5d69", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=aba88363523e305803e04d7f46e36524" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 186.5, "y": 3626.265625 }, "bottom-right": { "x": 350.5, "y": 3648.265625 }, "height": 22, "width": 164 }, "position": { "line": 6499, "column": 0 }, "errorSnippet": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">California State Senate</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[1]", "issueID": "d923b4f61bca70131c3d1df9bcc71a59", "signature": "00eedf0d3189d178518bf2962464c861", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d923b4f61bca70131c3d1df9bcc71a59" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 363.5, "y": 3626.265625 }, "bottom-right": { "x": 598.5, "y": 3648.265625 }, "height": 22, "width": 235 }, "position": { "line": 6499, "column": 0 }, "errorSnippet": "<a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\">Democratic Caucus Ā© <script style=\"\">document.write(new Date().getFullYear())</script>20232023</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[2]", "issueID": "f36f46084063d3046f66da383bcb9fe0", "signature": "58df8a696664aaf55e8367a93d244845", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=f36f46084063d3046f66da383bcb9fe0" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 611.5, "y": 3626.265625 }, "bottom-right": { "x": 708.5, "y": 3648.265625 }, "height": 22, "width": 97 }, "position": { "line": 6499, "column": 0 }, "errorSnippet": "<a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">Privacy Policy</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[3]", "issueID": "a4cfcc39c14f1e03788b4d5642380d4a", "signature": "1966230ec846af8658758406d25b8a38", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=a4cfcc39c14f1e03788b4d5642380d4a" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 721.5, "y": 3626.265625 }, "bottom-right": { "x": 892.5, "y": 3648.265625 }, "height": 22, "width": 171 }, "position": { "line": 6499, "column": 0 }, "errorSnippet": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">Accessibility Statement</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[4]", "issueID": "c05adce5d4c1b7e261914a3905fb42c9", "signature": "3872cf1f06080d26fb7de30084f63294", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c05adce5d4c1b7e261914a3905fb42c9" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 484, "y": 3648.265625 }, "bottom-right": { "x": 604, "y": 3670.265625 }, "height": 22, "width": 120 }, "position": { "line": 6666, "column": 34 }, "errorSnippet": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">Register to Vote</a>", "xpath": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[5]", "issueID": "0bee1cd30c85b7e36690573521158dd3", "signature": "a7c53df3fbde3b23f574d96e80bfd590", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0bee1cd30c85b7e36690573521158dd3" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 10, 56 ], "instances": [ { "ruleID": "28", "what": "The layout or sizing of this page causes horizontal scrolling.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"html front not-logged-in one-sidebar sidebar-second page-node\" style=\"\"> <div id=\"skip-link\"> <a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a> </div> <div class=\"al" }, { "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/header[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\"> <img src=\"https://sd25.senate.ca.gov/sites/sd25.senate.ca.gov/files/portantino_2018.png\" alt=\"Home\"> </a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/a[1]" }, "excerpt": "<a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]" }, "excerpt": "<div class=\"alert alert-warning alert-dismissible show\" role=\"alert\"> <i class=\"fa fa-info-circle\" style=\"color: #fff;\"></i> COVID-19: <a href=\"/covid-19-resources\">Vaccine Information and Resources</a> </div>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/a[1]" }, "excerpt": "<a href=\"/covid-19-resources\">Vaccine Information and Resources</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"/\" class=\"active\">Home</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"/about\">About</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"/committees\">Committees</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a href=\"/2017-legislation\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Legislation <span class=\"caret\"></span></a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"/2023-legislation\">2023 Legislation</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/2022-legislation\" title=\"\">2022 Legislation</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/2021-legislation\" title=\"\">2021 Legislation</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[4]/a[1]" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/2020-legislation\" title=\"\">2020 Legislation</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[5]/a[1]" }, "excerpt": "<a href=\"/2019-legislation\">2019 Legislation</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[6]/a[1]" }, "excerpt": "<a href=\"/2018-legislation\">2018 Legislation</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]/li[7]/a[1]" }, "excerpt": "<a href=\"/2017-legislation\" title=\"\">2017 Legislation</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a href=\"/news\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Newsroom <span class=\"caret\"></span></a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"/news/press-releases\" title=\"\">Press Releases</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"/news/in-the-news\" title=\"\">In the News</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"/video\" title=\"\">Video Gallery</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[4]/a[1]" }, "excerpt": "<a href=\"/photos/capitol\" title=\"\">Capitol Photo Gallery</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[5]/a[1]" }, "excerpt": "<a href=\"/photos/district\" title=\"\">District Photo Gallery</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]/li[6]/a[1]" }, "excerpt": "<a href=\"/newsletter\">Newsletter</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/a[1]" }, "excerpt": "<a href=\"/senate-district-25\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District <span class=\"caret\"></span></a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"/senate-district-25\" title=\"\">District Map</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/district-25-recognition\" title=\"\">District 25 Recognition</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"/events\" title=\"\">2023 Events</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[4]/a[1]" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/sb-45-town-hall\" title=\"\">SB 45 Resources</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]/li[5]/a[1]" }, "excerpt": "<a href=\"/resources-and-updates\">Resources</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]" }, "excerpt": "<a href=\"/ca-armenian-committee\">CA / Armenian Committee</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/a[1]" }, "excerpt": "<a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Contact <span class=\"caret\"></span></a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/contact\" title=\"\">Contact Us</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/meeting-request-form\" title=\"\">Meeting Requests</a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/aside[1]/div[1]/section[2]/a[1]" }, "excerpt": "<a href=\"/contact/newsletter\" target=\"_blank\"><i class=\"fas fa-newspaper fa-2x\" style=\"color: #4a4a4a; \"></i><span class=\"fawesome\"> Newsletter</span></a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"http://sd25.senate.ca.gov/\">Home</a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[4]/a[1]" }, "excerpt": "<a href=\"/2018-legislation\">Legislation</a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[1]/div[5]/ul[1]/li[5]/a[1]" }, "excerpt": "<a href=\"/news/in-the-news\">Newsroom</a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[5]" }, "excerpt": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">Register to Vote</a>" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"html front not-logged-in one-sidebar sidebar-second page-node\" style=\"\"> <div id=\"skip-link\"> <a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a> </div> <div class=\"al" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxPrevious", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[6]/div[1]/div[2]/div[2]/button[1]" }, "excerpt": "<button type=\"button\" id=\"cboxPrevious\"></button>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxNext", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[6]/div[1]/div[2]/div[2]/button[2]" }, "excerpt": "<button type=\"button\" id=\"cboxNext\"></button>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxSlideshow", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[6]/div[1]/div[2]/div[2]/button[3]" }, "excerpt": "<button type=\"button\" id=\"cboxSlideshow\"></button>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxPrevious", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[8]/div[1]/div[2]/div[2]/button[1]" }, "excerpt": "<button type=\"button\" id=\"cboxPrevious\"></button>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxNext", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[8]/div[1]/div[2]/div[2]/button[2]" }, "excerpt": "<button type=\"button\" id=\"cboxNext\"></button>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxSlideshow", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[8]/div[1]/div[2]/div[2]/button[3]" }, "excerpt": "<button type=\"button\" id=\"cboxSlideshow\"></button>" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]" }, "excerpt": "<ul class=\"menu nav navbar-nav\"><li class=\"first leaf active\"><a href=\"/\" class=\"active\">Home</a></li> <li class=\"collapsed\"><a href=\"/about\">About</a></li> <li class=\"leaf\"><a href=\"/committ" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]" }, "excerpt": "<li class=\"expanded dropdown\"><a href=\"/2017-legislation\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Legislation <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\">" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/ul[1]" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/2023-legislation\">2023 Legislation</a></li> <li class=\"leaf\"><a href=\"https://sd25.senate.ca.gov/2022-legislation\" title=\"\">2022 Legislation</a><" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]" }, "excerpt": "<li class=\"expanded dropdown\"><a href=\"/news\" title=\"\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Newsroom <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\"><a" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/ul[1]" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/news/press-releases\" title=\"\">Press Releases</a></li> <li class=\"leaf\"><a href=\"/news/in-the-news\" title=\"\">In the News</a></li> <li class" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]" }, "excerpt": "<li class=\"expanded dropdown\"><a href=\"/senate-district-25\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">District <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\">" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/ul[1]" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"/senate-district-25\" title=\"\">District Map</a></li> <li class=\"leaf\"><a href=\"https://sd25.senate.ca.gov/district-25-recognition\" title=\"\">District 25 Rec" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]" }, "excerpt": "<li class=\"last expanded dropdown\"><a href=\"/contact\" data-target=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Contact <span class=\"caret\"></span></a><ul class=\"dropdown-menu\"><li class=\"first leaf\"><a h" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/header[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/ul[1]" }, "excerpt": "<ul class=\"dropdown-menu\"><li class=\"first leaf\"><a href=\"https://sd25.senate.ca.gov/contact\" title=\"\">Contact Us</a></li> <li class=\"last leaf\"><a href=\"https://sd25.senate.ca.gov/meeting-request-form\" title=\"\">" }, { "ruleID": "155", "what": "These headings are not structured in a hierarchical manner.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"html front not-logged-in one-sidebar sidebar-second page-node\" style=\"\"> <div id=\"skip-link\"> <a href=\"#main-content\" class=\"element-invisible element-focusable\">Skip to main content</a> </div> <div class=\"al" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/aside[1]/div[1]/section[2]/a[1]" }, "excerpt": "<a href=\"/contact/newsletter\" target=\"_blank\"><i class=\"fas fa-newspaper fa-2x\" style=\"color: #4a4a4a; \"></i><span class=\"fawesome\"> Newsletter</span></a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"http://www.ebudget.ca.gov/home.php\" target=\"_blank\"><img alt=\"2020-2021 Budget\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/budget_button.jpg\" title=\"2020-2021 Budget\"></" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a href=\"https://registertovote.ca.gov/\" target=\"_blank\"><img alt=\"Register to Vote\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/vote_button.jpg\" title=\"Register to Vote\"></a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[3]/a[1]" }, "excerpt": "<a href=\"http://iamerica.org/know-your-rights\" target=\"_blank\"><img alt=\"Know Your Rights\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/immigration_button.jpg\" title=\"Know Your Rights\"&g" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[4]/a[1]" }, "excerpt": "<a href=\"http://publichealth.lacounty.gov/media/Coronavirus/\" target=\"_blank\"><img alt=\"COVID-19\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/covid_button.jpg\" title=\"Corona virus Updat" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[5]/a[1]" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/edd-assistance-request\" target=\"_blank\"><img alt=\"California DACA Guide\" class=\"img-responsive\" src=\"https://democrats.senate.ca.gov/sites/democrats.senate.ca.gov/files/buttons/daca_button.jpg\" title=\"Californ" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[1]" }, "excerpt": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">California State Senate</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[2]" }, "excerpt": "<a href=\"http://democrats.senate.ca.gov/\" target=\"_blank\">Democratic Caucus Ā© <script style=\"\">document.write(new Date().getFullYear())</script>20232023</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[3]" }, "excerpt": "<a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">Privacy Policy</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[4]" }, "excerpt": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">Accessibility Statement</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/footer[1]/div[1]/div[1]/section[1]/div[2]/p[1]/a[5]" }, "excerpt": "<a href=\"http://registertovote.ca.gov/\" target=\"_blank\">Register to Vote</a>" } ] }, "endTime": 1687644034924 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687644034925, "url": "https://sd25.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": 280 }, "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": 43, "tabFocused": 43, "discrepancy": 0 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 43, "types": { "missing": { "total": 5, "tagNames": { "A": 4, "IFRAME": 1 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 38, "meanDelay": 0, "tagNames": { "A": 38 } } } }, "items": { "missing": [ { "tagName": "A", "id": "", "text": "Legislation" }, { "tagName": "A", "id": "", "text": "Newsroom" }, { "tagName": "A", "id": "", "text": "District" }, { "tagName": "A", "id": "", "text": "Contact" }, { "tagName": "IFRAME", "id": "youtube-field-player", "text": "<a href=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\">Embedded video for 108th " } ], "nonoutline": [], "outline": [ { "tagName": "A", "id": "", "text": "Skip to main content", "delay": 0 }, { "tagName": "A", "id": "", "text": "Vaccine Information and Resources", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\"> <img src=\"https://sd25.senate.ca.gov/sit", "delay": 0 }, { "tagName": "A", "id": "", "text": "Home", "delay": 0 }, { "tagName": "A", "id": "", "text": "About", "delay": 0 }, { "tagName": "A", "id": "", "text": "Committees", "delay": 0 }, { "tagName": "A", "id": "", "text": "CA / Armenian Committee", "delay": 0 }, { "tagName": "A", "id": "", "text": "Asbarez: It is Vital that Congress Includes Assistance to Artsakh", "delay": 0 }, { "tagName": "A", "id": "", "text": "City of San Marino 2020 Memorial Day Service", "delay": 0 }, { "tagName": "A", "id": "", "text": "LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools", "delay": 0 }, { "tagName": "A", "id": "", "text": "LA Times: Bond measure would put $5.5 billion toward fighting climate change", "delay": 0 }, { "tagName": "A", "id": "", "text": "State Attorney General Seeks Injunction Against āSummerkidsā Camp", "delay": 0 }, { "tagName": "A", "id": "", "text": "View All News", "delay": 0 }, { "tagName": "A", "id": "", "text": "Senator Portantinoās Statement on Todayās Budget Vote", "delay": 0 }, { "tagName": "A", "id": "", "text": "Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important H", "delay": 0 }, { "tagName": "A", "id": "", "text": "Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās ", "delay": 0 }, { "tagName": "A", "id": "", "text": "Portantino IEP Translation Bill Passes Senate Floor", "delay": 0 }, { "tagName": "A", "id": "", "text": "Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor", "delay": 0 }, { "tagName": "A", "id": "", "text": "View All Press Releases", "delay": 0 }, { "tagName": "A", "id": "", "text": "108th commemoration of the Armenian Genocide", "delay": 0 }, { "tagName": "A", "id": "", "text": "Newsletter", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"http://www.ebudget.ca.gov/home.php\" target=\"_blank\"><img alt=\"2020-2021 Budget\" class=\"img-", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://registertovote.ca.gov/\" target=\"_blank\"><img alt=\"Register to Vote\" class=\"img-resp", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"http://iamerica.org/know-your-rights\" target=\"_blank\"><img alt=\"Know Your Rights\" class=\"im", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"http://publichealth.lacounty.gov/media/Coronavirus/\" target=\"_blank\"><img alt=\"COVID-19\" cl", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a href=\"https://sd25.senate.ca.gov/edd-assistance-request\" target=\"_blank\"><img alt=\"California DAC", "delay": 0 }, { "tagName": "A", "id": "", "text": "Home", "delay": 0 }, { "tagName": "A", "id": "", "text": "About", "delay": 0 }, { "tagName": "A", "id": "", "text": "Committees", "delay": 0 }, { "tagName": "A", "id": "", "text": "Legislation", "delay": 0 }, { "tagName": "A", "id": "", "text": "Newsroom", "delay": 0 }, { "tagName": "A", "id": "", "text": "District", "delay": 0 }, { "tagName": "A", "id": "", "text": "Contact", "delay": 0 }, { "tagName": "A", "id": "", "text": "California State Senate", "delay": 0 }, { "tagName": "A", "id": "", "text": "Democratic Caucus Ā© document.write(new Date().getFullYear())2023", "delay": 0 }, { "tagName": "A", "id": "", "text": "Privacy Policy", "delay": 0 }, { "tagName": "A", "id": "", "text": "Accessibility Statement", "delay": 0 }, { "tagName": "A", "id": "", "text": "Register to Vote", "delay": 0 } ] } }, "totals": [ 0, 0, 0, 5 ], "standardInstances": [ { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\">Embedded video for 108th " } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 70, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 0, "tagNames": {} }, "focusableAndOperable": { "total": 70, "tagNames": { "A": 65, "BUTTON": 4, "IFRAME": 1 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "Skip to main content", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Vaccine Information and Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" style=\"cursor: default;\"> <img src=\"https", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "Toggle navigation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Committees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "2023 Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "2022 Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "2021 Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "2020 Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "2019 Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "2018 Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "2017 Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Newsroom", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "In the News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Video Gallery", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Capitol Photo Gallery", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District Photo Gallery", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Newsletter", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District Map", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District 25 Recognition", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "2023 Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "SB 45 Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "CA / Armenian Committee", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Meeting Requests", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Previous", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Next", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "main-content", "text": "<a id=\"main-content\"></a>", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Asbarez: It is Vital that Congress Includes Assistance to Artsakh", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "City of San Marino 2020 Memorial Day Service", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "LA Times: Bond measure would put $5.5 billion toward fighting climate change", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "State Attorney General Seeks Injunction Against āSummerkidsā Camp", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "View All News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Senator Portantinoās Statement on Todayās Budget Vote", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important H", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Portantino IEP Translation Bill Passes Senate Floor", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "View All Press Releases", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "youtube-field-player", "text": "<a href=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\">Embedded video for 108th ", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "108th commemoration of the Armenian Genocide", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Newsletter", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"http://www.ebudget.ca.gov/home.php\" target=\"_blank\" style=\"cursor: default;\"><img alt=\"2020", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://registertovote.ca.gov/\" target=\"_blank\" style=\"cursor: default;\"><img alt=\"Register", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"http://iamerica.org/know-your-rights\" target=\"_blank\" style=\"cursor: default;\"><img alt=\"Kn", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"http://publichealth.lacounty.gov/media/Coronavirus/\" target=\"_blank\" style=\"cursor: default", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://sd25.senate.ca.gov/edd-assistance-request\" target=\"_blank\" style=\"cursor: default;\"", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Committees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Newsroom", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "California State Senate", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Democratic Caucus Ā© document.write(new Date().getFullYear())2023", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Privacy Policy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Accessibility Statement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Register to Vote", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "cboxPrevious", "text": "<button type=\"button\" id=\"cboxPrevious\" style=\"cursor: default;\"></button>", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "cboxNext", "text": "<button type=\"button\" id=\"cboxNext\" style=\"cursor: default;\"></button>", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "cboxSlideshow", "text": "<button type=\"button\" id=\"cboxSlideshow\" style=\"cursor: default;\"></button>", "byTag": true, "byOnClick": false, "byPointer": true } ] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "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": 64, "triggerSample": 22, "impactTriggers": 10, "additions": 135, "removals": 0, "opacityChanges": 0, "opacityImpact": 0, "unhoverables": 11, "noCursors": 0, "badCursors": 0, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "LI", "id": "", "text": "Legislation 2023 Legislation 2022 Legislation 2021 Legislation 2020 Legislation 2019 Legislation 201", "additions": 15, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Legislation", "additions": 15, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "", "text": "Newsroom Press Releases In the News Video Gallery Capitol Photo Gallery District Photo Gallery Newsl", "additions": 13, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Newsroom", "additions": 13, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "", "text": "District District Map District 25 Recognition 2023 Events SB 45 Resources Resources", "additions": 11, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "District", "additions": 11, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 } ], "unhoverables": [ { "tagName": "LI", "id": "", "text": "<div class=\"views-field views-field-field-slider-image\"> <div class=\"field-content\"><img typeof=\"foa" }, { "tagName": "LI", "id": "", "text": "<div class=\"views-field views-field-field-slider-image\"> <div class=\"field-content\"><img typeof=\"foa" }, { "tagName": "LI", "id": "", "text": "<div class=\"views-field views-field-field-slider-image\"> <div class=\"field-content\"><img typeof=\"foa" }, { "tagName": "LI", "id": "", "text": "<div class=\"views-field views-field-field-slider-image\"> <div class=\"field-content\"><img typeof=\"foa" }, { "tagName": "LI", "id": "", "text": "<div class=\"views-field views-field-field-slider-image\"> <div class=\"field-content\"><img typeof=\"foa" } ], "noCursors": [], "badCursors": [], "noIndicators": [], "badIndicators": [] } }, "totals": [ 0, 135, 0, 21 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation 2023 Legislation 2022 Legislation 2021 Legislation 2020 Legislation 2019 Legislation 201" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom Press Releases In the News Video Gallery Capitol Photo Gallery District Photo Gallery Newsl" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District District Map District 25 Recognition 2023 Events SB 45 Resources Resources" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"views-field views-field-field-slider-image\"> <div class=\"field-content\"><img typeof=\"foa" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"views-field views-field-field-slider-image\"> <div class=\"field-content\"><img typeof=\"foa" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"views-field views-field-field-slider-image\"> <div class=\"field-content\"><img typeof=\"foa" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"views-field views-field-field-slider-image\"> <div class=\"field-content\"><img typeof=\"foa" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"views-field views-field-field-slider-image\"> <div class=\"field-content\"><img typeof=\"foa" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 3, "wellLabeled": 1 }, "items": { "mislabeled": [], "unlabeled": [ { "index": 1, "tagName": "BUTTON", "type": "button", "texts": {}, "content": "<button type=\"button\" id=\"cboxPrevious\"></button>" }, { "index": 2, "tagName": "BUTTON", "type": "button", "texts": {}, "content": "<button type=\"button\" id=\"cboxNext\"></button>" }, { "index": 3, "tagName": "BUTTON", "type": "button", "texts": {}, "content": "<button type=\"button\" id=\"cboxSlideshow\"></button>" } ], "wellLabeled": [ { "index": 0, "tagName": "BUTTON", "type": "button", "texts": { "content": "Toggle navigation" } } ] } }, "totals": [ 0, 0, 0, 3 ], "standardInstances": [ { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button type=\"button\" id=\"cboxPrevious\"></button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button type=\"button\" id=\"cboxNext\"></button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button type=\"button\" id=\"cboxSlideshow\"></button>" } ] }, "lineHeight": { "what": "text with a line height less than 1.5 times its font size", "data": [ { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Skip to main content" }, { "tagName": "DIV", "id": "", "fontSize": 14, "lineHeight": 20, "text": "COVID-19:" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Vaccine Information and Resources" }, { "tagName": "SPAN", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Toggle navigation" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Home" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "About" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Committees" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Legislation" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "2023 Legislation" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "2022 Legislation" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "2021 Legislation" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "2020 Legislation" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "2019 Legislation" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "2018 Legislation" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "2017 Legislation" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Newsroom" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Press Releases" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "In the News" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Video Gallery" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Capitol Photo Gallery" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "District Photo Gallery" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Newsletter" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "District" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "District Map" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "District 25 Recognition" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "2023 Events" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "SB 45 Resources" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Resources" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "CA / Armenian Committee" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Contact" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Contact Us" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Meeting Requests" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Previous" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Next" }, { "tagName": "H2", "id": "", "fontSize": 26, "lineHeight": 28.6, "text": "In The News" }, { "tagName": "SPAN", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "July 15, 2020" }, { "tagName": "A", "id": "", "fontSize": 20, "lineHeight": 22, "text": "Asbarez: It is Vital that Congress Includes Assistance to Artsakh" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "\"I am proud to Chair the California State Senate Select Committee on California, Armenia and Artsakh Mutual Trade, Art and Cultural Exchange. California is the only state that I am aware of that has formalized an official cooperative effort of this significance." }, { "tagName": "SPAN", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "May 26, 2020" }, { "tagName": "A", "id": "", "fontSize": 20, "lineHeight": 22, "text": "City of San Marino 2020 Memorial Day Service" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "While we cannot gather in person for our traditional Memorial Day Service, the" }, { "tagName": "STRONG", "id": "", "fontSize": 14, "lineHeight": 20, "text": "City of San Marino" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "has created a virtual ceremony to help us honor those who served and those who gave the ultimate sacrifice." }, { "tagName": "SPAN", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "March 6, 2020" }, { "tagName": "A", "id": "", "fontSize": 20, "lineHeight": 22, "text": "LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "State Sen. Anthony Portantino (D-La CaƱada Flintridge) wants students who have dyslexia to be diagnosed at an early age and introduced a bill in February to achieve that goal." }, { "tagName": "SPAN", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "March 3, 2020" }, { "tagName": "A", "id": "", "fontSize": 20, "lineHeight": 22, "text": "LA Times: Bond measure would put $5.5 billion toward fighting climate change" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "A proposed $5.5-billion bond measure from the California Senate aims to combat climate change by funding various environmental preservation and expansion projects throughout the state." }, { "tagName": "SPAN", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "February 25, 2020" }, { "tagName": "A", "id": "", "fontSize": 20, "lineHeight": 22, "text": "State Attorney General Seeks Injunction Against āSummerkidsā Camp" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "The state Department of Social Services and Attorney General Xavier Becerra are seeking an injunction that would prevent Altadenaās Summerkids camp ā where 6-year-old Roxie Forbes drowned last June 28 ā from reopening this summer." }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "View All News" }, { "tagName": "H2", "id": "", "fontSize": 26, "lineHeight": 28.6, "text": "Press Releases" }, { "tagName": "SPAN", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "June 15, 2023" }, { "tagName": "A", "id": "", "fontSize": 20, "lineHeight": 22, "text": "Senator Portantinoās Statement on Todayās Budget Vote" }, { "tagName": "STRONG", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Sacramento, CA -" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Senator Anthony J. Portantino (D ā Burbank) released the following statement regarding the action taken today by the Legislature on the 2023-24 State Budget:" }, { "tagName": "SPAN", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "June 8, 2023" }, { "tagName": "A", "id": "", "fontSize": 20, "lineHeight": 22, "text": "Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important Homeless Services" }, { "tagName": "STRONG", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Sacramento, California ā" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "This week Senator Anthony J. Portantino (D ā Burbank) nominated SELAH Neighborhood Homeless Coalition as the Non-Profit of the Year for the 25th State Senate District. Transitional Executive Director Justin Szlasa and Co-Founder Janet Kim flew to..." }, { "tagName": "SPAN", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "June 8, 2023" }, { "tagName": "A", "id": "", "fontSize": 20, "lineHeight": 22, "text": "Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās Gun Violence Epidemic" }, { "tagName": "STRONG", "id": "", "fontSize": 14, "lineHeight": 20, "text": "SACRAMENTO ā" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Senator Anthony J. Portantino (D ā Burbank) announced his support of Governor Newsomās proposal for a 28th Amendment to the U.S. Constitution that would guarantee common sense gun safety measures and protections broadly supported by the American public and gun..." }, { "tagName": "SPAN", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "June 1, 2023" }, { "tagName": "A", "id": "", "fontSize": 20, "lineHeight": 22, "text": "Portantino IEP Translation Bill Passes Senate Floor" }, { "tagName": "STRONG", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Sacramento, California ā" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Senate Bill 445, authored by Senator Anthony J. Portantino (D ā Burbank), passed the Senate floor. The measure would address language barriers faced by parents in the Individualized Education Plan (IEP) process by requiring schools to provide families a..." }, { "tagName": "SPAN", "id": "", "fontSize": 12, "lineHeight": 17.1429, "text": "May 31, 2023" }, { "tagName": "A", "id": "", "fontSize": 20, "lineHeight": 22, "text": "Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor" }, { "tagName": "STRONG", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Sacramento, California ā" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Senate Bills 234, authored by Senator Anthony J. Portantino (D ā Burbank), passed the Senate Floor. The measure addresses the rise in opioid-related deaths by making opioid antagonists such as Narcan readily available in schools and other places accessed..." }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "View All Press Releases" }, { "tagName": "H2", "id": "", "fontSize": 20, "lineHeight": 22, "text": "Featured Video" }, { "tagName": "IFRAME", "id": "youtube-field-player", "fontSize": 14, "lineHeight": 20, "text": "<a href=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\">Embedded video for 108th commemoration of the Armenian Genocide</a>" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "108th commemoration of the Armenian Genocide" }, { "tagName": "H2", "id": "", "fontSize": 20, "lineHeight": 22, "text": "Stay Informed" }, { "tagName": "SPAN", "id": "", "fontSize": 20, "lineHeight": 28.5714, "text": "Newsletter" }, { "tagName": "H2", "id": "", "fontSize": 24, "lineHeight": 26.4, "text": "Committees" }, { "tagName": "H2", "id": "", "fontSize": 24, "lineHeight": 26.4, "text": "Office Information" }, { "tagName": "STRONG", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Capitol Office" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "1021 O Street, Suite 7630" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Sacramento, CA 95814" }, { "tagName": "STRONG", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Phone:" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "(916) 651-4025" }, { "tagName": "STRONG", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Fax:" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "(916) 651-4925" }, { "tagName": "STRONG", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Glendale District Office" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "601 East Glenoaks Suite 210" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Glendale, CA. 91207" }, { "tagName": "STRONG", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Phone:" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "(818) 409-0400;" }, { "tagName": "STRONG", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Fax:" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "(818) 409-1256" }, { "tagName": "STRONG", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Home:" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "(818) 952-3432." }, { "tagName": "STRONG", "id": "", "fontSize": 14, "lineHeight": 20, "text": "San Dimas Office" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "201 East Bonita Ave." }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "San Dimas, CA 91773" }, { "tagName": "STRONG", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Phone:" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "(909) 599-7351" }, { "tagName": "STRONG", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Fax:" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "(909) 599-7692" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "California State Senate" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "|" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Democratic Caucus Ā©" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "2023" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "|" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Privacy Policy" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "|" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Accessibility Statement" }, { "tagName": "P", "id": "", "fontSize": 14, "lineHeight": 20, "text": "|" }, { "tagName": "A", "id": "", "fontSize": 14, "lineHeight": 20, "text": "Register to Vote" } ], "totals": [ 0, 115, 0, 0 ], "standardInstances": [ { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "COVID-19:" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Vaccine Information and Resources" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Toggle navigation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2023 Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2022 Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2021 Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2020 Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2019 Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2018 Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2017 Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 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 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Releases" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In the News" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Video Gallery" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Capitol Photo Gallery" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Photo Gallery" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsletter" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District 25 Recognition" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2023 Events" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SB 45 Resources" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CA / Armenian Committee" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meeting Requests" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Previous" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "lineHeight", "what": "Text line height 28.6 px is less than 1.5 times its font size 26 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "July 15, 2020" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Asbarez: It is Vital that Congress Includes Assistance to Artsakh" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "\"I am proud to Chair the California State Senate Select Committee on California, Armenia and Artsakh Mutual Trade, Art and Cultural Exchange. California is the only state that I am aware of that has formalized an official cooperative effort of this significance." }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "May 26, 2020" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "City of San Marino 2020 Memorial Day Service" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "While we cannot gather in person for our traditional Memorial Day Service, the" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "City of San Marino" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "has created a virtual ceremony to help us honor those who served and those who gave the ultimate sacrifice." }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "March 6, 2020" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "State Sen. Anthony Portantino (D-La CaƱada Flintridge) wants students who have dyslexia to be diagnosed at an early age and introduced a bill in February to achieve that goal." }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "March 3, 2020" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LA Times: Bond measure would put $5.5 billion toward fighting climate change" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A proposed $5.5-billion bond measure from the California Senate aims to combat climate change by funding various environmental preservation and expansion projects throughout the state." }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "February 25, 2020" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "State Attorney General Seeks Injunction Against āSummerkidsā Camp" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The state Department of Social Services and Attorney General Xavier Becerra are seeking an injunction that would prevent Altadenaās Summerkids camp ā where 6-year-old Roxie Forbes drowned last June 28 ā from reopening this summer." }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View All News" }, { "ruleID": "lineHeight", "what": "Text line height 28.6 px is less than 1.5 times its font size 26 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Releases" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 15, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Portantinoās Statement on Todayās Budget Vote" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Sacramento, CA -" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Anthony J. Portantino (D ā Burbank) released the following statement regarding the action taken today by the Legislature on the 2023-24 State Budget:" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 8, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important Homeless Services" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Sacramento, California ā" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "This week Senator Anthony J. Portantino (D ā Burbank) nominated SELAH Neighborhood Homeless Coalition as the Non-Profit of the Year for the 25th State Senate District. Transitional Executive Director Justin Szlasa and Co-Founder Janet Kim flew to..." }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 8, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās Gun Violence Epidemic" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SACRAMENTO ā" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Anthony J. Portantino (D ā Burbank) announced his support of Governor Newsomās proposal for a 28th Amendment to the U.S. Constitution that would guarantee common sense gun safety measures and protections broadly supported by the American public and gun..." }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 1, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Portantino IEP Translation Bill Passes Senate Floor" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Sacramento, California ā" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senate Bill 445, authored by Senator Anthony J. Portantino (D ā Burbank), passed the Senate floor. The measure would address language barriers faced by parents in the Individualized Education Plan (IEP) process by requiring schools to provide families a..." }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "May 31, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Sacramento, California ā" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senate Bills 234, authored by Senator Anthony J. Portantino (D ā Burbank), passed the Senate Floor. The measure addresses the rise in opioid-related deaths by making opioid antagonists such as Narcan readily available in schools and other places accessed..." }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View All Press Releases" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Featured Video" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\">Embedded video for 108th commemoration of the Armenian Genocide</a>" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "108th commemoration of the Armenian Genocide" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Stay Informed" }, { "ruleID": "lineHeight", "what": "Text line height 28.5714 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsletter" }, { "ruleID": "lineHeight", "what": "Text line height 26.4 px is less than 1.5 times its font size 24 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "lineHeight", "what": "Text line height 26.4 px is less than 1.5 times its font size 24 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Office Information" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Capitol Office" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "1021 O Street, Suite 7630" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Sacramento, CA 95814" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Phone:" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "(916) 651-4025" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Fax:" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "(916) 651-4925" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Glendale District Office" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "601 East Glenoaks Suite 210" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Glendale, CA. 91207" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Phone:" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "(818) 409-0400;" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Fax:" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "(818) 409-1256" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home:" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "(818) 952-3432." }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "San Dimas Office" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "201 East Bonita Ave." }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "San Dimas, CA 91773" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Phone:" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "(909) 599-7351" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Fax:" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "(909) 599-7692" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California State Senate" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "|" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Democratic Caucus Ā©" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2023" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "|" }, { "ruleID": "lineHeight", "what": "Text line height 20 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 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "|" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility Statement" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "|" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Register to Vote" } ] }, "linkExt": { "what": "links that automatically open new windows", "data": { "total": 11, "items": [ { "id": "", "text": "Newsletter" }, { "id": "", "text": "" }, { "id": "", "text": "" }, { "id": "", "text": "" }, { "id": "", "text": "" }, { "id": "", "text": "" }, { "id": "", "text": "California State Senate" }, { "id": "", "text": "Democratic Caucus Ā© 2023" }, { "id": "", "text": "Privacy Policy" }, { "id": "", "text": "Accessibility Statement" }, { "id": "", "text": "Register to Vote" } ] }, "totals": [ 11, 0, 0, 0 ], "standardInstances": [ { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsletter" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California State Senate" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Democratic Caucus Ā© 2023" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy Policy" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility Statement" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Register to Vote" } ] }, "linkTo": { "what": "links without destinations", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "linkUl": { "what": "missing underlines on inline links", "data": { "totals": { "links": 65, "adjacent": { "total": 36, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "", "text": "Skip to main content" }, { "id": "", "text": "Vaccine Information and Resources" }, { "id": "", "text": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\"> <img src=\"https://sd25.senate.ca.gov/sit" }, { "id": "", "text": "Home" }, { "id": "", "text": "About" }, { "id": "", "text": "Committees" }, { "id": "", "text": "Legislation" }, { "id": "", "text": "Newsroom" }, { "id": "", "text": "District" }, { "id": "", "text": "CA / Armenian Committee" }, { "id": "", "text": "Contact" }, { "id": "main-content", "text": "<a id=\"main-content\"></a>" }, { "id": "", "text": "Asbarez: It is Vital that Congress Includes Assistance to Artsakh" }, { "id": "", "text": "City of San Marino 2020 Memorial Day Service" }, { "id": "", "text": "LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools" }, { "id": "", "text": "LA Times: Bond measure would put $5.5 billion toward fighting climate change" }, { "id": "", "text": "State Attorney General Seeks Injunction Against āSummerkidsā Camp" }, { "id": "", "text": "View All News" }, { "id": "", "text": "Senator Portantinoās Statement on Todayās Budget Vote" }, { "id": "", "text": "Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important H" }, { "id": "", "text": "Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās " }, { "id": "", "text": "Portantino IEP Translation Bill Passes Senate Floor" }, { "id": "", "text": "Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor" }, { "id": "", "text": "View All Press Releases" }, { "id": "", "text": "108th commemoration of the Armenian Genocide" }, { "id": "", "text": "Newsletter" }, { "id": "", "text": "<a href=\"http://www.ebudget.ca.gov/home.php\" target=\"_blank\"><img alt=\"2020-2021 Budget\" class=\"img-" }, { "id": "", "text": "<a href=\"https://registertovote.ca.gov/\" target=\"_blank\"><img alt=\"Register to Vote\" class=\"img-resp" }, { "id": "", "text": "<a href=\"http://iamerica.org/know-your-rights\" target=\"_blank\"><img alt=\"Know Your Rights\" class=\"im" }, { "id": "", "text": "<a href=\"http://publichealth.lacounty.gov/media/Coronavirus/\" target=\"_blank\"><img alt=\"COVID-19\" cl" }, { "id": "", "text": "<a href=\"https://sd25.senate.ca.gov/edd-assistance-request\" target=\"_blank\"><img alt=\"California DAC" }, { "id": "", "text": "California State Senate" }, { "id": "", "text": "Democratic Caucus Ā© 2023" }, { "id": "", "text": "Privacy Policy" }, { "id": "", "text": "Accessibility Statement" }, { "id": "", "text": "Register to Vote" } ] } }, "totals": [ 0, 36, 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": "Vaccine Information and Resources" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\"> <img src=\"https://sd25.senate.ca.gov/sit" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CA / Armenian Committee" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "main-content", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a id=\"main-content\"></a>" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Asbarez: It is Vital that Congress Includes Assistance to Artsakh" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "City of San Marino 2020 Memorial Day Service" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LA Times: Bond measure would put $5.5 billion toward fighting climate change" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "State Attorney General Seeks Injunction Against āSummerkidsā Camp" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View All News" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Portantinoās Statement on Todayās Budget Vote" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important H" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Portantino IEP Translation Bill Passes Senate Floor" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View All Press Releases" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "108th commemoration of the Armenian Genocide" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsletter" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"http://www.ebudget.ca.gov/home.php\" target=\"_blank\"><img alt=\"2020-2021 Budget\" class=\"img-" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://registertovote.ca.gov/\" target=\"_blank\"><img alt=\"Register to Vote\" class=\"img-resp" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"http://iamerica.org/know-your-rights\" target=\"_blank\"><img alt=\"Know Your Rights\" class=\"im" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"http://publichealth.lacounty.gov/media/Coronavirus/\" target=\"_blank\"><img alt=\"COVID-19\" cl" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/edd-assistance-request\" target=\"_blank\"><img alt=\"California DAC" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California State Senate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Democratic Caucus Ā© 2023" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy Policy" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility Statement" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Register to Vote" } ] }, "menuNav": { "what": "nonstandard keyboard navigation between focusable menu items", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "menuItems": { "total": 0, "correct": 0, "incorrect": 0 }, "menus": { "total": 0, "correct": 0, "incorrect": 0 } }, "menuItems": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "miniText": { "what": "text smaller than 11 pixels", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "nonTable": { "what": "table elements used for layout", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "radioSet": { "what": "radio buttons not grouped into standard field sets", "data": { "totals": { "total": 0, "inSet": 0, "percent": "N.A." }, "items": { "inSet": [], "notInSet": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "role": { "what": "invalid and native-replacing explicit roles", "data": { "roleElements": 6, "badRoleElements": 2, "redundantRoleElements": 2, "tagNames": { "HEADER": { "banner": { "bad": 2, "redundant": 0 } }, "NAV": { "navigation": { "bad": 0, "redundant": 1 } }, "ASIDE": { "complementary": { "bad": 0, "redundant": 1 } } } }, "totals": [ 0, 2, 0, 2 ], "standardInstances": [ { "ruleID": "role", "what": "HEADER elements have invalid or native-replaceable explicit role banner (count: 2)", "count": 2, "ordinalSeverity": 3, "tagName": "HEADER", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "NAV elements have redundant explicit role navigation (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "NAV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "ASIDE elements have redundant explicit role complementary (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "ASIDE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "styleDiff": { "what": "style inconsistencies", "data": { "mainStyles": [ "fontStyle", "fontWeight", "opacity", "textDecorationLine", "textDecorationStyle", "textDecorationThickness" ], "buttonStyles": [ "borderStyle", "borderWidth", "height", "lineHeight", "maxHeight", "maxWidth", "minHeight", "minWidth", "outlineOffset", "outlineStyle", "outlineWidth" ], "headingStyles": [ "color", "fontSize" ], "listLinkStyles": [ "color", "fontSize", "lineHeight" ], "totals": { "button": { "total": 4, "subtotals": [ 2, 1, 1 ] }, "adjacentLink": { "total": 36, "subtotals": [ 25, 10, 1 ] }, "listLink": { "total": 29, "subtotals": [ 20, 7, 2 ] }, "h2": { "total": 16, "subtotals": [ 10, 2, 2, 2 ] } }, "items": { "button": { "borderStyle": { "solid": [ "Toggle navigation" ], "none": [ "<button type=\"button\" id=\"cboxPrevious\"></button>", "<button type=\"button\" id=\"cboxNext\"></button>", "<button type=\"button\" id=\"cboxSlideshow\"></button>" ] }, "borderWidth": { "1px": [ "Toggle navigation" ], "0px": [ "<button type=\"button\" id=\"cboxPrevious\"></button>", "<button type=\"button\" id=\"cboxNext\"></button>", "<button type=\"button\" id=\"cboxSlideshow\"></button>" ] }, "height": { "auto": [ "Toggle navigation", "<button type=\"button\" id=\"cboxSlideshow\"></button>" ], "25px": [ "<button type=\"button\" id=\"cboxPrevious\"></button>", "<button type=\"button\" id=\"cboxNext\"></button>" ] } }, "adjacentLink": { "fontWeight": { "400": [ "Skip to main content", "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\"> <img src=\"https://sd25.senate.ca.gov/sit", "Home", "About", "Committees", "Legislation", "Newsroom", "District", "CA / Armenian Committee", "Contact", "<a id=\"main-content\"></a>", "View All News", "View All Press Releases", "108th commemoration of the Armenian Genocide", "Newsletter", "<a href=\"http://www.ebudget.ca.gov/home.php\" target=\"_blank\"><img alt=\"2020-2021 Budget\" class=\"img-", "<a href=\"https://registertovote.ca.gov/\" target=\"_blank\"><img alt=\"Register to Vote\" class=\"img-resp", "<a href=\"http://iamerica.org/know-your-rights\" target=\"_blank\"><img alt=\"Know Your Rights\" class=\"im", "<a href=\"http://publichealth.lacounty.gov/media/Coronavirus/\" target=\"_blank\"><img alt=\"COVID-19\" cl", "<a href=\"https://sd25.senate.ca.gov/edd-assistance-request\" target=\"_blank\"><img alt=\"California DAC", "California State Senate", "Democratic Caucus Ā© document.write(new Date().getFullYear())2023", "Privacy Policy", "Accessibility Statement", "Register to Vote" ], "500": [ "Asbarez: It is Vital that Congress Includes Assistance to Artsakh", "City of San Marino 2020 Memorial Day Service", "LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools", "LA Times: Bond measure would put $5.5 billion toward fighting climate change", "State Attorney General Seeks Injunction Against āSummerkidsā Camp", "Senator Portantinoās Statement on Todayās Budget Vote", "Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important H", "Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās ", "Portantino IEP Translation Bill Passes Senate Floor", "Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor" ], "700": [ "Vaccine Information and Resources" ] } }, "listLink": { "opacity": { "0": [ "Previous", "Next" ], "1": [ "2023 Legislation", "2022 Legislation", "2021 Legislation", "2020 Legislation", "2019 Legislation", "2018 Legislation", "2017 Legislation", "Press Releases", "In the News", "Video Gallery", "Capitol Photo Gallery", "District Photo Gallery", "Newsletter", "District Map", "District 25 Recognition", "2023 Events", "SB 45 Resources", "Resources", "Contact Us", "Meeting Requests", "Home", "About", "Committees", "Legislation", "Newsroom", "District", "Contact" ] }, "color": { "rgb(255, 255, 255)": [ "2023 Legislation", "2022 Legislation", "2021 Legislation", "2020 Legislation", "2019 Legislation", "2018 Legislation", "2017 Legislation", "Press Releases", "In the News", "Video Gallery", "Capitol Photo Gallery", "District Photo Gallery", "Newsletter", "District Map", "District 25 Recognition", "2023 Events", "SB 45 Resources", "Resources", "Contact Us", "Meeting Requests", "Home", "About", "Committees", "Legislation", "Newsroom", "District", "Contact" ], "rgba(0, 0, 0, 0.8)": [ "Previous", "Next" ] }, "lineHeight": { "20px": [ "2023 Legislation", "2022 Legislation", "2021 Legislation", "2020 Legislation", "2019 Legislation", "2018 Legislation", "2017 Legislation", "Press Releases", "In the News", "Video Gallery", "Capitol Photo Gallery", "District Photo Gallery", "Newsletter", "District Map", "District 25 Recognition", "2023 Events", "SB 45 Resources", "Resources", "Contact Us", "Meeting Requests", "Previous", "Next" ], "22px": [ "Home", "About", "Committees", "Legislation", "Newsroom", "District", "Contact" ] } }, "h2": { "fontWeight": { "500": [ "Asbarez: It is Vital that Congress Includes Assistance to Artsakh", "City of San Marino 2020 Memorial Day Service", "LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools", "LA Times: Bond measure would put $5.5 billion toward fighting climate change", "State Attorney General Seeks Injunction Against āSummerkidsā Camp", "Senator Portantinoās Statement on Todayās Budget Vote", "Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important H", "Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās ", "Portantino IEP Translation Bill Passes Senate Floor", "Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor" ], "700": [ "In The News", "Press Releases", "Featured Video", "Stay Informed", "Committees", "Office Information" ] }, "color": { "rgb(74, 74, 74)": [ "In The News", "Asbarez: It is Vital that Congress Includes Assistance to Artsakh", "City of San Marino 2020 Memorial Day Service", "LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools", "LA Times: Bond measure would put $5.5 billion toward fighting climate change", "State Attorney General Seeks Injunction Against āSummerkidsā Camp", "Press Releases", "Senator Portantinoās Statement on Todayās Budget Vote", "Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important H", "Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās ", "Portantino IEP Translation Bill Passes Senate Floor", "Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor", "Featured Video", "Stay Informed" ], "rgb(255, 255, 255)": [ "Committees", "Office Information" ] }, "fontSize": { "26px": [ "In The News", "Press Releases" ], "20px": [ "Asbarez: It is Vital that Congress Includes Assistance to Artsakh", "City of San Marino 2020 Memorial Day Service", "LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools", "LA Times: Bond measure would put $5.5 billion toward fighting climate change", "State Attorney General Seeks Injunction Against āSummerkidsā Camp", "Senator Portantinoās Statement on Todayās Budget Vote", "Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important H", "Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās ", "Portantino IEP Translation Bill Passes Senate Floor", "Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor", "Featured Video", "Stay Informed" ], "24px": [ "Committees", "Office Information" ] } } } }, "totals": [ 2, 2, 2, 3 ], "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": "Buttons have 3 different styles", "count": 2, "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-2 headings have 4 different styles", "count": 3, "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "tabNav": { "what": "nonstandard keyboard navigation between elements with the tab role", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "tabElements": { "total": 0, "correct": 0, "incorrect": 0 }, "tabLists": { "total": 0, "correct": 0, "incorrect": 0 } }, "tabElements": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "targetSize": { "what": "buttons, inputs, and non-inline links smaller than 44 pixels wide and high", "data": { "total": 3, "items": [ { "width": 1, "height": 1, "tagName": "A", "id": "", "text": "Skip to main content" }, { "width": 25, "height": 25, "tagName": "BUTTON", "id": "cboxPrevious", "text": "" }, { "width": 25, "height": 25, "tagName": "BUTTON", "id": "cboxNext", "text": "" } ] }, "totals": [ 3, 0, 0, 0 ], "standardInstances": [ { "ruleID": "targetSize", "what": "Interactive element has a substandard size (1 px wide, 1 px high)", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "targetSize", "what": "Interactive element has a substandard size (25 px wide, 25 px high)", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "cboxPrevious", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "targetSize", "what": "Interactive element has a substandard size (25 px wide, 25 px high)", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "cboxNext", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "titledEl": { "what": "title attributes on inappropriate elements", "data": { "total": 7, "items": [ { "tagName": "A", "id": "", "text": "", "title": "Home" }, { "tagName": "A", "id": "", "text": "Newsroom", "title": "" }, { "tagName": "IMG", "id": "", "text": "", "title": "2020-2021 Budget" }, { "tagName": "IMG", "id": "", "text": "", "title": "Register to Vote" }, { "tagName": "IMG", "id": "", "text": "", "title": "Know Your Rights" }, { "tagName": "IMG", "id": "", "text": "", "title": "Corona virus Update" }, { "tagName": "IMG", "id": "", "text": "", "title": "California DACA Guide" } ] }, "totals": [ 0, 0, 7, 0 ], "standardInstances": [ { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (): Home" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Newsroom): " }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): 2020-2021 Budget" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): Register to Vote" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): Know Your Rights" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): Corona virus Update" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): California DACA Guide" } ] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 18, "tagNames": { "HEADER": 1, "UL": 4, "LI": 7, "A": 2, "DIV": 4 } }, "items": [ { "tagName": "HEADER", "id": "navbar", "text": "Toggle navigation Home About Committees Legislation 2023 Legislation 2022 Legislation 2021 Legislati" }, { "tagName": "UL", "id": "", "text": "2023 Legislation 2022 Legislation 2021 Legislation 2020 Legislation 2019 Legislation 2018 Legislatio" }, { "tagName": "UL", "id": "", "text": "Press Releases In the News Video Gallery Capitol Photo Gallery District Photo Gallery Newsletter" }, { "tagName": "UL", "id": "", "text": "District Map District 25 Recognition 2023 Events SB 45 Resources Resources" }, { "tagName": "UL", "id": "", "text": "Contact Us Meeting Requests" }, { "tagName": "LI", "id": "", "text": "<li class=\"flex-active-slide\" style=\"width: 100%; float: left; margin-right: -100%; position: relati" }, { "tagName": "LI", "id": "", "text": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "tagName": "LI", "id": "", "text": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "tagName": "LI", "id": "", "text": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "tagName": "LI", "id": "", "text": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "tagName": "LI", "id": "", "text": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "tagName": "LI", "id": "", "text": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "tagName": "A", "id": "", "text": "Previous" }, { "tagName": "A", "id": "", "text": "Next" }, { "tagName": "DIV", "id": "", "text": "<div class=\"transbox\"></div>" }, { "tagName": "DIV", "id": "cboxOverlay", "text": "<div id=\"cboxOverlay\" style=\"display: none;\"></div>" }, { "tagName": "DIV", "id": "colorbox", "text": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\"><div id=\"cboxWrapper\"" }, { "tagName": "DIV", "id": "cboxWrapper", "text": "<div id=\"cboxWrapper\"><div><div id=\"cboxTopLeft\" style=\"float: left;\"></div><div id=\"cboxTopCenter\" " } ] }, "totals": [ 18, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "HEADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "HEADER", "id": "navbar", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Toggle navigation Home About Committees Legislation 2023 Legislation 2022 Legislation 2021 Legislati" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2023 Legislation 2022 Legislation 2021 Legislation 2020 Legislation 2019 Legislation 2018 Legislatio" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Releases In the News Video Gallery Capitol Photo Gallery District Photo Gallery Newsletter" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map District 25 Recognition 2023 Events SB 45 Resources Resources" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us Meeting Requests" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li class=\"flex-active-slide\" style=\"width: 100%; float: left; margin-right: -100%; position: relati" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Previous" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"transbox\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "cboxOverlay", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"cboxOverlay\" style=\"display: none;\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "colorbox", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\"><div id=\"cboxWrapper\"" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "cboxWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"cboxWrapper\"><div><div id=\"cboxTopLeft\" style=\"float: left;\"></div><div id=\"cboxTopCenter\" " } ] } }, "success": true }, "standardResult": { "totals": [ 35, 290, 9, 44 ], "instances": [ { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "dupAtt", "what": "Page prevented this test (treated as 10 instances)", "ordinalSeverity": 3, "count": 10, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\">Embedded video for 108th " }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation 2023 Legislation 2022 Legislation 2021 Legislation 2020 Legislation 2019 Legislation 201" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom Press Releases In the News Video Gallery Capitol Photo Gallery District Photo Gallery Newsl" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District District Map District 25 Recognition 2023 Events SB 45 Resources Resources" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"views-field views-field-field-slider-image\"> <div class=\"field-content\"><img typeof=\"foa" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"views-field views-field-field-slider-image\"> <div class=\"field-content\"><img typeof=\"foa" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"views-field views-field-field-slider-image\"> <div class=\"field-content\"><img typeof=\"foa" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"views-field views-field-field-slider-image\"> <div class=\"field-content\"><img typeof=\"foa" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"views-field views-field-field-slider-image\"> <div class=\"field-content\"><img typeof=\"foa" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button type=\"button\" id=\"cboxPrevious\"></button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button type=\"button\" id=\"cboxNext\"></button>" }, { "ruleID": "labClash", "what": "Element BUTTON is unlabeled", "ordinalSeverity": 3, "tagName": "BUTTON", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "BUTTON: <button type=\"button\" id=\"cboxSlideshow\"></button>" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "COVID-19:" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Vaccine Information and Resources" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Toggle navigation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2023 Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2022 Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2021 Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2020 Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2019 Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2018 Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2017 Legislation" }, { "ruleID": "lineHeight", "what": "Text line height 20 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 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Releases" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In the News" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Video Gallery" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Capitol Photo Gallery" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Photo Gallery" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsletter" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District 25 Recognition" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2023 Events" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SB 45 Resources" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Resources" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CA / Armenian Committee" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meeting Requests" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Previous" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "lineHeight", "what": "Text line height 28.6 px is less than 1.5 times its font size 26 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In The News" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "July 15, 2020" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Asbarez: It is Vital that Congress Includes Assistance to Artsakh" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "\"I am proud to Chair the California State Senate Select Committee on California, Armenia and Artsakh Mutual Trade, Art and Cultural Exchange. California is the only state that I am aware of that has formalized an official cooperative effort of this significance." }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "May 26, 2020" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "City of San Marino 2020 Memorial Day Service" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "While we cannot gather in person for our traditional Memorial Day Service, the" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "City of San Marino" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "has created a virtual ceremony to help us honor those who served and those who gave the ultimate sacrifice." }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "March 6, 2020" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "State Sen. Anthony Portantino (D-La CaƱada Flintridge) wants students who have dyslexia to be diagnosed at an early age and introduced a bill in February to achieve that goal." }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "March 3, 2020" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LA Times: Bond measure would put $5.5 billion toward fighting climate change" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A proposed $5.5-billion bond measure from the California Senate aims to combat climate change by funding various environmental preservation and expansion projects throughout the state." }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "February 25, 2020" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "State Attorney General Seeks Injunction Against āSummerkidsā Camp" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The state Department of Social Services and Attorney General Xavier Becerra are seeking an injunction that would prevent Altadenaās Summerkids camp ā where 6-year-old Roxie Forbes drowned last June 28 ā from reopening this summer." }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View All News" }, { "ruleID": "lineHeight", "what": "Text line height 28.6 px is less than 1.5 times its font size 26 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Releases" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 15, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Portantinoās Statement on Todayās Budget Vote" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Sacramento, CA -" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Anthony J. Portantino (D ā Burbank) released the following statement regarding the action taken today by the Legislature on the 2023-24 State Budget:" }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 8, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important Homeless Services" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Sacramento, California ā" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "This week Senator Anthony J. Portantino (D ā Burbank) nominated SELAH Neighborhood Homeless Coalition as the Non-Profit of the Year for the 25th State Senate District. Transitional Executive Director Justin Szlasa and Co-Founder Janet Kim flew to..." }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 8, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās Gun Violence Epidemic" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SACRAMENTO ā" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Anthony J. Portantino (D ā Burbank) announced his support of Governor Newsomās proposal for a 28th Amendment to the U.S. Constitution that would guarantee common sense gun safety measures and protections broadly supported by the American public and gun..." }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "June 1, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Portantino IEP Translation Bill Passes Senate Floor" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Sacramento, California ā" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senate Bill 445, authored by Senator Anthony J. Portantino (D ā Burbank), passed the Senate floor. The measure would address language barriers faced by parents in the Individualized Education Plan (IEP) process by requiring schools to provide families a..." }, { "ruleID": "lineHeight", "what": "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "May 31, 2023" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Sacramento, California ā" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senate Bills 234, authored by Senator Anthony J. Portantino (D ā Burbank), passed the Senate Floor. The measure addresses the rise in opioid-related deaths by making opioid antagonists such as Narcan readily available in schools and other places accessed..." }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View All Press Releases" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Featured Video" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.youtube.com/embed/KDdNM4XO6r8?rel=0&wmode=opaque\">Embedded video for 108th commemoration of the Armenian Genocide</a>" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "108th commemoration of the Armenian Genocide" }, { "ruleID": "lineHeight", "what": "Text line height 22 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Stay Informed" }, { "ruleID": "lineHeight", "what": "Text line height 28.5714 px is less than 1.5 times its font size 20 px", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsletter" }, { "ruleID": "lineHeight", "what": "Text line height 26.4 px is less than 1.5 times its font size 24 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "lineHeight", "what": "Text line height 26.4 px is less than 1.5 times its font size 24 px", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Office Information" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Capitol Office" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "1021 O Street, Suite 7630" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Sacramento, CA 95814" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Phone:" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "(916) 651-4025" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Fax:" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "(916) 651-4925" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Glendale District Office" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "601 East Glenoaks Suite 210" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Glendale, CA. 91207" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Phone:" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "(818) 409-0400;" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Fax:" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "(818) 409-1256" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home:" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "(818) 952-3432." }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "San Dimas Office" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "201 East Bonita Ave." }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "San Dimas, CA 91773" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Phone:" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "(909) 599-7351" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Fax:" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "(909) 599-7692" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California State Senate" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "|" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Democratic Caucus Ā©" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2023" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "|" }, { "ruleID": "lineHeight", "what": "Text line height 20 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 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "|" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility Statement" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "|" }, { "ruleID": "lineHeight", "what": "Text line height 20 px is less than 1.5 times its font size 14 px", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Register to Vote" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsletter" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California State Senate" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Democratic Caucus Ā© 2023" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy Policy" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility Statement" }, { "ruleID": "linkExt", "what": "Element a has a target=_blank attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Register to Vote" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Vaccine Information and Resources" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\"> <img src=\"https://sd25.senate.ca.gov/sit" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Committees" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsroom" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CA / Armenian Committee" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "main-content", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a id=\"main-content\"></a>" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Asbarez: It is Vital that Congress Includes Assistance to Artsakh" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "City of San Marino 2020 Memorial Day Service" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LA Times: Portantino introduces bill to mandate dyslexia screening in elementary schools" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LA Times: Bond measure would put $5.5 billion toward fighting climate change" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "State Attorney General Seeks Injunction Against āSummerkidsā Camp" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View All News" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Portantinoās Statement on Todayās Budget Vote" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Portantino Honors SELAH as District Non-Profit of the Year for its Dedication to Important H" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Senator Portantino Joins Governor Newsom in Calling for a Constitutional Amendment to End Americaās " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Portantino IEP Translation Bill Passes Senate Floor" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Portantinoās Opioid Overdose Prevention Bill Passes Senate Floor" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View All Press Releases" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "108th commemoration of the Armenian Genocide" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Newsletter" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"http://www.ebudget.ca.gov/home.php\" target=\"_blank\"><img alt=\"2020-2021 Budget\" class=\"img-" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://registertovote.ca.gov/\" target=\"_blank\"><img alt=\"Register to Vote\" class=\"img-resp" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"http://iamerica.org/know-your-rights\" target=\"_blank\"><img alt=\"Know Your Rights\" class=\"im" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"http://publichealth.lacounty.gov/media/Coronavirus/\" target=\"_blank\"><img alt=\"COVID-19\" cl" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://sd25.senate.ca.gov/edd-assistance-request\" target=\"_blank\"><img alt=\"California DAC" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California State Senate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Democratic Caucus Ā© 2023" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy Policy" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility Statement" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Register to Vote" }, { "ruleID": "role", "what": "HEADER elements have invalid or native-replaceable explicit role banner (count: 2)", "count": 2, "ordinalSeverity": 3, "tagName": "HEADER", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "NAV elements have redundant explicit role navigation (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "NAV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "ASIDE elements have redundant explicit role complementary (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "ASIDE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "In-line links have 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": "Buttons have 3 different styles", "count": 2, "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-2 headings have 4 different styles", "count": 3, "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "targetSize", "what": "Interactive element has a substandard size (1 px wide, 1 px high)", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "targetSize", "what": "Interactive element has a substandard size (25 px wide, 25 px high)", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "cboxPrevious", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "targetSize", "what": "Interactive element has a substandard size (25 px wide, 25 px high)", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "cboxNext", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (): Home" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Newsroom): " }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): 2020-2021 Budget" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): Register to Vote" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): Know Your Rights" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): Corona virus Update" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): California DACA Guide" }, { "ruleID": "zIndex", "what": "HEADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "HEADER", "id": "navbar", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Toggle navigation Home About Committees Legislation 2023 Legislation 2022 Legislation 2021 Legislati" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2023 Legislation 2022 Legislation 2021 Legislation 2020 Legislation 2019 Legislation 2018 Legislatio" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Releases In the News Video Gallery Capitol Photo Gallery District Photo Gallery Newsletter" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map District 25 Recognition 2023 Events SB 45 Resources Resources" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us Meeting Requests" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li class=\"flex-active-slide\" style=\"width: 100%; float: left; margin-right: -100%; position: relati" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0; display: b" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Previous" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"transbox\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "cboxOverlay", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"cboxOverlay\" style=\"display: none;\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "colorbox", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\"><div id=\"cboxWrapper\"" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "cboxWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"cboxWrapper\"><div><div id=\"cboxTopLeft\" style=\"float: left;\"></div><div id=\"cboxTopCenter\" " } ] }, "endTime": 1687644070370 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687644070370, "url": "https://sd25.senate.ca.gov/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Senator Anthony Portantino | Proudly Representing California Senate District 25", "pageurl": "https://sd25.senate.ca.gov/", "time": 5.81, "creditsremaining": 813, "allitemcount": 77, "totalelements": 426, "waveurl": "http://wave.webaim.org/report?url=https://sd25.senate.ca.gov/" }, "categories": { "error": { "description": "Errors", "count": 3, "items": { "button_empty": { "id": "button_empty", "description": "Empty button", "count": 3, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxPrevious", "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxNext", "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxSlideshow" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" }, { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 17, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 17, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > I:first-child + A", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > H2:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > H2:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + DIV > H2:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > H2:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > H2:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child > H2:first-child + DIV > DIV:first-child + DIV > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child + DIV > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > H2:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child + DIV > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > H2:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child + DIV > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + DIV > H2:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child + DIV > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > H2:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child + DIV > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > H2:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child + DIV > H2:first-child + DIV > DIV:first-child + DIV > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child + ASIDE > DIV:first-child > SECTION#block-views-video-block-2 > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > SPAN:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child + ASIDE > DIV:first-child > SECTION#block-block-2 > H2:first-child + BR + A > I:first-child + SPAN", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV + DIV > DIV:first-child > DIV:first-child > SECTION#block-block-4 > DIV:first-child > DIV:first-child > H2:first-child" ], "contrastdata": [ [ 2.75, "#ffffff", "#39a6d7", false ], [ 2.75, "#ffffff", "#39a6d7", false ], [ 4.02, "#0083d6", "#ffffff", false ], [ 4.02, "#0083d6", "#ffffff", false ], [ 4.02, "#0083d6", "#ffffff", false ], [ 4.02, "#0083d6", "#ffffff", false ], [ 4.02, "#0083d6", "#ffffff", false ], [ 4.02, "#0083d6", "#ffffff", false ], [ 4.02, "#0083d6", "#ffffff", false ], [ 4.02, "#0083d6", "#ffffff", false ], [ 4.02, "#0083d6", "#ffffff", false ], [ 4.02, "#0083d6", "#ffffff", false ], [ 4.02, "#0083d6", "#ffffff", false ], [ 4.02, "#0083d6", "#ffffff", false ], [ 4.02, "#0083d6", "#ffffff", false ], [ 4.02, "#0083d6", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", true ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 8, "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": 2, "selectors": [ "HTML > HEAD:first-child + BODY > HEADER#navbar > DIV:first-child > DIV:first-child + DIV > NAV:first-child > UL:first-child > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > HEADER#navbar > DIV:first-child > DIV:first-child + DIV > NAV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI + LI > A:first-child + UL > LI:first-child > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "title_redundant": { "id": "title_redundant", "description": "Redundant title text", "count": 4, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV + DIV > DIV:first-child > DIV:first-child > SECTION#block-block-4 > DIV:first-child > DIV:first-child > H2:first-child + DIV > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV + DIV > DIV:first-child > DIV:first-child > SECTION#block-block-4 > DIV:first-child > DIV:first-child > H2:first-child + DIV + DIV > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV + DIV > DIV:first-child > DIV:first-child > SECTION#block-block-4 > DIV:first-child > DIV:first-child > H2:first-child + DIV + DIV + DIV > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV + DIV > DIV:first-child > DIV:first-child > SECTION#block-block-4 > DIV:first-child > DIV:first-child > H2:first-child + DIV + DIV + DIV + DIV + DIV > A:first-child > IMG:first-child" ], "wcag": [] }, "youtube_video": { "id": "youtube_video", "description": "YouTube video", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child + ASIDE > DIV:first-child > SECTION#block-views-video-block-2 > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > IFRAME#youtube-field-player" ], "wcag": [ { "name": "1.2.1 Prerecorded Audio-only and Video-only (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.2.1" }, { "name": "1.2.2 Captions (Prerecorded) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.2.2" }, { "name": "1.2.3 Audio Description or Media Alternative (Prerecorded) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.2.3" } ] } } } }, "success": true }, "standardResult": { "totals": [ 8, 0, 0, 20 ], "instances": [ { "ruleID": "button_empty", "what": "Empty button", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxPrevious", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxPrevious" }, "excerpt": "" }, { "ruleID": "button_empty", "what": "Empty button", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxNext", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxNext" }, "excerpt": "" }, { "ruleID": "button_empty", "what": "Empty button", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxSlideshow", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxSlideshow" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV > I:first-child + A" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > H2:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > H2:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + DIV > H2:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > H2:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > H2:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child > H2:first-child + DIV > DIV:first-child + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child + DIV > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > H2:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child + DIV > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > H2:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child + DIV > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + DIV > H2:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child + DIV > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > H2:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child + DIV > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > H2:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child > A:first-child + DIV > SECTION#block-block-8 > DIV:first-child > DIV:first-child + DIV > H2:first-child + DIV > DIV:first-child + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child + ASIDE > DIV:first-child > SECTION#block-views-video-block-2 > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > SPAN:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child + ASIDE > DIV:first-child > SECTION#block-block-2 > H2:first-child + BR + A > I:first-child + SPAN" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV + DIV > DIV:first-child > DIV:first-child > SECTION#block-block-4 > 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 > HEADER#navbar > DIV:first-child > DIV:first-child + DIV > NAV:first-child > UL:first-child > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > HEADER#navbar > DIV:first-child > DIV:first-child + DIV > NAV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI + LI > A:first-child + UL > LI: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 > DIV:first-child + DIV + HEADER + HEADER + DIV + DIV > DIV:first-child > DIV:first-child > SECTION#block-block-4 > DIV:first-child > DIV:first-child > H2:first-child + DIV > 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 > DIV:first-child + DIV + HEADER + HEADER + DIV + DIV > DIV:first-child > DIV:first-child > SECTION#block-block-4 > DIV:first-child > DIV:first-child > H2:first-child + DIV + DIV > 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 > DIV:first-child + DIV + HEADER + HEADER + DIV + DIV > DIV:first-child > DIV:first-child > SECTION#block-block-4 > DIV:first-child > DIV:first-child > H2:first-child + DIV + DIV + DIV > 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 > DIV:first-child + DIV + HEADER + HEADER + DIV + DIV > DIV:first-child > DIV:first-child > SECTION#block-block-4 > DIV:first-child > DIV:first-child > H2:first-child + DIV + DIV + DIV + DIV + DIV > A:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "youtube_video", "what": "YouTube video", "ordinalSeverity": 0, "tagName": "IFRAME", "id": "youtube-field-player", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + HEADER + HEADER + DIV > DIV:first-child > SECTION:first-child + ASIDE > DIV:first-child > SECTION#block-views-video-block-2 > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > IFRAME#youtube-field-player" }, "excerpt": "" } ] }, "endTime": 1687644076533 } ], "sources": { "script": "ts27", "batch": "caSen", "target": { "id": "caSenSDsd25", "which": "https://sd25.senate.ca.gov/", "what": "Anthony J. Portantino (D)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-24T21:23:01", "timeStamp": "1etp6", "jobData": { "startTime": "2023-06-24T21:59:42", "endTime": "2023-06-24T22:01:16", "elapsedSeconds": 94, "visitLatency": 12, "logCount": 13, "logSize": 1090, "errorLogCount": 12, "errorLogSize": 1059, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 35 ], [ "testaro", 15 ], [ "ibm", 7 ], [ "wave", 6 ], [ "alfa", 4 ], [ "qualWeb", 4 ], [ "axe", 1 ], [ "tenon", 1 ], [ "continuum", 0 ], [ "htmlcs", 0 ], [ "nuVal", 0 ] ] }, "score": { "scoreProcID": "tsp28", "summary": { "total": 2061, "issue": 1462, "tool": 286, "prevention": 300, "log": 10, "latency": 3 }, "details": { "severity": { "total": [ 115, 386, 43, 462 ], "byTool": { "testaro": [ 35, 290, 9, 44 ], "alfa": [ 1, 0, 0, 149 ], "axe": [ 10, 3, 6, 50 ], "continuum": [ 0, 0, 0, 0 ], "htmlcs": [ 27, 0, 0, 44 ], "ibm": [ 0, 9, 0, 44 ], "qualWeb": [ 34, 84, 18, 55 ], "tenon": [ 0, 0, 10, 56 ], "wave": [ 8, 0, 0, 20 ] } }, "prevention": { "nuVal": 300 }, "issue": { "spontaneousMotion": { "score": 102, "maxCount": 51, "weight": 2, "tools": { "testaro": { "motion": { "quality": 1, "what": "Change of visible content not requested by user", "complaints": { "countTotal": 51, "texts": [ "Content moves or changes without user request" ] } } } } }, "contentBeyondLandmarks": { "score": 88, "maxCount": 44, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 44, "texts": [ "Perceivable text content is included in a landmark" ] } } }, "axe": { "region": { "quality": 1, "what": "Some page content is not contained by landmarks", "complaints": { "countTotal": 2, "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": 31, "texts": [ "Content is not within a landmark element" ] } } } } }, "h1Missing": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "alfa": { "r61": { "quality": 1, "what": "First heading is not h1", "complaints": { "countTotal": 1, "texts": [ "Documents start with a level 1 heading" ] } } }, "axe": { "page-has-heading-one": { "quality": 1, "what": "Page contains no level-one heading", "complaints": { "countTotal": 1, "texts": [ "Page should contain a level-one heading; Page must have a level-one heading" ] } } }, "wave": { "h1_missing": { "quality": 1, "what": "Missing first level heading", "complaints": { "countTotal": 1, "texts": [ "Missing first level heading" ] } } } } }, "contrastAAA": { "score": 84, "maxCount": 84, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 84, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "axe": { "color-contrast-enhanced": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 34, "texts": [ "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #267ab5, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" ] } } }, "htmlcs": { "AAA.1_4_6.G17.Fail": { "quality": 1, "what": "Text has insufficient contrast", "complaints": { "countTotal": 38, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.76:1. Recommendation: change background to #005f89.", "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.02:1. Recommendation: change text colour to #005c97.", "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.63:1. Recommendation: change background to #085c97.", "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1." ] } } }, "qualWeb": { "QW-ACT-R76": { "quality": 1, "what": "Text has less than the enhanced minimum contrast", "complaints": { "countTotal": 15, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement." ] } } }, "tenon": { "95": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 31, "texts": [ "This element has insufficient color contrast (Level AAA)." ] } } } } }, "textContrastAA": { "score": 68, "maxCount": 17, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 6, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 17, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it's partially obscured by another element", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.75 (foreground color: #ffffff, background color: #39a6d7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.75 (foreground color: #ffffff, background color: #39a6d7, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.02 (foreground color: #0083d6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" ] } } }, "htmlcs": { "AAA.1_4_6.G18.Fail": { "quality": 1, "what": "Contrast between the text and its background is less than 4.5:1", "complaints": { "countTotal": 1, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #767676." ] } } }, "ibm": { "text_contrast_sufficient": { "quality": 1, "what": "Text has a contrast with its background less than the WCAG AA minimum for its size and weight", "complaints": { "countTotal": 6, "texts": [ "Text contrast of 4.02 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "Text contrast of 4.02 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400", "Text contrast of 2.76 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700", "Text contrast of 2.76 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400" ] } } }, "qualWeb": { "QW-ACT-R37": { "quality": 1, "what": "Text has less than the minimum contrast", "complaints": { "countTotal": 2, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement." ] } } }, "wave": { "contrast": { "quality": 1, "what": "Very low contrast", "complaints": { "countTotal": 17, "texts": [ "Very low contrast" ] } } } } }, "leadingInsufficient": { "score": 28, "maxCount": 14, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 14, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "repeatedContentRisk": { "score": 5, "maxCount": 5, "weight": 1, "tools": { "alfa": { "r87": { "quality": 0.5, "what": "First focusable element is not a link to the main content", "complaints": { "countTotal": 1, "texts": [ "First focusable element is link to main content" ] } } }, "qualWeb": { "QW-ACT-R73": { "quality": 1, "what": "Block of repeated content is not collapsible", "complaints": { "countTotal": 1, "texts": [ "This rule checks that repeated blocks of content are collapsible." ] } }, "QW-ACT-R74": { "quality": 1, "what": "Document has no instrument to move focus to non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that there is an instrument to move focus to non-repeated content in the page." ] } }, "QW-WCAG-T23": { "quality": 1, "what": "No link at the top of the page that goes directly to the main content area", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page." ] } }, "QW-BP17": { "quality": 1, "what": "No link at the beginning of a block of repeated content goes to the end of the block", "complaints": { "countTotal": 2, "texts": [ "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block." ] } } } } }, "frameContentRisk": { "score": 0, "maxCount": 0.2, "weight": 1, "tools": { "axe": { "frame-tested": { "quality": 0.2, "what": "Some content is in an iframe and therefore may not be testable for accessibility", "complaints": { "countTotal": 1, "texts": [ "Frames should be tested with axe-core; The iframe still has to be tested with axe-core" ] } } } } }, "hiddenContentRisk": { "score": 8, "maxCount": 8, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 8, "texts": [ "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." ] } } } } }, "linkConfusionRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "axe": { "identical-links-same-purpose": { "quality": 1, "what": "Links with the same accessible name may serve dissimilar purposes", "complaints": { "countTotal": 2, "texts": [ "Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous." ] } } } } }, "cssBansRotate": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "axe": { "css-orientation-lock": { "quality": 1, "what": "CSS media query locks display orientation", "complaints": { "countTotal": 1, "texts": [ "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined" ] } } } } }, "bannerNot1": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "axe": { "landmark-no-duplicate-banner": { "quality": 1, "what": "Page has more than 1 banner landmark", "complaints": { "countTotal": 1, "texts": [ "Document should not have more than one banner landmark; Document has more than one banner landmark" ] } } }, "ibm": { "aria_banner_single": { "quality": 1, "what": "More than one element with a banner role is on the page", "complaints": { "countTotal": 2, "texts": [ "There is more than one element with \"banner\" role on the page" ] } } }, "qualWeb": { "QW-BP20": { "quality": 1, "what": "Document has more than 1 banner landmark", "complaints": { "countTotal": 1, "texts": [ "Ensures the document has at most one banner landmark" ] } } } } }, "mainNone": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "axe": { "landmark-one-main": { "quality": 1, "what": "page has no main landmark", "complaints": { "countTotal": 1, "texts": [ "Document should have one main landmark; Document does not have a main landmark" ] } } }, "qualWeb": { "QW-ACT-R63": { "quality": 1, "what": "Document has no landmark with non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content" ] } } } } }, "landmarkConfusion": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "axe": { "landmark-unique": { "quality": 1, "what": "Landmark has a role and an accessible name that are identical to another", "complaints": { "countTotal": 1, "texts": [ "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" ] } } }, "ibm": { "aria_landmark_name_unique": { "quality": 1, "what": "Multiple landmarks with the same parent region are not distinguished from one another", "complaints": { "countTotal": 2, "texts": [ "Multiple \"banner\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label" ] } } } } }, "decorativeImageRisk": { "score": 7, "maxCount": 7, "weight": 1, "tools": { "htmlcs": { "AAA.1_1_1.H67.2": { "quality": 1, "what": "Image marked as decorative may be informative", "complaints": { "countTotal": 7, "texts": [ "Img element is marked so that it is ignored by Assistive Technology." ] } } } } }, "pseudoNavList": { "score": 16, "maxCount": 8, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1.H48": { "quality": 1, "what": "Navigation links are not coded as a list", "complaints": { "countTotal": 1, "texts": [ "If this element contains a navigation section, it is recommended that it be marked up as a list." ] } } }, "qualWeb": { "QW-WCAG-T32": { "quality": 1, "what": "ol, ul or dl is not used for a list or group of links", "complaints": { "countTotal": 8, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "nonSemanticText": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1.H49.I": { "quality": 1, "what": "Special text is italicized nonsemantically", "complaints": { "countTotal": 3, "texts": [ "Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined." ] } } } } }, "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": 3, "maxCount": 3, "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": 1, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1." ] } } } } }, "externalLink": { "score": 11, "maxCount": 11, "weight": 1, "tools": { "htmlcs": { "AAA.3_2_5.H83.3": { "quality": 1, "what": "Link text may fail to indicate that the link will open in a new window", "complaints": { "countTotal": 11, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } }, "testaro": { "linkExt": { "quality": 1, "what": "Link opens a new window or tab", "complaints": { "countTotal": 11, "texts": [ "Element a has a target=_blank attribute" ] } } } } }, "linkNoText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "htmlcs": { "AAA.4_1_2.H91.A.Empty": { "quality": 1, "what": "a element has an id attribute but no href attribute or text", "complaints": { "countTotal": 1, "texts": [ "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element." ] } } } } }, "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." ] } } } } }, "buttonNoText": { "score": 12, "maxCount": 3, "weight": 4, "tools": { "htmlcs": { "AAA.4_1_2.H91.Button.Name": { "quality": 1, "what": "Button element has no accessible name", "complaints": { "countTotal": 3, "texts": [ "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute." ] } } }, "wave": { "button_empty": { "quality": 1, "what": "Button is empty or has no value text", "complaints": { "countTotal": 3, "texts": [ "Empty button" ] } } } } }, "complementaryNoText": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "ibm": { "aria_complementary_labelled": { "quality": 1, "what": "Element with a complementary role has no label", "complaints": { "countTotal": 1, "texts": [ "The element with \"complementary\" role does not have a label" ] } } } } }, "bannerConfusion": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "ibm": { "aria_banner_label_unique": { "quality": 1, "what": "Multiple elements with a banner role have no unique labels", "complaints": { "countTotal": 2, "texts": [ "Multiple elements with \"banner\" role do not have unique labels" ] } } } } }, "obsolete": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "ibm": { "element_attribute_deprecated": { "quality": 1, "what": "Element or attribute is obsolete", "complaints": { "countTotal": 4, "texts": [ "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "The HTML attribute(s) \"profile\" is deprecated for the <head> element in HTML 5", "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5" ] } } } } }, "roleRedundant": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "ibm": { "aria_role_redundant": { "quality": 1, "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element", "complaints": { "countTotal": 4, "texts": [ "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>", "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>" ] } } }, "testaro": { "role": { "quality": 1, "what": "Invalid, native-replacing, or redundant role", "complaints": { "countTotal": 4, "texts": [ "HEADER elements have invalid or native-replaceable explicit role banner (count: 2)", "NAV elements have redundant explicit role navigation (count: 1)", "ASIDE elements have redundant explicit role complementary (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." ] } } } } }, "duplicateID": { "score": 152, "maxCount": 38, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R18": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 38, "texts": [ "This rule checks that all id attribute values on a single page are unique." ] } } } } }, "focusIndication": { "score": 256, "maxCount": 64, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R62": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 64, "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": 5, "texts": [ "A element has no focus indicator", "IFRAME element has no focus indicator" ] } } } } }, "linkTextsSame": { "score": 18, "maxCount": 9, "weight": 2, "tools": { "qualWeb": { "QW-ACT-R9": { "quality": 1, "what": "Links with identical accessible names have different purposes", "complaints": { "countTotal": 9, "texts": [ "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources." ] } } }, "tenon": { "98": { "quality": 1, "what": "Links have the same text but different destinations", "complaints": { "countTotal": 5, "texts": [ "These links have the same text but different destinations." ] } } } } }, "overflowHiddenRisk": { "score": 5, "maxCount": 5, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 5, "texts": [ "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport." ] } } } } }, "sectionHeadingless": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T9": { "quality": 1, "what": "Page is not organized using headings", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order" ] } } } } }, "ignorable": { "score": 0, "maxCount": 17, "weight": 0, "tools": { "qualWeb": { "QW-WCAG-T20": { "quality": 1, "what": "Link text is not supplemented with a title attribute", "complaints": { "countTotal": 17, "texts": [ "Supplementing link text with the title attribute" ] } } } } }, "textAlternativeRisk": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 6, "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": 4, "maxCount": 1, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T31": { "quality": 1, "what": "Foreground or background color is specified but not both", "complaints": { "countTotal": 1, "texts": [ "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination." ] } } } } }, "noHeading": { "score": 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" ] } } } } }, "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": 4, "maxCount": 4, "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": 1, "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": 4, "texts": [ "Redundant title text" ] } } } } }, "leadingClipsText": { "score": 230, "maxCount": 115, "weight": 2, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 1, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } }, "testaro": { "lineHeight": { "quality": 1, "what": "Text has a line height less than 1.5 times its font size", "complaints": { "countTotal": 115, "texts": [ "Text line height 20 px is less than 1.5 times its font size 14 px", "Text line height 28.6 px is less than 1.5 times its font size 26 px", "Text line height 17.1429 px is less than 1.5 times its font size 12 px", "Text line height 22 px is less than 1.5 times its font size 20 px", "Text line height 28.5714 px is less than 1.5 times its font size 20 px", "Text line height 26.4 px is less than 1.5 times its font size 24 px" ] } } } } }, "targetSize": { "score": 18, "maxCount": 6, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 6, "texts": [ "This actionable element is smaller than the minimum required size." ] } } }, "testaro": { "targetSize": { "quality": 1, "what": "Button, input, or non-inline link is smaller than 44 px wide and high", "complaints": { "countTotal": 3, "texts": [ "Interactive element has a substandard size (1 px wide, 1 px high)", "Interactive element has a substandard size (25 px wide, 25 px high)" ] } } } } }, "allCaps": { "score": 9, "maxCount": 9, "weight": 1, "tools": { "tenon": { "153": { "quality": 1, "what": "Long string of text is in all caps", "complaints": { "countTotal": 9, "texts": [ "This long string of text is in all caps." ] } } } } }, "externalLinkSurprise": { "score": 33, "maxCount": 11, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 11, "texts": [ "This link opens in a new window without user control." ] } } } } }, "visibleBulk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "bulk": { "quality": 1, "what": "Page contains many visible elements", "complaints": { "countTotal": 1, "texts": [ "Page contains a large number of visible elements" ] } } } } }, "duplicateAttribute": { "score": 14, "maxCount": 7, "weight": 2, "tools": { "testaro": { "dupAtt": { "quality": 0.7, "what": "Source code of the element contains 2 or more of the same attribute", "complaints": { "countTotal": 10, "texts": [ "Page prevented this test (treated as 10 instances)" ] } } } } }, "hoverSurprise": { "score": 22, "maxCount": 11, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 11, "texts": [ "Hovering over element has unexpected effects", "Operable element cannot be hovered over" ] } } } } }, "labelClash": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "testaro": { "labClash": { "quality": 1, "what": "Incompatible label types", "complaints": { "countTotal": 3, "texts": [ "Element BUTTON is unlabeled" ] } } } } }, "linkIndication": { "score": 72, "maxCount": 36, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 36, "texts": [ "Link is inline but has no underline" ] } } } } }, "inconsistentStyles": { "score": 9, "maxCount": 9, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 9, "texts": [ "In-line links have 3 different styles", "Links in columns have 3 different styles", "Buttons have 3 different styles", "Level-2 headings have 4 different styles" ] } } } } }, "titleBad": { "score": 28, "maxCount": 7, "weight": 4, "tools": { "testaro": { "titledEl": { "quality": 1, "what": "title attribute belongs to an inappropriate element", "complaints": { "countTotal": 7, "texts": [ "A element has a title attribute", "IMG element has a title attribute" ] } } } } }, "zIndexNotZero": { "score": 18, "maxCount": 18, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 18, "texts": [ "HEADER element has a non-default Z index", "UL element has a non-default Z index", "LI element has a non-default Z index", "A element has a non-default Z index", "DIV element has a non-default Z index" ] } } } } }, "linkPair": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "wave": { "link_redundant": { "quality": 1, "what": "Adjacent links go to the same URL", "complaints": { "countTotal": 2, "texts": [ "Redundant link" ] } } } } }, "videoCaptionRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "wave": { "youtube_video": { "quality": 1, "what": "YouTube video may have no or incorrect captions", "complaints": { "countTotal": 1, "texts": [ "YouTube video" ] } } } } } } } } }