Accessibility digest

Synopsis
PageDave Cortese (D)
URLhttps://sd15.senate.ca.gov/
Requesterpool@jpdev.pro
Test date2023/06/24
Score939
Tested byTestaro, procedure ts27
Scored byTestilo, procedure tsp28
Digested byTestilo, 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 Dave Cortese (D) at https://sd15.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 939, where 0 would be perfect.

Total score

The total score is the sum of five components.

Score summary
ComponentScoreDescription
total939Sum of the component scores
issue492Severity and number of reported defects
tool81Tool-by-tool defect ratings
prevention300Failed attempts by tools to test the page
log56Browser warnings about the page
latency10Abnormal 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 scores
IssueScore
focusIndication112
hoverSurprise30
attributeBad28
noHeading27
ariaBadAttribute24
linkIndication22
zIndexNotZero21
pseudoNavList20
leadingClipsText20
contrastAAA17
duplicateAttribute14
textContrastAA12
hiddenContentRisk12
landmarkConfusion12
externalLinkSurprise9
focusableOperable9
linkNoText8
navConfusion6
navNoText6
asideConfusion6
skipRepeatedContent6
repeatedContentRisk5
roleRedundant5
descendantMissing4
cssBansRotate4
headingStructure4
contentBeyondLandmarks4
titleBad4
h1Missing3
externalLink3
obsolete3
parseError3
horizontalScrolling3
targetSize3
inconsistentStyles3
headingOfNothing2
mainNone2
complementaryNoText2
textAlternativeRisk2
titleRedundant2
tabFocusability2
linkPair2
decorativeImageRisk1
pseudoOrderedListRisk1
scrollRisk1
contrastRisk1
eventKeyboardRisk1
sectionHeadingless1
ignorable0

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: 112

Complaints by qualWeb

Rule QW-ACT-R62

Description: Element in the sequential focus order has no visible focus

Count of instances: 28

Complaint specifics

Complaints by testaro

Rule focInd

Description: Focused element displays a nonstandard or no focus indicator

Count of instances: 2

Complaint specifics

Issue hoverSurprise

WCAG: 1.4.13

Score: 30

Complaints by testaro

Rule hover

Description: Hovering is impossible or mis-indicated or changes content

Count of instances: 15

Complaint specifics

Issue attributeBad

WCAG: 1.3.1

Score: 28

Complaints by ibm

Rule aria_attribute_valid

Description: ARIA attribute is invalid for the role of its element

Count of instances: 7

Complaint specifics

Issue noHeading

WCAG: 1.3.1

Score: 27

Complaints by qualWeb

Rule QW-BP1

Description: h1-h6 not used to identify headings

Count of instances: 9

Complaint specifics

Issue ariaBadAttribute

WCAG: 4.1.2

Score: 24

Complaints by axe

Rule aria-allowed-attr

Description: ARIA attribute is invalid for the role of its element

Count of instances: 6

Complaint specifics

Complaints by continuum

Rule 281

Description: Element has an aria-expanded attribute, which is not allowed

Count of instances: 6

Complaint specifics

Issue linkIndication

WCAG: 1.3.3

Score: 22

Complaints by testaro

Rule linkUl

Description: Non-underlined adjacent links

Count of instances: 11

Complaint specifics

Issue zIndexNotZero

WCAG: 1.4

Score: 21

Complaints by testaro

Rule zIndex

Description: Layering with nondefault z-index values

Count of instances: 21

Complaint specifics

Issue pseudoNavList

WCAG: 1.3.1

Score: 20

Complaints by htmlcs

Rule AAA.1_3_1.H48

Description: Navigation links are not coded as a list

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T32

Description: ol, ul or dl is not used for a list or group of links

Count of instances: 10

Complaint specifics

Issue leadingClipsText

WCAG: 1.4.8

Score: 20

Complaints by tenon

Rule 144

Description: Line height is insufficent to properly display the computed font size

Count of instances: 1

Complaint specifics

Complaints by testaro

Rule lineHeight

Description: Text has a line height less than 1.5 times its font size

Count of instances: 10

Complaint specifics

Issue contrastAAA

WCAG: 1.4.6

Score: 17

Complaints by alfa

Rule r66

Description: Text contrast less than AAA requires

Count of instances: 17

Complaint specifics

Complaints by axe

Rule color-contrast-enhanced

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 9

Complaint specifics

Complaints by htmlcs

Rule AAA.1_4_6.G17.Fail

Description: Text has insufficient contrast

Count of instances: 11

Complaint specifics

Issue duplicateAttribute

WCAG: 4.1.1

Score: 14

Complaints by testaro

Rule dupAtt

Description: Source code of the element contains 2 or more of the same attribute

Count of instances: 10

Complaint specifics

Issue textContrastAA

WCAG: 1.4.3

Score: 12

Complaints by alfa

Rule r69

Description: Text outside widget has subminimum contrast

Count of instances: 1

Complaint specifics

Complaints by axe

Rule color-contrast

Description: Element has insufficient color contrast

Count of instances: 2

Complaint specifics

Complaints by wave

Rule contrast

Description: Very low contrast

Count of instances: 3

Complaint specifics

Issue hiddenContentRisk

WCAG: 4.1

Score: 12

Complaints by axe

Rule hidden-content

Description: Some content is hidden and therefore may not be testable for accessibility

Count of instances: 12

Complaint specifics

Issue landmarkConfusion

WCAG: 1.3.6

Score: 12

Complaints by axe

Rule landmark-unique

Description: Landmark has a role and an accessible name that are identical to another

Count of instances: 2

Complaint specifics

Complaints by ibm

Rule aria_landmark_name_unique

Description: Multiple landmarks with the same parent region are not distinguished from one another

Count of instances: 4

Complaint specifics

Issue externalLinkSurprise

WCAG: 3.2.5

Score: 9

Complaints by tenon

Rule 218

Description: Link opens in a new window without user control

Count of instances: 3

Complaint specifics

Issue focusableOperable

WCAG: 2.1.1

Score: 9

Complaints by testaro

Rule focOp

Description: Tab-focusable elements that are inoperable or operable elements that are not focusable

Count of instances: 3

Complaint specifics

Issue linkNoText

WCAG: 2.4.4

Score: 8

Complaints by htmlcs

Rule 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
Rule AAA.4_1_2.H91.A.EmptyNoId

Description: Link has no name or id attribute or value

Count of instances: 1

Complaint specifics

Issue navConfusion

WCAG: 1.3.6

Score: 6

Complaints by continuum

Rule 531

Description: nav element has an accessible name that is non-unique among the nav elements

Count of instances: 2

Complaint specifics

Complaints by ibm

Rule aria_navigation_label_unique

Description: Multiple elements with the navigation role do not have unique labels

Count of instances: 2

Complaint specifics

Issue navNoText

WCAG: 1.3.6

Score: 6

Complaints by continuum

Rule 533

Description: nav element is not the only nav element but has no accessible name

Count of instances: 2

Complaint specifics

Issue asideConfusion

WCAG: 1.3.6

Score: 6

Complaints by ibm

Rule aria_complementary_label_unique

Description: Multiple elements with a complementary role have no unique labels

Count of instances: 2

Complaint specifics

Issue skipRepeatedContent

WCAG: 2.4.1

Score: 6

Complaints by qualWeb

Rule QW-ACT-R64

Description: Document has no heading for non-repeated content

Count of instances: 1

Complaint specifics
Rule QW-ACT-R75

Description: Blocks of repeated content cannot be bypassed

Count of instances: 1

Complaint specifics

Issue repeatedContentRisk

WCAG: 2.4.1

Score: 5

Complaints by alfa

Rule r87

Description: First focusable element is not a link to the main content

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R73

Description: Block of repeated content is not collapsible

Count of instances: 1

Complaint specifics
Rule QW-ACT-R74

Description: Document has no instrument to move focus to non-repeated content

Count of instances: 1

Complaint specifics
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
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

Issue roleRedundant

WCAG: 4.1.2

Score: 5

Complaints by ibm

Rule aria_role_redundant

Description: Explicitly assigned ARIA role is redundant with the implicit role of the element

Count of instances: 5

Complaint specifics

Complaints by testaro

Rule role

Description: Invalid, native-replacing, or redundant role

Count of instances: 5

Complaint specifics

Issue descendantMissing

WCAG: 1.3.1

Score: 4

Complaints by alfa

Rule r68

Description: Element does not own an element required by its semantic role

Count of instances: 1

Complaint specifics

Issue cssBansRotate

WCAG: 1.3.4

Score: 4

Complaints by axe

Rule css-orientation-lock

Description: CSS media query locks display orientation

Count of instances: 1

Complaint specifics

Issue headingStructure

WCAG: 1.3.1

Score: 4

Complaints by htmlcs

Rule AAA.1_3_1_AAA.G141

Description: Heading level is incorrect

Count of instances: 2

Complaint specifics

Complaints by tenon

Rule 155

Description: Headings are not structured in a hierarchical manner

Count of instances: 1

Complaint specifics

Issue contentBeyondLandmarks

WCAG: 1.3.6

Score: 4

Complaints by ibm

Rule aria_content_in_landmark

Description: Content is not within a landmark element

Count of instances: 2

Complaint specifics

Issue titleBad

WCAG: 1.3.1

Score: 4

Complaints by testaro

Rule titledEl

Description: title attribute belongs to an inappropriate element

Count of instances: 1

Complaint specifics

Issue h1Missing

WCAG: 1.3.1

Score: 3

Complaints by alfa

Rule r61

Description: First heading is not h1

Count of instances: 1

Complaint specifics

Issue externalLink

WCAG: 3.2.5

Score: 3

Complaints by htmlcs

Rule 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: 3

Complaint specifics

Complaints by testaro

Rule linkExt

Description: Link opens a new window or tab

Count of instances: 3

Complaint specifics

Issue obsolete

WCAG: 4.1

Score: 3

Complaints by ibm

Rule element_attribute_deprecated

Description: Element or attribute is obsolete

Count of instances: 1

Complaint specifics

Issue parseError

WCAG: 4.1

Score: 3

Complaints by ibm

Rule aria_child_valid

Description: Child element has a role not allowed for the role of the parent

Count of instances: 1

Complaint specifics

Issue horizontalScrolling

WCAG: 1.4.10

Score: 3

Complaints by tenon

Rule 28

Description: Layout or sizing of the page causes horizontal scrolling

Count of instances: 1

Complaint specifics

Issue targetSize

WCAG: 2.5.5

Score: 3

Complaints by tenon

Rule 152

Description: Actionable element is smaller than the minimum required size

Count of instances: 1

Complaint specifics

Issue inconsistentStyles

WCAG: 3.2.4

Score: 3

Complaints by testaro

Rule styleDiff

Description: Heading, link, and button style inconsistencies

Count of instances: 3

Complaint specifics

Issue headingOfNothing

WCAG: 1.3.1

Score: 2

Complaints by alfa

Rule r78

Description: No content between two headings of the same level

Count of instances: 1

Complaint specifics

Issue mainNone

WCAG: 1.3.6

Score: 2

Complaints by axe

Rule landmark-one-main

Description: page has no main landmark

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R63

Description: Document has no landmark with non-repeated content

Count of instances: 1

Complaint specifics

Issue complementaryNoText

WCAG: 1.3.6

Score: 2

Complaints by ibm

Rule aria_complementary_labelled

Description: Element with a complementary role has no label

Count of instances: 2

Complaint specifics

Issue textAlternativeRisk

WCAG: 1

Score: 2

Complaints by qualWeb

Rule QW-WCAG-T8

Description: Text alternative is not an alternative

Count of instances: 2

Complaint specifics

Issue titleRedundant

WCAG: 1.3.1

Score: 2

Complaints by tenon

Rule 79

Description: Link has a title attribute that is the same as the text inside the link

Count of instances: 2

Complaint specifics

Issue tabFocusability

WCAG: 2.1.1

Score: 2

Complaints by testaro

Rule focAll

Description: Discrepancy between elements that should be and that are Tab-focusable

Count of instances: 1

Complaint specifics

Issue linkPair

WCAG: 2.4.4

Score: 2

Complaints by wave

Rule link_redundant

Description: Adjacent links go to the same URL

Count of instances: 1

Complaint specifics

Issue decorativeImageRisk

WCAG: 1.1.1

Score: 1

Complaints by htmlcs

Rule AAA.1_1_1.H67.2

Description: Image marked as decorative may be informative

Count of instances: 1

Complaint specifics

Issue pseudoOrderedListRisk

WCAG: 1.3.1

Score: 1

Complaints by htmlcs

Rule AAA.1_3_1.H48.2

Description: Ordered list may fail to be coded as such

Count of instances: 1

Complaint specifics

Issue scrollRisk

WCAG: 1.4.10

Score: 1

Complaints by htmlcs

Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206

Description: Fixed-position element may force bidirectional scrolling

Count of instances: 1

Complaint specifics

Issue contrastRisk

WCAG: 1.4.3

Score: 1

Complaints by htmlcs

Rule AAA.1_4_6.G18.Abs

Description: Contrast between the absolutely positioned text and its background may be less than 4.5:1

Count of instances: 1

Complaint specifics

Issue eventKeyboardRisk

WCAG: 2.1.1

Score: 1

Complaints by htmlcs

Rule AAA.2_1_1.G90

Description: Event handler functionality may not be available by keyboard

Count of instances: 1

Complaint specifics

Issue sectionHeadingless

WCAG: 1.3.1

Score: 1

Complaints by qualWeb

Rule QW-WCAG-T9

Description: Page is not organized using headings

Count of instances: 1

Complaint specifics

Issue ignorable

WCAG: N/A

Score: 0

Complaints by qualWeb

Rule QW-WCAG-T20

Description: Link text is not supplemented with a title attribute

Count of instances: 2

Complaint specifics

Complete report

{
  "id": "1etp6-ts27-caSenSDsd15",
  "what": "accessibility tests",
  "strict": true,
  "timeLimit": 330,
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "startTime": 1687643322878,
      "endTime": 1687643323507
    },
    {
      "type": "url",
      "which": "https://sd15.senate.ca.gov/",
      "what": "Dave Cortese (D)",
      "startTime": 1687643323507,
      "result": {
        "url": "https://sd15.senate.ca.gov/"
      },
      "endTime": 1687643326661
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": false,
      "what": "Tenon API version 2 test request, with page content",
      "startTime": 1687643326661,
      "url": "https://sd15.senate.ca.gov/",
      "endTime": 1687643328525
    },
    {
      "type": "test",
      "which": "testaro",
      "what": "Testaro",
      "withItems": true,
      "rules": [
        "y",
        "motion"
      ],
      "startTime": 1687643328525,
      "url": "https://sd15.senate.ca.gov/",
      "result": {
        "rules": {
          "motion": {
            "what": "motion without user request",
            "data": {
              "bytes": [
                1402471,
                1402471,
                1402471,
                1402471,
                1402471
              ],
              "localRatios": [
                1,
                1,
                1,
                1
              ],
              "meanLocalRatio": 1,
              "maxLocalRatio": 1,
              "globalRatio": 1,
              "pixelChanges": [
                0,
                0,
                0,
                0
              ],
              "meanPixelChange": 0,
              "maxPixelChange": 0,
              "changeFrequency": 0
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          0
        ],
        "instances": []
      },
      "endTime": 1687643342219
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687643342220,
      "endTime": 1687643342773
    },
    {
      "type": "url",
      "which": "https://sd15.senate.ca.gov/",
      "what": "Dave Cortese (D)",
      "startTime": 1687643342774,
      "result": {
        "url": "https://sd15.senate.ca.gov/"
      },
      "endTime": 1687643345372
    },
    {
      "type": "test",
      "which": "alfa",
      "startTime": 1687643345372,
      "url": "https://sd15.senate.ca.gov/",
      "what": "alfa",
      "result": {
        "totals": {
          "failures": 21,
          "warnings": 1
        },
        "items": [
          {
            "index": 178,
            "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": 205,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/aside[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[2]/a[1]/text()[1]",
              "codeLines": [
                "Read Bio"
              ]
            }
          },
          {
            "index": 208,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "1021 O Street, Suite 6630"
              ]
            }
          },
          {
            "index": 209,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/p[1]/text()[2]",
              "codeLines": [
                "Sacramento, CA 95814"
              ]
            }
          },
          {
            "index": 210,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]",
              "codeLines": [
                "Phone:"
              ]
            }
          },
          {
            "index": 211,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/p[1]/text()[3]",
              "codeLines": [
                "(916) 651-4015"
              ]
            }
          },
          {
            "index": 212,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/p[1]/strong[2]/text()[1]",
              "codeLines": [
                "Fax:"
              ]
            }
          },
          {
            "index": 213,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/p[1]/text()[4]",
              "codeLines": [
                "(916) 651-4915"
              ]
            }
          },
          {
            "index": 215,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "2105 S. Bascom Avenue Suite 154"
              ]
            }
          },
          {
            "index": 216,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/p[1]/text()[2]",
              "codeLines": [
                "Campbell, CA  95008"
              ]
            }
          },
          {
            "index": 217,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]",
              "codeLines": [
                "Phone:"
              ]
            }
          },
          {
            "index": 218,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/p[1]/text()[3]",
              "codeLines": [
                "(408) 558-1295"
              ]
            }
          },
          {
            "index": 219,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/p[1]/strong[2]/text()[1]",
              "codeLines": [
                "Fax:"
              ]
            }
          },
          {
            "index": 220,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/p[1]/text()[4]",
              "codeLines": [
                "(408) 558-1296"
              ]
            }
          },
          {
            "index": 222,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Open by appointment"
              ]
            }
          },
          {
            "index": 224,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/section[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "|"
              ]
            }
          },
          {
            "index": 226,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/section[1]/div[1]/div[1]/div[1]/p[1]/text()[2]",
              "codeLines": [
                "|"
              ]
            }
          },
          {
            "index": 228,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/section[1]/div[1]/div[1]/div[1]/p[1]/text()[3]",
              "codeLines": [
                "|"
              ]
            }
          },
          {
            "index": 233,
            "verdict": "failed",
            "rule": {
              "ruleID": "r68",
              "ruleSummary": "Elements with a role have required children",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r68",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#info-and-relationships",
                  "chapter": "1.3.1",
                  "title": "Info and Relationships"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "ol",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]",
              "codeLines": [
                "<ol class=\"flex-control-nav flex-control-paging\"></ol>"
              ]
            }
          },
          {
            "index": 238,
            "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[1]/div[1]/div[1]/div[2]/aside[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[2]/a[1]/text()[1]",
              "codeLines": [
                "Read Bio"
              ]
            }
          },
          {
            "index": 302,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/aside[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h3[1]",
              "codeLines": [
                "<h3>",
                "  Meet",
                "  <br>",
                "</h3>"
              ]
            }
          },
          {
            "index": 321,
            "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,
          21
        ],
        "instances": [
          {
            "ruleID": "r61",
            "what": "Documents start with a level 1 heading",
            "ordinalSeverity": 3,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/"
            },
            "excerpt": "#document <!doctype html> ... </html>"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/aside[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[2]/a[1]/text()[1]"
            },
            "excerpt": "Read Bio"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "1021 O Street, Suite 6630"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/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]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/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]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/p[1]/text()[3]"
            },
            "excerpt": "(916) 651-4015"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/p[1]/strong[2]/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]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/p[1]/text()[4]"
            },
            "excerpt": "(916) 651-4915"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "2105 S. Bascom Avenue Suite 154"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/p[1]/text()[2]"
            },
            "excerpt": "Campbell, CA 95008"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/p[1]/strong[1]/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]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/p[1]/text()[3]"
            },
            "excerpt": "(408) 558-1295"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/p[1]/strong[2]/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]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[3]/div[1]/div[1]/div[1]/p[1]/text()[4]"
            },
            "excerpt": "(408) 558-1296"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "Open by appointment"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/section[1]/div[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "|"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/section[1]/div[1]/div[1]/div[1]/p[1]/text()[2]"
            },
            "excerpt": "|"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/section[1]/div[1]/div[1]/div[1]/p[1]/text()[3]"
            },
            "excerpt": "|"
          },
          {
            "ruleID": "r68",
            "what": "Elements with a role have required children",
            "ordinalSeverity": 3,
            "tagName": "OL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]"
            },
            "excerpt": "<ol class=\"flex-control-nav flex-control-paging\"></ol>"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/aside[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[2]/a[1]/text()[1]"
            },
            "excerpt": "Read Bio"
          },
          {
            "ruleID": "r78",
            "what": "Headings of same level have text content between them",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/aside[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h3[1]"
            },
            "excerpt": "<h3> Meet <br> </h3>"
          },
          {
            "ruleID": "r87",
            "what": "First focusable element is link to main content",
            "ordinalSeverity": 0,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/"
            },
            "excerpt": "#document <!doctype html> ... </html>"
          }
        ]
      },
      "endTime": 1687643349679
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "startTime": 1687643349679,
      "url": "https://sd15.senate.ca.gov/",
      "what": "Axe",
      "result": {
        "totals": {
          "rulesNA": 58,
          "rulesPassed": 38,
          "rulesWarned": 2,
          "rulesViolated": 5,
          "warnings": {
            "minor": 12,
            "moderate": 0,
            "serious": 1,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 3,
            "serious": 11,
            "critical": 6
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.7.0"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2023-06-24T21:49:10.069Z",
          "url": "https://sd15.senate.ca.gov/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "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": "<a class=\"menuBtn navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\"><span class=\"lines\"></span></a>",
                  "target": [
                    ".menuBtn"
                  ],
                  "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": [
                    ".menu-item--expanded.dropdown.nav-item:nth-child(2) > .dropdown-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"dropdown-menu\">",
                  "target": [
                    ".menu-item--expanded.dropdown.nav-item:nth-child(3) > .dropdown-menu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"dropdown-menu\">",
                  "target": [
                    ".menu-item--expanded.dropdown.nav-item: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": [
                    ".menu-item--expanded.dropdown.nav-item: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": [
                    ".menu-item--expanded.dropdown.nav-item: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\">",
                  "target": [
                    ".menu-item--expanded.dropdown.nav-item:nth-child(7) > .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=\"flex-direction-nav\"><li class=\"flex-nav-prev\"><a class=\"flex-prev flex-disabled\" href=\"#\" tabindex=\"-1\">Previous</a></li><li class=\"flex-nav-next\"><a class=\"flex-next flex-disabled\" href=\"#\" tabindex=\"-1\">Next</a></li></ul>",
                  "target": [
                    ".flex-direction-nav"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<a class=\"flex-prev flex-disabled\" href=\"#\" tabindex=\"-1\">Previous</a>",
                  "target": [
                    ".flex-prev"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<a class=\"flex-next flex-disabled\" href=\"#\" tabindex=\"-1\">Next</a>",
                  "target": [
                    ".flex-next"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">",
                  "target": [
                    "#main-wrapper"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button onclick=\"topFunction()\" id=\"topBtn\" title=\"Go to top\">Top</button>",
                  "target": [
                    "#topBtn"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            },
            {
              "id": "css-orientation-lock",
              "impact": "serious",
              "tags": [
                "cat.structure",
                "wcag134",
                "wcag21aa",
                "experimental"
              ],
              "description": "Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations",
              "help": "CSS Media queries must not lock display orientation",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/css-orientation-lock?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "css-orientation-lock",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "CSS Orientation lock cannot be determined"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\">",
                  "target": [
                    "html"
                  ],
                  "failureSummary": "Fix all of the following:\n  CSS Orientation lock cannot be determined"
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "aria-allowed-attr",
              "impact": "critical",
              "tags": [
                "cat.aria",
                "wcag2a",
                "wcag412"
              ],
              "description": "Ensures ARIA attributes are allowed for an element's role",
              "help": "Elements must only use allowed ARIA attributes",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/aria-allowed-attr?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "aria-allowed-attr",
                      "data": [
                        "aria-expanded=\"false\""
                      ],
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute is not allowed: aria-expanded=\"false\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<span class=\"nav-link dropdown-toggle nav-link-\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">About</span>",
                  "target": [
                    ".menu-item--expanded.dropdown.nav-item:nth-child(2) > .dropdown-toggle.nav-link-[data-bs-toggle=\"dropdown\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  ARIA attribute is not allowed: aria-expanded=\"false\""
                },
                {
                  "any": [
                    {
                      "id": "aria-allowed-attr",
                      "data": [
                        "aria-expanded=\"false\""
                      ],
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute is not allowed: aria-expanded=\"false\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<span class=\"nav-link dropdown-toggle nav-link-\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Legislation</span>",
                  "target": [
                    ".menu-item--expanded.dropdown.nav-item:nth-child(3) > .dropdown-toggle.nav-link-[data-bs-toggle=\"dropdown\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  ARIA attribute is not allowed: aria-expanded=\"false\""
                },
                {
                  "any": [
                    {
                      "id": "aria-allowed-attr",
                      "data": [
                        "aria-expanded=\"false\""
                      ],
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute is not allowed: aria-expanded=\"false\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<span class=\"nav-link dropdown-toggle nav-link-\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">News</span>",
                  "target": [
                    ".menu-item--expanded.dropdown.nav-item:nth-child(4) > .dropdown-toggle.nav-link-[data-bs-toggle=\"dropdown\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  ARIA attribute is not allowed: aria-expanded=\"false\""
                },
                {
                  "any": [
                    {
                      "id": "aria-allowed-attr",
                      "data": [
                        "aria-expanded=\"false\""
                      ],
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute is not allowed: aria-expanded=\"false\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<span class=\"nav-link dropdown-toggle nav-link-\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">District</span>",
                  "target": [
                    ".menu-item--expanded.dropdown.nav-item:nth-child(5) > .dropdown-toggle.nav-link-[data-bs-toggle=\"dropdown\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  ARIA attribute is not allowed: aria-expanded=\"false\""
                },
                {
                  "any": [
                    {
                      "id": "aria-allowed-attr",
                      "data": [
                        "aria-expanded=\"false\""
                      ],
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute is not allowed: aria-expanded=\"false\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<span class=\"nav-link dropdown-toggle nav-link-\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Resources</span>",
                  "target": [
                    ".menu-item--expanded.dropdown.nav-item:nth-child(6) > .dropdown-toggle.nav-link-[data-bs-toggle=\"dropdown\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  ARIA attribute is not allowed: aria-expanded=\"false\""
                },
                {
                  "any": [
                    {
                      "id": "aria-allowed-attr",
                      "data": [
                        "aria-expanded=\"false\""
                      ],
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute is not allowed: aria-expanded=\"false\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<span class=\"nav-link dropdown-toggle nav-link-\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Contact</span>",
                  "target": [
                    ".menu-item--expanded.dropdown.nav-item:nth-child(7) > .dropdown-toggle.nav-link-[data-bs-toggle=\"dropdown\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  ARIA attribute is not allowed: aria-expanded=\"false\""
                }
              ]
            },
            {
              "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": "#0f4480",
                        "bgColor": "#f5a705",
                        "contrastRatio": 4.82,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<nav class=\"navbar\" id=\"navbar-top\">",
                          "target": [
                            "#navbar-top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.82 (foreground color: #0f4480, background color: #f5a705, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h4>COVID-19: <a href=\"/resources/covid19\">Vaccine Information and Resources</a></h4>",
                  "target": [
                    "h4"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.82 (foreground color: #0f4480, background color: #f5a705, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#a9bacf",
                        "bgColor": "#083b77",
                        "contrastRatio": 5.57,
                        "fontSize": "9.0pt (11.998px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer class=\"site-footer\">",
                          "target": [
                            "footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>1021 O Street, Suite 6630<br>\nSacramento, CA 95814<br><strong>Phone:</strong> (916) 651-4015<br><strong>Fax: </strong>(916) 651-4915</p>",
                  "target": [
                    "#block-footersecondblock > .content > .text-formatted.field--name-body.field--type-text-with-summary > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#a9bacf",
                        "bgColor": "#083b77",
                        "contrastRatio": 5.57,
                        "fontSize": "9.0pt (11.998px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer class=\"site-footer\">",
                          "target": [
                            "footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>Phone:</strong>",
                  "target": [
                    "#block-footersecondblock > .content > .text-formatted.field--name-body.field--type-text-with-summary > p > strong:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#a9bacf",
                        "bgColor": "#083b77",
                        "contrastRatio": 5.57,
                        "fontSize": "9.0pt (11.998px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer class=\"site-footer\">",
                          "target": [
                            "footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>Fax: </strong>",
                  "target": [
                    "#block-footersecondblock > .content > .text-formatted.field--name-body.field--type-text-with-summary > p > strong:nth-child(5)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#a9bacf",
                        "bgColor": "#083b77",
                        "contrastRatio": 5.57,
                        "fontSize": "9.0pt (11.998px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer class=\"site-footer\">",
                          "target": [
                            "footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>2105 S. Bascom Avenue Suite 154<br>\nCampbell, CA&nbsp;&nbsp;95008<br><strong>Phone:</strong> (408) 558-1295<br><strong>Fax:</strong> (408) 558-1296</p>",
                  "target": [
                    "#block-footerthirdblock > .content > .text-formatted.field--name-body.field--type-text-with-summary > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#a9bacf",
                        "bgColor": "#083b77",
                        "contrastRatio": 5.57,
                        "fontSize": "9.0pt (11.998px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer class=\"site-footer\">",
                          "target": [
                            "footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>Phone:</strong>",
                  "target": [
                    "#block-footerthirdblock > .content > .text-formatted.field--name-body.field--type-text-with-summary > p > strong:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#a9bacf",
                        "bgColor": "#083b77",
                        "contrastRatio": 5.57,
                        "fontSize": "9.0pt (11.998px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer class=\"site-footer\">",
                          "target": [
                            "footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>Fax:</strong>",
                  "target": [
                    "#block-footerthirdblock > .content > .text-formatted.field--name-body.field--type-text-with-summary > p > strong:nth-child(5)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#a9bacf",
                        "bgColor": "#083b77",
                        "contrastRatio": 5.57,
                        "fontSize": "9.0pt (11.998px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer class=\"site-footer\">",
                          "target": [
                            "footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Open&nbsp;by appointment<br></p>",
                  "target": [
                    "#block-footerfourthblock > .content > .text-formatted.field--name-body.field--type-text-with-summary > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#a9bacf",
                        "bgColor": "#083b77",
                        "contrastRatio": 5.57,
                        "fontSize": "9.0pt (11.998px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<footer class=\"site-footer\">",
                          "target": [
                            "footer"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"rtecenter\">",
                  "target": [
                    ".rtecenter"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), 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": "#f5a705",
                        "contrastRatio": 2.01,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<nav class=\"navbar\" id=\"navbar-top\">",
                          "target": [
                            "#navbar-top"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.01 (foreground color: #ffffff, background color: #f5a705, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/resources/covid19\">Vaccine Information and Resources</a>",
                  "target": [
                    "h4 > a[href$=\"covid19\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.01 (foreground color: #ffffff, background color: #f5a705, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#f5a705",
                        "contrastRatio": 2.01,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"btn-primary-custom btn-custom\" href=\"/biography\">Read Bio</a>",
                          "target": [
                            ".btn-primary-custom"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.01 (foreground color: #ffffff, background color: #f5a705, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"btn-primary-custom btn-custom\" href=\"/biography\">Read Bio</a>",
                  "target": [
                    ".btn-primary-custom"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.01 (foreground color: #ffffff, background color: #f5a705, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ]
            },
            {
              "id": "landmark-one-main",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the document has a main landmark",
              "help": "Document should have one main landmark",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-one-main?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "page-has-main",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Document does not have a main landmark"
                    }
                  ],
                  "none": [],
                  "impact": "moderate",
                  "html": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\">",
                  "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": "navigation",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<nav class=\"navbar navbar-expand-lg\" id=\"navbar-main\" data-toggle=\"affix\" data-once=\"affixed\">",
                          "target": [
                            "#navbar-main"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<nav class=\"navbar\" id=\"navbar-top\">",
                  "target": [
                    "#navbar-top"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                },
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "complementary",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<aside class=\"container-fluid section clearfix\" role=\"complementary\">",
                          "target": [
                            ".highlighted > aside"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<aside class=\"featured-top__inner section container-fluid clearfix\" role=\"complementary\">",
                  "target": [
                    ".featured-top__inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ]
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          12,
          1,
          3,
          17
        ],
        "instances": [
          {
            "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": ".menuBtn"
            },
            "excerpt": "<a class=\"menuBtn navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\"><span class=\"lines\"></span></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": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".menu-item--expanded.dropdown.nav-item:nth-child(2) > .dropdown-menu"
            },
            "excerpt": "<ul class=\"dropdown-menu\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".menu-item--expanded.dropdown.nav-item:nth-child(3) > .dropdown-menu"
            },
            "excerpt": "<ul class=\"dropdown-menu\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".menu-item--expanded.dropdown.nav-item: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": ".menu-item--expanded.dropdown.nav-item: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": ".menu-item--expanded.dropdown.nav-item: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": ".menu-item--expanded.dropdown.nav-item:nth-child(7) > .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": ".flex-direction-nav"
            },
            "excerpt": "<ul class=\"flex-direction-nav\"><li class=\"flex-nav-prev\"><a class=\"flex-prev flex-disabled\" href=\"#\" tabindex=\"-1\">Previous</a></li><li class=\"flex-nav-next\"><a class=\"flex-next flex-disabled\" href=\"#\" tabindex=\"-1\">Next</a></li></ul>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".flex-prev"
            },
            "excerpt": "<a class=\"flex-prev flex-disabled\" href=\"#\" tabindex=\"-1\">Previous</a>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".flex-next"
            },
            "excerpt": "<a class=\"flex-next flex-disabled\" href=\"#\" tabindex=\"-1\">Next</a>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "main-wrapper",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#main-wrapper"
            },
            "excerpt": "<div id=\"main-wrapper\" class=\"layout-main-wrapper clearfix\">"
          },
          {
            "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": "topBtn",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#topBtn"
            },
            "excerpt": "<button onclick=\"topFunction()\" id=\"topBtn\" title=\"Go to top\">Top</button>"
          },
          {
            "ruleID": "css-orientation-lock",
            "what": "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... df-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\">"
          },
          {
            "ruleID": "aria-allowed-attr",
            "what": "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".menu-item--expanded.dropdown.nav-item:nth-child(2) > .dropdown-toggle.nav-link-[data-bs-toggle=\"dropdown\"]"
            },
            "excerpt": "<span class=\"nav-link dropdown-toggle nav-link-\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">About</span>"
          },
          {
            "ruleID": "aria-allowed-attr",
            "what": "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".menu-item--expanded.dropdown.nav-item:nth-child(3) > .dropdown-toggle.nav-link-[data-bs-toggle=\"dropdown\"]"
            },
            "excerpt": "<span class=\"nav-link dropdown-toggle nav-link-\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Legislation</span>"
          },
          {
            "ruleID": "aria-allowed-attr",
            "what": "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".menu-item--expanded.dropdown.nav-item:nth-child(4) > .dropdown-toggle.nav-link-[data-bs-toggle=\"dropdown\"]"
            },
            "excerpt": "<span class=\"nav-link dropdown-toggle nav-link-\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">News</span>"
          },
          {
            "ruleID": "aria-allowed-attr",
            "what": "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".menu-item--expanded.dropdown.nav-item:nth-child(5) > .dropdown-toggle.nav-link-[data-bs-toggle=\"dropdown\"]"
            },
            "excerpt": "<span class=\"nav-link dropdown-toggle nav-link-\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">District</span>"
          },
          {
            "ruleID": "aria-allowed-attr",
            "what": "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".menu-item--expanded.dropdown.nav-item:nth-child(6) > .dropdown-toggle.nav-link-[data-bs-toggle=\"dropdown\"]"
            },
            "excerpt": "<span class=\"nav-link dropdown-toggle nav-link-\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Resources</span>"
          },
          {
            "ruleID": "aria-allowed-attr",
            "what": "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".menu-item--expanded.dropdown.nav-item:nth-child(7) > .dropdown-toggle.nav-link-[data-bs-toggle=\"dropdown\"]"
            },
            "excerpt": "<span class=\"nav-link dropdown-toggle nav-link-\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Contact</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.82 (foreground color: #0f4480, background color: #f5a705, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "h4"
            },
            "excerpt": "<h4>COVID-19: <a href=\"/resources/covid19\">Vaccine Information and Resources</a></h4>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#block-footersecondblock > .content > .text-formatted.field--name-body.field--type-text-with-summary > p"
            },
            "excerpt": "<p>1021 O Street, Suite 6630<br> Sacramento, CA 95814<br><strong>Phone:</strong> (916) 651-4015<br><strong>Fax: </strong>(916) 651-4915</p>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#block-footersecondblock > .content > .text-formatted.field--name-body.field--type-text-with-summary > p > strong:nth-child(3)"
            },
            "excerpt": "<strong>Phone:</strong>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#block-footersecondblock > .content > .text-formatted.field--name-body.field--type-text-with-summary > p > strong:nth-child(5)"
            },
            "excerpt": "<strong>Fax: </strong>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#block-footerthirdblock > .content > .text-formatted.field--name-body.field--type-text-with-summary > p"
            },
            "excerpt": "<p>2105 S. Bascom Avenue Suite 154<br> Campbell, CA&nbsp;&nbsp;95008<br><strong>Phone:</strong> (408) 558-1295<br><strong>Fax:</strong> (408) 558-1296</p>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#block-footerthirdblock > .content > .text-formatted.field--name-body.field--type-text-with-summary > p > strong:nth-child(3)"
            },
            "excerpt": "<strong>Phone:</strong>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#block-footerthirdblock > .content > .text-formatted.field--name-body.field--type-text-with-summary > p > strong:nth-child(5)"
            },
            "excerpt": "<strong>Fax:</strong>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#block-footerfourthblock > .content > .text-formatted.field--name-body.field--type-text-with-summary > p"
            },
            "excerpt": "<p>Open&nbsp;by appointment<br></p>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".rtecenter"
            },
            "excerpt": "<p class=\"rtecenter\">"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.01 (foreground color: #ffffff, background color: #f5a705, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "h4 > a[href$=\"covid19\"]"
            },
            "excerpt": "<a href=\"/resources/covid19\">Vaccine Information and Resources</a>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.01 (foreground color: #ffffff, background color: #f5a705, 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": ".btn-primary-custom"
            },
            "excerpt": "<a class=\"btn-primary-custom btn-custom\" href=\"/biography\">Read Bio</a>"
          },
          {
            "ruleID": "landmark-one-main",
            "what": "Document should have one main landmark; Document does not have a main landmark",
            "ordinalSeverity": 2,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... df-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\">"
          },
          {
            "ruleID": "landmark-unique",
            "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "ordinalSeverity": 2,
            "tagName": "NAV",
            "id": "navbar-top",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#navbar-top"
            },
            "excerpt": "<nav class=\"navbar\" id=\"navbar-top\">"
          },
          {
            "ruleID": "landmark-unique",
            "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "ordinalSeverity": 2,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".featured-top__inner"
            },
            "excerpt": "<aside class=\"featured-top__inner section container-fluid clearfix\" role=\"complementary\">"
          }
        ]
      },
      "endTime": 1687643350109
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687643350109,
      "endTime": 1687643350749
    },
    {
      "type": "url",
      "which": "https://sd15.senate.ca.gov/",
      "what": "Dave Cortese (D)",
      "startTime": 1687643350750,
      "result": {
        "url": "https://sd15.senate.ca.gov/"
      },
      "endTime": 1687643353318
    },
    {
      "type": "test",
      "which": "continuum",
      "startTime": 1687643353318,
      "url": "https://sd15.senate.ca.gov/",
      "what": "Level Access Continuum, community edition",
      "result": [
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this SPAN",
          "element": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">About</span>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "span[class=\"nav-link dropdown-toggle nav-link-\"][data-bs-toggle=\"dropdown\"][aria-expanded=\"false\"][aria-haspopup=\"true\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this SPAN",
          "element": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">Legislation</span>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "span[class=\"nav-link dropdown-toggle nav-link-\"][data-bs-toggle=\"dropdown\"][aria-expanded=\"false\"][aria-haspopup=\"true\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this SPAN",
          "element": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">News</span>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "span[class=\"nav-link dropdown-toggle nav-link-\"][data-bs-toggle=\"dropdown\"][aria-expanded=\"false\"][aria-haspopup=\"true\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this SPAN",
          "element": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">District</span>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(5)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "span[class=\"nav-link dropdown-toggle nav-link-\"][data-bs-toggle=\"dropdown\"][aria-expanded=\"false\"][aria-haspopup=\"true\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this SPAN",
          "element": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">Resources</span>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(6)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "span[class=\"nav-link dropdown-toggle nav-link-\"][data-bs-toggle=\"dropdown\"][aria-expanded=\"false\"][aria-haspopup=\"true\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 281,
          "bestPracticeId": 1626,
          "attribute": "The aria-expanded attribute is not allowed on this element",
          "attributeDetail": "The aria-expanded attribute is not allowed on this SPAN",
          "element": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">Contact</span>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(7)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "span[class=\"nav-link dropdown-toggle nav-link-\"][data-bs-toggle=\"dropdown\"][aria-expanded=\"false\"][aria-haspopup=\"true\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav id=\"navbar-top\" class=\"navbar\"><div class=\"form-inline navbar-form mr-auto\"><section class=\"row region region-left-bar\"><div class=\"block block-block-content block-block-content9d2b9356-e6a3-4301 ... ith-summary field--label-hidden field__item\"><div class=\"contact-cta\"><h4>COVID-19:<a href=\"/resources/covid19\">Vaccine Information and Resources</a></h4></div></div></div></div></section></div></nav>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"navbar\"][id=\"navbar-top\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav data-once=\"affixed\" data-toggle=\"affix\" id=\"navbar-main\" class=\"navbar navbar-expand-lg\"><a class=\"navbar-brand\" rel=\"home\" title=\"Home\" href=\"/\"><img loading=\"lazy\" class=\"img-fluid d-inline-blo ... ws\" href=\"/news/in-the-news\">In the News</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"news/op-eds\" class=\"nav-link--news-op-eds\" href=\"/news/op-eds\">Op-Eds</a></li><li class=\"dro",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"navbar navbar-expand-lg\"][id=\"navbar-main\"][data-toggle=\"affix\"][data-once=\"affixed\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav id=\"navbar-top\" class=\"navbar\"><div class=\"form-inline navbar-form mr-auto\"><section class=\"row region region-left-bar\"><div class=\"block block-block-content block-block-content9d2b9356-e6a3-4301 ... ith-summary field--label-hidden field__item\"><div class=\"contact-cta\"><h4>COVID-19:<a href=\"/resources/covid19\">Vaccine Information and Resources</a></h4></div></div></div></div></section></div></nav>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"navbar\"][id=\"navbar-top\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav data-once=\"affixed\" data-toggle=\"affix\" id=\"navbar-main\" class=\"navbar navbar-expand-lg\"><a class=\"navbar-brand\" rel=\"home\" title=\"Home\" href=\"/\"><img loading=\"lazy\" class=\"img-fluid d-inline-blo ... ws\" href=\"/news/in-the-news\">In the News</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"news/op-eds\" class=\"nav-link--news-op-eds\" href=\"/news/op-eds\">Op-Eds</a></li><li class=\"dro",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"navbar navbar-expand-lg\"][id=\"navbar-main\"][data-toggle=\"affix\"][data-once=\"affixed\"]",
            "attNo": 4
          }
        }
      ],
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          10
        ],
        "instances": [
          {
            "ruleID": "281",
            "what": "The aria-expanded attribute is not allowed on this SPAN",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">About</span>"
          },
          {
            "ruleID": "281",
            "what": "The aria-expanded attribute is not allowed on this SPAN",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">Legislation</span>"
          },
          {
            "ruleID": "281",
            "what": "The aria-expanded attribute is not allowed on this SPAN",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">News</span>"
          },
          {
            "ruleID": "281",
            "what": "The aria-expanded attribute is not allowed on this SPAN",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(5)>*:nth-child(1)"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">District</span>"
          },
          {
            "ruleID": "281",
            "what": "The aria-expanded attribute is not allowed on this SPAN",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(6)>*:nth-child(1)"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">Resources</span>"
          },
          {
            "ruleID": "281",
            "what": "The aria-expanded attribute is not allowed on this SPAN",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(7)>*:nth-child(1)"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">Contact</span>"
          },
          {
            "ruleID": "531",
            "what": "This nav does not have a unique accessible name as required when two or more nav elements are present",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "navbar-top",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<nav id=\"navbar-top\" class=\"navbar\"><div class=\"form-inline navbar-form mr-auto\"><section class=\"row region region-left-bar\"><div class=\"block block-block-content block-block-content9d2b9356-e6a3-4301 ... ith-summary field--label-hidden field__item\"><div class=\"contact-cta\"><h4>COVID-19:<a href=\"/resources/covid19\">Vaccine Information and Resources</a></h4></div></div></div></div></section></div></nav>"
          },
          {
            "ruleID": "531",
            "what": "This nav does not have a unique accessible name as required when two or more nav elements are present",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "navbar-main",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)"
            },
            "excerpt": "<nav data-once=\"affixed\" data-toggle=\"affix\" id=\"navbar-main\" class=\"navbar navbar-expand-lg\"><a class=\"navbar-brand\" rel=\"home\" title=\"Home\" href=\"/\"><img loading=\"lazy\" class=\"img-fluid d-inline-blo ... ws\" href=\"/news/in-the-news\">In the News</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"news/op-eds\" class=\"nav-link--news-op-eds\" href=\"/news/op-eds\">Op-Eds</a></li><li class=\"dro"
          },
          {
            "ruleID": "533",
            "what": "This nav does not have an accessible name as required when two or more nav elements are present",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "navbar-top",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<nav id=\"navbar-top\" class=\"navbar\"><div class=\"form-inline navbar-form mr-auto\"><section class=\"row region region-left-bar\"><div class=\"block block-block-content block-block-content9d2b9356-e6a3-4301 ... ith-summary field--label-hidden field__item\"><div class=\"contact-cta\"><h4>COVID-19:<a href=\"/resources/covid19\">Vaccine Information and Resources</a></h4></div></div></div></div></section></div></nav>"
          },
          {
            "ruleID": "533",
            "what": "This nav does not have an accessible name as required when two or more nav elements are present",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "navbar-main",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)"
            },
            "excerpt": "<nav data-once=\"affixed\" data-toggle=\"affix\" id=\"navbar-main\" class=\"navbar navbar-expand-lg\"><a class=\"navbar-brand\" rel=\"home\" title=\"Home\" href=\"/\"><img loading=\"lazy\" class=\"img-fluid d-inline-blo ... ws\" href=\"/news/in-the-news\">In the News</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"news/op-eds\" class=\"nav-link--news-op-eds\" href=\"/news/op-eds\">Op-Eds</a></li><li class=\"dro"
          }
        ]
      },
      "endTime": 1687643353510
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687643353510,
      "endTime": 1687643354132
    },
    {
      "type": "url",
      "which": "https://sd15.senate.ca.gov/",
      "what": "Dave Cortese (D)",
      "startTime": 1687643354132,
      "result": {
        "url": "https://sd15.senate.ca.gov/"
      },
      "endTime": 1687643357683
    },
    {
      "type": "test",
      "which": "htmlcs",
      "startTime": 1687643357683,
      "url": "https://sd15.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 h4 element appears to be the primary document heading, so should be an h1 element.": [
              {
                "tagName": "h4",
                "id": "",
                "code": "<h4>...</h4>"
              }
            ],
            "The heading structure is not logically nested. This h4 element should be an h1 to be properly nested.": [
              {
                "tagName": "h4",
                "id": "",
                "code": "<h4>...</h4>"
              }
            ]
          },
          "AAA.1_4_6.G17.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.02:1. Recommendation:  change background to #795100.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"btn-primary-custom btn-custom\" href=\"/biography\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/resources/covid19\">...</a>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"http://democrats.senate.ca.gov/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p class=\"rtecenter\">...</p>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</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 4.82:1. Recommendation:  change text colour to #002a5a.": [
              {
                "tagName": "h4",
                "id": "",
                "code": "<h4>...</h4>"
              }
            ]
          },
          "AAA.4_1_2.H91.A.EmptyNoId": {
            "Anchor element found with no link content and no name and/or ID attribute.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"menuBtn navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">...</a>"
              }
            ]
          }
        },
        "Warning": {
          "AAA.1_1_1.H67.2": {
            "Img element is marked so that it is ignored by Assistive Technology.": [
              {
                "tagName": "img",
                "id": "",
                "code": "<img alt=\"\" class=\"img-responsive\" src=\"/sites/sd15.senate.ca.gov/files/images/sd15_headshot.jpg\" loading=\"lazy\">"
              }
            ]
          },
          "AAA.1_3_1.H48.2": {
            "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "AAA.1_3_1.H48": {
            "If this element contains a navigation section, it is recommended that it be marked up as a list.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p class=\"rtecenter\">...</p>"
              }
            ]
          },
          "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "button",
                "id": "#topBtn",
                "code": "<button onclick=\"topFunction()\" id=\"topBtn\" title=\"Go to top\">...</button>"
              }
            ]
          },
          "AAA.1_4_6.G18.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [
              {
                "tagName": "h2",
                "id": "#block-senate-ux-v1-main-menu-menu",
                "code": "<h2 class=\"visually-hidden\" id=\"block-senate-ux-v1-main-menu-menu\">...</h2>"
              }
            ]
          },
          "AAA.2_1_1.G90": {
            "Ensure the functionality provided by an event handler for this element is available through the keyboard": [
              {
                "tagName": "button",
                "id": "#topBtn",
                "code": "<button onclick=\"topFunction()\" id=\"topBtn\" title=\"Go to top\">...</button>"
              }
            ]
          },
          "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=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">...</a>"
              }
            ]
          },
          "AAA.4_1_2.H91.A.Empty": {
            "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.": [
              {
                "tagName": "a",
                "id": "#main-content",
                "code": "<a id=\"main-content\" tabindex=\"-1\">...</a>"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          10,
          0,
          0,
          14
        ],
        "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 alt=\"\" class=\"img-responsive\" src=\"/sites/sd15.senate.ca.gov/files/images/sd15_headshot.jpg\" loading=\"lazy\">"
          },
          {
            "ruleID": "AAA.1_3_1.H48.2",
            "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p>...</p>"
          },
          {
            "ruleID": "AAA.1_3_1.H48",
            "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p class=\"rtecenter\">...</p>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "topBtn",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button onclick=\"topFunction()\" id=\"topBtn\" title=\"Go to top\">...</button>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "block-senate-ux-v1-main-menu-menu",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h2 class=\"visually-hidden\" id=\"block-senate-ux-v1-main-menu-menu\">...</h2>"
          },
          {
            "ruleID": "AAA.2_1_1.G90",
            "what": "Ensure the functionality provided by an event handler for this element is available through the keyboard",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "topBtn",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button onclick=\"topFunction()\" id=\"topBtn\" title=\"Go to top\">...</button>"
          },
          {
            "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://senate.ca.gov/accessibility\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"http://www.senate.ca.gov/\" target=\"_blank\">...</a>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.Empty",
            "what": "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "main-content",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a id=\"main-content\" tabindex=\"-1\">...</a>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h4 element appears to be the primary document heading, so should be an h1 element.",
            "ordinalSeverity": 3,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h4>...</h4>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h4 element should be an h1 to be properly nested.",
            "ordinalSeverity": 3,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h4>...</h4>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.02:1. Recommendation:  change background to #795100.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"btn-primary-custom btn-custom\" href=\"/biography\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.02:1. Recommendation:  change background to #795100.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"/resources/covid19\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"http://democrats.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 NaN:1.",
            "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 NaN:1.",
            "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 NaN:1.",
            "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 NaN:1.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p class=\"rtecenter\">...</p>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p>...</p>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.",
            "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 4.82:1. Recommendation:  change text colour to #002a5a.",
            "ordinalSeverity": 3,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h4>...</h4>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.EmptyNoId",
            "what": "Anchor element found with no link content and no name and/or ID attribute.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"menuBtn navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">...</a>"
          }
        ]
      },
      "endTime": 1687643357855
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687643357855,
      "endTime": 1687643358502
    },
    {
      "type": "url",
      "which": "https://sd15.senate.ca.gov/",
      "what": "Dave Cortese (D)",
      "startTime": 1687643358503,
      "result": {
        "url": "https://sd15.senate.ca.gov/"
      },
      "endTime": 1687643362005
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "withNewContent": false,
      "startTime": 1687643362005,
      "url": "https://sd15.senate.ca.gov/",
      "what": "IBM Accessibility Checker",
      "result": {
        "totals": {
          "violation": 19,
          "recommendation": 7,
          "ignored": 0
        },
        "items": [
          {
            "ruleId": "aria_navigation_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]",
              "aria": "/document[1]/banner[1]/navigation[2]"
            },
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "bounds": {
              "left": 8,
              "top": 88,
              "height": 549,
              "width": 784
            },
            "snippet": "<nav data-once=\"affixed\" data-toggle=\"affix\" id=\"navbar-main\" class=\"navbar navbar-expand-lg\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_navigation_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[1]",
              "aria": "/document[1]/banner[1]/navigation[1]"
            },
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "bounds": {
              "left": 8,
              "top": 48,
              "height": 19,
              "width": 784
            },
            "snippet": "<nav id=\"navbar-top\" class=\"navbar\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]",
              "aria": "/document[1]/banner[1]/navigation[2]"
            },
            "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 8,
              "top": 88,
              "height": 549,
              "width": 784
            },
            "snippet": "<nav data-once=\"affixed\" data-toggle=\"affix\" id=\"navbar-main\" class=\"navbar navbar-expand-lg\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[1]",
              "aria": "/document[1]/banner[1]/navigation[1]"
            },
            "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 8,
              "top": 48,
              "height": 19,
              "width": 784
            },
            "snippet": "<nav id=\"navbar-top\" class=\"navbar\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/aside[1]",
              "aria": "/document[1]/complementary[2]"
            },
            "message": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 8,
              "top": 705,
              "height": 217,
              "width": 784
            },
            "snippet": "<aside role=\"complementary\" class=\"container-fluid section clearfix\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]",
              "aria": "/document[1]/complementary[1]"
            },
            "message": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 8,
              "top": 652,
              "height": 37,
              "width": 784
            },
            "snippet": "<aside role=\"complementary\" class=\"featured-top__inner section container-fluid clearfix\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/button[1]",
              "aria": "/document[1]/button[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 8,
              "top": 1049,
              "height": 22,
              "width": 38
            },
            "snippet": "<button title=\"Go to top\" id=\"topBtn\" onclick=\"topFunction()\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/a[1]",
              "aria": "/document[1]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 8,
              "top": 8,
              "height": 18,
              "width": 133
            },
            "snippet": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_complementary_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/aside[1]",
              "aria": "/document[1]/complementary[2]"
            },
            "message": "The element with \"complementary\" role does not have a label",
            "bounds": {
              "left": 8,
              "top": 705,
              "height": 217,
              "width": 784
            },
            "snippet": "<aside role=\"complementary\" class=\"container-fluid section clearfix\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_complementary_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]",
              "aria": "/document[1]/complementary[1]"
            },
            "message": "The element with \"complementary\" role does not have a label",
            "bounds": {
              "left": 8,
              "top": 652,
              "height": 37,
              "width": 784
            },
            "snippet": "<aside role=\"complementary\" class=\"featured-top__inner section container-fluid clearfix\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_complementary_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/aside[1]",
              "aria": "/document[1]/complementary[2]"
            },
            "message": "Multiple elements with \"complementary\" role do not have unique labels",
            "bounds": {
              "left": 8,
              "top": 705,
              "height": 217,
              "width": 784
            },
            "snippet": "<aside role=\"complementary\" class=\"container-fluid section clearfix\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_complementary_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]",
              "aria": "/document[1]/complementary[1]"
            },
            "message": "Multiple elements with \"complementary\" role do not have unique labels",
            "bounds": {
              "left": 8,
              "top": 652,
              "height": 37,
              "width": 784
            },
            "snippet": "<aside role=\"complementary\" class=\"featured-top__inner section container-fluid clearfix\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]/div[1]/nav[1]/ul[1]/li[7]/span[1]",
              "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[7]/generic[1]"
            },
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "bounds": {
              "left": 48,
              "top": 562,
              "height": 18,
              "width": 50
            },
            "snippet": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]/div[1]/nav[1]/ul[1]/li[6]/span[1]",
              "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[6]/generic[1]"
            },
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "bounds": {
              "left": 48,
              "top": 507,
              "height": 18,
              "width": 66
            },
            "snippet": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]/div[1]/nav[1]/ul[1]/li[5]/span[1]",
              "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[5]/generic[1]"
            },
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "bounds": {
              "left": 48,
              "top": 433,
              "height": 18,
              "width": 48
            },
            "snippet": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]/div[1]/nav[1]/ul[1]/li[4]/span[1]",
              "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[4]/generic[1]"
            },
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "bounds": {
              "left": 48,
              "top": 322,
              "height": 18,
              "width": 37
            },
            "snippet": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]/div[1]/nav[1]/ul[1]/li[3]/span[1]",
              "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[3]/generic[1]"
            },
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "bounds": {
              "left": 48,
              "top": 266,
              "height": 18,
              "width": 72
            },
            "snippet": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]/div[1]/nav[1]/ul[1]/li[2]/span[1]",
              "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[2]/generic[1]"
            },
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "bounds": {
              "left": 48,
              "top": 192,
              "height": 18,
              "width": 40
            },
            "snippet": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]/a[2]",
              "aria": "/document[1]/banner[1]/navigation[2]/generic[1]"
            },
            "message": "The ARIA attributes \"aria-expanded, aria-label\" are not valid for the element <a> with implicit ARIA role \"generic\"",
            "bounds": {
              "left": 64,
              "top": 88,
              "height": 18,
              "width": 0
            },
            "snippet": "<a aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"CollapsingNavbar\" data-target=\"#CollapsingNavbar\" data-toggle=\"collapse\" type=\"button\" class=\"menuBtn navbar-toggler navbar-toggler-right\">",
            "level": "violation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[15]",
              "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": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]/div[1]/nav[1]",
              "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]"
            },
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "bounds": {
              "left": 8,
              "top": 126,
              "height": 510,
              "width": 784
            },
            "snippet": "<nav class=\"block block-menu navigation menu--main\" id=\"block-senate-ux-v1-main-menu\" aria-labelledby=\"block-senate-ux-v1-main-menu-menu\" role=\"navigation\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]",
              "aria": "/document[1]/banner[1]"
            },
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "bounds": {
              "left": 8,
              "top": 48,
              "height": 589,
              "width": 784
            },
            "snippet": "<header aria-label=\"Site header\" role=\"banner\" class=\"header\" id=\"header\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/main[1]",
              "aria": "/document[1]/main[1]"
            },
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "bounds": {
              "left": 8,
              "top": 1001,
              "height": 28,
              "width": 784
            },
            "snippet": "<main role=\"main\" id=\"content\" class=\"main-content col order-last\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/aside[1]",
              "aria": "/document[1]/complementary[2]"
            },
            "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "bounds": {
              "left": 8,
              "top": 705,
              "height": 217,
              "width": 784
            },
            "snippet": "<aside role=\"complementary\" class=\"container-fluid section clearfix\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]",
              "aria": "/document[1]/complementary[1]"
            },
            "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "bounds": {
              "left": 8,
              "top": 652,
              "height": 37,
              "width": 784
            },
            "snippet": "<aside role=\"complementary\" class=\"featured-top__inner section container-fluid clearfix\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_child_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]",
              "aria": "/document[1]/complementary[1]/list[2]"
            },
            "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "bounds": {
              "left": 8,
              "top": 652,
              "height": 0,
              "width": 784
            },
            "snippet": "<ol class=\"flex-control-nav flex-control-paging\">",
            "level": "recommendation"
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          7,
          0,
          19
        ],
        "instances": [
          {
            "ruleID": "aria_navigation_label_unique",
            "what": "Multiple elements with \"navigation\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "navbar-main",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]"
            },
            "excerpt": "<nav data-once=\"affixed\" data-toggle=\"affix\" id=\"navbar-main\" class=\"navbar navbar-expand-lg\">"
          },
          {
            "ruleID": "aria_navigation_label_unique",
            "what": "Multiple elements with \"navigation\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "navbar-top",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[1]"
            },
            "excerpt": "<nav id=\"navbar-top\" class=\"navbar\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "navbar-main",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]"
            },
            "excerpt": "<nav data-once=\"affixed\" data-toggle=\"affix\" id=\"navbar-main\" class=\"navbar navbar-expand-lg\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "navbar-top",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[1]"
            },
            "excerpt": "<nav id=\"navbar-top\" class=\"navbar\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/aside[1]"
            },
            "excerpt": "<aside role=\"complementary\" class=\"container-fluid section clearfix\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]"
            },
            "excerpt": "<aside role=\"complementary\" class=\"featured-top__inner section container-fluid clearfix\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "topBtn",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/button[1]"
            },
            "excerpt": "<button title=\"Go to top\" id=\"topBtn\" onclick=\"topFunction()\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/a[1]"
            },
            "excerpt": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">"
          },
          {
            "ruleID": "aria_complementary_labelled",
            "what": "The element with \"complementary\" role does not have a label",
            "ordinalSeverity": 3,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/aside[1]"
            },
            "excerpt": "<aside role=\"complementary\" class=\"container-fluid section clearfix\">"
          },
          {
            "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[1]/div[1]/div[1]/div[1]/aside[1]"
            },
            "excerpt": "<aside role=\"complementary\" class=\"featured-top__inner section container-fluid clearfix\">"
          },
          {
            "ruleID": "aria_complementary_label_unique",
            "what": "Multiple elements with \"complementary\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/aside[1]"
            },
            "excerpt": "<aside role=\"complementary\" class=\"container-fluid section clearfix\">"
          },
          {
            "ruleID": "aria_complementary_label_unique",
            "what": "Multiple elements with \"complementary\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]"
            },
            "excerpt": "<aside role=\"complementary\" class=\"featured-top__inner section container-fluid clearfix\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]/div[1]/nav[1]/ul[1]/li[7]/span[1]"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]/div[1]/nav[1]/ul[1]/li[6]/span[1]"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]/div[1]/nav[1]/ul[1]/li[5]/span[1]"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]/div[1]/nav[1]/ul[1]/li[4]/span[1]"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]/div[1]/nav[1]/ul[1]/li[3]/span[1]"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]/div[1]/nav[1]/ul[1]/li[2]/span[1]"
            },
            "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-bs-toggle=\"dropdown\" class=\"nav-link dropdown-toggle nav-link-\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-expanded, aria-label\" are not valid for the element <a> with implicit ARIA role \"generic\"",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]/a[2]"
            },
            "excerpt": "<a aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"CollapsingNavbar\" data-target=\"#CollapsingNavbar\" data-toggle=\"collapse\" type=\"button\" class=\"menuBtn navbar-toggler navbar-toggler-right\">"
          },
          {
            "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[15]"
            },
            "excerpt": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "ordinalSeverity": 1,
            "tagName": "NAV",
            "id": "block-senate-ux-v1-main-menu",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]/nav[2]/div[1]/nav[1]"
            },
            "excerpt": "<nav class=\"block block-menu navigation menu--main\" id=\"block-senate-ux-v1-main-menu\" aria-labelledby=\"block-senate-ux-v1-main-menu-menu\" role=\"navigation\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "ordinalSeverity": 1,
            "tagName": "HEADER",
            "id": "header",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/header[1]"
            },
            "excerpt": "<header aria-label=\"Site header\" role=\"banner\" class=\"header\" id=\"header\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "ordinalSeverity": 1,
            "tagName": "MAIN",
            "id": "content",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/main[1]"
            },
            "excerpt": "<main role=\"main\" id=\"content\" class=\"main-content col order-last\">"
          },
          {
            "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[1]/div[1]/div[1]/div[2]/aside[1]"
            },
            "excerpt": "<aside role=\"complementary\" class=\"container-fluid section clearfix\">"
          },
          {
            "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[1]/div[1]/div[1]/div[1]/aside[1]"
            },
            "excerpt": "<aside role=\"complementary\" class=\"featured-top__inner section container-fluid clearfix\">"
          },
          {
            "ruleID": "aria_child_valid",
            "what": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"",
            "ordinalSeverity": 1,
            "tagName": "OL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ol[1]"
            },
            "excerpt": "<ol class=\"flex-control-nav flex-control-paging\">"
          }
        ]
      },
      "endTime": 1687643364752
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687643364752,
      "endTime": 1687643365397
    },
    {
      "type": "url",
      "which": "https://sd15.senate.ca.gov/",
      "what": "Dave Cortese (D)",
      "startTime": 1687643365398,
      "result": {
        "url": "https://sd15.senate.ca.gov/"
      },
      "endTime": 1687643367942
    },
    {
      "type": "test",
      "which": "nuVal",
      "startTime": 1687643367942,
      "url": "https://sd15.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": 1687643368061
    },
    {
      "type": "test",
      "which": "qualWeb",
      "withNewContent": false,
      "startTime": 1687643368061,
      "url": "https://sd15.senate.ca.gov/",
      "what": "QualWeb",
      "result": {
        "type": "evaluation",
        "system": {
          "name": "QualWeb",
          "description": "QualWeb is an automatic accessibility evaluator for webpages.",
          "version": "3.0.0",
          "homepage": "http://www.qualweb.di.fc.ul.pt/",
          "date": "2023-06-24 21:49:29",
          "hash": "471c2bfd4d4429ed49f53befc347c4172d31cff8a976e2e28ebcc4da85f5f27e18b7faffbb87db87c47d5b6c3480eb3c1c7fabb55479562959338543bc866957",
          "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": 36,
          "warning": 11,
          "failed": 2,
          "inapplicable": 76
        },
        "modules": {
          "act-rules": {
            "type": "act-rules",
            "metadata": {
              "passed": 15,
              "warning": 6,
              "failed": 0,
              "inapplicable": 46
            },
            "assertions": {
              "QW-ACT-R63": {
                "name": "Document has a landmark with non-repeated content",
                "code": "QW-ACT-R63",
                "mapping": "b40fd1",
                "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/b40fd1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R64": {
                "name": "Document has heading for non-repeated content",
                "code": "QW-ACT-R64",
                "mapping": "047fe0",
                "description": "This rule checks that the non-repeated content contains a heading",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "H69"
                  ],
                  "url": "https://act-rules.github.io/rules/047fe0",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R73": {
                "name": "Block of repeated content is collapsible",
                "code": "QW-ACT-R73",
                "mapping": "3e12e1",
                "description": "This rule checks that repeated blocks of content are collapsible.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "SCR28"
                  ],
                  "url": "https://act-rules.github.io/rules/3e12e1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R74": {
                "name": "Document has an instrument to move focus to non-repeated content",
                "code": "QW-ACT-R74",
                "mapping": "ye5d6e",
                "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "G1",
                    "G123",
                    "G124"
                  ],
                  "url": "https://act-rules.github.io/rules/ye5d6e",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "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": 28,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if the element has some visible focus indication"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n      Skip to main content\n    </a>",
                        "pointer": "html > body:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/resources/covid19\">Vaccine Information and Resources</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/\" title=\"Home\" rel=\"home\" class=\"navbar-brand\">\n              \n            \n    </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/\" class=\"nav-link nav-link-- is-active\" data-drupal-link-system-path=\"<front>\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/biography\" class=\"nav-link--biography\" data-drupal-link-system-path=\"node/25\">Biography</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/committees-and-caucuses\" class=\"nav-link--committees-and-caucuses\" data-drupal-link-system-path=\"node/280\">Committees and Caucuses</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://sd15.senate.ca.gov/awards-and-recognitions\" class=\"nav-link-https--sd15senatecagov-awards-and-recognitions\">Awards and Recognitions</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/2023-2024-legislation\" title=\"2023-2024 legislation\" class=\"nav-link-__023-2024-legislation\" data-drupal-link-system-path=\"node/667\">2023-2024 Legislation</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/2021-2022-legislation\" class=\"nav-link-__021-2022-legislation\" data-drupal-link-system-path=\"node/80\">2021-2022 Legislation</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/news/press-releases\" class=\"nav-link--news-press-releases\" data-drupal-link-system-path=\"news/press-releases\">Press Releases</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/news/in-the-news\" class=\"nav-link--news-in-the-news\" data-drupal-link-system-path=\"news/in-the-news\">In the News</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/news/op-eds\" class=\"nav-link--news-op-eds\" data-drupal-link-system-path=\"news/op-eds\">Op-Eds</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/news/newsletters\" class=\"nav-link--news-newsletters\" data-drupal-link-system-path=\"node/42\">Newsletters</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/videos\" class=\"nav-link--videos\" data-drupal-link-system-path=\"videos\">Videos</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/district\" class=\"nav-link--district\" data-drupal-link-system-path=\"node/27\">Senate District 15</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/district/events\" class=\"nav-link--district-events\" data-drupal-link-system-path=\"district/events\">Events</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/add-event-newsletter\" class=\"nav-link--add-event-newsletter\" data-drupal-link-system-path=\"node/677\">Add Event for Newsletter</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/resources\" class=\"nav-link--resources\" data-drupal-link-system-path=\"node/28\">State Resources</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/resources/covid19\" class=\"nav-link--resources-covid19\" data-drupal-link-system-path=\"node/33\">COVID-19</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/contact\" class=\"nav-link--contact\" data-drupal-link-system-path=\"node/29\">Contact Us</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(7) > 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=\"/edd-assistance-form\" class=\"nav-link--edd-assistance-form\" data-drupal-link-system-path=\"node/271\">EDD Assistance Form</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(7) > 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://sd15.senate.ca.gov/legislative-proposal-request-form\" class=\"nav-link-https--sd15senatecagov-legislative-proposal-request-form\">Leg Request form</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(7) > 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 class=\"btn-primary-custom btn-custom\" href=\"/biography\">Read Bio</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button onclick=\"topFunction()\" id=\"topBtn\" title=\"Go to top\">Top</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(5)"
                      }
                    ],
                    "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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > footer:nth-child(6) > div:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"http://democrats.senate.ca.gov/\">Democratic Caucus © 2023</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > footer:nth-child(6) > div:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\">Privacy Policy</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > footer:nth-child(6) > div:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">Accessibility Statement</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > footer:nth-child(6) > div:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R75": {
                "name": "Bypass Blocks of Repeated Content",
                "code": "QW-ACT-R75",
                "mapping": "cf77f2",
                "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks"
                    }
                  ],
                  "related": [
                    "G1",
                    "G123",
                    "G124",
                    "H69",
                    "SCR28"
                  ],
                  "url": "https://act-rules.github.io/rules/cf77f2",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The rule can't tell because of the rule QW-ACT-R63"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The rule can't tell because of the rule QW-ACT-R63",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/  dc: http://purl.org/dc/terms/  foaf: http://xmlns.com/foaf/0.1/  og: http://ogp.me/ns#  rdfs: http://www.w3.org/2000/01/rdf-schema#  schema: http://schema.org/  sioc: http://rdfs.org/sioc/ns#  sioct: http://rdfs.org/sioc/types#  skos: http://www.w3.org/2004/02/skos/core#  xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments)};gtag(\"js\", new Date());gtag(\"config\", \"UA-3579750-89\", {\"groups\":\"default\",\"anonymize_ip\":true});\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n    Senator Dave Cortese | Proudly Representing California Senate Di …",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "wcag-techniques": {
            "type": "wcag-techniques",
            "metadata": {
              "passed": 5,
              "warning": 3,
              "failed": 2,
              "inapplicable": 24
            },
            "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": "Heading number is missing."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Heading number is missing.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<body class=\"layout-no-sidebars has-featured-top page-node-9 path-frontpage node--type-page\">\n    \n      Skip to main content\n    \n    \n      \n    \n\n   window.MSInputMethodContext &amp;&amp; document.documentMode &amp;&amp; document.write('<script src=\"https://cdn.jsdelivr.net/gh/nuxodin/ie11CustomProperties@4.1.0/ie11CustomProperties.min.js\"><\\/script>');\n\n  \n    \n                        \n                                            \n                       \n    \n  \n    \n      \n      \n            \nCOVID-19: Vaccine Information and Resources\n\n\n      \n    \n  \n\n  \n\n                \n                            \n                                  \n                \n                              \n    …",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T23": {
                "name": "Adding a link at the top of each page that goes directly to the main content area",
                "code": "QW-WCAG-T23",
                "mapping": "G1",
                "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
                "metadata": {
                  "target": {
                    "element": "body"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks"
                    }
                  ],
                  "related": [
                    "G123",
                    "G124"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The first focusable control is a visible link to a <main> element."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The first focusable control is a visible link to a <main> element.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n      Skip to main content\n    </a>",
                        "pointer": "html > body:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T20": {
                "name": "Supplementing link text with the title attribute",
                "code": "QW-WCAG-T20",
                "mapping": "H33",
                "description": "Supplementing link text with the title attribute",
                "metadata": {
                  "target": {
                    "element": "a"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.4",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context"
                    },
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only"
                    }
                  ],
                  "related": [
                    "C7",
                    "H30"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H33",
                  "passed": 0,
                  "warning": 2,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Please verify that the element's title attribute describes correctly the link."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Please verify that the element's title attribute describes correctly the link.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/\" title=\"Home\" rel=\"home\" class=\"navbar-brand\">\n              \n            \n    </a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Please verify that the element's title attribute describes correctly the link.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"/2023-2024-legislation\" title=\"2023-2024 legislation\" class=\"nav-link-__023-2024-legislation\" data-drupal-link-system-path=\"node/667\">2023-2024 Legislation</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T32": {
                "name": "Using ol, ul and dl for lists or groups of links",
                "code": "QW-WCAG-T32",
                "mapping": "H48",
                "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
                "metadata": {
                  "target": {
                    "element": [
                      "li",
                      "dd",
                      "dt"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    }
                  ],
                  "related": [
                    "H40"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48",
                  "passed": 0,
                  "warning": 9,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "A list item is not contained in a correct list element."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"clearfix nav navbar-nav\">\n                    <li class=\"nav-item\">\n                          <a href=\"/\" class=\"nav-link nav-link-- is-active\" data-drupal-link-system-path=\"<front>\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Home</a>\n              </li>\n                <li class=\"nav-item menu-item--expanded dropdown\">\n                          <span class=\"nav-link dropdown-toggle nav-link-\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\" _selector=\"html > body:nth-child(2) > di …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"dropdown-menu\">\n                    <li class=\"dropdown-item\">\n                          <a href=\"/biography\" class=\"nav-link--biography\" data-drupal-link-system-path=\"node/25\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Biography</a>\n              </li>\n                <li class=\"dropdown-item\">\n                          <a href=\"/committees-and-caucuses\" class=\"nav-link--committees-and-caucuses\" data-drupal-link-system-path=\"node/280\" _selector=\"html > body:nth-chi …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"dropdown-menu\">\n                    <li class=\"dropdown-item\">\n                          <a href=\"/2023-2024-legislation\" title=\"2023-2024 legislation\" class=\"nav-link-__023-2024-legislation\" data-drupal-link-system-path=\"node/667\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">2023-2024 Legislation</a>\n              </li>\n                <li class=\"dropdown-item\">\n                          <a href=\"/2021-2022-legislation\" class=\"nav-link-__021-2022-legislation\" data-dr …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"dropdown-menu\">\n                    <li class=\"dropdown-item\">\n                          <a href=\"/news/press-releases\" class=\"nav-link--news-press-releases\" data-drupal-link-system-path=\"news/press-releases\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Press Releases</a>\n              </li>\n                <li class=\"dropdown-item\">\n                          <a href=\"/news/in-the-news\" class=\"nav-link--news-in-the-news\" data-drupal-link-system-path=\"news/in-the-news\" …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"dropdown-menu\">\n                    <li class=\"dropdown-item\">\n                          <a href=\"/district\" class=\"nav-link--district\" data-drupal-link-system-path=\"node/27\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Senate District 15</a>\n              </li>\n                <li class=\"dropdown-item\">\n                          <a href=\"/district/events\" class=\"nav-link--district-events\" data-drupal-link-system-path=\"district/events\" _selector=\"html > body:nth-child …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"dropdown-menu\">\n                    <li class=\"dropdown-item\">\n                          <a href=\"/resources\" class=\"nav-link--resources\" data-drupal-link-system-path=\"node/28\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">State Resources</a>\n              </li>\n                <li class=\"dropdown-item\">\n                          <a href=\"/resources/covid19\" class=\"nav-link--resources-covid19\" data-drupal-link-system-path=\"node/33\" _selector=\"html > body:nth-child(2) > …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"dropdown-menu\">\n                    <li class=\"dropdown-item\">\n                          <a href=\"/contact\" class=\"nav-link--contact\" data-drupal-link-system-path=\"node/29\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Contact Us</a>\n              </li>\n                <li class=\"dropdown-item\">\n                          <a href=\"/edd-assistance-form\" class=\"nav-link--edd-assistance-form\" data-drupal-link-system-path=\"node/271\" _selector=\"html > body:nth-child(2) > div …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(7) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"slides\">\n    \n<li class=\"flex-active-slide\" style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0.960932; display: block; z-index: 2;\">\n    <span class=\"views-field views-field-field-feature-image\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > span:nth-child(1)\"><span class=\"field-content\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-ch …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "A list item is not contained in a correct list element.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<ol class=\"flex-control-nav flex-control-paging\"></ol>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ol:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"flex-direction-nav\"><li class=\"flex-nav-prev\"><a class=\"flex-prev flex-disabled\" href=\"#\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)\">Previous</a></li><li class=\"flex-nav-next\"><a class=\"flex-next flex-disabled\" href=\"#\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > aside:nth-child(1) > sectio …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T8": {
                "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives",
                "code": "QW-WCAG-T8",
                "mapping": "F30",
                "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
                "metadata": {
                  "target": {
                    "attributes": "alt"
                  },
                  "success-criteria": [
                    {
                      "name": "1.1.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content"
                    },
                    {
                      "name": "1.2.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded"
                    }
                  ],
                  "related": [],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30",
                  "passed": 0,
                  "warning": 2,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Text alternative needs manual verification."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"/sites/sd15.senate.ca.gov/files/website/sd15_logo.png\" alt=\"Home\" class=\"img-fluid d-inline-block align-top\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav: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 loading=\"lazy\" src=\"/sites/sd15.senate.ca.gov/files/images/senate_bg0_0.jpg\" width=\"1920\" height=\"1080\" alt=\"SD15\" typeof=\"foaf:Image\" draggable=\"false\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > span:nth-child(1) > span:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "best-practices": {
            "type": "best-practices",
            "metadata": {
              "passed": 16,
              "warning": 2,
              "failed": 0,
              "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": 9,
                  "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": "<h4>COVID-19: Vaccine Information and Resources</h4>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"visually-hidden\" id=\"block-senate-ux-v1-main-menu-menu\">Main navigation</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h3>Meet</h3>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1>Senator Cortese</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2>\n  Home\n</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2>Office Information</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > footer: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(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h3>Capitol Office</h3>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > footer:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h3>Campbell Office</h3>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > footer:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h3>San Jose Office</h3>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > footer:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP17": {
                "name": "Adding a link at the beginning of a block of repeated content to go to the end of the block",
                "code": "QW-BP17",
                "mapping": "G123",
                "description": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
                "metadata": {
                  "target": {
                    "element": "a",
                    "attributes": "href"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks"
                    }
                  ],
                  "related": [
                    "G1",
                    "G124"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G123",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "This link skips a content block."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "This link skips a content block.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n      Skip to main content\n    </a>",
                        "pointer": "html > body:nth-child(2) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<a id=\"main-content\" tabindex=\"-1\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "counter": {
            "type": "counter",
            "data": {
              "roles": {
                "link": 98,
                "document": 1,
                "banner": 1,
                "navigation": 3,
                "region": 8,
                "heading": 9,
                "img": 2,
                "list": 10,
                "listitem": 28,
                "complementary": 2,
                "presentation": 1,
                "main": 1,
                "button": 1
              },
              "tags": {
                "html": 1,
                "head": 1,
                "meta": 15,
                "script": 36,
                "link": 69,
                "title": 1,
                "body": 1,
                "a": 31,
                "div": 56,
                "header": 1,
                "nav": 3,
                "section": 8,
                "h4": 1,
                "img": 3,
                "span": 11,
                "h2": 3,
                "ul": 9,
                "li": 28,
                "aside": 2,
                "ol": 1,
                "h3": 4,
                "br": 10,
                "h1": 1,
                "p": 6,
                "main": 1,
                "button": 1,
                "footer": 1,
                "strong": 4
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          25,
          33,
          2,
          0
        ],
        "instances": [
          {
            "ruleID": "QW-ACT-R63",
            "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R64",
            "what": "This rule checks that the non-repeated content contains a heading",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R73",
            "what": "This rule checks that repeated blocks of content are collapsible.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R74",
            "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"> Skip to main content </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/resources/covid19\">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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\" class=\"navbar-brand\"> </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/\" class=\"nav-link nav-link-- is-active\" data-drupal-link-system-path=\"<front>\">Home</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/biography\" class=\"nav-link--biography\" data-drupal-link-system-path=\"node/25\">Biography</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/committees-and-caucuses\" class=\"nav-link--committees-and-caucuses\" data-drupal-link-system-path=\"node/280\">Committees and Caucuses</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://sd15.senate.ca.gov/awards-and-recognitions\" class=\"nav-link-https--sd15senatecagov-awards-and-recognitions\">Awards and Recognitions</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/2023-2024-legislation\" title=\"2023-2024 legislation\" class=\"nav-link-__023-2024-legislation\" data-drupal-link-system-path=\"node/667\">2023-2024 Legislation</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/2021-2022-legislation\" class=\"nav-link-__021-2022-legislation\" data-drupal-link-system-path=\"node/80\">2021-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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/news/press-releases\" class=\"nav-link--news-press-releases\" data-drupal-link-system-path=\"news/press-releases\">Press Releases</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/news/in-the-news\" class=\"nav-link--news-in-the-news\" data-drupal-link-system-path=\"news/in-the-news\">In the News</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/news/op-eds\" class=\"nav-link--news-op-eds\" data-drupal-link-system-path=\"news/op-eds\">Op-Eds</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/news/newsletters\" class=\"nav-link--news-newsletters\" data-drupal-link-system-path=\"node/42\">Newsletters</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/videos\" class=\"nav-link--videos\" data-drupal-link-system-path=\"videos\">Videos</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/district\" class=\"nav-link--district\" data-drupal-link-system-path=\"node/27\">Senate District 15</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/district/events\" class=\"nav-link--district-events\" data-drupal-link-system-path=\"district/events\">Events</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/add-event-newsletter\" class=\"nav-link--add-event-newsletter\" data-drupal-link-system-path=\"node/677\">Add Event for 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(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/resources\" class=\"nav-link--resources\" data-drupal-link-system-path=\"node/28\">State Resources</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/resources/covid19\" class=\"nav-link--resources-covid19\" data-drupal-link-system-path=\"node/33\">COVID-19</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/contact\" class=\"nav-link--contact\" data-drupal-link-system-path=\"node/29\">Contact Us</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/edd-assistance-form\" class=\"nav-link--edd-assistance-form\" data-drupal-link-system-path=\"node/271\">EDD Assistance Form</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://sd15.senate.ca.gov/legislative-proposal-request-form\" class=\"nav-link-https--sd15senatecagov-legislative-proposal-request-form\">Leg Request form</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"btn-primary-custom btn-custom\" href=\"/biography\">Read Bio</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "BUTTON",
            "id": "topBtn",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(5)"
            },
            "excerpt": "<button onclick=\"topFunction()\" id=\"topBtn\" title=\"Go to top\">Top</button>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > footer:nth-child(6) > div:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)"
            },
            "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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > footer:nth-child(6) > div:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a href=\"http://democrats.senate.ca.gov/\">Democratic Caucus © 2023</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > footer:nth-child(6) > div:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)"
            },
            "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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > footer:nth-child(6) > div:nth-child(1) > div:nth-child(2) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(4)"
            },
            "excerpt": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">Accessibility Statement</a>"
          },
          {
            "ruleID": "QW-ACT-R75",
            "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01 ... n gtag(){dataLayer.push(arguments)};gtag(\"js\", new Date());gtag(\"config\", \"UA-3579750-89\", {\"groups\":\"default\",\"anonymize_ip\":true}); Senator Dave Cortese | Proudly Representing California Senate Di …"
          },
          {
            "ruleID": "QW-WCAG-T9",
            "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<body class=\"layout-no-sidebars has-featured-top page-node-9 path-frontpage node--type-page\"> Skip to main content window.MSInputMethodContext &amp;&amp; document.documentMode &amp;&amp; document.write('<script src=\"https://cdn.jsdelivr.net/gh/nuxodin/ie11CustomProperties@4.1.0/ie11CustomProperties.min.js\"><\\/script>'); COVID-19: Vaccine Information and Resources …"
          },
          {
            "ruleID": "QW-WCAG-T23",
            "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"> Skip to main content </a>"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\" class=\"navbar-brand\"> </a>"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"/2023-2024-legislation\" title=\"2023-2024 legislation\" class=\"nav-link-__023-2024-legislation\" data-drupal-link-system-path=\"node/667\">2023-2024 Legislation</a>"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"clearfix nav navbar-nav\"> <li class=\"nav-item\"> <a href=\"/\" class=\"nav-link nav-link-- is-active\" data-drupal-link-system-path=\"<front>\" _selector=\"html > body:nth-child(2) > div:nth-child( ... nav-item menu-item--expanded dropdown\"> <span class=\"nav-link dropdown-toggle nav-link-\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\" _selector=\"html > body:nth-child(2) > di …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/biography\" class=\"nav-link--biography\" data-drupal-link-system-path=\"node/25\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > d ... 1)\">Biography</a> </li> <li class=\"dropdown-item\"> <a href=\"/committees-and-caucuses\" class=\"nav-link--committees-and-caucuses\" data-drupal-link-system-path=\"node/280\" _selector=\"html > body:nth-chi …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/2023-2024-legislation\" title=\"2023-2024 legislation\" class=\"nav-link-__023-2024-legislation\" data-drupal-link-system-path=\"node/667\" _se ... d(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">2023-2024 Legislation</a> </li> <li class=\"dropdown-item\"> <a href=\"/2021-2022-legislation\" class=\"nav-link-__021-2022-legislation\" data-dr …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/news/press-releases\" class=\"nav-link--news-press-releases\" data-drupal-link-system-path=\"news/press-releases\" _selector=\"html > body:nth ... > li:nth-child(1) > a:nth-child(1)\">Press Releases</a> </li> <li class=\"dropdown-item\"> <a href=\"/news/in-the-news\" class=\"nav-link--news-in-the-news\" data-drupal-link-system-path=\"news/in-the-news\" …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/district\" class=\"nav-link--district\" data-drupal-link-system-path=\"node/27\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div ... \">Senate District 15</a> </li> <li class=\"dropdown-item\"> <a href=\"/district/events\" class=\"nav-link--district-events\" data-drupal-link-system-path=\"district/events\" _selector=\"html > body: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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/resources\" class=\"nav-link--resources\" data-drupal-link-system-path=\"node/28\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > d ... 1)\">State Resources</a> </li> <li class=\"dropdown-item\"> <a href=\"/resources/covid19\" class=\"nav-link--resources-covid19\" data-drupal-link-system-path=\"node/33\" _selector=\"html > body:nth-child(2) > …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(7) > ul:nth-child(2)"
            },
            "excerpt": "<ul class=\"dropdown-menu\"> <li class=\"dropdown-item\"> <a href=\"/contact\" class=\"nav-link--contact\" data-drupal-link-system-path=\"node/29\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:n ... Contact Us</a> </li> <li class=\"dropdown-item\"> <a href=\"/edd-assistance-form\" class=\"nav-link--edd-assistance-form\" data-drupal-link-system-path=\"node/271\" _selector=\"html > body:nth-child(2) > div …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)"
            },
            "excerpt": "<ul class=\"slides\"> <li class=\"flex-active-slide\" style=\"width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0.960932; display: block; z-index: 2;\"> <span class=\"views-field vi ... hild(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > span:nth-child(1)\"><span class=\"field-content\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-ch …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 2,
            "tagName": "OL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ol:nth-child(2)"
            },
            "excerpt": "<ol class=\"flex-control-nav flex-control-paging\"></ol>"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3)"
            },
            "excerpt": "<ul class=\"flex-direction-nav\"><li class=\"flex-nav-prev\"><a class=\"flex-prev flex-disabled\" href=\"#\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-c ... a class=\"flex-next flex-disabled\" href=\"#\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > aside:nth-child(1) > sectio …"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > a:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"/sites/sd15.senate.ca.gov/files/website/sd15_logo.png\" alt=\"Home\" class=\"img-fluid d-inline-block align-top\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > span:nth-child(1) > span:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img loading=\"lazy\" src=\"/sites/sd15.senate.ca.gov/files/images/senate_bg0_0.jpg\" width=\"1920\" height=\"1080\" alt=\"SD15\" typeof=\"foaf:Image\" draggable=\"false\">"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)"
            },
            "excerpt": "<h4>COVID-19: Vaccine Information and Resources</h4>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "block-senate-ux-v1-main-menu-menu",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > header:nth-child(1) > nav:nth-child(3) > div:nth-child(3) > nav:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"visually-hidden\" id=\"block-senate-ux-v1-main-menu-menu\">Main navigation</h2>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1)"
            },
            "excerpt": "<h3>Meet</h3>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(2)"
            },
            "excerpt": "<h1>Senator Cortese</h1>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2> Home </h2>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > footer: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(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2>Office Information</h2>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > footer:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)"
            },
            "excerpt": "<h3>Capitol Office</h3>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > footer:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)"
            },
            "excerpt": "<h3>Campbell Office</h3>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > footer:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)"
            },
            "excerpt": "<h3>San Jose Office</h3>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"> Skip to main content </a>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "main-content",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a id=\"main-content\" tabindex=\"-1\"></a>"
          }
        ]
      },
      "endTime": 1687643369863
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "startTime": 1687643369863,
      "url": "https://sd15.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.091",
        "responseTime": "2023-06-24T21:49:30.622Z",
        "data": {
          "apiErrors": [],
          "documentSize": 999774,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 174,
              "failing": 6
            },
            "issues": {
              "totalErrors": 8,
              "totalWarnings": 1,
              "totalIssues": 9
            },
            "issuesByLevel": {
              "A": {
                "count": 4,
                "pct": 44.44
              },
              "AA": {
                "count": 1,
                "pct": 11.11
              },
              "AAA": {
                "count": 9,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 1,
              "warningDensity": 0,
              "allDensity": 1
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "670359cd-1429-4782-956d-9084b9385f7e",
          "docID": "d3974932-a8da-4b2c-92ae-114b6d8ac9ce",
          "sourceHash": "b7ff85f37eb7db25219041fb7b0ebc59",
          "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=670359cd-1429-4782-956d-9084b9385f7e",
          "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": 1465.19
                },
                "height": 1465.19,
                "width": 1008
              },
              "position": {
                "line": 2142,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"layout-no-sidebars has-featured-top page-node-9 path-frontpage node--type-page\"&gt; &lt;a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"&gt; Skip to main content &lt;/a&gt; &lt;div class=\"dialog-off-canvas-main-canvas\" d",
              "xpath": "/html/body",
              "issueID": "ede991123ed57b5291c05c39f2e8f822",
              "signature": "a7e7a586741848be9fa95e026fa85c12",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=ede991123ed57b5291c05c39f2e8f822"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 8,
                  "y": 86.53125
                },
                "bottom-right": {
                  "x": 63,
                  "y": 103.53125
                },
                "height": 17,
                "width": 55
              },
              "position": {
                "line": 106,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/\" title=\"Home\" rel=\"home\" class=\"navbar-brand\"&gt; &lt;img src=\"/sites/sd15.senate.ca.gov/files/website/sd15_logo.png\" alt=\"Home\" class=\"img-fluid d-inline-block align-top\" loading=\"lazy\"&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/nav[2]/a[1]",
              "issueID": "a5d01568fabe655bf738c43770fe4ffd",
              "signature": "56f1d0900778581c3736131edd4e5dea",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=a5d01568fabe655bf738c43770fe4ffd"
            },
            {
              "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": 88,
                  "y": 279.34375
                },
                "bottom-right": {
                  "x": 233,
                  "y": 296.34375
                },
                "height": 17,
                "width": 145
              },
              "position": {
                "line": 107,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/2023-2024-legislation\" title=\"2023-2024 legislation\" class=\"nav-link-__023-2024-legislation\" data-drupal-link-system-path=\"node/667\"&gt;2023-2024 Legislation&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/header[1]/nav[2]/div[1]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/a[1]",
              "issueID": "d9571a1e837b1675569a2f8f53d42a10",
              "signature": "e075bccc4a55041fe7b33ef9ddbaee99",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d9571a1e837b1675569a2f8f53d42a10"
            },
            {
              "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": 1465.19
                },
                "height": 1465.19,
                "width": 1008
              },
              "position": {
                "line": 2142,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"layout-no-sidebars has-featured-top page-node-9 path-frontpage node--type-page\"&gt; &lt;a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"&gt; Skip to main content &lt;/a&gt; &lt;div class=\"dialog-off-canvas-main-canvas\" d",
              "xpath": "/html/body",
              "issueID": "77efef547f4b25b7e37c57a082c65585",
              "signature": "89866480326461a2440a5adc92eca96e",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=77efef547f4b25b7e37c57a082c65585"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 8,
                  "y": 1029.78125
                },
                "bottom-right": {
                  "x": 29.5,
                  "y": 1044.78125
                },
                "height": 15,
                "width": 21.5
              },
              "position": {
                "line": 8074,
                "column": 5
              },
              "errorSnippet": "&lt;button onclick=\"topFunction()\" id=\"topBtn\" title=\"Go to top\"&gt;Top&lt;/button&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/button[1]",
              "issueID": "3428b620f1dcf128ce345f5ecad09d09",
              "signature": "49014807055409e2b3ce43a9b80fdab0",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=3428b620f1dcf128ce345f5ecad09d09"
            },
            {
              "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": 1465.19
                },
                "height": 1465.19,
                "width": 1008
              },
              "position": {
                "line": 2142,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"layout-no-sidebars has-featured-top page-node-9 path-frontpage node--type-page\"&gt; &lt;a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"&gt; Skip to main content &lt;/a&gt; &lt;div class=\"dialog-off-canvas-main-canvas\" d",
              "xpath": "/html/body",
              "issueID": "83ee6318fa9b975e631d506ecab5e5cb",
              "signature": "5e70363565ee0ab63be7747eccd2e76f",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=83ee6318fa9b975e631d506ecab5e5cb"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 8,
                  "y": 1455.1875
                },
                "bottom-right": {
                  "x": 156,
                  "y": 1472.1875
                },
                "height": 17,
                "width": 148
              },
              "position": {
                "line": 4099,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"http://www.senate.ca.gov/\" target=\"_blank\"&gt;California State Senate&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/section[1]/div[1]/div[1]/div[1]/p[1]/a[1]",
              "issueID": "8a989103755e8a312bce17e3810cc3ef",
              "signature": "c2a34267131161b130aaa020be22bd4f",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=8a989103755e8a312bce17e3810cc3ef"
            },
            {
              "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": 355.8125,
                  "y": 1455.1875
                },
                "bottom-right": {
                  "x": 449.8125,
                  "y": 1472.1875
                },
                "height": 17,
                "width": 94
              },
              "position": {
                "line": 4100,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"http://democrats.senate.ca.gov/privacy\" target=\"_blank\"&gt;Privacy Policy&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/section[1]/div[1]/div[1]/div[1]/p[1]/a[3]",
              "issueID": "e754f1c9fbe83d29e0f756afbf60eb2d",
              "signature": "e86afe2b310e0904b02e17d9f4a36e68",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e754f1c9fbe83d29e0f756afbf60eb2d"
            },
            {
              "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": 459.90625,
                  "y": 1455.1875
                },
                "bottom-right": {
                  "x": 610.90625,
                  "y": 1472.1875
                },
                "height": 17,
                "width": 151
              },
              "position": {
                "line": 4100,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\"&gt;Accessibility Statement&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/section[1]/div[1]/div[1]/div[1]/p[1]/a[4]",
              "issueID": "8e3bf50e60320f41c0935f5bc25d06b5",
              "signature": "48fabf9e09ee174a5c05b3d8826483cf",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=8e3bf50e60320f41c0935f5bc25d06b5"
            }
          ],
          "log": []
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          1,
          8
        ],
        "instances": [
          {
            "ruleID": "28",
            "what": "The layout or sizing of this page causes horizontal scrolling.",
            "ordinalSeverity": 3,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"layout-no-sidebars has-featured-top page-node-9 path-frontpage node--type-page\"> <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"> Skip to main content </a> <div class=\"dialog-off-canvas-main-canvas\" d"
          },
          {
            "ruleID": "79",
            "what": "This link has a `title` attribute that is the same as the text inside the link.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/header[1]/nav[2]/a[1]"
            },
            "excerpt": "<a href=\"/\" title=\"Home\" rel=\"home\" class=\"navbar-brand\"> <img src=\"/sites/sd15.senate.ca.gov/files/website/sd15_logo.png\" alt=\"Home\" class=\"img-fluid d-inline-block align-top\" loading=\"lazy\"> </a>"
          },
          {
            "ruleID": "79",
            "what": "This link has a `title` attribute that is the same as the text inside the link.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/header[1]/nav[2]/div[1]/nav[1]/ul[1]/li[3]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a href=\"/2023-2024-legislation\" title=\"2023-2024 legislation\" class=\"nav-link-__023-2024-legislation\" data-drupal-link-system-path=\"node/667\">2023-2024 Legislation</a>"
          },
          {
            "ruleID": "144",
            "what": "This content's line height is insufficent to properly display the computed element font size.",
            "ordinalSeverity": 3,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"layout-no-sidebars has-featured-top page-node-9 path-frontpage node--type-page\"> <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"> Skip to main content </a> <div class=\"dialog-off-canvas-main-canvas\" d"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "topBtn",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/button[1]"
            },
            "excerpt": "<button onclick=\"topFunction()\" id=\"topBtn\" title=\"Go to top\">Top</button>"
          },
          {
            "ruleID": "155",
            "what": "These headings are not structured in a hierarchical manner.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"layout-no-sidebars has-featured-top page-node-9 path-frontpage node--type-page\"> <a href=\"#main-content\" class=\"visually-hidden focusable skip-link\"> Skip to main content </a> <div class=\"dialog-off-canvas-main-canvas\" d"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/section[1]/div[1]/div[1]/div[1]/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/div[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/section[1]/div[1]/div[1]/div[1]/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/div[1]/div[1]/div[1]/footer[1]/div[1]/div[2]/section[1]/div[1]/div[1]/div[1]/p[1]/a[4]"
            },
            "excerpt": "<a href=\"http://senate.ca.gov/accessibility\" target=\"_blank\">Accessibility Statement</a>"
          }
        ]
      },
      "endTime": 1687643370613
    },
    {
      "type": "test",
      "which": "testaro",
      "withItems": true,
      "rules": [
        "n",
        "motion"
      ],
      "startTime": 1687643370613,
      "url": "https://sd15.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": "block"
              },
              "visHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "ariaHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "tagName": {
                "document": "HTML",
                "body": "BODY",
                "main": "MAIN"
              },
              "id": {
                "body": "",
                "main": "content"
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "autocomplete": {
            "what": "name and email inputs without autocomplete attributes",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "bulk": {
            "what": "large count of visible elements",
            "data": {
              "visibleElements": 105
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "docType": {
            "what": "document without a doctype property",
            "data": {
              "docHasType": true
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "dupAtt": {
            "what": "elements with duplicate attributes",
            "data": {
              "total": 0,
              "items": [],
              "prevented": true
            },
            "totals": [
              0,
              0,
              0,
              10
            ],
            "standardInstances": [
              {
                "ruleID": "dupAtt",
                "what": "Page prevented this test (treated as 10 instances)",
                "ordinalSeverity": 3,
                "count": 10,
                "tagName": "",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "embAc": {
            "what": "active elements embedded in links or buttons",
            "data": {
              "totals": {
                "links": 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": 9,
              "tabFocused": 10,
              "discrepancy": 1
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "focAll",
                "what": "Some focusable elements are not Tab-focusable or vice versa",
                "count": 1,
                "ordinalSeverity": 2,
                "tagName": "",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "focInd": {
            "what": "missing and nonstandard focus indicators",
            "data": {
              "totals": {
                "total": 10,
                "types": {
                  "missing": {
                    "total": 2,
                    "tagNames": {
                      "A": 1,
                      "BUTTON": 1
                    }
                  },
                  "nonoutline": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "outline": {
                    "total": 8,
                    "meanDelay": 25,
                    "tagNames": {
                      "A": 8
                    }
                  }
                }
              },
              "items": {
                "missing": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to main content"
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "topBtn",
                    "text": "Top"
                  }
                ],
                "nonoutline": [],
                "outline": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Vaccine Information and Resources",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"/\" title=\"Home\" rel=\"home\" class=\"navbar-brand\"> <img src=\"/sites/sd15.senate.ca.gov/files/",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "delay": 100
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Read Bio",
                    "delay": 100
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "California State Senate",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Democratic Caucus © 2023",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Privacy Policy",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Accessibility Statement",
                    "delay": 0
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              2
            ],
            "standardInstances": [
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to main content"
              },
              {
                "ruleID": "focInd",
                "what": "BUTTON element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "BUTTON",
                "id": "topBtn",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Top"
              }
            ]
          },
          "focOp": {
            "what": "discrepancies between focusability and operability",
            "data": {
              "totals": {
                "total": 32,
                "types": {
                  "onlyFocusable": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "onlyOperable": {
                    "total": 3,
                    "tagNames": {
                      "A": 3
                    }
                  },
                  "focusableAndOperable": {
                    "total": 29,
                    "tagNames": {
                      "A": 28,
                      "BUTTON": 1
                    }
                  }
                }
              },
              "items": {
                "onlyFocusable": [],
                "onlyOperable": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Previous",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Next",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "A",
                    "id": "main-content",
                    "text": "<a id=\"main-content\" tabindex=\"-1\"></a>",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  }
                ],
                "focusableAndOperable": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to main content",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Vaccine Information and Resources",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"/\" title=\"Home\" rel=\"home\" class=\"navbar-brand\" style=\"cursor: default;\"> <img src=\"/sites/",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a class=\"menuBtn navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-tar",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Biography",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Committees and Caucuses",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Awards and Recognitions",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "2023-2024 Legislation",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "2021-2022 Legislation",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Press Releases",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "In the News",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Op-Eds",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Newsletters",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Videos",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Senate District 15",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Events",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Add Event for Newsletter",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "State Resources",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "COVID-19",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact Us",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "EDD Assistance Form",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Leg Request form",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Read Bio",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "topBtn",
                    "text": "Top",
                    "byTag": true,
                    "byOnClick": true,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "California State Senate",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Democratic Caucus © 2023",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Privacy Policy",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Accessibility Statement",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              3
            ],
            "standardInstances": [
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Previous"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Next"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "main-content",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a id=\"main-content\" tabindex=\"-1\"></a>"
              }
            ]
          },
          "focVis": {
            "what": "links that are invisible when focused",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "hover": {
            "what": "hover-caused content changes",
            "data": {
              "totals": {
                "triggers": 18,
                "triggerSample": 18,
                "impactTriggers": 6,
                "additions": 42,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0,
                "unhoverables": 1,
                "noCursors": 0,
                "badCursors": 1,
                "noIndicators": 0,
                "badIndicators": 7
              },
              "items": {
                "impactTriggers": [
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "About Biography Committees and Caucuses Awards and Recognitions",
                    "additions": 7,
                    "removals": 0,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Legislation 2023-2024 Legislation 2021-2022 Legislation",
                    "additions": 5,
                    "removals": 0,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "News Press Releases In the News Op-Eds Newsletters Videos",
                    "additions": 11,
                    "removals": 0,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "District Senate District 15 Events Add Event for Newsletter",
                    "additions": 7,
                    "removals": 0,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Resources State Resources COVID-19",
                    "additions": 5,
                    "removals": 0,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Contact Contact Us EDD Assistance Form Leg Request form",
                    "additions": 7,
                    "removals": 0,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  }
                ],
                "unhoverables": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to main content"
                  }
                ],
                "noCursors": [],
                "badCursors": [
                  {
                    "tagName": "BUTTON",
                    "id": "topBtn",
                    "text": "Top"
                  }
                ],
                "noIndicators": [],
                "badIndicators": [
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Home"
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "About Biography Committees and Caucuses Awards and Recognitions"
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Legislation 2023-2024 Legislation 2021-2022 Legislation"
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "News Press Releases In the News Op-Eds Newsletters Videos"
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "District Senate District 15 Events Add Event for Newsletter"
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Resources State Resources COVID-19"
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Contact Contact Us EDD Assistance Form Leg Request form"
                  }
                ]
              }
            },
            "totals": [
              0,
              42,
              8,
              7
            ],
            "standardInstances": [
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Biography Committees and Caucuses Awards and Recognitions"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Legislation 2023-2024 Legislation 2021-2022 Legislation"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "News Press Releases In the News Op-Eds Newsletters Videos"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "District Senate District 15 Events Add Event for Newsletter"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Resources State Resources COVID-19"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact Contact Us EDD Assistance Form Leg Request form"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to main content"
              },
              {
                "ruleID": "hover",
                "what": "Link or button makes the hovering mouse cursor nonstandard",
                "ordinalSeverity": 2,
                "tagName": "BUTTON",
                "id": "topBtn",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Top"
              },
              {
                "ruleID": "hover",
                "what": "List item changes when hovered over",
                "ordinalSeverity": 2,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home"
              },
              {
                "ruleID": "hover",
                "what": "List item changes when hovered over",
                "ordinalSeverity": 2,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Biography Committees and Caucuses Awards and Recognitions"
              },
              {
                "ruleID": "hover",
                "what": "List item changes when hovered over",
                "ordinalSeverity": 2,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Legislation 2023-2024 Legislation 2021-2022 Legislation"
              },
              {
                "ruleID": "hover",
                "what": "List item changes when hovered over",
                "ordinalSeverity": 2,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "News Press Releases In the News Op-Eds Newsletters Videos"
              },
              {
                "ruleID": "hover",
                "what": "List item changes when hovered over",
                "ordinalSeverity": 2,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "District Senate District 15 Events Add Event for Newsletter"
              },
              {
                "ruleID": "hover",
                "what": "List item changes when hovered over",
                "ordinalSeverity": 2,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Resources State Resources COVID-19"
              },
              {
                "ruleID": "hover",
                "what": "List item changes when hovered over",
                "ordinalSeverity": 2,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact Contact Us EDD Assistance Form Leg Request form"
              }
            ]
          },
          "labClash": {
            "what": "labeling inconsistencies",
            "data": {
              "totals": {
                "mislabeled": 0,
                "unlabeled": 0,
                "wellLabeled": 1
              },
              "items": {
                "mislabeled": [],
                "unlabeled": [],
                "wellLabeled": [
                  {
                    "index": 0,
                    "tagName": "BUTTON",
                    "type": "submit",
                    "texts": {
                      "content": "Top"
                    }
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "lineHeight": {
            "what": "text with a line height less than 1.5 times its font size",
            "data": [
              {
                "tagName": "H4",
                "id": "",
                "fontSize": 16,
                "lineHeight": 19.2,
                "text": "COVID-19:"
              },
              {
                "tagName": "A",
                "id": "",
                "fontSize": 16,
                "lineHeight": 19.2,
                "text": "Vaccine Information and Resources"
              },
              {
                "tagName": "H2",
                "id": "block-senate-ux-v1-main-menu-menu",
                "fontSize": 26,
                "lineHeight": 31.2,
                "text": "Main navigation"
              },
              {
                "tagName": "H3",
                "id": "",
                "fontSize": 17,
                "lineHeight": 20.4,
                "text": "Meet"
              },
              {
                "tagName": "H1",
                "id": "",
                "fontSize": 32,
                "lineHeight": 38.4,
                "text": "Senator Cortese"
              },
              {
                "tagName": "H2",
                "id": "",
                "fontSize": 26,
                "lineHeight": 31.2,
                "text": "Home"
              },
              {
                "tagName": "H2",
                "id": "",
                "fontSize": 32,
                "lineHeight": 38.4,
                "text": "Office Information"
              },
              {
                "tagName": "H3",
                "id": "",
                "fontSize": 17,
                "lineHeight": 20.4,
                "text": "Capitol Office"
              },
              {
                "tagName": "H3",
                "id": "",
                "fontSize": 17,
                "lineHeight": 20.4,
                "text": "Campbell Office"
              },
              {
                "tagName": "H3",
                "id": "",
                "fontSize": 17,
                "lineHeight": 20.4,
                "text": "San Jose Office"
              }
            ],
            "totals": [
              0,
              10,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "lineHeight",
                "what": "Text line height 19.2 px is less than 1.5 times its font size 16 px",
                "ordinalSeverity": 1,
                "tagName": "H4",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "COVID-19:"
              },
              {
                "ruleID": "lineHeight",
                "what": "Text line height 19.2 px is less than 1.5 times its font size 16 px",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Vaccine Information and Resources"
              },
              {
                "ruleID": "lineHeight",
                "what": "Text line height 31.2 px is less than 1.5 times its font size 26 px",
                "ordinalSeverity": 1,
                "tagName": "H2",
                "id": "block-senate-ux-v1-main-menu-menu",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Main navigation"
              },
              {
                "ruleID": "lineHeight",
                "what": "Text line height 20.4 px is less than 1.5 times its font size 17 px",
                "ordinalSeverity": 1,
                "tagName": "H3",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Meet"
              },
              {
                "ruleID": "lineHeight",
                "what": "Text line height 38.4 px is less than 1.5 times its font size 32 px",
                "ordinalSeverity": 1,
                "tagName": "H1",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Senator Cortese"
              },
              {
                "ruleID": "lineHeight",
                "what": "Text line height 31.2 px is less than 1.5 times its font size 26 px",
                "ordinalSeverity": 1,
                "tagName": "H2",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home"
              },
              {
                "ruleID": "lineHeight",
                "what": "Text line height 38.4 px is less than 1.5 times its font size 32 px",
                "ordinalSeverity": 1,
                "tagName": "H2",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Office Information"
              },
              {
                "ruleID": "lineHeight",
                "what": "Text line height 20.4 px is less than 1.5 times its font size 17 px",
                "ordinalSeverity": 1,
                "tagName": "H3",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Capitol Office"
              },
              {
                "ruleID": "lineHeight",
                "what": "Text line height 20.4 px is less than 1.5 times its font size 17 px",
                "ordinalSeverity": 1,
                "tagName": "H3",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Campbell Office"
              },
              {
                "ruleID": "lineHeight",
                "what": "Text line height 20.4 px is less than 1.5 times its font size 17 px",
                "ordinalSeverity": 1,
                "tagName": "H3",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "San Jose Office"
              }
            ]
          },
          "linkExt": {
            "what": "links that automatically open new windows",
            "data": {
              "total": 3,
              "items": [
                {
                  "id": "",
                  "text": "California State Senate"
                },
                {
                  "id": "",
                  "text": "Privacy Policy"
                },
                {
                  "id": "",
                  "text": "Accessibility Statement"
                }
              ]
            },
            "totals": [
              3,
              0,
              0,
              0
            ],
            "standardInstances": [
              {
                "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": "Privacy Policy"
              },
              {
                "ruleID": "linkExt",
                "what": "Element a has a target=_blank attribute",
                "ordinalSeverity": 0,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Accessibility Statement"
              }
            ]
          },
          "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": 31,
                "adjacent": {
                  "total": 11,
                  "underlined": 0,
                  "underlinedPercent": 0
                }
              },
              "items": {
                "underlined": [],
                "notUnderlined": [
                  {
                    "id": "",
                    "text": "Skip to main content"
                  },
                  {
                    "id": "",
                    "text": "Vaccine Information and Resources"
                  },
                  {
                    "id": "",
                    "text": "<a href=\"/\" title=\"Home\" rel=\"home\" class=\"navbar-brand\"> <img src=\"/sites/sd15.senate.ca.gov/files/"
                  },
                  {
                    "id": "",
                    "text": "<a class=\"menuBtn navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-tar"
                  },
                  {
                    "id": "",
                    "text": "Home"
                  },
                  {
                    "id": "",
                    "text": "Read Bio"
                  },
                  {
                    "id": "main-content",
                    "text": "<a id=\"main-content\" tabindex=\"-1\"></a>"
                  },
                  {
                    "id": "",
                    "text": "California State Senate"
                  },
                  {
                    "id": "",
                    "text": "Democratic Caucus © 2023"
                  },
                  {
                    "id": "",
                    "text": "Privacy Policy"
                  },
                  {
                    "id": "",
                    "text": "Accessibility Statement"
                  }
                ]
              }
            },
            "totals": [
              0,
              11,
              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 href=\"/\" title=\"Home\" rel=\"home\" class=\"navbar-brand\"> <img src=\"/sites/sd15.senate.ca.gov/files/"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a class=\"menuBtn navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-tar"
              },
              {
                "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": "Read Bio"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "main-content",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a id=\"main-content\" tabindex=\"-1\"></a>"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "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"
              }
            ]
          },
          "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": 5,
              "badRoleElements": 1,
              "redundantRoleElements": 4,
              "tagNames": {
                "HEADER": {
                  "banner": {
                    "bad": 1,
                    "redundant": 0
                  }
                },
                "NAV": {
                  "navigation": {
                    "bad": 0,
                    "redundant": 1
                  }
                },
                "ASIDE": {
                  "complementary": {
                    "bad": 0,
                    "redundant": 2
                  }
                },
                "MAIN": {
                  "main": {
                    "bad": 0,
                    "redundant": 1
                  }
                }
              }
            },
            "totals": [
              0,
              4,
              0,
              1
            ],
            "standardInstances": [
              {
                "ruleID": "role",
                "what": "HEADER elements have invalid or native-replaceable explicit role banner (count: 1)",
                "count": 1,
                "ordinalSeverity": 3,
                "tagName": "HEADER",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "NAV elements have redundant explicit role navigation (count: 1)",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "NAV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "ASIDE elements have redundant explicit role complementary (count: 2)",
                "count": 2,
                "ordinalSeverity": 1,
                "tagName": "ASIDE",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "MAIN elements have redundant explicit role main (count: 1)",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "MAIN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "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": 1
                },
                "adjacentLink": {
                  "total": 11
                },
                "listLink": {
                  "total": 20,
                  "subtotals": [
                    18,
                    2
                  ]
                },
                "h1": {
                  "total": 1
                },
                "h2": {
                  "total": 3,
                  "subtotals": [
                    2,
                    1
                  ]
                },
                "h3": {
                  "total": 4,
                  "subtotals": [
                    3,
                    1
                  ]
                },
                "h4": {
                  "total": 1
                }
              },
              "items": {
                "listLink": {
                  "opacity": {
                    "0": [
                      "Previous",
                      "Next"
                    ],
                    "1": [
                      "Biography",
                      "Committees and Caucuses",
                      "Awards and Recognitions",
                      "2023-2024 Legislation",
                      "2021-2022 Legislation",
                      "Press Releases",
                      "In the News",
                      "Op-Eds",
                      "Newsletters",
                      "Videos",
                      "Senate District 15",
                      "Events",
                      "Add Event for Newsletter",
                      "State Resources",
                      "COVID-19",
                      "Contact Us",
                      "EDD Assistance Form",
                      "Leg Request form"
                    ]
                  },
                  "color": {
                    "rgb(255, 255, 255)": [
                      "Biography",
                      "Committees and Caucuses",
                      "Awards and Recognitions",
                      "2023-2024 Legislation",
                      "2021-2022 Legislation",
                      "Press Releases",
                      "In the News",
                      "Op-Eds",
                      "Newsletters",
                      "Videos",
                      "Senate District 15",
                      "Events",
                      "Add Event for Newsletter",
                      "State Resources",
                      "COVID-19",
                      "Contact Us",
                      "EDD Assistance Form",
                      "Leg Request form"
                    ],
                    "rgba(255, 255, 255, 0.8)": [
                      "Previous",
                      "Next"
                    ]
                  }
                },
                "h2": {
                  "color": {
                    "rgb(74, 74, 74)": [
                      "Main navigation",
                      "Home"
                    ],
                    "rgb(255, 255, 255)": [
                      "Office Information"
                    ]
                  },
                  "fontSize": {
                    "26px": [
                      "Main navigation",
                      "Home"
                    ],
                    "32px": [
                      "Office Information"
                    ]
                  }
                },
                "h3": {
                  "fontWeight": {
                    "400": [
                      "Meet"
                    ],
                    "700": [
                      "Capitol Office",
                      "Campbell Office",
                      "San Jose Office"
                    ]
                  },
                  "color": {
                    "rgb(74, 74, 74)": [
                      "Meet"
                    ],
                    "rgb(255, 255, 255)": [
                      "Capitol Office",
                      "Campbell Office",
                      "San Jose Office"
                    ]
                  }
                }
              }
            },
            "totals": [
              0,
              1,
              0,
              2
            ],
            "standardInstances": [
              {
                "ruleID": "styleDiff",
                "what": "Links in columns have 2 different styles",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Level-2 headings have 2 different styles",
                "count": 1,
                "ordinalSeverity": 3,
                "tagName": "H2",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Level-3 headings have 2 different styles",
                "count": 1,
                "ordinalSeverity": 3,
                "tagName": "H3",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "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": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "titledEl": {
            "what": "title attributes on inappropriate elements",
            "data": {
              "total": 1,
              "items": [
                {
                  "tagName": "A",
                  "id": "",
                  "text": "",
                  "title": "Home"
                }
              ]
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "titledEl",
                "what": "A element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "A (): Home"
              }
            ]
          },
          "zIndex": {
            "what": "non-default Z indexes",
            "data": {
              "totals": {
                "total": 21,
                "tagNames": {
                  "A": 4,
                  "NAV": 1,
                  "LI": 8,
                  "UL": 6,
                  "OL": 1,
                  "BUTTON": 1
                }
              },
              "items": [
                {
                  "tagName": "A",
                  "id": "",
                  "text": "Skip to main content"
                },
                {
                  "tagName": "NAV",
                  "id": "navbar-main",
                  "text": "Main navigation Home About Biography Committees and Caucuses Awards and Recognitions Legislation 202"
                },
                {
                  "tagName": "A",
                  "id": "",
                  "text": "<a class=\"menuBtn navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-tar"
                },
                {
                  "tagName": "LI",
                  "id": "",
                  "text": "Home"
                },
                {
                  "tagName": "LI",
                  "id": "",
                  "text": "About Biography Committees and Caucuses Awards and Recognitions"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "Biography Committees and Caucuses Awards and Recognitions"
                },
                {
                  "tagName": "LI",
                  "id": "",
                  "text": "Legislation 2023-2024 Legislation 2021-2022 Legislation"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "2023-2024 Legislation 2021-2022 Legislation"
                },
                {
                  "tagName": "LI",
                  "id": "",
                  "text": "News Press Releases In the News Op-Eds Newsletters Videos"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "Press Releases In the News Op-Eds Newsletters Videos"
                },
                {
                  "tagName": "LI",
                  "id": "",
                  "text": "District Senate District 15 Events Add Event for Newsletter"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "Senate District 15 Events Add Event for Newsletter"
                },
                {
                  "tagName": "LI",
                  "id": "",
                  "text": "Resources State Resources COVID-19"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "State Resources COVID-19"
                },
                {
                  "tagName": "LI",
                  "id": "",
                  "text": "Contact Contact Us EDD Assistance Form Leg Request form"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "Contact Us EDD Assistance Form Leg Request form"
                },
                {
                  "tagName": "LI",
                  "id": "",
                  "text": "<li class=\"flex-active-slide\" style=\"width: 100%; float: left; margin-right: -100%; position: relati"
                },
                {
                  "tagName": "OL",
                  "id": "",
                  "text": "<ol class=\"flex-control-nav flex-control-paging\"></ol>"
                },
                {
                  "tagName": "A",
                  "id": "",
                  "text": "Previous"
                },
                {
                  "tagName": "A",
                  "id": "",
                  "text": "Next"
                },
                {
                  "tagName": "BUTTON",
                  "id": "topBtn",
                  "text": "Top"
                }
              ]
            },
            "totals": [
              21,
              0,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "zIndex",
                "what": "A element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to main content"
              },
              {
                "ruleID": "zIndex",
                "what": "NAV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "NAV",
                "id": "navbar-main",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Main navigation Home About Biography Committees and Caucuses Awards and Recognitions Legislation 202"
              },
              {
                "ruleID": "zIndex",
                "what": "A element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a class=\"menuBtn navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-tar"
              },
              {
                "ruleID": "zIndex",
                "what": "LI element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home"
              },
              {
                "ruleID": "zIndex",
                "what": "LI element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "About Biography Committees and Caucuses Awards and Recognitions"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Biography Committees and Caucuses Awards and Recognitions"
              },
              {
                "ruleID": "zIndex",
                "what": "LI element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Legislation 2023-2024 Legislation 2021-2022 Legislation"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "2023-2024 Legislation 2021-2022 Legislation"
              },
              {
                "ruleID": "zIndex",
                "what": "LI element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "News Press Releases In the News Op-Eds Newsletters Videos"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Press Releases In the News Op-Eds Newsletters Videos"
              },
              {
                "ruleID": "zIndex",
                "what": "LI element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "District Senate District 15 Events Add Event for Newsletter"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Senate District 15 Events Add Event for Newsletter"
              },
              {
                "ruleID": "zIndex",
                "what": "LI element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Resources State Resources COVID-19"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "State Resources COVID-19"
              },
              {
                "ruleID": "zIndex",
                "what": "LI element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact Contact Us EDD Assistance Form Leg Request form"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact Us EDD Assistance Form Leg Request form"
              },
              {
                "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": "OL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "OL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<ol class=\"flex-control-nav flex-control-paging\"></ol>"
              },
              {
                "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": "BUTTON element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "BUTTON",
                "id": "topBtn",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Top"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          24,
          68,
          10,
          25
        ],
        "instances": [
          {
            "ruleID": "dupAtt",
            "what": "Page prevented this test (treated as 10 instances)",
            "ordinalSeverity": 3,
            "count": 10,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "focAll",
            "what": "Some focusable elements are not Tab-focusable or vice versa",
            "count": 1,
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to main content"
          },
          {
            "ruleID": "focInd",
            "what": "BUTTON element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "topBtn",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Top"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Previous"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Next"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "main-content",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a id=\"main-content\" tabindex=\"-1\"></a>"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Biography Committees and Caucuses Awards and Recognitions"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Legislation 2023-2024 Legislation 2021-2022 Legislation"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "News Press Releases In the News Op-Eds Newsletters Videos"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "District Senate District 15 Events Add Event for Newsletter"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Resources State Resources COVID-19"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact Contact Us EDD Assistance Form Leg Request form"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to main content"
          },
          {
            "ruleID": "hover",
            "what": "Link or button makes the hovering mouse cursor nonstandard",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "topBtn",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Top"
          },
          {
            "ruleID": "hover",
            "what": "List item changes when hovered over",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "hover",
            "what": "List item changes when hovered over",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Biography Committees and Caucuses Awards and Recognitions"
          },
          {
            "ruleID": "hover",
            "what": "List item changes when hovered over",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Legislation 2023-2024 Legislation 2021-2022 Legislation"
          },
          {
            "ruleID": "hover",
            "what": "List item changes when hovered over",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "News Press Releases In the News Op-Eds Newsletters Videos"
          },
          {
            "ruleID": "hover",
            "what": "List item changes when hovered over",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "District Senate District 15 Events Add Event for Newsletter"
          },
          {
            "ruleID": "hover",
            "what": "List item changes when hovered over",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Resources State Resources COVID-19"
          },
          {
            "ruleID": "hover",
            "what": "List item changes when hovered over",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact Contact Us EDD Assistance Form Leg Request form"
          },
          {
            "ruleID": "lineHeight",
            "what": "Text line height 19.2 px is less than 1.5 times its font size 16 px",
            "ordinalSeverity": 1,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "COVID-19:"
          },
          {
            "ruleID": "lineHeight",
            "what": "Text line height 19.2 px is less than 1.5 times its font size 16 px",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Vaccine Information and Resources"
          },
          {
            "ruleID": "lineHeight",
            "what": "Text line height 31.2 px is less than 1.5 times its font size 26 px",
            "ordinalSeverity": 1,
            "tagName": "H2",
            "id": "block-senate-ux-v1-main-menu-menu",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Main navigation"
          },
          {
            "ruleID": "lineHeight",
            "what": "Text line height 20.4 px is less than 1.5 times its font size 17 px",
            "ordinalSeverity": 1,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Meet"
          },
          {
            "ruleID": "lineHeight",
            "what": "Text line height 38.4 px is less than 1.5 times its font size 32 px",
            "ordinalSeverity": 1,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Senator Cortese"
          },
          {
            "ruleID": "lineHeight",
            "what": "Text line height 31.2 px is less than 1.5 times its font size 26 px",
            "ordinalSeverity": 1,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "lineHeight",
            "what": "Text line height 38.4 px is less than 1.5 times its font size 32 px",
            "ordinalSeverity": 1,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Office Information"
          },
          {
            "ruleID": "lineHeight",
            "what": "Text line height 20.4 px is less than 1.5 times its font size 17 px",
            "ordinalSeverity": 1,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Capitol Office"
          },
          {
            "ruleID": "lineHeight",
            "what": "Text line height 20.4 px is less than 1.5 times its font size 17 px",
            "ordinalSeverity": 1,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Campbell Office"
          },
          {
            "ruleID": "lineHeight",
            "what": "Text line height 20.4 px is less than 1.5 times its font size 17 px",
            "ordinalSeverity": 1,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "San Jose Office"
          },
          {
            "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": "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": "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 href=\"/\" title=\"Home\" rel=\"home\" class=\"navbar-brand\"> <img src=\"/sites/sd15.senate.ca.gov/files/"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"menuBtn navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-tar"
          },
          {
            "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": "Read Bio"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "main-content",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a id=\"main-content\" tabindex=\"-1\"></a>"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "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": "role",
            "what": "HEADER elements have invalid or native-replaceable explicit role banner (count: 1)",
            "count": 1,
            "ordinalSeverity": 3,
            "tagName": "HEADER",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "NAV elements have redundant explicit role navigation (count: 1)",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "ASIDE elements have redundant explicit role complementary (count: 2)",
            "count": 2,
            "ordinalSeverity": 1,
            "tagName": "ASIDE",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "MAIN elements have redundant explicit role main (count: 1)",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "MAIN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Links in columns have 2 different styles",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Level-2 headings have 2 different styles",
            "count": 1,
            "ordinalSeverity": 3,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Level-3 headings have 2 different styles",
            "count": 1,
            "ordinalSeverity": 3,
            "tagName": "H3",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "titledEl",
            "what": "A element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "A (): Home"
          },
          {
            "ruleID": "zIndex",
            "what": "A element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to main content"
          },
          {
            "ruleID": "zIndex",
            "what": "NAV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "NAV",
            "id": "navbar-main",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Main navigation Home About Biography Committees and Caucuses Awards and Recognitions Legislation 202"
          },
          {
            "ruleID": "zIndex",
            "what": "A element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"menuBtn navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-tar"
          },
          {
            "ruleID": "zIndex",
            "what": "LI element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "zIndex",
            "what": "LI element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "About Biography Committees and Caucuses Awards and Recognitions"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Biography Committees and Caucuses Awards and Recognitions"
          },
          {
            "ruleID": "zIndex",
            "what": "LI element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Legislation 2023-2024 Legislation 2021-2022 Legislation"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "2023-2024 Legislation 2021-2022 Legislation"
          },
          {
            "ruleID": "zIndex",
            "what": "LI element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "News Press Releases In the News Op-Eds Newsletters Videos"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Press Releases In the News Op-Eds Newsletters Videos"
          },
          {
            "ruleID": "zIndex",
            "what": "LI element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "District Senate District 15 Events Add Event for Newsletter"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Senate District 15 Events Add Event for Newsletter"
          },
          {
            "ruleID": "zIndex",
            "what": "LI element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Resources State Resources COVID-19"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "State Resources COVID-19"
          },
          {
            "ruleID": "zIndex",
            "what": "LI element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact Contact Us EDD Assistance Form Leg Request form"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact Us EDD Assistance Form Leg Request form"
          },
          {
            "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": "OL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "OL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<ol class=\"flex-control-nav flex-control-paging\"></ol>"
          },
          {
            "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": "BUTTON element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "topBtn",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Top"
          }
        ]
      },
      "endTime": 1687643395591
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "startTime": 1687643395592,
      "url": "https://sd15.senate.ca.gov/",
      "what": "WAVE",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Senator Dave Cortese | Proudly Representing California Senate District 15",
          "pageurl": "https://sd15.senate.ca.gov/",
          "time": 5.41,
          "creditsremaining": 837,
          "allitemcount": 57,
          "totalelements": 303,
          "waveurl": "http://wave.webaim.org/report?url=https://sd15.senate.ca.gov/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 0,
            "items": []
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 3,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-wrapper > DIV#page > HEADER#header > NAV#navbar-top > DIV:first-child > SECTION:first-child > DIV#block-newsletterblock > DIV:first-child > DIV:first-child > DIV:first-child > H4:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-wrapper > DIV#page > HEADER#header > NAV#navbar-main > DIV#CollapsingNavbar > NAV#block-senate-ux-v1-main-menu > H2#block-senate-ux-v1-main-menu-menu",
                  "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > ASIDE:first-child > DIV#block-homepage > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > H3:first-child + H1 + P + P > A:first-child"
                ],
                "contrastdata": [
                  [
                    2.01,
                    "#ffffff",
                    "#f5a705",
                    false
                  ],
                  [
                    1.09,
                    "#4a4a4a",
                    "#0f4480",
                    true
                  ],
                  [
                    2.01,
                    "#ffffff",
                    "#f5a705",
                    false
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 1,
            "items": {
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-wrapper > DIV#page > HEADER#header > NAV#navbar-main > DIV#CollapsingNavbar > NAV#block-senate-ux-v1-main-menu > H2: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"
                  }
                ]
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          1,
          0,
          0,
          3
        ],
        "instances": [
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-wrapper > DIV#page > HEADER#header > NAV#navbar-top > DIV:first-child > SECTION:first-child > DIV#block-newsletterblock > DIV:first-child > DIV:first-child > DIV:first-child > H4:first-child > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H2",
            "id": "block-senate-ux-v1-main-menu-menu",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-wrapper > DIV#page > HEADER#header > NAV#navbar-main > DIV#CollapsingNavbar > NAV#block-senate-ux-v1-main-menu > H2#block-senate-ux-v1-main-menu-menu"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-wrapper > DIV#page > HEADER:first-child + DIV + DIV > ASIDE:first-child > DIV#block-homepage > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > H3:first-child + H1 + P + P > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > A:first-child + DIV > DIV#page-wrapper > DIV#page > HEADER#header > NAV#navbar-main > DIV#CollapsingNavbar > NAV#block-senate-ux-v1-main-menu > H2:first-child + UL > LI:first-child > A:first-child"
            },
            "excerpt": ""
          }
        ]
      },
      "endTime": 1687643401292
    }
  ],
  "sources": {
    "script": "ts27",
    "batch": "caSen",
    "target": {
      "id": "caSenSDsd15",
      "which": "https://sd15.senate.ca.gov/",
      "what": "Dave Cortese (D)"
    },
    "requester": "pool@jpdev.pro"
  },
  "creationTime": "2023-06-24T21:23:01",
  "timeStamp": "1etp6",
  "jobData": {
    "startTime": "2023-06-24T21:48:42",
    "endTime": "2023-06-24T21:50:01",
    "elapsedSeconds": 78,
    "visitLatency": 19,
    "logCount": 26,
    "logSize": 2369,
    "errorLogCount": 24,
    "errorLogSize": 2087,
    "prohibitedCount": 12,
    "visitRejectionCount": 0,
    "aborted": false,
    "abortedAct": null,
    "presses": 0,
    "amountRead": 0,
    "testTimes": [
      [
        "testaro",
        25
      ],
      [
        "testaro",
        14
      ],
      [
        "wave",
        6
      ],
      [
        "alfa",
        4
      ],
      [
        "ibm",
        3
      ],
      [
        "qualWeb",
        2
      ],
      [
        "tenon",
        1
      ],
      [
        "axe",
        0
      ],
      [
        "continuum",
        0
      ],
      [
        "htmlcs",
        0
      ],
      [
        "nuVal",
        0
      ]
    ]
  },
  "score": {
    "scoreProcID": "tsp28",
    "summary": {
      "total": 939,
      "issue": 492,
      "tool": 81,
      "prevention": 300,
      "log": 56,
      "latency": 10
    },
    "details": {
      "severity": {
        "total": [
          73,
          109,
          16,
          117
        ],
        "byTool": {
          "testaro": [
            24,
            68,
            10,
            25
          ],
          "alfa": [
            1,
            0,
            0,
            21
          ],
          "axe": [
            12,
            1,
            3,
            17
          ],
          "continuum": [
            0,
            0,
            0,
            10
          ],
          "htmlcs": [
            10,
            0,
            0,
            14
          ],
          "ibm": [
            0,
            7,
            0,
            19
          ],
          "qualWeb": [
            25,
            33,
            2,
            0
          ],
          "tenon": [
            0,
            0,
            1,
            8
          ],
          "wave": [
            1,
            0,
            0,
            3
          ]
        }
      },
      "prevention": {
        "nuVal": 300
      },
      "issue": {
        "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"
                  ]
                }
              }
            }
          }
        },
        "contrastAAA": {
          "score": 17,
          "maxCount": 17,
          "weight": 1,
          "tools": {
            "alfa": {
              "r66": {
                "quality": 1,
                "what": "Text contrast less than AAA requires",
                "complaints": {
                  "countTotal": 17,
                  "texts": [
                    "Text outside widget has enhanced contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast-enhanced": {
                "quality": 1,
                "what": "Element has insufficient color contrast (Level AAA)",
                "complaints": {
                  "countTotal": 9,
                  "texts": [
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.82 (foreground color: #0f4480, background color: #f5a705, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1",
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), font weight: normal). Expected contrast ratio of 7:1",
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.57 (foreground color: #a9bacf, background color: #083b77, font size: 9.0pt (11.998px), 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": 11,
                  "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.02:1. Recommendation:  change background to #795100.",
                    "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.",
                    "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.82:1. Recommendation:  change text colour to #002a5a."
                  ]
                }
              }
            }
          }
        },
        "descendantMissing": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "alfa": {
              "r68": {
                "quality": 1,
                "what": "Element does not own an element required by its semantic role",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Elements with a role have required children"
                  ]
                }
              }
            }
          }
        },
        "textContrastAA": {
          "score": 12,
          "maxCount": 3,
          "weight": 4,
          "tools": {
            "alfa": {
              "r69": {
                "quality": 1,
                "what": "Text outside widget has subminimum contrast",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Text outside widget has minimum contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast": {
                "quality": 1,
                "what": "Element has insufficient color contrast",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.01 (foreground color: #ffffff, background color: #f5a705, font size: 12.0pt (16px), 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.01 (foreground color: #ffffff, background color: #f5a705, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1"
                  ]
                }
              }
            },
            "wave": {
              "contrast": {
                "quality": 1,
                "what": "Very low contrast",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Very low contrast"
                  ]
                }
              }
            }
          }
        },
        "headingOfNothing": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "alfa": {
              "r78": {
                "quality": 1,
                "what": "No content between two headings of the same level",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Headings of same level have text content between them"
                  ]
                }
              }
            }
          }
        },
        "repeatedContentRisk": {
          "score": 5,
          "maxCount": 5,
          "weight": 1,
          "tools": {
            "alfa": {
              "r87": {
                "quality": 0.5,
                "what": "First focusable element is not a link to the main content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "First focusable element is link to main content"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R73": {
                "quality": 1,
                "what": "Block of repeated content is not collapsible",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that repeated blocks of content are collapsible."
                  ]
                }
              },
              "QW-ACT-R74": {
                "quality": 1,
                "what": "Document has no instrument to move focus to non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that there is an instrument to move focus to non-repeated content in the page."
                  ]
                }
              },
              "QW-WCAG-T23": {
                "quality": 1,
                "what": "No link at the top of the page that goes directly to the main content area",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page."
                  ]
                }
              },
              "QW-BP17": {
                "quality": 1,
                "what": "No link at the beginning of a block of repeated content goes to the end of the block",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block."
                  ]
                }
              }
            }
          }
        },
        "hiddenContentRisk": {
          "score": 12,
          "maxCount": 12,
          "weight": 1,
          "tools": {
            "axe": {
              "hidden-content": {
                "quality": 1,
                "what": "Some content is hidden and therefore may not be testable for accessibility",
                "complaints": {
                  "countTotal": 12,
                  "texts": [
                    "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                  ]
                }
              }
            }
          }
        },
        "cssBansRotate": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "axe": {
              "css-orientation-lock": {
                "quality": 1,
                "what": "CSS media query locks display orientation",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined"
                  ]
                }
              }
            }
          }
        },
        "ariaBadAttribute": {
          "score": 24,
          "maxCount": 6,
          "weight": 4,
          "tools": {
            "axe": {
              "aria-allowed-attr": {
                "quality": 1,
                "what": "ARIA attribute is invalid for the role of its element",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\""
                  ]
                }
              }
            },
            "continuum": {
              "281": {
                "quality": 1,
                "what": "Element has an aria-expanded attribute, which is not allowed",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "The aria-expanded attribute is not allowed on this SPAN"
                  ]
                }
              }
            }
          }
        },
        "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": 12,
          "maxCount": 4,
          "weight": 3,
          "tools": {
            "axe": {
              "landmark-unique": {
                "quality": 1,
                "what": "Landmark has a role and an accessible name that are identical to another",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                  ]
                }
              }
            },
            "ibm": {
              "aria_landmark_name_unique": {
                "quality": 1,
                "what": "Multiple landmarks with the same parent region are not distinguished from one another",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
                    "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label"
                  ]
                }
              }
            }
          }
        },
        "navConfusion": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "continuum": {
              "531": {
                "quality": 1,
                "what": "nav element has an accessible name that is non-unique among the nav elements",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This nav does not have a unique accessible name as required when two or more nav elements are present"
                  ]
                }
              }
            },
            "ibm": {
              "aria_navigation_label_unique": {
                "quality": 1,
                "what": "Multiple elements with the navigation role do not have unique labels",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Multiple elements with \"navigation\" role do not have unique labels"
                  ]
                }
              }
            }
          }
        },
        "navNoText": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "continuum": {
              "533": {
                "quality": 1,
                "what": "nav element is not the only nav element but has no accessible name",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This nav does not have an accessible name as required when two or more nav elements are present"
                  ]
                }
              }
            }
          }
        },
        "decorativeImageRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_1_1.H67.2": {
                "quality": 1,
                "what": "Image marked as decorative may be informative",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Img element is marked so that it is ignored by Assistive Technology."
                  ]
                }
              }
            }
          }
        },
        "pseudoOrderedListRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1.H48.2": {
                "quality": 1,
                "what": "Ordered list may fail to be coded as such",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document."
                  ]
                }
              }
            }
          }
        },
        "pseudoNavList": {
          "score": 20,
          "maxCount": 10,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1.H48": {
                "quality": 1,
                "what": "Navigation links are not coded as a list",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "If this element contains a navigation section, it is recommended that it be marked up as a list."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T32": {
                "quality": 1,
                "what": "ol, ul or dl is not used for a list or group of links",
                "complaints": {
                  "countTotal": 10,
                  "texts": [
                    "The objective of this technique is to create lists of related items using list elements appropriate for their purposes."
                  ]
                }
              }
            }
          }
        },
        "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": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_4_6.G18.Abs": {
                "quality": 1,
                "what": "Contrast between the absolutely positioned text and its background may be less than 4.5:1",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1."
                  ]
                }
              }
            }
          }
        },
        "eventKeyboardRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.2_1_1.G90": {
                "quality": 1,
                "what": "Event handler functionality may not be available by keyboard",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Ensure the functionality provided by an event handler for this element is available through the keyboard"
                  ]
                }
              }
            }
          }
        },
        "externalLink": {
          "score": 3,
          "maxCount": 3,
          "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": 3,
                  "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": 3,
                  "texts": [
                    "Element a has a target=_blank attribute"
                  ]
                }
              }
            }
          }
        },
        "linkNoText": {
          "score": 8,
          "maxCount": 2,
          "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."
                  ]
                }
              },
              "AAA.4_1_2.H91.A.EmptyNoId": {
                "quality": 1,
                "what": "Link has no name or id attribute or value",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Anchor element found with no link content and no name and/or ID attribute."
                  ]
                }
              }
            }
          }
        },
        "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 h4 element appears to be the primary document heading, so should be an h1 element.",
                    "The heading structure is not logically nested. This h4 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."
                  ]
                }
              }
            }
          }
        },
        "contentBeyondLandmarks": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "ibm": {
              "aria_content_in_landmark": {
                "quality": 1,
                "what": "Content is not within a landmark element",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Content is not within a landmark element"
                  ]
                }
              }
            }
          }
        },
        "complementaryNoText": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "ibm": {
              "aria_complementary_labelled": {
                "quality": 1,
                "what": "Element with a complementary role has no label",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The element with \"complementary\" role does not have a label"
                  ]
                }
              }
            }
          }
        },
        "asideConfusion": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "ibm": {
              "aria_complementary_label_unique": {
                "quality": 1,
                "what": "Multiple elements with a complementary role have no unique labels",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Multiple elements with \"complementary\" role do not have unique labels"
                  ]
                }
              }
            }
          }
        },
        "attributeBad": {
          "score": 28,
          "maxCount": 7,
          "weight": 4,
          "tools": {
            "ibm": {
              "aria_attribute_valid": {
                "quality": 1,
                "what": "ARIA attribute is invalid for the role of its element",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"",
                    "The ARIA attributes \"aria-expanded, aria-label\" are not valid for the element <a> with implicit ARIA role \"generic\""
                  ]
                }
              }
            }
          }
        },
        "obsolete": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "ibm": {
              "element_attribute_deprecated": {
                "quality": 1,
                "what": "Element or attribute is obsolete",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5"
                  ]
                }
              }
            }
          }
        },
        "roleRedundant": {
          "score": 5,
          "maxCount": 5,
          "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": 5,
                  "texts": [
                    "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
                    "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
                    "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
                    "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>"
                  ]
                }
              }
            },
            "testaro": {
              "role": {
                "quality": 1,
                "what": "Invalid, native-replacing, or redundant role",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "HEADER elements have invalid or native-replaceable explicit role banner (count: 1)",
                    "NAV elements have redundant explicit role navigation (count: 1)",
                    "ASIDE elements have redundant explicit role complementary (count: 2)",
                    "MAIN elements have redundant explicit role main (count: 1)"
                  ]
                }
              }
            }
          }
        },
        "parseError": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "ibm": {
              "aria_child_valid": {
                "quality": 1,
                "what": "Child element has a role not allowed for the role of the parent",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\""
                  ]
                }
              }
            }
          }
        },
        "skipRepeatedContent": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-ACT-R64": {
                "quality": 1,
                "what": "Document has no heading for non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that the non-repeated content contains a heading"
                  ]
                }
              },
              "QW-ACT-R75": {
                "quality": 1,
                "what": "Blocks of repeated content cannot be bypassed",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that each page has a mechanism to bypass repeated blocks of content."
                  ]
                }
              }
            }
          }
        },
        "focusIndication": {
          "score": 112,
          "maxCount": 28,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-ACT-R62": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 28,
                  "texts": [
                    "This rule checks that each element in sequential focus order has some visible focus indication."
                  ]
                }
              }
            },
            "testaro": {
              "focInd": {
                "quality": 1,
                "what": "Focused element displays a nonstandard or no focus indicator",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "A element has no focus indicator",
                    "BUTTON element has no focus indicator"
                  ]
                }
              }
            }
          }
        },
        "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": 2,
          "weight": 0,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T20": {
                "quality": 1,
                "what": "Link text is not supplemented with a title attribute",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Supplementing link text with the title attribute"
                  ]
                }
              }
            }
          }
        },
        "textAlternativeRisk": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T8": {
                "quality": 1,
                "what": "Text alternative is not an alternative",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content"
                  ]
                }
              }
            }
          }
        },
        "noHeading": {
          "score": 27,
          "maxCount": 9,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP1": {
                "quality": 1,
                "what": "h1-h6 not used to identify headings",
                "complaints": {
                  "countTotal": 9,
                  "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": 2,
          "maxCount": 2,
          "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": 2,
                  "texts": [
                    "This link has a `title` attribute that is the same as the text inside the link."
                  ]
                }
              }
            }
          }
        },
        "leadingClipsText": {
          "score": 20,
          "maxCount": 10,
          "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": 10,
                  "texts": [
                    "Text line height 19.2 px is less than 1.5 times its font size 16 px",
                    "Text line height 31.2 px is less than 1.5 times its font size 26 px",
                    "Text line height 20.4 px is less than 1.5 times its font size 17 px",
                    "Text line height 38.4 px is less than 1.5 times its font size 32 px"
                  ]
                }
              }
            }
          }
        },
        "targetSize": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "tenon": {
              "152": {
                "quality": 1,
                "what": "Actionable element is smaller than the minimum required size",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This actionable element is smaller than the minimum required size."
                  ]
                }
              }
            }
          }
        },
        "externalLinkSurprise": {
          "score": 9,
          "maxCount": 3,
          "weight": 3,
          "tools": {
            "tenon": {
              "218": {
                "quality": 1,
                "what": "Link opens in a new window without user control",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This link opens in a new window without user control."
                  ]
                }
              }
            }
          }
        },
        "duplicateAttribute": {
          "score": 14,
          "maxCount": 7,
          "weight": 2,
          "tools": {
            "testaro": {
              "dupAtt": {
                "quality": 0.7,
                "what": "Source code of the element contains 2 or more of the same attribute",
                "complaints": {
                  "countTotal": 10,
                  "texts": [
                    "Page prevented this test (treated as 10 instances)"
                  ]
                }
              }
            }
          }
        },
        "tabFocusability": {
          "score": 2,
          "maxCount": 0.5,
          "weight": 4,
          "tools": {
            "testaro": {
              "focAll": {
                "quality": 0.5,
                "what": "Discrepancy between elements that should be and that are Tab-focusable",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Some focusable elements are not Tab-focusable or vice versa"
                  ]
                }
              }
            }
          }
        },
        "focusableOperable": {
          "score": 9,
          "maxCount": 3,
          "weight": 3,
          "tools": {
            "testaro": {
              "focOp": {
                "quality": 1,
                "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    null
                  ]
                }
              }
            }
          }
        },
        "hoverSurprise": {
          "score": 30,
          "maxCount": 15,
          "weight": 2,
          "tools": {
            "testaro": {
              "hover": {
                "quality": 1,
                "what": "Hovering is impossible or mis-indicated or changes content",
                "complaints": {
                  "countTotal": 15,
                  "texts": [
                    "Hovering over element has unexpected effects",
                    "Operable element cannot be hovered over",
                    "Link or button makes the hovering mouse cursor nonstandard",
                    "List item changes when hovered over"
                  ]
                }
              }
            }
          }
        },
        "linkIndication": {
          "score": 22,
          "maxCount": 11,
          "weight": 2,
          "tools": {
            "testaro": {
              "linkUl": {
                "quality": 1,
                "what": "Non-underlined adjacent links",
                "complaints": {
                  "countTotal": 11,
                  "texts": [
                    "Link is inline but has no underline"
                  ]
                }
              }
            }
          }
        },
        "inconsistentStyles": {
          "score": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "testaro": {
              "styleDiff": {
                "quality": 1,
                "what": "Heading, link, and button style inconsistencies",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Links in columns have 2 different styles",
                    "Level-2 headings have 2 different styles",
                    "Level-3 headings have 2 different styles"
                  ]
                }
              }
            }
          }
        },
        "titleBad": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "testaro": {
              "titledEl": {
                "quality": 1,
                "what": "title attribute belongs to an inappropriate element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "A element has a title attribute"
                  ]
                }
              }
            }
          }
        },
        "zIndexNotZero": {
          "score": 21,
          "maxCount": 21,
          "weight": 1,
          "tools": {
            "testaro": {
              "zIndex": {
                "quality": 1,
                "what": "Layering with nondefault z-index values",
                "complaints": {
                  "countTotal": 21,
                  "texts": [
                    "A element has a non-default Z index",
                    "NAV element has a non-default Z index",
                    "LI element has a non-default Z index",
                    "UL element has a non-default Z index",
                    "OL element has a non-default Z index",
                    "BUTTON element has a non-default Z index"
                  ]
                }
              }
            }
          }
        },
        "linkPair": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "wave": {
              "link_redundant": {
                "quality": 1,
                "what": "Adjacent links go to the same URL",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Redundant link"
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}