Accessibility digest

Synopsis
PageCandidate Robert Rivas (D)
URLhttps://www.rivasforassembly.com/
Requesterpool@jpdev.pro
Test date2023/06/18
Score1250
Tested byTestaro, procedure ts27
Scored byTestilo, procedure tsp27
Digested byTestilo, procedure tdp27

Introduction

This is a digest of results from a battery of web accessibility tests.

Ten different tools (Alfa, Axe, Continuum, Equal Access, HTML CodeSniffer, Nu Html Checker, QualWeb, Tenon, Testaro, and WAVE) tested the web page of Candidate Robert Rivas (D) at https://www.rivasforassembly.com/ 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 1250, where 0 would be perfect.

Total score

The total score is the sum of five components.

Score summary
ComponentScoreDescription
total1250Sum of the component scores
issue1088Severity and number of reported defects
tool161Tool-by-tool defect ratings
prevention0Failed attempts by tools to test the page
log1Browser warnings about the page
latency0Abnormal 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
focusIndication104
textContrastAA104
cssInvalid96
attributeBad64
fontSizeAbsolute58
focusableOperable57
linkNoText44
linkForcesNewWindow42
imageNoSource40
linkIndication38
overflowHidden36
contrastAAA35
slashParseRisk31
metaBad24
h1Multiple24
overflowHiddenRisk23
noHeading21
contrastRisk17
parentBad16
obsolete15
fontSmall15
linkPair14
leadingAbsolute12
elementClosure12
colorMissing12
targetSize12
hoverSurprise12
hiddenContentRisk9
leadingInsufficient8
textAlternativeRisk8
headingOfNothing6
linkWindowSurpriseRisk6
activeEmbedding6
refresh6
skipRepeatedContent6
pseudoNavList6
linkVague6
inconsistentStyles6
leadingClipsText4
tabFocusability4
zIndexNotZero4
repeatedContentRisk3
decorativeImageRisk3
roleBad3
allCaps3
scrollRisk2
typeRedundant2
sectionHeadingless2
mainNone2
textRotated2
linkComprehensionRisk2
visibleBulk1

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

Complaints by alfa

Rule r65

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

Count of instances: 26

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R62

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

Count of instances: 26

Complaint specifics

Complaints by testaro

Rule focInd

Description: Focused element displays a nonstandard or no focus indicator

Count of instances: 25

Complaint specifics

Issue textContrastAA

WCAG: 1.4.3

Score: 104

Complaints by alfa

Rule r69

Description: Text outside widget has subminimum contrast

Count of instances: 26

Complaint specifics

Complaints by axe

Rule color-contrast

Description: Element has insufficient color contrast

Count of instances: 13

Complaint specifics

Complaints by ibm

Rule text_contrast_sufficient

Description: Text has a contrast with its background less than the WCAG AA minimum for its size and weight

Count of instances: 5

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R37

Description: Text has less than the minimum contrast

Count of instances: 5

Complaint specifics

Complaints by wave

Rule contrast

Description: Very low contrast

Count of instances: 15

Complaint specifics

Issue cssInvalid

WCAG: 4.1

Score: 96

Complaints by nuVal

Rule CSS: Parse Error.

Description: Invalid CSS

Count of instances: 18

Complaint specifics
Rule ^CSS: .+: The types are incompatible.*$

Description: Incompatible types of CSS values

Count of instances: 4

Complaint specifics
Rule ^CSS: .+: Parse Error.*$

Description: Invalid CSS

Count of instances: 2

Complaint specifics
Rule ^CSS: .+: Property .+ doesn't exist.*$

Description: Invalid property in CSS

Count of instances: 4

Complaint specifics
Rule ^CSS: .+: .+ is not a .+ value.*$

Description: Invalid value in CSS

Count of instances: 2

Complaint specifics
Rule ^CSS: .+: Unknown dimension.*$

Description: Unknown CSS dimension

Count of instances: 2

Complaint specifics

Issue attributeBad

WCAG: 1.3.1

Score: 64

Complaints by nuVal

Rule ^Attribute .+ not allowed on element .+ at this point.*$

Description: Attribute not allowed on this element

Count of instances: 4

Complaint specifics
Rule ^Bad value .* for attribute .+ on element .+$

Description: Attribute on this element has an invalid value

Count of instances: 12

Complaint specifics

Issue fontSizeAbsolute

WCAG: 1.4.4

Score: 58

Complaints by alfa

Rule r74

Description: Paragraph text has an absolute font size

Count of instances: 6

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T28

Description: Percent, em, or name is used for a font size

Count of instances: 29

Complaint specifics

Issue focusableOperable

WCAG: 2.1.1

Score: 57

Complaints by testaro

Rule focOp

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

Count of instances: 19

Complaint specifics

Issue linkNoText

WCAG: 2.4.4

Score: 44

Complaints by alfa

Rule r11

Description: Link has no accessible name

Count of instances: 6

Complaint specifics

Complaints by axe

Rule link-name

Description: Link has no discernible text

Count of instances: 6

Complaint specifics

Complaints by continuum

Rule 237

Description: a element has no machanism allowing an accessible name value to be calculated

Count of instances: 6

Complaint specifics

Complaints by htmlcs

Rule AAA.4_1_2.H91.A.NoContent

Description: Link has an href attribute but no text

Count of instances: 1

Complaint specifics

Complaints by ibm

Rule a_text_purpose

Description: Hyperlink has no link text, label, or image with a text alternative

Count of instances: 6

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R12

Description: Link has no accessible name

Count of instances: 6

Complaint specifics
Rule QW-WCAG-T21

Description: Accessible name is not provided for an image which is the only content in a link

Count of instances: 5

Complaint specifics

Complaints by tenon

Rule 57

Description: Link has no text inside it

Count of instances: 1

Complaint specifics

Complaints by wave

Rule alt_link_missing

Description: Linked image has no text alternative

Count of instances: 5

Complaint specifics
Rule link_empty

Description: Link contains no text

Count of instances: 1

Complaint specifics

Issue linkForcesNewWindow

WCAG: 3.2.5

Score: 42

Complaints by tenon

Rule 218

Description: Link opens in a new window without user control

Count of instances: 14

Complaint specifics

Issue imageNoSource

WCAG: 1.3.1

Score: 40

Complaints by nuVal

Rule Element img is missing required attribute src.

Description: img element has no src attribute

Count of instances: 10

Complaint specifics

Issue linkIndication

WCAG: 1.3.3

Score: 38

Complaints by axe

Rule link-in-text-block

Description: Link is not distinct from surrounding text without reliance on color

Count of instances: 1

Complaint specifics

Complaints by testaro

Rule linkUl

Description: Non-underlined adjacent links

Count of instances: 19

Complaint specifics

Issue overflowHidden

WCAG: 1.4.4

Score: 36

Complaints by alfa

Rule r83

Description: Overflow is hidden or clipped if the text is enlarged

Count of instances: 9

Complaint specifics

Issue contrastAAA

WCAG: 1.4.6

Score: 35

Complaints by alfa

Rule r66

Description: Text contrast less than AAA requires

Count of instances: 35

Complaint specifics

Complaints by axe

Rule color-contrast-enhanced

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 5

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R76

Description: Text has less than the enhanced minimum contrast

Count of instances: 9

Complaint specifics

Issue slashParseRisk

WCAG: 4.1

Score: 31

Complaints by nuVal

Rule Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.

Description: Void element has a useless trailing slash.

Count of instances: 31

Complaint specifics

Issue metaBad

WCAG: 1.3.1

Score: 24

Complaints by nuVal

Rule ^Bad value .+ for attribute .+ on element meta.*$

Description: Attribute of a meta element has an invalid value

Count of instances: 8

Complaint specifics

Issue h1Multiple

WCAG: 1.3.1

Score: 24

Complaints by nuVal

Rule Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).

Description: Page contains more than 1 h1 element

Count of instances: 12

Complaint specifics

Issue overflowHiddenRisk

WCAG: 1.4.4

Score: 23

Complaints by qualWeb

Rule QW-ACT-R40

Description: Zoomed text node may be clipped by a CSS overflow declaration

Count of instances: 23

Complaint specifics

Issue noHeading

WCAG: 1.3.1

Score: 21

Complaints by qualWeb

Rule QW-BP1

Description: h1-h6 not used to identify headings

Count of instances: 7

Complaint specifics

Issue contrastRisk

WCAG: 1.4.3

Score: 17

Complaints by htmlcs

Rule AAA.1_4_3_F24.F24.FGColour

Description: Inline foreground color may lack a complementary background color

Count of instances: 4

Complaint specifics
Rule AAA.1_4_6.G17.Abs

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

Count of instances: 10

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

Complaint specifics

Issue parentBad

WCAG: 1.3.1

Score: 16

Complaints by nuVal

Rule ^Element .+ not allowed as child of element .+ in this context.*$

Description: Element has an invalid parent

Count of instances: 4

Complaint specifics

Issue obsolete

WCAG: 4.1

Score: 15

Complaints by ibm

Rule element_attribute_deprecated

Description: Element or attribute is obsolete

Count of instances: 5

Complaint specifics

Issue fontSmall

WCAG: 1.4

Score: 15

Complaints by tenon

Rule 134

Description: Text is very small

Count of instances: 1

Complaint specifics

Complaints by testaro

Rule miniText

Description: Text node has a font smaller than 11 pixels

Count of instances: 2

Complaint specifics

Complaints by wave

Rule text_small

Description: Text is very small

Count of instances: 5

Complaint specifics

Issue linkPair

WCAG: 2.4.4

Score: 14

Complaints by tenon

Rule 184

Description: Adjacent links point to the same destination

Count of instances: 2

Complaint specifics

Complaints by wave

Rule link_redundant

Description: Adjacent links go to the same URL

Count of instances: 7

Complaint specifics

Issue leadingAbsolute

WCAG: 1.4.12

Score: 12

Complaints by alfa

Rule r80

Description: Paragraph text has an absolute line height

Count of instances: 6

Complaint specifics

Issue elementClosure

WCAG: 4.1.1

Score: 12

Complaints by nuVal

Rule ^Stray end tag .+$

Description: Invalid closing tag

Count of instances: 3

Complaint specifics
Rule ^Start tag .+ seen but an element of the same type was already open.*$

Description: Element is invalidly a descendant of another such element

Count of instances: 1

Complaint specifics

Issue colorMissing

WCAG: 1.4.3

Score: 12

Complaints by qualWeb

Rule QW-WCAG-T31

Description: Foreground or background color is specified but not both

Count of instances: 3

Complaint specifics

Issue targetSize

WCAG: 2.5.5

Score: 12

Complaints by tenon

Rule 152

Description: Actionable element is smaller than the minimum required size

Count of instances: 4

Complaint specifics

Issue hoverSurprise

WCAG: 1.4.13

Score: 12

Complaints by testaro

Rule hover

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

Count of instances: 6

Complaint specifics

Issue hiddenContentRisk

WCAG: 4.1

Score: 9

Complaints by axe

Rule hidden-content

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

Count of instances: 9

Complaint specifics

Issue leadingInsufficient

WCAG: 1.4.8

Score: 8

Complaints by alfa

Rule r73

Description: Paragraph of text has insufficient line height

Count of instances: 4

Complaint specifics

Issue textAlternativeRisk

WCAG: 1

Score: 8

Complaints by continuum

Rule 234

Description: img element has a suspicious calculated accessible name

Count of instances: 3

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T8

Description: Text alternative is not an alternative

Count of instances: 8

Complaint specifics

Complaints by wave

Rule alt_suspicious

Description: Image text alternative is suspicious

Count of instances: 3

Complaint specifics

Issue headingOfNothing

WCAG: 1.3.1

Score: 6

Complaints by alfa

Rule r78

Description: No content between two headings of the same level

Count of instances: 3

Complaint specifics

Issue linkWindowSurpriseRisk

WCAG: 3.2.5

Score: 6

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

Complaint specifics

Issue activeEmbedding

WCAG: 2.5.5

Score: 6

Complaints by nuVal

Rule An element with the attribute tabindex must not appear as a descendant of the a element.

Description: descendant of an a element has a tabindex attribute

Count of instances: 2

Complaint specifics

Issue refresh

WCAG: 2.2.1

Score: 6

Complaints by qualWeb

Rule QW-ACT-R4

Description: meta element refreshes or redirects with delay

Count of instances: 1

Complaint specifics
Rule QW-ACT-R71

Description: meta element has a refresh delay (no exception)

Count of instances: 1

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 pseudoNavList

WCAG: 1.3.1

Score: 6

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

Complaint specifics

Issue linkVague

WCAG: 2.4.4

Score: 6

Complaints by tenon

Rule 73

Description: Link text is too generic to communicate the purpose or destination

Count of instances: 2

Complaint specifics

Issue inconsistentStyles

WCAG: 3.2.4

Score: 6

Complaints by testaro

Rule styleDiff

Description: Heading, link, and button style inconsistencies

Count of instances: 6

Complaint specifics

Issue leadingClipsText

WCAG: 1.4.8

Score: 4

Complaints by tenon

Rule 144

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

Count of instances: 1

Complaint specifics

Issue tabFocusability

WCAG: 2.1.1

Score: 4

Complaints by testaro

Rule focAll

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

Count of instances: 2

Complaint specifics

Issue zIndexNotZero

WCAG: 1.4

Score: 4

Complaints by testaro

Rule zIndex

Description: Layering with nondefault z-index values

Count of instances: 4

Complaint specifics

Issue repeatedContentRisk

WCAG: 2.4.1

Score: 3

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

Issue decorativeImageRisk

WCAG: 1.1.1

Score: 3

Complaints by htmlcs

Rule AAA.1_1_1.H67.2

Description: Image marked as decorative may be informative

Count of instances: 3

Complaint specifics

Issue roleBad

WCAG: 4.1.2

Score: 3

Complaints by ibm

Rule element_tabbable_role_valid

Description: Tabbable element has a non-widget role

Count of instances: 1

Complaint specifics

Issue allCaps

WCAG: 3.1.5

Score: 3

Complaints by tenon

Rule 153

Description: Long string of text is in all caps

Count of instances: 3

Complaint specifics

Issue scrollRisk

WCAG: 1.4.10

Score: 2

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

Complaint specifics

Issue typeRedundant

WCAG: 1.3.1

Score: 2

Complaints by nuVal

Rule The type attribute is unnecessary for JavaScript resources.

Description: type attribute is unnecessary for a JavaScript resource

Count of instances: 2

Complaint specifics

Issue sectionHeadingless

WCAG: 1.3.1

Score: 2

Complaints by nuVal

Rule Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.

Description: section has no heading

Count of instances: 2

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T9

Description: Page is not organized using headings

Count of instances: 1

Complaint specifics

Issue mainNone

WCAG: 1.3.6

Score: 2

Complaints by qualWeb

Rule QW-ACT-R63

Description: Document has no landmark with non-repeated content

Count of instances: 1

Complaint specifics

Issue textRotated

WCAG: 1.4.8

Score: 2

Complaints by tenon

Rule 271

Description: Text is needlessly rotated 60+ degrees or more, hurting comprehension

Count of instances: 1

Complaint specifics

Issue linkComprehensionRisk

WCAG: 2.4.4

Score: 2

Complaints by wave

Rule link_suspicious

Description: Suspicious link text

Count of instances: 2

Complaint specifics

Issue visibleBulk

WCAG: 2.4

Score: 1

Complaints by testaro

Rule bulk

Description: Page contains many visible elements

Count of instances: 1

Complaint specifics

Complete report

{
  "id": "18ixx-ts27-caAD29-c",
  "what": "accessibility tests",
  "strict": true,
  "timeLimit": 330,
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "startTime": 1687096252185,
      "endTime": 1687096252742
    },
    {
      "type": "url",
      "which": "https://www.rivasforassembly.com/",
      "what": "Candidate Robert Rivas (D)",
      "startTime": 1687096252742,
      "result": {
        "url": "https://www.rivasforassembly.com/"
      },
      "endTime": 1687096254171
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": false,
      "what": "Tenon API version 2 test request, with page content",
      "startTime": 1687096254171,
      "url": "https://www.rivasforassembly.com/",
      "endTime": 1687096255487
    },
    {
      "type": "test",
      "which": "testaro",
      "what": "Testaro",
      "withItems": true,
      "rules": [
        "y",
        "motion"
      ],
      "startTime": 1687096255488,
      "url": "https://www.rivasforassembly.com/",
      "result": {
        "rules": {
          "motion": {
            "what": "motion without user request",
            "data": {
              "bytes": [
                922777,
                922777,
                922777,
                922777,
                922777
              ],
              "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": 1687096268985
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687096268985,
      "endTime": 1687096269547
    },
    {
      "type": "url",
      "which": "https://www.rivasforassembly.com/",
      "what": "Candidate Robert Rivas (D)",
      "startTime": 1687096269547,
      "result": {
        "url": "https://www.rivasforassembly.com/"
      },
      "endTime": 1687096270108
    },
    {
      "type": "test",
      "which": "alfa",
      "startTime": 1687096270108,
      "url": "https://www.rivasforassembly.com/",
      "what": "alfa",
      "result": {
        "totals": {
          "failures": 46,
          "warnings": 76
        },
        "items": [
          {
            "index": 18,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_0_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-k4bygllk-comp-k4byglio&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;aebe5b6fd55f471a936c72f...",
                "    <img alt=\"Grey Facebook Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 19,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_1_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-k4bygllk2-comp-k4byglio&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;aeb686ff41244d85bc1232...",
                "    <img alt=\"Grey Twitter Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 20,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_2_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-k4bygllk4-comp-k4byglio&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;40898a93cfff4578b17790...",
                "    <img alt=\"Grey Instagram Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 21,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_3_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-k4byglll1-comp-k4byglio&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;a1fed5f687844a6e8f42e0...",
                "    <img alt=\"Grey YouTube Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 22,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_4_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-l2pct099-comp-k4byglio&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:198,&quot;height&quot;:198,&quot;uri&quot;:&quot;0b7f83ec01814fdaa3abdf6...",
                "    <img alt=\"Flickr\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 24,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]",
              "codeLines": [
                "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>"
              ]
            }
          },
          {
            "index": 410,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:center\">",
                "      <p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c0label\">",
                "        HOME",
                "      </p>",
                "    </div>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 411,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:center\">",
                "      <p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c1label\">",
                "        BIOGRAPHY",
                "      </p>",
                "    </div>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 412,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/issues\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:center\">",
                "      <p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c2label\">",
                "        ISSUES",
                "      </p>",
                "    </div>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 413,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/2022endorsements\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:center\">",
                "      <p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c3label\">",
                "        ENDORSEMENTS",
                "      </p>",
                "    </div>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 414,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/get-involved\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:center\">",
                "      <p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c4label\" tabindex=\"-1\">",
                "        GET INVOLVED",
                "      </p>",
                "    </div>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 415,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/media-press\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:center\">",
                "      <p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c5label\" tabindex=\"-1\">",
                "        MEDIA/PRESS",
                "      </p>",
                "    </div>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 416,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">",
                "  <span class=\"M3I7Z2 wixui-button__label\">",
                "    Contribute",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 417,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">",
                "  <span class=\"M3I7Z2 wixui-button__label\">",
                "    READ MORE",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 418,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">",
                "  <span class=\"M3I7Z2 wixui-button__label\">",
                "    $25",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 419,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">",
                "  <span class=\"M3I7Z2 wixui-button__label\">",
                "    $100",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 420,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">",
                "  <span class=\"M3I7Z2 wixui-button__label\">",
                "    $500",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 421,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">",
                "  <span class=\"M3I7Z2 wixui-button__label\">",
                "    $1,000",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 422,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">",
                "  <span class=\"M3I7Z2 wixui-button__label\">",
                "    $2,500",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 423,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[7]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">",
                "  <span class=\"M3I7Z2 wixui-button__label\">",
                "    OTHER",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 424,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[8]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">",
                "  <span class=\"M3I7Z2 wixui-button__label\">",
                "    MAKE A MONTHLY RECURRING CONTRIBUTION",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 425,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">",
                "  <span class=\"M3I7Z2 wixui-button__label\">",
                "    READ MORE",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 426,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/button[1]",
              "codeLines": [
                "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\">",
                "  <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\">",
                "    <path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path>",
                "  </svg>",
                "</button>"
              ]
            }
          },
          {
            "index": 427,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/button[2]",
              "codeLines": [
                "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\">",
                "  <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\">",
                "    <path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path>",
                "  </svg>",
                "</button>"
              ]
            }
          },
          {
            "index": 428,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_0_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-k4bygllk-comp-k4byglio&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;aebe5b6fd55f471a936c72f...",
                "    <img alt=\"Grey Facebook Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 429,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_1_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-k4bygllk2-comp-k4byglio&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;aeb686ff41244d85bc1232...",
                "    <img alt=\"Grey Twitter Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 430,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_2_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-k4bygllk4-comp-k4byglio&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;40898a93cfff4578b17790...",
                "    <img alt=\"Grey Instagram Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 431,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_3_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-k4byglll1-comp-k4byglio&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;a1fed5f687844a6e8f42e0...",
                "    <img alt=\"Grey YouTube Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 432,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_4_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-l2pct099-comp-k4byglio&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:198,&quot;height&quot;:198,&quot;uri&quot;:&quot;0b7f83ec01814fdaa3abdf6...",
                "    <img alt=\"Flickr\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 433,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">",
                "  <span class=\"M3I7Z2 wixui-button__label\">",
                "    Contribute Now",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 434,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]",
              "codeLines": [
                "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>"
              ]
            }
          },
          {
            "index": 435,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[2]",
              "codeLines": [
                "<a data-auto-recognition=\"true\" href=\"mailto:rivasforassembly@gmail.com\" class=\"wixui-rich-text__text\">",
                "  rivasforassembly@gmail.com",
                "</a>"
              ]
            }
          },
          {
            "index": 436,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "HOME"
              ]
            }
          },
          {
            "index": 437,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "BIOGRAPHY"
              ]
            }
          },
          {
            "index": 438,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "ISSUES"
              ]
            }
          },
          {
            "index": 439,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "ENDORSEMENTS"
              ]
            }
          },
          {
            "index": 440,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "GET INVOLVED"
              ]
            }
          },
          {
            "index": 441,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "MEDIA/PRESS"
              ]
            }
          },
          {
            "index": 442,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Contribute"
              ]
            }
          },
          {
            "index": 443,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "RIVAS"
              ]
            }
          },
          {
            "index": 444,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "ROBERT"
              ]
            }
          },
          {
            "index": 445,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "For State Assembly"
              ]
            }
          },
          {
            "index": 446,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[2]",
              "codeLines": [
                "District 29"
              ]
            }
          },
          {
            "index": 447,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "re-elect"
              ]
            }
          },
          {
            "index": 448,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "READ MORE"
              ]
            }
          },
          {
            "index": 449,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Please donate now to support the campaign!"
              ]
            }
          },
          {
            "index": 450,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "$25"
              ]
            }
          },
          {
            "index": 451,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "$100"
              ]
            }
          },
          {
            "index": 452,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "$500"
              ]
            }
          },
          {
            "index": 453,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "$1,000"
              ]
            }
          },
          {
            "index": 454,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "$2,500"
              ]
            }
          },
          {
            "index": 455,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[7]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "OTHER"
              ]
            }
          },
          {
            "index": 456,
            "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[8]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "MAKE A MONTHLY RECURRING CONTRIBUTION"
              ]
            }
          },
          {
            "index": 457,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "About"
              ]
            }
          },
          {
            "index": 458,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[2]/text()[1]",
              "codeLines": [
                "Robert"
              ]
            }
          },
          {
            "index": 459,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "Assembly Speaker Designate Robert Rivas was first elected to serve as a State Assemblymember in 2018.  A lifelong resident of the district, Rivas served two terms on the San Benito County Board of Supervisors prior to becoming an Assemblymember."
              ]
            }
          },
          {
            "index": 460,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/p[3]/span[1]/text()[1]",
              "codeLines": [
                "Rivas was raised in Paicines, California, where his grandfather was a farmworker at Almaden Vineyards. Rivas and his brother Rick grew up in farmworker housing, cared for by their single mother and beloved grandparents, who emigrated from Mexico in the 1960s."
              ]
            }
          },
          {
            "index": 461,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "READ MORE"
              ]
            }
          },
          {
            "index": 462,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "What People"
              ]
            }
          },
          {
            "index": 463,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[2]/text()[1]",
              "codeLines": [
                "Are Saying"
              ]
            }
          },
          {
            "index": 464,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "I strongly urge all Santa Clara County residents to support Robert Rivas for State Assembly. Robert understands the needs of South Santa Clara County residents. He’ll fight for increased funding for roads and transportation, more affordable housing, and better schools for our children. He’s a princi..."
              ]
            }
          },
          {
            "index": 465,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[3]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Blanca Alvarado"
              ]
            }
          },
          {
            "index": 466,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[4]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Former Santa Clara County Supervisor"
              ]
            }
          },
          {
            "index": 467,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Contribute Now"
              ]
            }
          },
          {
            "index": 468,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Paid for by Robert Rivas for Assembly 2024  |  FPPC ID # 1456511  |"
              ]
            }
          },
          {
            "index": 469,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[2]/text()[1]",
              "codeLines": [
                "rivasforassembly@gmail.com"
              ]
            }
          },
          {
            "index": 470,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[2]",
              "codeLines": [
                "|  P.O. Box 2385, Salinas, CA 93902"
              ]
            }
          },
          {
            "index": 477,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "HOME"
              ]
            }
          },
          {
            "index": 478,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "BIOGRAPHY"
              ]
            }
          },
          {
            "index": 479,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "ISSUES"
              ]
            }
          },
          {
            "index": 480,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "ENDORSEMENTS"
              ]
            }
          },
          {
            "index": 481,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "GET INVOLVED"
              ]
            }
          },
          {
            "index": 482,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "MEDIA/PRESS"
              ]
            }
          },
          {
            "index": 484,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "RIVAS"
              ]
            }
          },
          {
            "index": 485,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "ROBERT"
              ]
            }
          },
          {
            "index": 486,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "For State Assembly"
              ]
            }
          },
          {
            "index": 487,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[2]",
              "codeLines": [
                "District 29"
              ]
            }
          },
          {
            "index": 488,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "re-elect"
              ]
            }
          },
          {
            "index": 489,
            "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "READ MORE"
              ]
            }
          },
          {
            "index": 490,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Please donate now to support the campaign!"
              ]
            }
          },
          {
            "index": 498,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "About"
              ]
            }
          },
          {
            "index": 499,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[2]/text()[1]",
              "codeLines": [
                "Robert"
              ]
            }
          },
          {
            "index": 500,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "Assembly Speaker Designate Robert Rivas was first elected to serve as a State Assemblymember in 2018.  A lifelong resident of the district, Rivas served two terms on the San Benito County Board of Supervisors prior to becoming an Assemblymember."
              ]
            }
          },
          {
            "index": 501,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/p[3]/span[1]/text()[1]",
              "codeLines": [
                "Rivas was raised in Paicines, California, where his grandfather was a farmworker at Almaden Vineyards. Rivas and his brother Rick grew up in farmworker housing, cared for by their single mother and beloved grandparents, who emigrated from Mexico in the 1960s."
              ]
            }
          },
          {
            "index": 502,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "READ MORE"
              ]
            }
          },
          {
            "index": 503,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "What People"
              ]
            }
          },
          {
            "index": 504,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[2]/text()[1]",
              "codeLines": [
                "Are Saying"
              ]
            }
          },
          {
            "index": 505,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "I strongly urge all Santa Clara County residents to support Robert Rivas for State Assembly. Robert understands the needs of South Santa Clara County residents. He’ll fight for increased funding for roads and transportation, more affordable housing, and better schools for our children. He’s a princi..."
              ]
            }
          },
          {
            "index": 506,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[3]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Blanca Alvarado"
              ]
            }
          },
          {
            "index": 507,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[4]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Former Santa Clara County Supervisor"
              ]
            }
          },
          {
            "index": 509,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Paid for by Robert Rivas for Assembly 2024  |  FPPC ID # 1456511  |"
              ]
            }
          },
          {
            "index": 510,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[2]/text()[1]",
              "codeLines": [
                "rivasforassembly@gmail.com"
              ]
            }
          },
          {
            "index": 511,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[2]",
              "codeLines": [
                "|  P.O. Box 2385, Salinas, CA 93902"
              ]
            }
          },
          {
            "index": 546,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[1]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\">",
                "  <span class=\"color_14 wixui-rich-text__text\">",
                "    <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">",
                "      I strongly urge all Santa Clara County residents to support Robert Rivas for State Assembly. Robert understands the needs of South Santa Clara County residents. He’ll fight for increased funding for roads and transportation, more affordable housing, and better schools for our children. He’s a ...",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 547,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[3]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\">",
                "  <span style=\"color:#626262;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">",
                "        Blanca Alvarado",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 548,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[4]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\">",
                "  <span style=\"color:#626262;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">",
                "        Former Santa Clara County Supervisor",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 549,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]",
              "codeLines": [
                "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:14px; line-height:normal; text-align:center;\">",
                "  <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">",
                "      <span class=\"color_14 wixui-rich-text__text\">",
                "        <span style=\"font-family:avenir-lt-w01_35-light1475496,sans-serif;\" class=\"wixui-rich-text__text\">",
                "          Paid for by Robert Rivas for Assembly 2024  |  FPPC ID # 1456511  |",
                "          <a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>",
                "          <a data-auto-recognition=\"true\" href=\"mailto:rivasforassembly@gmail.com\" class=\"wixui-rich-text__text\">",
                "            rivasforassembly@gmail.com",
                "          </a>",
                "          |  P.O. Box 2385, Salinas, CA 93902",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 550,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/p[1]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.7em; font-size:15px;\">",
                "  <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">",
                "    Assembly Speaker Designate Robert Rivas was first elected to serve as a State Assemblymember in 2018.  A lifelong resident of the district, Rivas served two terms on the San Benito County Board of Supervisors prior to becoming an Assemblymember.",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 551,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/p[3]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.7em; font-size:15px;\">",
                "  <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">",
                "    Rivas was raised in Paicines, California, where his grandfather was a farmworker at Almaden Vineyards. Rivas and his brother Rick grew up in farmworker housing, cared for by their single mother and beloved grandparents, who emigrated from Mexico in the 1960s.",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 552,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[1]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\">",
                "  <span class=\"color_14 wixui-rich-text__text\">",
                "    <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">",
                "      I strongly urge all Santa Clara County residents to support Robert Rivas for State Assembly. Robert understands the needs of South Santa Clara County residents. He’ll fight for increased funding for roads and transportation, more affordable housing, and better schools for our children. He’s a ...",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 553,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[3]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\">",
                "  <span style=\"color:#626262;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">",
                "        Blanca Alvarado",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 554,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[4]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\">",
                "  <span style=\"color:#626262;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">",
                "        Former Santa Clara County Supervisor",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 555,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]",
              "codeLines": [
                "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:14px; line-height:normal; text-align:center;\">",
                "  <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">",
                "      <span class=\"color_14 wixui-rich-text__text\">",
                "        <span style=\"font-family:avenir-lt-w01_35-light1475496,sans-serif;\" class=\"wixui-rich-text__text\">",
                "          Paid for by Robert Rivas for Assembly 2024  |  FPPC ID # 1456511  |",
                "          <a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>",
                "          <a data-auto-recognition=\"true\" href=\"mailto:rivasforassembly@gmail.com\" class=\"wixui-rich-text__text\">",
                "            rivasforassembly@gmail.com",
                "          </a>",
                "          |  P.O. Box 2385, Salinas, CA 93902",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 583,
            "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": "h1",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]",
              "codeLines": [
                "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:72px; text-align:center;\">",
                "  <span style=\"font-size:72px;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"letter-spacing:0.15em;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"font-family:poppins-semibold,poppins,sans-serif;\" class=\"wixui-rich-text__text\">",
                "          <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">",
                "            RIVAS",
                "          </span>",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</h1>"
              ]
            }
          },
          {
            "index": 584,
            "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": "h1",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/h1[1]",
              "codeLines": [
                "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:32px; text-align:center;\">",
                "  <span style=\"font-size:32px;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-family:poppins-semibold,poppins,sans-serif;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">",
                "          <span style=\"letter-spacing:0.4em;\" class=\"wixui-rich-text__text\">",
                "            ROBERT",
                "          </span>",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</h1>"
              ]
            }
          },
          {
            "index": 585,
            "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": "h1",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/h1[1]",
              "codeLines": [
                "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.2em; text-align:center;\">",
                "  <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-family:poppins-semibold,poppins,sans-serif;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">",
                "          For State Assembly",
                "          <br class=\"wixui-rich-text__text\">",
                "          District 29",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</h1>"
              ]
            }
          },
          {
            "index": 592,
            "verdict": "failed",
            "rule": {
              "ruleID": "r80",
              "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r80",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c0label\">",
                "  HOME",
                "</p>"
              ]
            }
          },
          {
            "index": 593,
            "verdict": "failed",
            "rule": {
              "ruleID": "r80",
              "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r80",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c1label\">",
                "  BIOGRAPHY",
                "</p>"
              ]
            }
          },
          {
            "index": 594,
            "verdict": "failed",
            "rule": {
              "ruleID": "r80",
              "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r80",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c2label\">",
                "  ISSUES",
                "</p>"
              ]
            }
          },
          {
            "index": 595,
            "verdict": "failed",
            "rule": {
              "ruleID": "r80",
              "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r80",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c3label\">",
                "  ENDORSEMENTS",
                "</p>"
              ]
            }
          },
          {
            "index": 596,
            "verdict": "failed",
            "rule": {
              "ruleID": "r80",
              "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r80",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c4label\" tabindex=\"-1\">",
                "  GET INVOLVED",
                "</p>"
              ]
            }
          },
          {
            "index": 597,
            "verdict": "failed",
            "rule": {
              "ruleID": "r80",
              "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r80",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c5label\" tabindex=\"-1\">",
                "  MEDIA/PRESS",
                "</p>"
              ]
            }
          },
          {
            "index": 610,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "READ MORE"
              ]
            }
          },
          {
            "index": 612,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "$25"
              ]
            }
          },
          {
            "index": 613,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "$100"
              ]
            }
          },
          {
            "index": 614,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "$500"
              ]
            }
          },
          {
            "index": 615,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "$1,000"
              ]
            }
          },
          {
            "index": 616,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "$2,500"
              ]
            }
          },
          {
            "index": 617,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[7]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "OTHER"
              ]
            }
          },
          {
            "index": 618,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[8]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "MAKE A MONTHLY RECURRING CONTRIBUTION"
              ]
            }
          },
          {
            "index": 623,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "READ MORE"
              ]
            }
          },
          {
            "index": 646,
            "verdict": "failed",
            "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": [
          76,
          0,
          0,
          46
        ],
        "instances": [
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-k4byglio\" class=\"HlRz5e YaS0jR\" da ... t;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;aebe5b6fd55f471a936c72f... <img alt=\"Grey Facebook Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data- ... uot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;aeb686ff41244d85bc1232... <img alt=\"Grey Twitter Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-i ... t;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;40898a93cfff4578b17790... <img alt=\"Grey Instagram Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_3_comp-k4byglio\" class=\"HlRz5e ... uot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;a1fed5f687844a6e8f42e0... <img alt=\"Grey YouTube Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_4_comp-k4byglio\" class=\"HlRz5e YaS0jR\" dat ... mageData&quot;:{&quot;width&quot;:198,&quot;height&quot;:198,&quot;uri&quot;:&quot;0b7f83ec01814fdaa3abdf6... <img alt=\"Flickr\" style=\"width: 27px; height: 27px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]"
            },
            "excerpt": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:center\"> <p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c0label\"> HOME </p> </div> </div> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:center\"> <p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c1label\"> BIOGRAPHY </p> </div> </div> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/issues\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:center\"> <p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c2label\"> ISSUES </p> </div> </div> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/2022endorsements\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:center\"> <p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c3label\"> ENDORSEMENTS </p> </div> </div> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/get-involved\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:center\"> <p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c4label\" tabindex=\"-1\"> GET INVOLVED </p> </div> </div> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/media-press\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:center\"> <p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c5label\" tabindex=\"-1\"> MEDIA/PRESS </p> </div> </div> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> Contribute </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> READ MORE </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> $25 </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> $100 </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> $500 </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> $1,000 </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> $2,500 </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[7]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> OTHER </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[8]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> MAKE A MONTHLY RECURRING CONTRIBUTION </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> READ MORE </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/button[1]"
            },
            "excerpt": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"> <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"> <path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path> </svg> </button>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/button[2]"
            },
            "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"> <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"> <path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path> </svg> </button>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-k4byglio\" class=\"HlRz5e YaS0jR\" da ... t;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;aebe5b6fd55f471a936c72f... <img alt=\"Grey Facebook Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data- ... uot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;aeb686ff41244d85bc1232... <img alt=\"Grey Twitter Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-i ... t;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;40898a93cfff4578b17790... <img alt=\"Grey Instagram Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_3_comp-k4byglio\" class=\"HlRz5e ... uot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;a1fed5f687844a6e8f42e0... <img alt=\"Grey YouTube Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_4_comp-k4byglio\" class=\"HlRz5e YaS0jR\" dat ... mageData&quot;:{&quot;width&quot;:198,&quot;height&quot;:198,&quot;uri&quot;:&quot;0b7f83ec01814fdaa3abdf6... <img alt=\"Flickr\" style=\"width: 27px; height: 27px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> Contribute Now </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]"
            },
            "excerpt": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[2]"
            },
            "excerpt": "<a data-auto-recognition=\"true\" href=\"mailto:rivasforassembly@gmail.com\" class=\"wixui-rich-text__text\"> rivasforassembly@gmail.com </a>"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "HOME"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "BIOGRAPHY"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "ISSUES"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "ENDORSEMENTS"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "GET INVOLVED"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "MEDIA/PRESS"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "Contribute"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "RIVAS"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "ROBERT"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "For State Assembly"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[2]"
            },
            "excerpt": "District 29"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "re-elect"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "READ MORE"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Please donate now to support the campaign!"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "$25"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "$100"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "$500"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "$1,000"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "$2,500"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[7]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "OTHER"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[8]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "MAKE A MONTHLY RECURRING CONTRIBUTION"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "About"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[2]/text()[1]"
            },
            "excerpt": "Robert"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "Assembly Speaker Designate Robert Rivas was first elected to serve as a State Assemblymember in 2018. A lifelong resident of the district, Rivas served two terms on the San Benito County Board of Supervisors prior to becoming an Assemblymember."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/p[3]/span[1]/text()[1]"
            },
            "excerpt": "Rivas was raised in Paicines, California, where his grandfather was a farmworker at Almaden Vineyards. Rivas and his brother Rick grew up in farmworker housing, cared for by their single mother and beloved grandparents, who emigrated from Mexico in the 1960s."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "READ MORE"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "What People"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[2]/text()[1]"
            },
            "excerpt": "Are Saying"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "I strongly urge all Santa Clara County residents to support Robert Rivas for State Assembly. Robert understands the needs of South Santa Clara County residents. He’ll fight for increased funding for roads and transportation, more affordable housing, and better schools for our children. He’s a princi..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[3]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Blanca Alvarado"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[4]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Former Santa Clara County Supervisor"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "Contribute Now"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Paid for by Robert Rivas for Assembly 2024 | FPPC ID # 1456511 |"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[2]/text()[1]"
            },
            "excerpt": "rivasforassembly@gmail.com"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[2]"
            },
            "excerpt": "| P.O. Box 2385, Salinas, CA 93902"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "HOME"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "BIOGRAPHY"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "ISSUES"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "ENDORSEMENTS"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "GET INVOLVED"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "MEDIA/PRESS"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "RIVAS"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "ROBERT"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "For State Assembly"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[2]"
            },
            "excerpt": "District 29"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "re-elect"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "READ MORE"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Please donate now to support the campaign!"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "About"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[2]/text()[1]"
            },
            "excerpt": "Robert"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "Assembly Speaker Designate Robert Rivas was first elected to serve as a State Assemblymember in 2018. A lifelong resident of the district, Rivas served two terms on the San Benito County Board of Supervisors prior to becoming an Assemblymember."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/p[3]/span[1]/text()[1]"
            },
            "excerpt": "Rivas was raised in Paicines, California, where his grandfather was a farmworker at Almaden Vineyards. Rivas and his brother Rick grew up in farmworker housing, cared for by their single mother and beloved grandparents, who emigrated from Mexico in the 1960s."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "READ MORE"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "What People"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[2]/text()[1]"
            },
            "excerpt": "Are Saying"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "I strongly urge all Santa Clara County residents to support Robert Rivas for State Assembly. Robert understands the needs of South Santa Clara County residents. He’ll fight for increased funding for roads and transportation, more affordable housing, and better schools for our children. He’s a princi..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[3]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Blanca Alvarado"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[4]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Former Santa Clara County Supervisor"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Paid for by Robert Rivas for Assembly 2024 | FPPC ID # 1456511 |"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[2]/text()[1]"
            },
            "excerpt": "rivasforassembly@gmail.com"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[2]"
            },
            "excerpt": "| P.O. Box 2385, Salinas, CA 93902"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[1]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\"> <span class=\"color_14 wixui-rich-text__text\"> <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\"> I strongl ... eds of South Santa Clara County residents. He’ll fight for increased funding for roads and transportation, more affordable housing, and better schools for our children. He’s a ... </span> </span> </p>"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[3]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\"> <span style=\"color:#626262;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\"> Blanca Alvarado </span> </span> </span> </p>"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[4]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\"> <span style=\"color:#626262;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\"> Former Santa Clara County Supervisor </span> </span> </span> </p>"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]"
            },
            "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:14px; line-height:normal; text-align:center;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:14px; ... -auto-recognition=\"true\" href=\"mailto:rivasforassembly@gmail.com\" class=\"wixui-rich-text__text\"> rivasforassembly@gmail.com </a> | P.O. Box 2385, Salinas, CA 93902 </span> </span> </span> </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/p[1]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.7em; font-size:15px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> Assembly Speaker Designate Robert Rivas was firs ...  to serve as a State Assemblymember in 2018. A lifelong resident of the district, Rivas served two terms on the San Benito County Board of Supervisors prior to becoming an Assemblymember. </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/p[3]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.7em; font-size:15px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> Rivas was raised in Paicines, California, where  ... rmworker at Almaden Vineyards. Rivas and his brother Rick grew up in farmworker housing, cared for by their single mother and beloved grandparents, who emigrated from Mexico in the 1960s. </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[1]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\"> <span class=\"color_14 wixui-rich-text__text\"> <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\"> I strongl ... eds of South Santa Clara County residents. He’ll fight for increased funding for roads and transportation, more affordable housing, and better schools for our children. He’s a ... </span> </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[3]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\"> <span style=\"color:#626262;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\"> Blanca Alvarado </span> </span> </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[4]/p[4]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\"> <span style=\"color:#626262;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:14px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\"> Former Santa Clara County Supervisor </span> </span> </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]"
            },
            "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:14px; line-height:normal; text-align:center;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:14px; ... -auto-recognition=\"true\" href=\"mailto:rivasforassembly@gmail.com\" class=\"wixui-rich-text__text\"> rivasforassembly@gmail.com </a> | P.O. Box 2385, Salinas, CA 93902 </span> </span> </span> </span> </p>"
          },
          {
            "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:72px; text-align:center;\"> <span style=\"font-size:72px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#00C3E5;\" class=\"wixui-rich-text__t ... yle=\"font-family:poppins-semibold,poppins,sans-serif;\" class=\"wixui-rich-text__text\"> <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\"> RIVAS </span> </span> </span> </span> </span> </h1>"
          },
          {
            "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/h1[1]"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:32px; text-align:center;\"> <span style=\"font-size:32px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:poppins-semibold,poppins,sans ... ui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.4em;\" class=\"wixui-rich-text__text\"> ROBERT </span> </span> </span> </span> </span> </h1>"
          },
          {
            "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/h1[1]"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.2em; text-align:center;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:14px; ... rif;\" class=\"wixui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> For State Assembly <br class=\"wixui-rich-text__text\"> District 29 </span> </span> </span> </span> </h1>"
          },
          {
            "ruleID": "r80",
            "what": "Paragraphs of text do not have line heights defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c0label",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c0label\"> HOME </p>"
          },
          {
            "ruleID": "r80",
            "what": "Paragraphs of text do not have line heights defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c1label",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c1label\"> BIOGRAPHY </p>"
          },
          {
            "ruleID": "r80",
            "what": "Paragraphs of text do not have line heights defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c2label",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c2label\"> ISSUES </p>"
          },
          {
            "ruleID": "r80",
            "what": "Paragraphs of text do not have line heights defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c3label",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c3label\"> ENDORSEMENTS </p>"
          },
          {
            "ruleID": "r80",
            "what": "Paragraphs of text do not have line heights defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c4label",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c4label\" tabindex=\"-1\"> GET INVOLVED </p>"
          },
          {
            "ruleID": "r80",
            "what": "Paragraphs of text do not have line heights defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c5label",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c5label\" tabindex=\"-1\"> MEDIA/PRESS </p>"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "READ MORE"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "$25"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "$100"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "$500"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "$1,000"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "$2,500"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[7]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "OTHER"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[8]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "MAKE A MONTHLY RECURRING CONTRIBUTION"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "READ MORE"
          },
          {
            "ruleID": "r87",
            "what": "First focusable element is link to main content",
            "ordinalSeverity": 3,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/"
            },
            "excerpt": "#document <!doctype html> ... </html>"
          }
        ]
      },
      "endTime": 1687096274359
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "startTime": 1687096274359,
      "url": "https://www.rivasforassembly.com/",
      "what": "Axe",
      "result": {
        "totals": {
          "rulesNA": 52,
          "rulesPassed": 45,
          "rulesWarned": 3,
          "rulesViolated": 3,
          "warnings": {
            "minor": 9,
            "moderate": 0,
            "serious": 8,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 0,
            "serious": 17,
            "critical": 0
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.7.0"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2023-06-18T13:51:14.909Z",
          "url": "https://www.rivasforassembly.com/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143",
                "ACT",
                "TTv5",
                "TT13.c"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
              "help": "Elements must meet minimum color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#ffffff",
                        "contrastRatio": 1,
                        "fontSize": "24.0pt (32px)",
                        "fontWeight": "bold",
                        "messageKey": "equalRatio",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>",
                          "target": [
                            "#bgLayers_pageBackground_z2x5g > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has a 1:1 contrast ratio with the background"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"letter-spacing:0.4em;\" class=\"wixui-rich-text__text\">ROBERT</span>",
                  "target": [
                    "#comp-kizeh84z > h1 > span > span > span > span > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a 1:1 contrast ratio with the background"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#ffffff",
                        "contrastRatio": 1,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "equalRatio",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>",
                          "target": [
                            "#bgLayers_pageBackground_z2x5g > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has a 1:1 contrast ratio with the background"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">For State Assembly<br class=\"wixui-rich-text__text\">\nDistrict 29</span>",
                  "target": [
                    "#comp-kizeh852 > h1 > span > span > span > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a 1:1 contrast ratio with the background"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">What People </span>",
                  "target": [
                    "#comp-kizeh89g > h1 > span > span > span > span > span:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"color:#1E3557;\" class=\"wixui-rich-text__text\">Are Saying</span>",
                  "target": [
                    "#comp-kizeh89g > h1 > span > span > span > span > span:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">",
                  "target": [
                    ".font_8:nth-child(1) > .color_14 > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">Blanca Alvarado</span>",
                  "target": [
                    ".font_8:nth-child(3) > span > span > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">Former Santa Clara County Supervisor</span>",
                  "target": [
                    ".font_8:nth-child(4) > span > span > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<span class=\"mHZSwn\">top of page</span>",
                  "target": [
                    "#SCROLL_TO_TOP > .mHZSwn"
                  ],
                  "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": "<li id=\"comp-irys4v5c__more__\" data-direction=\"ltr\" data-listposition=\"right\" data-state=\"menu false  header\" data-index=\"__more__\" data-dropdown=\"false\" class=\"iryznZ vDnwi4\" data-original-gap-between-text-and-btn=\"10\" aria-hidden=\"true\" style=\"width: 146px; height: 0px; position: absolute; box-sizing: border-box; overflow: hidden; visibility: hidden;\">",
                  "target": [
                    "#comp-irys4v5c__more__"
                  ],
                  "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 style=\"display:none\" id=\"comp-irys4v5cnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>",
                  "target": [
                    "#comp-irys4v5cnavContainer-hiddenA11ySubMenuIndication"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img alt=\"Grey Facebook Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                  "target": [
                    "img[alt=\"Grey Facebook Icon\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img alt=\"Grey Twitter Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                  "target": [
                    "img[alt=\"Grey Twitter Icon\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img alt=\"Grey Instagram Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                  "target": [
                    "img[alt=\"Grey Instagram Icon\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img alt=\"Grey YouTube Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                  "target": [
                    "img[alt=\"Grey YouTube Icon\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<img alt=\"Flickr\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                  "target": [
                    "img[alt=\"Flickr\"]"
                  ],
                  "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": "<span class=\"mHZSwn\">bottom of page</span>",
                  "target": [
                    "#SCROLL_TO_BOTTOM > .mHZSwn"
                  ],
                  "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": "link-in-text-block",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2a",
                "wcag141",
                "TTv5",
                "TT13.a"
              ],
              "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
              "help": "Links must be distinguishable without relying on color",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/link-in-text-block?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "link-in-text-block",
                      "data": {
                        "messageKey": "bgOverlap"
                      },
                      "relatedNodes": [
                        {
                          "html": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:14px; line-height:normal; text-align:center;\">",
                          "target": [
                            ".font_7"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's contrast ratio could not be determined because of element overlap"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a data-auto-recognition=\"true\" href=\"mailto:rivasforassembly@gmail.com\" class=\"wixui-rich-text__text\">rivasforassembly@gmail.com</a>",
                  "target": [
                    "a[data-auto-recognition=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146",
                "ACT"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds",
              "help": "Elements must meet enhanced color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#00c3e5",
                        "bgColor": "#1e3557",
                        "contrastRatio": 5.83,
                        "fontSize": "8.3pt (11px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"_4XcTfy\" data-testid=\"screenWidthContainerBg\"></div>",
                          "target": [
                            "._4XcTfy"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.83 (foreground color: #00c3e5, background color: #1e3557, font size: 8.3pt (11px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c0label\">HOME</p>",
                  "target": [
                    "#comp-irys4v5c0label"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.83 (foreground color: #00c3e5, background color: #1e3557, font size: 8.3pt (11px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1e3557",
                        "bgColor": "#00c3e5",
                        "contrastRatio": 5.83,
                        "fontSize": "7.5pt (10px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">Contribute</span></a>",
                          "target": [
                            "#comp-kkhdxb4z > .kuTaGy.wixui-button.zKbzSQ"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.83 (foreground color: #1e3557, background color: #00c3e5, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"M3I7Z2 wixui-button__label\">Contribute</span>",
                  "target": [
                    "#comp-kkhdxb4z > .kuTaGy.wixui-button.zKbzSQ > .M3I7Z2.wixui-button__label"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.83 (foreground color: #1e3557, background color: #00c3e5, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#1e3557",
                        "bgColor": "#00c3e5",
                        "contrastRatio": 5.83,
                        "fontSize": "7.5pt (10px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">Contribute Now</span></a>",
                          "target": [
                            "#comp-k40k4ca6 > .kuTaGy.wixui-button.zKbzSQ"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.83 (foreground color: #1e3557, background color: #00c3e5, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"M3I7Z2 wixui-button__label\">Contribute Now</span>",
                  "target": [
                    "#comp-k40k4ca6 > .kuTaGy.wixui-button.zKbzSQ > .M3I7Z2.wixui-button__label"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.83 (foreground color: #1e3557, background color: #00c3e5, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#605e5e",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.44,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>",
                          "target": [
                            "#bgLayers_pageBackground_z2x5g > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.44 (foreground color: #605e5e, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-family:avenir-lt-w01_35-light1475496,sans-serif;\" class=\"wixui-rich-text__text\">",
                  "target": [
                    "span > .color_14 > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.44 (foreground color: #605e5e, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#605e5e",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.44,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>",
                          "target": [
                            "#bgLayers_pageBackground_z2x5g > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.44 (foreground color: #605e5e, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a data-auto-recognition=\"true\" href=\"mailto:rivasforassembly@gmail.com\" class=\"wixui-rich-text__text\">rivasforassembly@gmail.com</a>",
                  "target": [
                    "a[data-auto-recognition=\"true\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.44 (foreground color: #605e5e, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143",
                "ACT",
                "TTv5",
                "TT13.c"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
              "help": "Elements must meet minimum color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#00c3e5",
                        "bgColor": "#ffffff",
                        "contrastRatio": 2.11,
                        "fontSize": "54.0pt (72px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>",
                          "target": [
                            "#bgLayers_pageBackground_z2x5g > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.11 (foreground color: #00c3e5, background color: #ffffff, font size: 54.0pt (72px), font weight: bold). Expected contrast ratio of 3:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">RIVAS</span>",
                  "target": [
                    "#comp-kizeh84m > h1 > span > span > span > span > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.11 (foreground color: #00c3e5, background color: #ffffff, font size: 54.0pt (72px), font weight: bold). Expected contrast ratio of 3:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#00c3e5",
                        "bgColor": "#ffffff",
                        "contrastRatio": 2.11,
                        "fontSize": "17.3pt (23px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>",
                          "target": [
                            "#bgLayers_pageBackground_z2x5g > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.11 (foreground color: #00c3e5, background color: #ffffff, font size: 17.3pt (23px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size:23px;\" class=\"wixui-rich-text__text\">re-elect</span>",
                  "target": [
                    "#comp-lhjmsdc8 > h1 > span > span > span > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.11 (foreground color: #00c3e5, background color: #ffffff, font size: 17.3pt (23px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#00c3e5",
                        "contrastRatio": 2.11,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">READ MORE</span></a>",
                          "target": [
                            "#comp-kizeh8541 > .kuTaGy.wixui-button[target=\"_self\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.11 (foreground color: #ffffff, background color: #00c3e5, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"M3I7Z2 wixui-button__label\">READ MORE</span>",
                  "target": [
                    "#comp-kizeh8541 > .kuTaGy.wixui-button[target=\"_self\"] > .M3I7Z2.wixui-button__label"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.11 (foreground color: #ffffff, background color: #00c3e5, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#00c3e5",
                        "contrastRatio": 2.11,
                        "fontSize": "26.3pt (35px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>",
                          "target": [
                            "#bgLayers_comp-kizeh85d1 > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.11 (foreground color: #ffffff, background color: #00c3e5, font size: 26.3pt (35px), font weight: normal). Expected contrast ratio of 3:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-family:arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;\" class=\"wixui-rich-text__text\">Please donate now to support the campaign!</span>",
                  "target": [
                    ".color_11 > span > span > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.11 (foreground color: #ffffff, background color: #00c3e5, font size: 26.3pt (35px), font weight: normal). Expected contrast ratio of 3:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#00c3e5",
                        "bgColor": "#ffffff",
                        "contrastRatio": 2.11,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>",
                          "target": [
                            "#bgLayers_comp-kizeh874 > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.11 (foreground color: #00c3e5, background color: #ffffff, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">About</span>",
                  "target": [
                    "#comp-kizeh878 > h1 > span > span > span > span > span:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.11 (foreground color: #00c3e5, background color: #ffffff, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#00c3e5",
                        "bgColor": "#ffffff",
                        "contrastRatio": 2.11,
                        "fontSize": "9.0pt (12px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>",
                          "target": [
                            "#bgLayers_comp-kizeh874 > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 2.11 (foreground color: #00c3e5, background color: #ffffff, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"M3I7Z2 wixui-button__label\">READ MORE</span>",
                  "target": [
                    "#comp-kizeh87k > .kuTaGy.wixui-button[target=\"_self\"] > .M3I7Z2.wixui-button__label"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.11 (foreground color: #00c3e5, background color: #ffffff, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1"
                }
              ]
            },
            {
              "id": "link-name",
              "impact": "serious",
              "tags": [
                "cat.name-role-value",
                "wcag2a",
                "wcag412",
                "wcag244",
                "section508",
                "section508.22.a",
                "ACT",
                "TTv5",
                "TT6.a"
              ],
              "description": "Ensures links have discernible text",
              "help": "Links must have discernible text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/link-name?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                  "target": [
                    "#dataItem-k4bygllk-comp-k4byglio > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                  "target": [
                    "#dataItem-k4bygllk2-comp-k4byglio > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                  "target": [
                    "#dataItem-k4bygllk4-comp-k4byglio > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                  "target": [
                    "#dataItem-k4byglll1-comp-k4byglio > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                  "target": [
                    "#dataItem-l2pct099-comp-k4byglio > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>",
                  "target": [
                    "span > a[target=\"_self\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                }
              ]
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          9,
          8,
          0,
          17
        ],
        "instances": [
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has a 1:1 contrast ratio with the background",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-kizeh84z > h1 > span > span > span > span > span"
            },
            "excerpt": "<span style=\"letter-spacing:0.4em;\" class=\"wixui-rich-text__text\">ROBERT</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has a 1:1 contrast ratio with the background",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-kizeh852 > h1 > span > span > span > span"
            },
            "excerpt": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">For State Assembly<br class=\"wixui-rich-text__text\"> District 29</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-kizeh89g > h1 > span > span > span > span > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">What People </span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-kizeh89g > h1 > span > span > span > span > span:nth-child(2)"
            },
            "excerpt": "<span style=\"color:#1E3557;\" class=\"wixui-rich-text__text\">Are Saying</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".font_8:nth-child(1) > .color_14 > span"
            },
            "excerpt": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".font_8:nth-child(3) > span > span > span"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">Blanca Alvarado</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".font_8:nth-child(4) > span > span > span"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">Former Santa Clara County Supervisor</span>"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#SCROLL_TO_TOP > .mHZSwn"
            },
            "excerpt": "<span class=\"mHZSwn\">top of page</span>"
          },
          {
            "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": "LI",
            "id": "comp-irys4v5c__more__",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-irys4v5c__more__"
            },
            "excerpt": "<li id=\"comp-irys4v5c__more__\" data-direction=\"ltr\" data-listposition=\"right\" data-state=\"menu false header\" data-index=\"__more__\" data-dropdown=\"false\" class=\"iryznZ vDnwi4\" data-original-gap-between-text-and-btn=\"10\" aria-hidden=\"true\" style=\"width: 146px; height: 0px; position: absolute; box-sizing: border-box; overflow: hidden; visibility: hidden;\">"
          },
          {
            "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": "comp-irys4v5cnavContainer-hiddenA11ySubMenuIndication",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-irys4v5cnavContainer-hiddenA11ySubMenuIndication"
            },
            "excerpt": "<div style=\"display:none\" id=\"comp-irys4v5cnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "img[alt=\"Grey Facebook Icon\"]"
            },
            "excerpt": "<img alt=\"Grey Facebook Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "img[alt=\"Grey Twitter Icon\"]"
            },
            "excerpt": "<img alt=\"Grey Twitter Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "img[alt=\"Grey Instagram Icon\"]"
            },
            "excerpt": "<img alt=\"Grey Instagram Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "img[alt=\"Grey YouTube Icon\"]"
            },
            "excerpt": "<img alt=\"Grey YouTube Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "img[alt=\"Flickr\"]"
            },
            "excerpt": "<img alt=\"Flickr\" style=\"width: 27px; height: 27px; object-fit: cover;\">"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#SCROLL_TO_BOTTOM > .mHZSwn"
            },
            "excerpt": "<span class=\"mHZSwn\">bottom of page</span>"
          },
          {
            "ruleID": "link-in-text-block",
            "what": "Links must be distinguishable without relying on color; Element's contrast ratio could not be determined because of element overlap",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[data-auto-recognition=\"true\"]"
            },
            "excerpt": "<a data-auto-recognition=\"true\" href=\"mailto:rivasforassembly@gmail.com\" class=\"wixui-rich-text__text\">rivasforassembly@gmail.com</a>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.83 (foreground color: #00c3e5, background color: #1e3557, font size: 8.3pt (11px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c0label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-irys4v5c0label"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c0label\">HOME</p>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.83 (foreground color: #1e3557, background color: #00c3e5, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-kkhdxb4z > .kuTaGy.wixui-button.zKbzSQ > .M3I7Z2.wixui-button__label"
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">Contribute</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.83 (foreground color: #1e3557, background color: #00c3e5, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-k40k4ca6 > .kuTaGy.wixui-button.zKbzSQ > .M3I7Z2.wixui-button__label"
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">Contribute Now</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.44 (foreground color: #605e5e, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "span > .color_14 > span"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,sans-serif;\" class=\"wixui-rich-text__text\">"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.44 (foreground color: #605e5e, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[data-auto-recognition=\"true\"]"
            },
            "excerpt": "<a data-auto-recognition=\"true\" href=\"mailto:rivasforassembly@gmail.com\" class=\"wixui-rich-text__text\">rivasforassembly@gmail.com</a>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.11 (foreground color: #00c3e5, background color: #ffffff, font size: 54.0pt (72px), font weight: bold). Expected contrast ratio of 3:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-kizeh84m > h1 > span > span > span > span > span"
            },
            "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">RIVAS</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.11 (foreground color: #00c3e5, background color: #ffffff, font size: 17.3pt (23px), font weight: normal). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-lhjmsdc8 > h1 > span > span > span > span"
            },
            "excerpt": "<span style=\"font-size:23px;\" class=\"wixui-rich-text__text\">re-elect</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.11 (foreground color: #ffffff, background color: #00c3e5, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-kizeh8541 > .kuTaGy.wixui-button[target=\"_self\"] > .M3I7Z2.wixui-button__label"
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">READ MORE</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.11 (foreground color: #ffffff, background color: #00c3e5, font size: 26.3pt (35px), font weight: normal). Expected contrast ratio of 3:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".color_11 > span > span > span"
            },
            "excerpt": "<span style=\"font-family:arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;\" class=\"wixui-rich-text__text\">Please donate now to support the campaign!</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.11 (foreground color: #00c3e5, background color: #ffffff, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-kizeh878 > h1 > span > span > span > span > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">About</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.11 (foreground color: #00c3e5, background color: #ffffff, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-kizeh87k > .kuTaGy.wixui-button[target=\"_self\"] > .M3I7Z2.wixui-button__label"
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">READ MORE</span>"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#dataItem-k4bygllk-comp-k4byglio > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#dataItem-k4bygllk2-comp-k4byglio > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#dataItem-k4bygllk4-comp-k4byglio > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#dataItem-k4byglll1-comp-k4byglio > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#dataItem-l2pct099-comp-k4byglio > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "span > a[target=\"_self\"]"
            },
            "excerpt": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>"
          }
        ]
      },
      "endTime": 1687096274944
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687096274944,
      "endTime": 1687096275480
    },
    {
      "type": "url",
      "which": "https://www.rivasforassembly.com/",
      "what": "Candidate Robert Rivas (D)",
      "startTime": 1687096275480,
      "result": {
        "url": "https://www.rivasforassembly.com/"
      },
      "endTime": 1687096276048
    },
    {
      "type": "test",
      "which": "continuum",
      "startTime": 1687096276048,
      "url": "https://www.rivasforassembly.com/",
      "what": "Level Access Continuum, community edition",
      "result": [
        {
          "engineTestId": 234,
          "bestPracticeId": 370,
          "attribute": "This element has a suspicious calculated accessible name value",
          "attributeDetail": "This IMG has a suspicious calculated accessible name value of: untitled design_edited.png",
          "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_150,h_86,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.p ... itled design_edited.png\" src=\"https://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_150,h_86,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.png\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"https://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_150,h_86,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.png\"][alt=\"Untitled design_edited.png\"][srcset=\"https://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_150,h_86,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.png 1x, https://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_300,h_172,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.png 2x\"][fetchpriority=\"high\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 234,
          "bestPracticeId": 370,
          "attribute": "This element has a suspicious calculated accessible name value",
          "attributeDetail": "This IMG has a suspicious calculated accessible name value of: 41076915504_71efecab6d_o.jpg",
          "element": "<img fetchpriority=\"high\" style=\"width: 640px; height: 532px; object-fit: cover; object-position: 0% 50%;\" alt=\"41076915504_71efecab6d_o.jpg\" src=\"https://static.wixstatic.com/media/31c935_573279853f4 ... jpg\" src=\"https://static.wixstatic.com/media/31c935_573279853f4f417aa1d357cc508b0641~mv2.jpg/v1/fill/w_640,h_532,al_l,q_80,usm_0.66_1.00_0.01,enc_auto/31c935_573279853f4f417aa1d357cc508b0641~mv2.jpg\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"https://static.wixstatic.com/media/31c935_573279853f4f417aa1d357cc508b0641~mv2.jpg/v1/fill/w_640,h_532,al_l,q_80,usm_0.66_1.00_0.01,enc_auto/31c935_573279853f4f417aa1d357cc508b0641~mv2.jpg\"][alt=\"41076915504_71efecab6d_o.jpg\"][fetchpriority=\"high\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 234,
          "bestPracticeId": 370,
          "attribute": "This element has a suspicious calculated accessible name value",
          "attributeDetail": "This IMG has a suspicious calculated accessible name value of: rivas_transparent_3x (1).png",
          "element": "<img style=\"width: 91px; height: 53px; object-fit: cover; object-position: 50% 50%;\" alt=\"Rivas_Transparent_3x (1).png\" src=\"https://static.wixstatic.com/media/31c935_f38008168bf547b3b3a5df041697b222~ ... tatic.wixstatic.com/media/31c935_f38008168bf547b3b3a5df041697b222~mv2.png/v1/crop/x_179,y_461,w_4790,h_2753/fill/w_91,h_52,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Rivas_Transparent_3x%20(1).png\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"https://static.wixstatic.com/media/31c935_f38008168bf547b3b3a5df041697b222~mv2.png/v1/crop/x_179,y_461,w_4790,h_2753/fill/w_91,h_52,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Rivas_Transparent_3x%20(1).png\"][alt=\"Rivas_Transparent_3x (1).png\"]",
            "attNo": 3
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.facebook.com/assemblymemberrivas/\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/aebe5b6fd55 ... ;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_comp-k4byglio\"><img style=\"width: 27px; height: 27px; object-fit: cover;\" alt=\"Grey Facebook Icon\"></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[data-testid=\"linkElement\"][href=\"https://www.facebook.com/assemblymemberrivas/\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://twitter.com/robertrivas_ca?lang=en\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/aeb686ff41244d ... t;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_comp-k4byglio\"><img style=\"width: 27px; height: 27px; object-fit: cover;\" alt=\"Grey Twitter Icon\"></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[data-testid=\"linkElement\"][href=\"https://twitter.com/robertrivas_ca?lang=en\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.instagram.com/robertrivas_ca/\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/40898a93cfff457 ... :&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_2_comp-k4byglio\"><img style=\"width: 27px; height: 27px; object-fit: cover;\" alt=\"Grey Instagram Icon\"></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[data-testid=\"linkElement\"][href=\"https://www.instagram.com/robertrivas_ca/\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/ ... t;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_3_comp-k4byglio\"><img style=\"width: 27px; height: 27px; object-fit: cover;\" alt=\"Grey YouTube Icon\"></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[data-testid=\"linkElement\"][href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.flickr.com/photos/155539210@N04/\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/0b7f83ec0181 ... ot;name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_4_comp-k4byglio\"><img style=\"width: 27px; height: 27px; object-fit: cover;\" alt=\"Flickr\"></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[data-testid=\"linkElement\"][href=\"https://www.flickr.com/photos/155539210@N04/\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a class=\"wixui-rich-text__text\" target=\"_self\" href=\"mailto:rivasforassembly@gmail.com\"></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[href=\"mailto:rivasforassembly@gmail.com\"][target=\"_self\"][class=\"wixui-rich-text__text\"]",
            "attNo": 3
          }
        }
      ],
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          9
        ],
        "instances": [
          {
            "ruleID": "234",
            "what": "This IMG has a suspicious calculated accessible name value of: untitled design_edited.png",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_150,h_86,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.p ... itled design_edited.png\" src=\"https://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_150,h_86,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.png\">"
          },
          {
            "ruleID": "234",
            "what": "This IMG has a suspicious calculated accessible name value of: 41076915504_71efecab6d_o.jpg",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img fetchpriority=\"high\" style=\"width: 640px; height: 532px; object-fit: cover; object-position: 0% 50%;\" alt=\"41076915504_71efecab6d_o.jpg\" src=\"https://static.wixstatic.com/media/31c935_573279853f4 ... jpg\" src=\"https://static.wixstatic.com/media/31c935_573279853f4f417aa1d357cc508b0641~mv2.jpg/v1/fill/w_640,h_532,al_l,q_80,usm_0.66_1.00_0.01,enc_auto/31c935_573279853f4f417aa1d357cc508b0641~mv2.jpg\">"
          },
          {
            "ruleID": "234",
            "what": "This IMG has a suspicious calculated accessible name value of: rivas_transparent_3x (1).png",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img style=\"width: 91px; height: 53px; object-fit: cover; object-position: 50% 50%;\" alt=\"Rivas_Transparent_3x (1).png\" src=\"https://static.wixstatic.com/media/31c935_f38008168bf547b3b3a5df041697b222~ ... tatic.wixstatic.com/media/31c935_f38008168bf547b3b3a5df041697b222~mv2.png/v1/crop/x_179,y_461,w_4790,h_2753/fill/w_91,h_52,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Rivas_Transparent_3x%20(1).png\">"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.facebook.com/assemblymemberrivas/\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/aebe5b6fd55 ... ;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_comp-k4byglio\"><img style=\"width: 27px; height: 27px; object-fit: cover;\" alt=\"Grey Facebook Icon\"></div></a>"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://twitter.com/robertrivas_ca?lang=en\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/aeb686ff41244d ... t;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_comp-k4byglio\"><img style=\"width: 27px; height: 27px; object-fit: cover;\" alt=\"Grey Twitter Icon\"></div></a>"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.instagram.com/robertrivas_ca/\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/40898a93cfff457 ... :&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_2_comp-k4byglio\"><img style=\"width: 27px; height: 27px; object-fit: cover;\" alt=\"Grey Instagram Icon\"></div></a>"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/ ... t;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_3_comp-k4byglio\"><img style=\"width: 27px; height: 27px; object-fit: cover;\" alt=\"Grey YouTube Icon\"></div></a>"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.flickr.com/photos/155539210@N04/\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/0b7f83ec0181 ... ot;name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_4_comp-k4byglio\"><img style=\"width: 27px; height: 27px; object-fit: cover;\" alt=\"Flickr\"></div></a>"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<a class=\"wixui-rich-text__text\" target=\"_self\" href=\"mailto:rivasforassembly@gmail.com\"></a>"
          }
        ]
      },
      "endTime": 1687096276238
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687096276238,
      "endTime": 1687096276720
    },
    {
      "type": "url",
      "which": "https://www.rivasforassembly.com/",
      "what": "Candidate Robert Rivas (D)",
      "startTime": 1687096276720,
      "result": {
        "url": "https://www.rivasforassembly.com/"
      },
      "endTime": 1687096277279
    },
    {
      "type": "test",
      "which": "htmlcs",
      "startTime": 1687096277279,
      "url": "https://www.rivasforassembly.com/",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "result": {
        "Error": {
          "AAA.4_1_2.H91.A.NoContent": {
            "Anchor element found with a valid href attribute, but no link content has been supplied.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\">...</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 src=\"https://static.wixstatic.com/media/31c935_06343c58529e414bac146b526fe59f6d~mv2.jpg/v1/fill/w_123,h_69,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/31c935_06343c58529e414bac146b526fe59f6d~mv2.jpg\" alt=\"\" style=\"width: 640px; height: 464px; object-fit: cover; object-position: 50% 0%;\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"https://static.wixstatic.com/media/31c935_928c83f5987442e58302657688c040e8~mv2_d_2667_1473_s_2.jpg/v1/fill/w_1280,h_595,al_t,q_85,usm_0.66_1.00_0.01,enc_auto/31c935_928c83f5987442e58302657688c040e8~mv2_d_2667_1473_s_2.jpg\" alt=\"\" style=\"width: 1280px; height: 595px; object-fit: cover; object-position: 50% 0%;\" fetchpriority=\"high\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"https://static.wixstatic.com/media/31c935_a9937ae9cd9348d7b42a0616fe013e17~mv2.jpg/v1/fill/w_123,h_92,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/31c935_a9937ae9cd9348d7b42a0616fe013e17~mv2.jpg\" alt=\"\" style=\"width: 640px; height: 464px; object-fit: cover; object-position: 50% 0%;\">"
              }
            ]
          },
          "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "div",
                "id": "#SITE_HEADER",
                "code": "<div id=\"SITE_HEADER\" class=\"xU8fqS SITE_HEADER wixui-header\" tabindex=\"-1\">...</div>"
              },
              {
                "tagName": "wix-bg-media",
                "id": "#bgMedia_comp-kizeh82q",
                "code": "<wix-bg-media id=\"bgMedia_comp-kizeh82q\" class=\"rWP3Gv\" data-container-id=\"comp-kizeh82q\" data-container-size=\"0, 0\" data-page-id=\"z2x5g\" data-bg-effect-name=\"BgParallax\" style=\"width: 1280px; height: 720px; left: 0px; top: 0px;\">...</wix-bg-media>"
              }
            ]
          },
          "AAA.1_4_3_F24.F24.FGColour": {
            "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color:#1E3557;\" class=\"wixui-rich-text__text\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color:#626262;\" class=\"wixui-rich-text__text\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">...</span>"
              }
            ]
          },
          "AAA.1_4_6.G17.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.": [
              {
                "tagName": "p",
                "id": "#comp-irys4v5c0label",
                "code": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c0label\">...</p>"
              },
              {
                "tagName": "p",
                "id": "#comp-irys4v5c1label",
                "code": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c1label\">...</p>"
              },
              {
                "tagName": "p",
                "id": "#comp-irys4v5c2label",
                "code": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c2label\">...</p>"
              },
              {
                "tagName": "p",
                "id": "#comp-irys4v5c3label",
                "code": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c3label\">...</p>"
              },
              {
                "tagName": "p",
                "id": "#comp-irys4v5c4label",
                "code": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c4label\" tabindex=\"-1\">...</p>"
              },
              {
                "tagName": "p",
                "id": "#comp-irys4v5c5label",
                "code": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c5label\" tabindex=\"-1\">...</p>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"M3I7Z2 wixui-button__label\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">...</span>"
              },
              {
                "tagName": "style",
                "id": "",
                "code": "<style>...</style>"
              }
            ]
          },
          "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": "span",
                "id": "",
                "code": "<span class=\"M3I7Z2 wixui-button__label\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color:#1E3557;\" class=\"wixui-rich-text__text\">...</span>"
              }
            ]
          },
          "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 data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          28,
          0,
          0,
          1
        ],
        "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 src=\"https://static.wixstatic.com/media/31c935_06343c58529e414bac146b526fe59f6d~mv2.jpg/v1/fill/w_123,h_69,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/31c935_06343c58529e414bac146b526fe59f6d~mv2.jpg\" alt=\"\" style=\"width: 640px; height: 464px; object-fit: cover; object-position: 50% 0%;\">"
          },
          {
            "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 src=\"https://static.wixstatic.com/media/31c935_928c83f5987442e58302657688c040e8~mv2_d_2667_1473_s_2.jpg/v1/fill/w_1280,h_595,al_t,q_85,usm_0.66_1.00_0.01,enc_auto/31c935_928c83f5987442e58302657688c040e8~mv2_d_2667_1473_s_2.jpg\" alt=\"\" style=\"width: 1280px; height: 595px; object-fit: cover; object-position: 50% 0%;\" fetchpriority=\"high\">"
          },
          {
            "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 src=\"https://static.wixstatic.com/media/31c935_a9937ae9cd9348d7b42a0616fe013e17~mv2.jpg/v1/fill/w_123,h_92,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/31c935_a9937ae9cd9348d7b42a0616fe013e17~mv2.jpg\" alt=\"\" style=\"width: 640px; height: 464px; object-fit: cover; object-position: 50% 0%;\">"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "SITE_HEADER",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div id=\"SITE_HEADER\" class=\"xU8fqS SITE_HEADER wixui-header\" tabindex=\"-1\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "WIX-BG-MEDIA",
            "id": "bgMedia_comp-kizeh82q",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<wix-bg-media id=\"bgMedia_comp-kizeh82q\" class=\"rWP3Gv\" data-container-id=\"comp-kizeh82q\" data-container-size=\"0, 0\" data-page-id=\"z2x5g\" data-bg-effect-name=\"BgParallax\" style=\"width: 1280px; height: 720px; left: 0px; top: 0px;\">...</wix-bg-media>"
          },
          {
            "ruleID": "AAA.1_4_3_F24.F24.FGColour",
            "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_3_F24.F24.FGColour",
            "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"color:#1E3557;\" class=\"wixui-rich-text__text\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_3_F24.F24.FGColour",
            "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"color:#626262;\" class=\"wixui-rich-text__text\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_3_F24.F24.FGColour",
            "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "comp-irys4v5c0label",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c0label\">...</p>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "comp-irys4v5c1label",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c1label\">...</p>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "comp-irys4v5c2label",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c2label\">...</p>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "comp-irys4v5c3label",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c3label\">...</p>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "comp-irys4v5c4label",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c4label\" tabindex=\"-1\">...</p>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "comp-irys4v5c5label",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c5label\" tabindex=\"-1\">...</p>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<style>...</style>"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"color:#1E3557;\" class=\"wixui-rich-text__text\">...</span>"
          },
          {
            "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 data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">...</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 data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</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 data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</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 data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</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 data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</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 data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.NoContent",
            "what": "Anchor element found with a valid href attribute, but no link content has been supplied.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\">...</a>"
          }
        ]
      },
      "endTime": 1687096277410
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687096277410,
      "endTime": 1687096277890
    },
    {
      "type": "url",
      "which": "https://www.rivasforassembly.com/",
      "what": "Candidate Robert Rivas (D)",
      "startTime": 1687096277890,
      "result": {
        "url": "https://www.rivasforassembly.com/"
      },
      "endTime": 1687096278481
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "withNewContent": false,
      "startTime": 1687096278481,
      "url": "https://www.rivasforassembly.com/",
      "what": "IBM Accessibility Checker",
      "result": {
        "totals": {
          "violation": 12,
          "recommendation": 5,
          "ignored": 0
        },
        "items": [
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]",
              "aria": "/document[1]/main[1]/heading[6]"
            },
            "message": "Text contrast of 2.11 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 700",
            "bounds": {
              "left": 29,
              "top": 1035,
              "height": 34,
              "width": 90
            },
            "snippet": "<span class=\"wixui-rich-text__text\" style=\"color:#00C3E5;\">",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h1[1]/span[1]/span[1]/span[1]/span[1]",
              "aria": "/document[1]/main[1]/heading[4]"
            },
            "message": "Text contrast of 2.11 with its background is less than the WCAG AA minimum requirements for text of size 23px and weight of 400",
            "bounds": {
              "left": 452,
              "top": 276,
              "height": 26,
              "width": 77
            },
            "snippet": "<span class=\"wixui-rich-text__text\" style=\"font-size:23px;\">",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]",
              "aria": "/document[1]/main[1]/heading[1]"
            },
            "message": "Text contrast of 2.11 with its background is less than the WCAG AA minimum requirements for text of size 72px and weight of 700",
            "bounds": {
              "left": 357,
              "top": 309,
              "height": 81,
              "width": 269
            },
            "snippet": "<span class=\"wixui-rich-text__text\" style=\"font-weight:bold;\">",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]",
              "aria": "/document[1]/main[1]/region[1]/generic[1]/heading[1]"
            },
            "message": "Text contrast of 2.11 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 700",
            "bounds": {
              "left": 303,
              "top": 1548,
              "height": 34,
              "width": 201
            },
            "snippet": "<span class=\"wixui-rich-text__text\" style=\"color:#00C3E5;\">",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[1]/link[1]/paragraph[1]"
            },
            "message": "Text contrast of 2.11 with its background is less than the WCAG AA minimum requirements for text of size 11px and weight of 700",
            "bounds": {
              "left": 182,
              "top": 67,
              "height": 25,
              "width": 53
            },
            "snippet": "<p id=\"comp-irys4v5c0label\" style=\"text-align: center; line-height: 25px;\" class=\"foFAdY\">",
            "level": "violation"
          },
          {
            "ruleId": "element_tabbable_role_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/div[1]",
              "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[7]/generic[1]"
            },
            "message": "The tabbable element's role 'generic' is not a widget role",
            "bounds": {
              "left": 723,
              "top": 67,
              "height": 25,
              "width": 146
            },
            "snippet": "<div aria-haspopup=\"false\" tabindex=\"0\" class=\"lY3Nwh\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]",
              "aria": "/document[1]/contentinfo[1]/paragraph[1]/link[1]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 500,
              "top": 2057,
              "height": 16,
              "width": 0
            },
            "snippet": "<a class=\"wixui-rich-text__text\" target=\"_self\" href=\"mailto:rivasforassembly@gmail.com\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]",
              "aria": "/document[1]/contentinfo[1]/list[1]/listitem[5]/link[1]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 818,
              "top": 1987,
              "height": 27,
              "width": 27
            },
            "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.flickr.com/photos/155539210@N04/\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]",
              "aria": "/document[1]/contentinfo[1]/list[1]/listitem[4]/link[1]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 775,
              "top": 1987,
              "height": 27,
              "width": 27
            },
            "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]",
              "aria": "/document[1]/contentinfo[1]/list[1]/listitem[3]/link[1]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 732,
              "top": 1987,
              "height": 27,
              "width": 27
            },
            "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.instagram.com/robertrivas_ca/\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]",
              "aria": "/document[1]/contentinfo[1]/list[1]/listitem[2]/link[1]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 689,
              "top": 1987,
              "height": 27,
              "width": 27
            },
            "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://twitter.com/robertrivas_ca?lang=en\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]",
              "aria": "/document[1]/contentinfo[1]/list[1]/listitem[1]/link[1]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 646,
              "top": 1987,
              "height": 27,
              "width": 27
            },
            "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.facebook.com/assemblymemberrivas/\" data-testid=\"linkElement\">",
            "level": "violation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[9]",
              "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=\"c56fdcb0-1c97-424c-98bd-28f377e35391\" http-equiv=\"X-Wix-Application-Instance-Id\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[8]",
              "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=\"b6029fe2-5d89-46a7-8b60-874819ae7bb9\" http-equiv=\"X-Wix-Meta-Site-Id\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[3]",
              "aria": "/document[1]"
            },
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 0,
              "width": 0
            },
            "snippet": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[11]",
              "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=\"bug\" http-equiv=\"etag\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[10]",
              "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=\"205\" http-equiv=\"X-Wix-Published-Version\">",
            "level": "recommendation"
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          5,
          0,
          12
        ],
        "instances": [
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 2.11 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 700",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]"
            },
            "excerpt": "<span class=\"wixui-rich-text__text\" style=\"color:#00C3E5;\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 2.11 with its background is less than the WCAG AA minimum requirements for text of size 23px and weight of 400",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h1[1]/span[1]/span[1]/span[1]/span[1]"
            },
            "excerpt": "<span class=\"wixui-rich-text__text\" style=\"font-size:23px;\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 2.11 with its background is less than the WCAG AA minimum requirements for text of size 72px and weight of 700",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]"
            },
            "excerpt": "<span class=\"wixui-rich-text__text\" style=\"font-weight:bold;\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 2.11 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 700",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]"
            },
            "excerpt": "<span class=\"wixui-rich-text__text\" style=\"color:#00C3E5;\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 2.11 with its background is less than the WCAG AA minimum requirements for text of size 11px and weight of 700",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c0label",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p id=\"comp-irys4v5c0label\" style=\"text-align: center; line-height: 25px;\" class=\"foFAdY\">"
          },
          {
            "ruleID": "element_tabbable_role_valid",
            "what": "The tabbable element's role 'generic' is not a widget role",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/div[1]"
            },
            "excerpt": "<div aria-haspopup=\"false\" tabindex=\"0\" class=\"lY3Nwh\" data-testid=\"linkElement\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]"
            },
            "excerpt": "<a class=\"wixui-rich-text__text\" target=\"_self\" href=\"mailto:rivasforassembly@gmail.com\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.flickr.com/photos/155539210@N04/\" data-testid=\"linkElement\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" data-testid=\"linkElement\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.instagram.com/robertrivas_ca/\" data-testid=\"linkElement\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://twitter.com/robertrivas_ca?lang=en\" data-testid=\"linkElement\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.facebook.com/assemblymemberrivas/\" data-testid=\"linkElement\">"
          },
          {
            "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[9]"
            },
            "excerpt": "<meta content=\"c56fdcb0-1c97-424c-98bd-28f377e35391\" http-equiv=\"X-Wix-Application-Instance-Id\">"
          },
          {
            "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[8]"
            },
            "excerpt": "<meta content=\"b6029fe2-5d89-46a7-8b60-874819ae7bb9\" http-equiv=\"X-Wix-Meta-Site-Id\">"
          },
          {
            "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[3]"
            },
            "excerpt": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">"
          },
          {
            "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[11]"
            },
            "excerpt": "<meta content=\"bug\" http-equiv=\"etag\">"
          },
          {
            "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[10]"
            },
            "excerpt": "<meta content=\"205\" http-equiv=\"X-Wix-Published-Version\">"
          }
        ]
      },
      "endTime": 1687096282882
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687096282882,
      "endTime": 1687096283441
    },
    {
      "type": "url",
      "which": "https://www.rivasforassembly.com/",
      "what": "Candidate Robert Rivas (D)",
      "startTime": 1687096283441,
      "result": {
        "url": "https://www.rivasforassembly.com/"
      },
      "endTime": 1687096284009
    },
    {
      "type": "test",
      "which": "nuVal",
      "startTime": 1687096284009,
      "url": "https://www.rivasforassembly.com/",
      "what": "Nu Html Checker",
      "result": {
        "pageContent": {
          "messages": [
            {
              "type": "error",
              "lastLine": 179,
              "lastColumn": 3296,
              "firstColumn": 9,
              "message": "Attribute position not allowed on element link at this point.",
              "extract": " \n        <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&amp;beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&amp;contentType=application%2Fjson&amp;deviceType=Desktop&amp;dfCk=6&amp;dfVersion=1.2428.0&amp;disableStaticPagesUrlHierarchy=false&amp;experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&amp;externalBaseUrl=https%3A%2F%2Fwww.rivasforassembly.com&amp;fileId=3b0fc6f0.bundle.min&amp;formFactor=desktop&amp;hasTPAWorkerOnSite=false&amp;isHttps=true&amp;isInSeo=false&amp;isMultilingualEnabled=false&amp;isPremiumDomain=true&amp;isUrlMigrated=true&amp;isWixCodeOnPage=false&amp;isWixCodeOnSite=false&amp;language=en&amp;languageResolutionMethod=QueryParam&amp;metaSiteId=b6029fe2-5d89-46a7-8b60-874819ae7bb9&amp;module=thunderbolt-features&amp;originalLanguage=en&amp;pageId=31c935_a8c461d3e2d7fc95cecb3b513cc841fc_205.json&amp;quickActionsMenuEnabled=false&amp;registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10892.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10892.0%22%7D%5D&amp;remoteWidgetStructureBuilderVersion=1.238.0&amp;siteId=c56fdcb0-1c97-424c-98bd-28f377e35391&amp;siteRevision=205&amp;staticHTMLComponentUrl=https%3A%2F%2Fwww-rivasforassembly-com.filesusr.com%2F&amp;useSandboxInHTMLComp=false&amp;viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 3288
            },
            {
              "type": "error",
              "lastLine": 184,
              "lastColumn": 3291,
              "firstColumn": 9,
              "message": "Attribute position not allowed on element link at this point.",
              "extract": " \n        <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&amp;beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&amp;contentType=application%2Fjson&amp;deviceType=Desktop&amp;dfCk=6&amp;dfVersion=1.2428.0&amp;disableStaticPagesUrlHierarchy=false&amp;experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&amp;externalBaseUrl=https%3A%2F%2Fwww.rivasforassembly.com&amp;fileId=3b0fc6f0.bundle.min&amp;formFactor=desktop&amp;hasTPAWorkerOnSite=false&amp;isHttps=true&amp;isInSeo=false&amp;isMultilingualEnabled=false&amp;isPremiumDomain=true&amp;isUrlMigrated=true&amp;isWixCodeOnPage=false&amp;isWixCodeOnSite=false&amp;language=en&amp;languageResolutionMethod=QueryParam&amp;metaSiteId=b6029fe2-5d89-46a7-8b60-874819ae7bb9&amp;module=thunderbolt-features&amp;originalLanguage=en&amp;pageId=31c935_73fa6f958d7ea718415195dcc52be7f5_205.json&amp;quickActionsMenuEnabled=false&amp;registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10892.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10892.0%22%7D%5D&amp;remoteWidgetStructureBuilderVersion=1.238.0&amp;siteId=c56fdcb0-1c97-424c-98bd-28f377e35391&amp;siteRevision=205&amp;staticHTMLComponentUrl=https%3A%2F%2Fwww-rivasforassembly-com.filesusr.com%2F&amp;useSandboxInHTMLComp=false&amp;viewMode=desktop\" id=\"features_z2x5g\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 3283
            },
            {
              "type": "error",
              "lastLine": 189,
              "lastColumn": 2483,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 189,
              "lastColumn": 2657,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 189,
              "lastColumn": 2830,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 189,
              "lastColumn": 3000,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 189,
              "lastColumn": 3163,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:out",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 189,
              "lastColumn": 3296,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:out",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 189,
              "lastColumn": 3428,
              "message": "CSS: Parse Error.",
              "extract": "nsition-group(*),::view-transi",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 189,
              "lastColumn": 3453,
              "message": "CSS: Parse Error.",
              "extract": "ransition-new(*),::view-transi",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 189,
              "lastColumn": 3478,
              "message": "CSS: Parse Error.",
              "extract": "ransition-old(*){animation:non",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 202,
              "lastColumn": 67,
              "firstColumn": 7,
              "message": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.",
              "extract": "-->\n      <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 61
            },
            {
              "type": "error",
              "lastLine": 204,
              "lastColumn": 65,
              "firstColumn": 7,
              "message": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.",
              "extract": "   \n      <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 59
            },
            {
              "type": "error",
              "lastLine": 217,
              "lastColumn": 85,
              "firstColumn": 1,
              "message": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.",
              "extract": "\n  \n    \n\n<meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"b6029fe2-5d89-46a7-8b60-874819ae7bb9\">\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 85
            },
            {
              "type": "error",
              "lastLine": 218,
              "lastColumn": 96,
              "firstColumn": 1,
              "message": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.",
              "extract": "9ae7bb9\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"c56fdcb0-1c97-424c-98bd-28f377e35391\">\n\n    ",
              "hiliteStart": 10,
              "hiliteLength": 96
            },
            {
              "type": "error",
              "lastLine": 220,
              "lastColumn": 61,
              "firstColumn": 5,
              "message": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.",
              "extract": "91\">\n\n    <meta http-equiv=\"X-Wix-Published-Version\" content=\"205\">\n\n\n\n  ",
              "hiliteStart": 10,
              "hiliteLength": 57
            },
            {
              "type": "error",
              "lastLine": 224,
              "lastColumn": 42,
              "firstColumn": 5,
              "message": "Bad value etag for attribute http-equiv on element meta.",
              "extract": "\">\n\n\n\n    <meta http-equiv=\"etag\" content=\"bug\">\n\n<!--",
              "hiliteStart": 10,
              "hiliteLength": 38
            },
            {
              "type": "error",
              "lastLine": 228,
              "lastColumn": 3854,
              "message": "CSS: --divider-pin-height__: The types are incompatible.",
              "extract": "-factor__) + 1));--divider-pin",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 228,
              "lastColumn": 3998,
              "message": "CSS: --divider-pin-border__: The types are incompatible.",
              "extract": "or__) / -1 + 1));height:calc(v",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 228,
              "lastColumn": 4720,
              "message": "CSS: opacity: Parse Error.",
              "extract": "layer-i__) + 1))}.UORcXs{--div",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 231,
              "lastColumn": 5580,
              "firstColumn": 5571,
              "message": "CSS: view-transition-name: Property view-transition-name doesn't exist.",
              "extract": "tion-name:page-group}.fcNE",
              "hiliteStart": 10,
              "hiliteLength": 10
            },
            {
              "type": "error",
              "lastLine": 231,
              "lastColumn": 6335,
              "firstColumn": 6318,
              "message": "CSS: vector-effect: Property vector-effect doesn't exist.",
              "extract": "or-effect:non-scaling-stroke}.R8rh",
              "hiliteStart": 10,
              "hiliteLength": 18
            },
            {
              "type": "error",
              "lastLine": 234,
              "lastColumn": 255,
              "message": "CSS: will-change: var(--corners-overflow-fix-will-change, initial) is not a will-change value.",
              "extract": "-change,initial)}.VUwMqR .YVou",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "info",
              "lastLine": 255,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "class=\"\">\n<script type=\"text/javascript\">\n    v",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "error",
              "lastLine": 274,
              "lastColumn": 70,
              "firstColumn": 5,
              "message": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.",
              "extract": "rt-->\n    <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 66
            },
            {
              "type": "error",
              "lastLine": 276,
              "lastColumn": 68,
              "firstColumn": 5,
              "message": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.",
              "extract": "\n    \n    <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 64
            },
            {
              "type": "error",
              "lastLine": 301,
              "lastColumn": 53,
              "firstColumn": 27,
              "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
              "extract": "ages-css\"><style id=\"css_masterPage\">#maste",
              "hiliteStart": 10,
              "hiliteLength": 27
            },
            {
              "type": "error",
              "lastLine": 302,
              "lastColumn": 2843,
              "firstColumn": 2838,
              "message": "CSS: --theme-spx-ratio: Unknown dimension.",
              "extract": "io:0.1cqw}.font_0{font",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "error",
              "lastLine": 378,
              "lastColumn": 22,
              "firstColumn": 1,
              "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
              "extract": "\n</style>\n<style id=\"css_z2x5g\">#z2x5g",
              "hiliteStart": 10,
              "hiliteLength": 22
            },
            {
              "type": "error",
              "lastLine": 555,
              "lastColumn": 6894,
              "firstColumn": 6791,
              "message": "An element with the attribute tabindex must not appear as a descendant of the a element.",
              "extract": "n:center\"><p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c4label\" tabindex=\"-1\">GET IN",
              "hiliteStart": 10,
              "hiliteLength": 104
            },
            {
              "type": "error",
              "lastLine": 555,
              "lastColumn": 7609,
              "firstColumn": 7506,
              "message": "An element with the attribute tabindex must not appear as a descendant of the a element.",
              "extract": "n:center\"><p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c5label\" tabindex=\"-1\">MEDIA/",
              "hiliteStart": 10,
              "hiliteLength": 104
            },
            {
              "type": "info",
              "lastLine": 560,
              "lastColumn": 2438,
              "firstColumn": 2361,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "</section><section id=\"comp-kizeh8861\" class=\"comp-kizeh8861 CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 78
            },
            {
              "type": "error",
              "lastLine": 572,
              "lastColumn": 3284,
              "firstColumn": 3201,
              "message": "Element img is missing required attribute src.",
              "extract": "89d7.png\"><img alt=\"Grey Facebook Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\"></wow-",
              "hiliteStart": 10,
              "hiliteLength": 84
            },
            {
              "type": "error",
              "lastLine": 572,
              "lastColumn": 4238,
              "firstColumn": 4156,
              "message": "Element img is missing required attribute src.",
              "extract": "5ec0.png\"><img alt=\"Grey Twitter Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\"></wow-",
              "hiliteStart": 10,
              "hiliteLength": 83
            },
            {
              "type": "error",
              "lastLine": 572,
              "lastColumn": 5193,
              "firstColumn": 5109,
              "message": "Element img is missing required attribute src.",
              "extract": "b1b4.png\"><img alt=\"Grey Instagram Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\"></wow-",
              "hiliteStart": 10,
              "hiliteLength": 85
            },
            {
              "type": "error",
              "lastLine": 572,
              "lastColumn": 6161,
              "firstColumn": 6079,
              "message": "Element img is missing required attribute src.",
              "extract": "fcb4.png\"><img alt=\"Grey YouTube Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\"></wow-",
              "hiliteStart": 10,
              "hiliteLength": 83
            },
            {
              "type": "error",
              "lastLine": 572,
              "lastColumn": 7104,
              "firstColumn": 7033,
              "message": "Element img is missing required attribute src.",
              "extract": "7dc8.png\"><img alt=\"Flickr\" style=\"width: 27px; height: 27px; object-fit: cover;\"></wow-",
              "hiliteStart": 10,
              "hiliteLength": 72
            },
            {
              "type": "error",
              "lastLine": 630,
              "lastColumn": 68,
              "firstColumn": 5,
              "message": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.",
              "extract": "rt-->\n    <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 64
            },
            {
              "type": "error",
              "lastLine": 632,
              "lastColumn": 66,
              "firstColumn": 5,
              "message": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.",
              "extract": "\n    \n    <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 62
            },
            {
              "type": "info",
              "lastLine": 556,
              "lastColumn": 258,
              "firstColumn": 175,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"text-align:center; font-size:17px;\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 84
            },
            {
              "type": "info",
              "lastLine": 555,
              "lastColumn": 12889,
              "firstColumn": 12806,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:32px; text-align:center;\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 84
            },
            {
              "type": "info",
              "lastLine": 555,
              "lastColumn": 12307,
              "firstColumn": 12224,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:72px; text-align:center;\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 84
            },
            {
              "type": "info",
              "lastLine": 555,
              "lastColumn": 13490,
              "firstColumn": 13388,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.2em; text-align:center;\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 103
            },
            {
              "type": "info",
              "lastLine": 556,
              "lastColumn": 1907,
              "firstColumn": 1804,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:35px; line-height:normal; text-align:center;\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 104
            },
            {
              "type": "info",
              "lastLine": 556,
              "lastColumn": 5902,
              "firstColumn": 5838,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:24px;\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 65
            }
          ]
        },
        "rawPage": {
          "messages": [
            {
              "type": "info",
              "lastLine": 6,
              "lastColumn": 96,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "utf-8'>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" id=\"wixDesktopViewport\" />\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 94
            },
            {
              "type": "info",
              "lastLine": 8,
              "lastColumn": 60,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=edge\">\n  <meta name=\"generator\" content=\"Wix.com Website Builder\"/>\n\n  <l",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "info",
              "lastLine": 11,
              "lastColumn": 236,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "2.png\">\n  <link rel=\"shortcut icon\" href=\"https://static.wixstatic.com/media/31c935_6393103298e04577bea1f72abfa909de%7Emv2.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/31c935_6393103298e04577bea1f72abfa909de%7Emv2.png\" type=\"image/png\"/>\n  <li",
              "hiliteStart": 10,
              "hiliteLength": 234
            },
            {
              "type": "info",
              "lastLine": 12,
              "lastColumn": 239,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "/png\"/>\n  <link rel=\"apple-touch-icon\" href=\"https://static.wixstatic.com/media/31c935_6393103298e04577bea1f72abfa909de%7Emv2.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/31c935_6393103298e04577bea1f72abfa909de%7Emv2.png\" type=\"image/png\"/>\n  <!-",
              "hiliteStart": 10,
              "hiliteLength": 237
            },
            {
              "type": "error",
              "lastLine": 181,
              "lastColumn": 3168,
              "firstColumn": 9,
              "message": "Attribute position not allowed on element link at this point.",
              "extract": " \n        <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.2428.0&disableStaticPagesUrlHierarchy=false&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.rivasforassembly.com&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=b6029fe2-5d89-46a7-8b60-874819ae7bb9&module=thunderbolt-features&originalLanguage=en&pageId=31c935_a8c461d3e2d7fc95cecb3b513cc841fc_205.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10892.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10892.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=c56fdcb0-1c97-424c-98bd-28f377e35391&siteRevision=205&staticHTMLComponentUrl=https%3A%2F%2Fwww-rivasforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link",
              "hiliteStart": 10,
              "hiliteLength": 3160
            },
            {
              "type": "error",
              "lastLine": 181,
              "lastColumn": 3175,
              "firstColumn": 3169,
              "message": "Stray end tag link.",
              "extract": "nonymous\"></link>\n     ",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 186,
              "lastColumn": 3163,
              "firstColumn": 9,
              "message": "Attribute position not allowed on element link at this point.",
              "extract": " \n        <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.2428.0&disableStaticPagesUrlHierarchy=false&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.rivasforassembly.com&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=b6029fe2-5d89-46a7-8b60-874819ae7bb9&module=thunderbolt-features&originalLanguage=en&pageId=31c935_73fa6f958d7ea718415195dcc52be7f5_205.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10892.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10892.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=c56fdcb0-1c97-424c-98bd-28f377e35391&siteRevision=205&staticHTMLComponentUrl=https%3A%2F%2Fwww-rivasforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_z2x5g\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link",
              "hiliteStart": 10,
              "hiliteLength": 3155
            },
            {
              "type": "error",
              "lastLine": 186,
              "lastColumn": 3170,
              "firstColumn": 3164,
              "message": "Stray end tag link.",
              "extract": "nonymous\"></link>\n     ",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 191,
              "lastColumn": 2483,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 191,
              "lastColumn": 2657,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 191,
              "lastColumn": 2830,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 191,
              "lastColumn": 3000,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 191,
              "lastColumn": 3163,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:out",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 191,
              "lastColumn": 3296,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:out",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 191,
              "lastColumn": 3428,
              "message": "CSS: Parse Error.",
              "extract": "nsition-group(*),::view-transi",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 191,
              "lastColumn": 3453,
              "message": "CSS: Parse Error.",
              "extract": "ransition-new(*),::view-transi",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 191,
              "lastColumn": 3478,
              "message": "CSS: Parse Error.",
              "extract": "ransition-old(*){animation:non",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 204,
              "lastColumn": 67,
              "firstColumn": 7,
              "message": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.",
              "extract": "-->\n      <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 61
            },
            {
              "type": "error",
              "lastLine": 206,
              "lastColumn": 65,
              "firstColumn": 7,
              "message": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.",
              "extract": "   \n      <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 59
            },
            {
              "type": "error",
              "lastLine": 219,
              "lastColumn": 85,
              "firstColumn": 1,
              "message": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.",
              "extract": "\n  \n    \n\n<meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"b6029fe2-5d89-46a7-8b60-874819ae7bb9\">\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 85
            },
            {
              "type": "error",
              "lastLine": 220,
              "lastColumn": 96,
              "firstColumn": 1,
              "message": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.",
              "extract": "9ae7bb9\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"c56fdcb0-1c97-424c-98bd-28f377e35391\">\n\n    ",
              "hiliteStart": 10,
              "hiliteLength": 96
            },
            {
              "type": "error",
              "lastLine": 222,
              "lastColumn": 62,
              "firstColumn": 5,
              "message": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.",
              "extract": "91\">\n\n    <meta http-equiv=\"X-Wix-Published-Version\" content=\"205\"/>\n\n\n\n  ",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "info",
              "lastLine": 222,
              "lastColumn": 62,
              "firstColumn": 5,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "91\">\n\n    <meta http-equiv=\"X-Wix-Published-Version\" content=\"205\"/>\n\n\n\n  ",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "error",
              "lastLine": 226,
              "lastColumn": 43,
              "firstColumn": 5,
              "message": "Bad value etag for attribute http-equiv on element meta.",
              "extract": "/>\n\n\n\n    <meta http-equiv=\"etag\" content=\"bug\"/>\n\n<!--",
              "hiliteStart": 10,
              "hiliteLength": 39
            },
            {
              "type": "info",
              "lastLine": 226,
              "lastColumn": 43,
              "firstColumn": 5,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "/>\n\n\n\n    <meta http-equiv=\"etag\" content=\"bug\"/>\n\n<!--",
              "hiliteStart": 10,
              "hiliteLength": 39
            },
            {
              "type": "error",
              "lastLine": 230,
              "lastColumn": 3854,
              "message": "CSS: --divider-pin-height__: The types are incompatible.",
              "extract": "-factor__) + 1));--divider-pin",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 230,
              "lastColumn": 3998,
              "message": "CSS: --divider-pin-border__: The types are incompatible.",
              "extract": "or__) / -1 + 1));height:calc(v",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 230,
              "lastColumn": 4720,
              "message": "CSS: opacity: Parse Error.",
              "extract": "layer-i__) + 1))}.UORcXs{--div",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 233,
              "lastColumn": 5580,
              "firstColumn": 5571,
              "message": "CSS: view-transition-name: Property view-transition-name doesn't exist.",
              "extract": "tion-name:page-group}.fcNE",
              "hiliteStart": 10,
              "hiliteLength": 10
            },
            {
              "type": "error",
              "lastLine": 233,
              "lastColumn": 6335,
              "firstColumn": 6318,
              "message": "CSS: vector-effect: Property vector-effect doesn't exist.",
              "extract": "or-effect:non-scaling-stroke}.R8rh",
              "hiliteStart": 10,
              "hiliteLength": 18
            },
            {
              "type": "error",
              "lastLine": 236,
              "lastColumn": 255,
              "message": "CSS: will-change: var(--corners-overflow-fix-will-change, initial) is not a will-change value.",
              "extract": "-change,initial)}.VUwMqR .YVou",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "info",
              "lastLine": 239,
              "lastColumn": 222,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "/title>\n  <meta name=\"description\" content=\"Assemblymember Robert Rivas lives in Hollister with his wife, Christen, and their daughter, Melina.  He was elected to serve in the California State Assembly for District 30 in 2018. \"/>\n  <li",
              "hiliteStart": 10,
              "hiliteLength": 220
            },
            {
              "type": "info",
              "lastLine": 240,
              "lastColumn": 65,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "18. \"/>\n  <link rel=\"canonical\" href=\"https://www.rivasforassembly.com\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 63
            },
            {
              "type": "info",
              "lastLine": 241,
              "lastColumn": 78,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".com\"/>\n  <meta property=\"og:title\" content=\"Home | Robert Rivas for State Assembly\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "info",
              "lastLine": 242,
              "lastColumn": 229,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "mbly\"/>\n  <meta property=\"og:description\" content=\"Assemblymember Robert Rivas lives in Hollister with his wife, Christen, and their daughter, Melina.  He was elected to serve in the California State Assembly for District 30 in 2018. \"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 227
            },
            {
              "type": "info",
              "lastLine": 243,
              "lastColumn": 229,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "18. \"/>\n  <meta property=\"og:image\" content=\"https://static.wixstatic.com/media/31c935_928c83f5987442e58302657688c040e8~mv2_d_2667_1473_s_2.jpg/v1/fill/w_2500,h_1380,al_c/31c935_928c83f5987442e58302657688c040e8~mv2_d_2667_1473_s_2.jpg\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 227
            },
            {
              "type": "info",
              "lastLine": 244,
              "lastColumn": 50,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".jpg\"/>\n  <meta property=\"og:image:width\" content=\"2500\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 48
            },
            {
              "type": "info",
              "lastLine": 245,
              "lastColumn": 51,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "2500\"/>\n  <meta property=\"og:image:height\" content=\"1380\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 49
            },
            {
              "type": "info",
              "lastLine": 246,
              "lastColumn": 70,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "1380\"/>\n  <meta property=\"og:url\" content=\"https://www.rivasforassembly.com\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 68
            },
            {
              "type": "info",
              "lastLine": 247,
              "lastColumn": 56,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".com\"/>\n  <meta property=\"og:site_name\" content=\"Robert Rivas\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 54
            },
            {
              "type": "info",
              "lastLine": 248,
              "lastColumn": 46,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ivas\"/>\n  <meta property=\"og:type\" content=\"website\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "type": "info",
              "lastLine": 249,
              "lastColumn": 59,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "site\"/>\n  <meta name=\"twitter:card\" content=\"summary_large_image\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 57
            },
            {
              "type": "info",
              "lastLine": 250,
              "lastColumn": 79,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "mage\"/>\n  <meta name=\"twitter:title\" content=\"Home | Robert Rivas for State Assembly\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 77
            },
            {
              "type": "info",
              "lastLine": 251,
              "lastColumn": 230,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "mbly\"/>\n  <meta name=\"twitter:description\" content=\"Assemblymember Robert Rivas lives in Hollister with his wife, Christen, and their daughter, Melina.  He was elected to serve in the California State Assembly for District 30 in 2018. \"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 228
            },
            {
              "type": "info",
              "lastLine": 252,
              "lastColumn": 230,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "18. \"/>\n  <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/31c935_928c83f5987442e58302657688c040e8~mv2_d_2667_1473_s_2.jpg/v1/fill/w_2500,h_1380,al_c/31c935_928c83f5987442e58302657688c040e8~mv2_d_2667_1473_s_2.jpg\"/>\n\n\n</h",
              "hiliteStart": 10,
              "hiliteLength": 228
            },
            {
              "type": "info",
              "lastLine": 257,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "lass='' >\n<script type=\"text/javascript\">\n    v",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "error",
              "lastLine": 276,
              "lastColumn": 70,
              "firstColumn": 5,
              "message": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.",
              "extract": "rt-->\n    <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 66
            },
            {
              "type": "error",
              "lastLine": 278,
              "lastColumn": 68,
              "firstColumn": 5,
              "message": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.",
              "extract": "\n    \n    <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 64
            },
            {
              "type": "error",
              "lastLine": 303,
              "lastColumn": 53,
              "firstColumn": 27,
              "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
              "extract": "ages-css\"><style id=\"css_masterPage\">#maste",
              "hiliteStart": 10,
              "hiliteLength": 27
            },
            {
              "type": "error",
              "lastLine": 304,
              "lastColumn": 2843,
              "firstColumn": 2838,
              "message": "CSS: --theme-spx-ratio: Unknown dimension.",
              "extract": "io:0.1cqw}.font_0{font",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "error",
              "lastLine": 380,
              "lastColumn": 22,
              "firstColumn": 1,
              "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
              "extract": "\n</style>\n<style id=\"css_z2x5g\">#z2x5g",
              "hiliteStart": 10,
              "hiliteLength": 22
            },
            {
              "type": "info",
              "lastLine": 557,
              "lastColumn": 2616,
              "firstColumn": 1978,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_150,h_86,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.png\" alt=\"Untitled design_edited.png\" style=\"width:150px;height:86px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_150,h_86,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.png 1x, https://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_300,h_172,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.png 2x\" fetchpriority=\"high\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 639
            },
            {
              "type": "info",
              "lastLine": 557,
              "lastColumn": 9633,
              "firstColumn": 9317,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/31c935_928c83f5987442e58302657688c040e8~mv2_d_2667_1473_s_2.jpg/v1/fill/w_147,h_81,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/31c935_928c83f5987442e58302657688c040e8~mv2_d_2667_1473_s_2.jpg\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 0%\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 317
            },
            {
              "type": "info",
              "lastLine": 562,
              "lastColumn": 1899,
              "firstColumn": 1587,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/31c935_573279853f4f417aa1d357cc508b0641~mv2.jpg/v1/fill/w_123,h_82,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/31c935_573279853f4f417aa1d357cc508b0641~mv2.jpg\" alt=\"41076915504_71efecab6d_o.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:0% 50%\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 313
            },
            {
              "type": "info",
              "lastLine": 562,
              "lastColumn": 3565,
              "firstColumn": 3281,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/31c935_06343c58529e414bac146b526fe59f6d~mv2.jpg/v1/fill/w_123,h_69,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/31c935_06343c58529e414bac146b526fe59f6d~mv2.jpg\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 0%\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 285
            },
            {
              "type": "info",
              "lastLine": 562,
              "lastColumn": 4905,
              "firstColumn": 4621,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/31c935_a9937ae9cd9348d7b42a0616fe013e17~mv2.jpg/v1/fill/w_123,h_92,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/31c935_a9937ae9cd9348d7b42a0616fe013e17~mv2.jpg\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 0%\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 285
            },
            {
              "type": "info",
              "lastLine": 562,
              "lastColumn": 2218,
              "firstColumn": 2141,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "</section><section id=\"comp-kizeh8861\" class=\"comp-kizeh8861 CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 78
            },
            {
              "type": "info",
              "lastLine": 574,
              "lastColumn": 2014,
              "firstColumn": 1688,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/31c935_f38008168bf547b3b3a5df041697b222~mv2.png/v1/crop/x_179,y_461,w_4790,h_2753/fill/w_91,h_52,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Rivas_Transparent_3x%20(1).png\" alt=\"Rivas_Transparent_3x (1).png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 327
            },
            {
              "type": "error",
              "lastLine": 574,
              "lastColumn": 2840,
              "firstColumn": 2810,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Grey Facebook Icon\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 574,
              "lastColumn": 2840,
              "firstColumn": 2810,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Grey Facebook Icon\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "error",
              "lastLine": 574,
              "lastColumn": 3565,
              "firstColumn": 3536,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Grey Twitter Icon\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 30
            },
            {
              "type": "info",
              "lastLine": 574,
              "lastColumn": 3565,
              "firstColumn": 3536,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Grey Twitter Icon\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 30
            },
            {
              "type": "error",
              "lastLine": 574,
              "lastColumn": 4291,
              "firstColumn": 4260,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Grey Instagram Icon\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 32
            },
            {
              "type": "info",
              "lastLine": 574,
              "lastColumn": 4291,
              "firstColumn": 4260,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Grey Instagram Icon\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 32
            },
            {
              "type": "error",
              "lastLine": 574,
              "lastColumn": 5030,
              "firstColumn": 5001,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Grey YouTube Icon\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 30
            },
            {
              "type": "info",
              "lastLine": 574,
              "lastColumn": 5030,
              "firstColumn": 5001,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Grey YouTube Icon\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 30
            },
            {
              "type": "error",
              "lastLine": 574,
              "lastColumn": 5744,
              "firstColumn": 5726,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Flickr\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 19
            },
            {
              "type": "info",
              "lastLine": 574,
              "lastColumn": 5744,
              "firstColumn": 5726,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Flickr\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 19
            },
            {
              "type": "error",
              "lastLine": 574,
              "lastColumn": 6966,
              "firstColumn": 6864,
              "message": "Start tag a seen but an element of the same type was already open.",
              "extract": "xt__text\"><a data-auto-recognition=\"true\" href=\"mailto:rivasforassembly@gmail.com\" class=\"wixui-rich-text__text\">rivasf",
              "hiliteStart": 10,
              "hiliteLength": 103
            },
            {
              "type": "error",
              "lastLine": 574,
              "lastColumn": 7000,
              "firstColumn": 6997,
              "message": "Stray end tag a.",
              "extract": "il.com</a></a>&nbsp;",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 632,
              "lastColumn": 68,
              "firstColumn": 5,
              "message": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.",
              "extract": "rt-->\n    <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 64
            },
            {
              "type": "error",
              "lastLine": 634,
              "lastColumn": 66,
              "firstColumn": 5,
              "message": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.",
              "extract": "\n    \n    <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 62
            },
            {
              "type": "info",
              "lastLine": 558,
              "lastColumn": 1907,
              "firstColumn": 1804,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:35px; line-height:normal; text-align:center;\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 104
            },
            {
              "type": "info",
              "lastLine": 557,
              "lastColumn": 10848,
              "firstColumn": 10765,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:32px; text-align:center;\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 84
            },
            {
              "type": "info",
              "lastLine": 557,
              "lastColumn": 10266,
              "firstColumn": 10183,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:72px; text-align:center;\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 84
            },
            {
              "type": "info",
              "lastLine": 558,
              "lastColumn": 258,
              "firstColumn": 175,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"text-align:center; font-size:17px;\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 84
            },
            {
              "type": "info",
              "lastLine": 557,
              "lastColumn": 11449,
              "firstColumn": 11347,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.2em; text-align:center;\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 103
            },
            {
              "type": "info",
              "lastLine": 558,
              "lastColumn": 5902,
              "firstColumn": 5838,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:24px;\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 65
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          16,
          0,
          76,
          0
        ],
        "instances": [
          {
            "ruleID": "Attribute position not allowed on element link at this point.",
            "what": "Attribute position not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "features_masterPage",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "179"
            },
            "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f0910 ... A%2F%2Fwww-rivasforassembly-com.filesusr.com%2F&amp;useSandboxInHTMLComp=false&amp;viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"> "
          },
          {
            "ruleID": "Attribute position not allowed on element link at this point.",
            "what": "Attribute position not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "features_z2x5g",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "184"
            },
            "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f0910 ... tps%3A%2F%2Fwww-rivasforassembly-com.filesusr.com%2F&amp;useSandboxInHTMLComp=false&amp;viewMode=desktop\" id=\"features_z2x5g\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"> "
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "189"
            },
            "excerpt": "-old(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "189"
            },
            "excerpt": "-new(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "189"
            },
            "excerpt": "-old(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "189"
            },
            "excerpt": "-new(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "189"
            },
            "excerpt": "-old(page-group){animation:out"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "189"
            },
            "excerpt": "-new(page-group){animation:out"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "189"
            },
            "excerpt": "nsition-group(*),::view-transi"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "189"
            },
            "excerpt": "ransition-new(*),::view-transi"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "189"
            },
            "excerpt": "ransition-old(*){animation:non"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.head start",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "202"
            },
            "excerpt": "--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.head end",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "204"
            },
            "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri"
          },
          {
            "ruleID": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.",
            "what": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "217"
            },
            "excerpt": " <meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"b6029fe2-5d89-46a7-8b60-874819ae7bb9\"> <meta"
          },
          {
            "ruleID": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.",
            "what": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "218"
            },
            "excerpt": "9ae7bb9\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"c56fdcb0-1c97-424c-98bd-28f377e35391\"> "
          },
          {
            "ruleID": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.",
            "what": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "220"
            },
            "excerpt": "91\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"205\"> "
          },
          {
            "ruleID": "Bad value etag for attribute http-equiv on element meta.",
            "what": "Bad value etag for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "224"
            },
            "excerpt": "\"> <meta http-equiv=\"etag\" content=\"bug\"> <!--"
          },
          {
            "ruleID": "CSS: --divider-pin-height__: The types are incompatible.",
            "what": "CSS: --divider-pin-height__: The types are incompatible.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "228"
            },
            "excerpt": "-factor__) + 1));--divider-pin"
          },
          {
            "ruleID": "CSS: --divider-pin-border__: The types are incompatible.",
            "what": "CSS: --divider-pin-border__: The types are incompatible.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "228"
            },
            "excerpt": "or__) / -1 + 1));height:calc(v"
          },
          {
            "ruleID": "CSS: opacity: Parse Error.",
            "what": "CSS: opacity: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "228"
            },
            "excerpt": "layer-i__) + 1))}.UORcXs{--div"
          },
          {
            "ruleID": "CSS: view-transition-name: Property view-transition-name doesn't exist.",
            "what": "CSS: view-transition-name: Property view-transition-name doesn't exist.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "231"
            },
            "excerpt": "tion-name:page-group}.fcNE"
          },
          {
            "ruleID": "CSS: vector-effect: Property vector-effect doesn't exist.",
            "what": "CSS: vector-effect: Property vector-effect doesn't exist.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "231"
            },
            "excerpt": "or-effect:non-scaling-stroke}.R8rh"
          },
          {
            "ruleID": "CSS: will-change: var(--corners-overflow-fix-will-change, initial) is not a will-change value.",
            "what": "CSS: will-change: var(--corners-overflow-fix-will-change, initial) is not a will-change value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "234"
            },
            "excerpt": "-change,initial)}.VUwMqR .YVou"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "255"
            },
            "excerpt": "class=\"\"> <script type=\"text/javascript\"> v"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.bodyStart start",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "274"
            },
            "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.bodyStart end",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "276"
            },
            "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri"
          },
          {
            "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "css_masterPage",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "301"
            },
            "excerpt": "ages-css\"><style id=\"css_masterPage\">#maste"
          },
          {
            "ruleID": "CSS: --theme-spx-ratio: Unknown dimension.",
            "what": "CSS: --theme-spx-ratio: Unknown dimension.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "302"
            },
            "excerpt": "io:0.1cqw}.font_0{font"
          },
          {
            "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "css_z2x5g",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "378"
            },
            "excerpt": " </style> <style id=\"css_z2x5g\">#z2x5g"
          },
          {
            "ruleID": "An element with the attribute tabindex must not appear as a descendant of the a element.",
            "what": "An element with the attribute tabindex must not appear as a descendant of the a element.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "comp-irys4v5c4label",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "555"
            },
            "excerpt": "n:center\"><p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c4label\" tabindex=\"-1\">GET IN"
          },
          {
            "ruleID": "An element with the attribute tabindex must not appear as a descendant of the a element.",
            "what": "An element with the attribute tabindex must not appear as a descendant of the a element.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "comp-irys4v5c5label",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "555"
            },
            "excerpt": "n:center\"><p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c5label\" tabindex=\"-1\">MEDIA/"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "comp-kizeh8861",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "560"
            },
            "excerpt": "</section><section id=\"comp-kizeh8861\" class=\"comp-kizeh8861 CohWsy wixui-column-strip\"><div i"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "572"
            },
            "excerpt": "89d7.png\"><img alt=\"Grey Facebook Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\"></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "572"
            },
            "excerpt": "5ec0.png\"><img alt=\"Grey Twitter Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\"></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "572"
            },
            "excerpt": "b1b4.png\"><img alt=\"Grey Instagram Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\"></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "572"
            },
            "excerpt": "fcb4.png\"><img alt=\"Grey YouTube Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\"></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "572"
            },
            "excerpt": "7dc8.png\"><img alt=\"Flickr\" style=\"width: 27px; height: 27px; object-fit: cover;\"></wow-"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.bodyEnd start",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "630"
            },
            "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.bodyEnd end",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "632"
            },
            "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri"
          },
          {
            "ruleID": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "what": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "556"
            },
            "excerpt": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"text-align:center; font-size:17px;\"><span "
          },
          {
            "ruleID": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "what": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "555"
            },
            "excerpt": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:32px; text-align:center;\"><span "
          },
          {
            "ruleID": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "what": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "555"
            },
            "excerpt": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:72px; text-align:center;\"><span "
          },
          {
            "ruleID": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "what": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "555"
            },
            "excerpt": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.2em; text-align:center;\"><span "
          },
          {
            "ruleID": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "what": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "556"
            },
            "excerpt": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:35px; line-height:normal; text-align:center;\"><span "
          },
          {
            "ruleID": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "what": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "556"
            },
            "excerpt": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:24px;\"><span "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "wixDesktopViewport",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "6"
            },
            "excerpt": "utf-8'> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" id=\"wixDesktopViewport\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "8"
            },
            "excerpt": "=edge\"> <meta name=\"generator\" content=\"Wix.com Website Builder\"/> <l"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "11"
            },
            "excerpt": "2.png\"> <link rel=\"shortcut icon\" href=\"https://static.wixstatic.com/media/31c935_6393103298e04577bea1f72abfa909de%7Emv2.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/31c935_6393103298e04577bea1f72abfa909de%7Emv2.png\" type=\"image/png\"/> <li"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "12"
            },
            "excerpt": "/png\"/> <link rel=\"apple-touch-icon\" href=\"https://static.wixstatic.com/media/31c935_6393103298e04577bea1f72abfa909de%7Emv2.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/31c935_6393103298e04577bea1f72abfa909de%7Emv2.png\" type=\"image/png\"/> <!-"
          },
          {
            "ruleID": "Attribute position not allowed on element link at this point.",
            "what": "Attribute position not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "features_masterPage",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "181"
            },
            "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f0910 ... s%3A%2F%2Fwww-rivasforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link"
          },
          {
            "ruleID": "Stray end tag link.",
            "what": "Stray end tag link.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "181"
            },
            "excerpt": "nonymous\"></link> "
          },
          {
            "ruleID": "Attribute position not allowed on element link at this point.",
            "what": "Attribute position not allowed on element link at this point.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "features_z2x5g",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "186"
            },
            "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2213d21c63-b5ec-5912-8397-c3a5ddb27a97%22%3A%22440%22%2C%2214bcded7-0066-7c35-14d7-466cb3f0910 ... =https%3A%2F%2Fwww-rivasforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_z2x5g\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link"
          },
          {
            "ruleID": "Stray end tag link.",
            "what": "Stray end tag link.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "186"
            },
            "excerpt": "nonymous\"></link> "
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "191"
            },
            "excerpt": "-old(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "191"
            },
            "excerpt": "-new(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "191"
            },
            "excerpt": "-old(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "191"
            },
            "excerpt": "-new(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "191"
            },
            "excerpt": "-old(page-group){animation:out"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "191"
            },
            "excerpt": "-new(page-group){animation:out"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "191"
            },
            "excerpt": "nsition-group(*),::view-transi"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "191"
            },
            "excerpt": "ransition-new(*),::view-transi"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "191"
            },
            "excerpt": "ransition-old(*){animation:non"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.head start",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "204"
            },
            "excerpt": "--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.head end",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "206"
            },
            "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri"
          },
          {
            "ruleID": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.",
            "what": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "219"
            },
            "excerpt": " <meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"b6029fe2-5d89-46a7-8b60-874819ae7bb9\"> <meta"
          },
          {
            "ruleID": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.",
            "what": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "220"
            },
            "excerpt": "9ae7bb9\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"c56fdcb0-1c97-424c-98bd-28f377e35391\"> "
          },
          {
            "ruleID": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.",
            "what": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "222"
            },
            "excerpt": "91\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"205\"/> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "222"
            },
            "excerpt": "91\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"205\"/> "
          },
          {
            "ruleID": "Bad value etag for attribute http-equiv on element meta.",
            "what": "Bad value etag for attribute http-equiv on element meta.",
            "ordinalSeverity": 2,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "226"
            },
            "excerpt": "/> <meta http-equiv=\"etag\" content=\"bug\"/> <!--"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "226"
            },
            "excerpt": "/> <meta http-equiv=\"etag\" content=\"bug\"/> <!--"
          },
          {
            "ruleID": "CSS: --divider-pin-height__: The types are incompatible.",
            "what": "CSS: --divider-pin-height__: The types are incompatible.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "230"
            },
            "excerpt": "-factor__) + 1));--divider-pin"
          },
          {
            "ruleID": "CSS: --divider-pin-border__: The types are incompatible.",
            "what": "CSS: --divider-pin-border__: The types are incompatible.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "230"
            },
            "excerpt": "or__) / -1 + 1));height:calc(v"
          },
          {
            "ruleID": "CSS: opacity: Parse Error.",
            "what": "CSS: opacity: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "230"
            },
            "excerpt": "layer-i__) + 1))}.UORcXs{--div"
          },
          {
            "ruleID": "CSS: view-transition-name: Property view-transition-name doesn't exist.",
            "what": "CSS: view-transition-name: Property view-transition-name doesn't exist.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "233"
            },
            "excerpt": "tion-name:page-group}.fcNE"
          },
          {
            "ruleID": "CSS: vector-effect: Property vector-effect doesn't exist.",
            "what": "CSS: vector-effect: Property vector-effect doesn't exist.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "233"
            },
            "excerpt": "or-effect:non-scaling-stroke}.R8rh"
          },
          {
            "ruleID": "CSS: will-change: var(--corners-overflow-fix-will-change, initial) is not a will-change value.",
            "what": "CSS: will-change: var(--corners-overflow-fix-will-change, initial) is not a will-change value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "236"
            },
            "excerpt": "-change,initial)}.VUwMqR .YVou"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "239"
            },
            "excerpt": "/title> <meta name=\"description\" content=\"Assemblymember Robert Rivas lives in Hollister with his wife, Christen, and their daughter, Melina. He was elected to serve in the California State Assembly for District 30 in 2018. \"/> <li"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "240"
            },
            "excerpt": "18. \"/> <link rel=\"canonical\" href=\"https://www.rivasforassembly.com\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "241"
            },
            "excerpt": ".com\"/> <meta property=\"og:title\" content=\"Home | Robert Rivas for State Assembly\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "242"
            },
            "excerpt": "mbly\"/> <meta property=\"og:description\" content=\"Assemblymember Robert Rivas lives in Hollister with his wife, Christen, and their daughter, Melina. He was elected to serve in the California State Assembly for District 30 in 2018. \"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "243"
            },
            "excerpt": "18. \"/> <meta property=\"og:image\" content=\"https://static.wixstatic.com/media/31c935_928c83f5987442e58302657688c040e8~mv2_d_2667_1473_s_2.jpg/v1/fill/w_2500,h_1380,al_c/31c935_928c83f5987442e58302657688c040e8~mv2_d_2667_1473_s_2.jpg\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "244"
            },
            "excerpt": ".jpg\"/> <meta property=\"og:image:width\" content=\"2500\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "245"
            },
            "excerpt": "2500\"/> <meta property=\"og:image:height\" content=\"1380\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "246"
            },
            "excerpt": "1380\"/> <meta property=\"og:url\" content=\"https://www.rivasforassembly.com\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "247"
            },
            "excerpt": ".com\"/> <meta property=\"og:site_name\" content=\"Robert Rivas\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "248"
            },
            "excerpt": "ivas\"/> <meta property=\"og:type\" content=\"website\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "249"
            },
            "excerpt": "site\"/> <meta name=\"twitter:card\" content=\"summary_large_image\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "250"
            },
            "excerpt": "mage\"/> <meta name=\"twitter:title\" content=\"Home | Robert Rivas for State Assembly\"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "251"
            },
            "excerpt": "mbly\"/> <meta name=\"twitter:description\" content=\"Assemblymember Robert Rivas lives in Hollister with his wife, Christen, and their daughter, Melina. He was elected to serve in the California State Assembly for District 30 in 2018. \"/> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "252"
            },
            "excerpt": "18. \"/> <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/31c935_928c83f5987442e58302657688c040e8~mv2_d_2667_1473_s_2.jpg/v1/fill/w_2500,h_1380,al_c/31c935_928c83f5987442e58302657688c040e8~mv2_d_2667_1473_s_2.jpg\"/> </h"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "257"
            },
            "excerpt": "lass='' > <script type=\"text/javascript\"> v"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.bodyStart start",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "276"
            },
            "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.bodyStart end",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "278"
            },
            "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri"
          },
          {
            "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "css_masterPage",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "303"
            },
            "excerpt": "ages-css\"><style id=\"css_masterPage\">#maste"
          },
          {
            "ruleID": "CSS: --theme-spx-ratio: Unknown dimension.",
            "what": "CSS: --theme-spx-ratio: Unknown dimension.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "304"
            },
            "excerpt": "io:0.1cqw}.font_0{font"
          },
          {
            "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "css_z2x5g",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "380"
            },
            "excerpt": " </style> <style id=\"css_z2x5g\">#z2x5g"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "557"
            },
            "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_150,h_86,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.png\" alt=\"Untit ... tps://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_300,h_172,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.png 2x\" fetchpriority=\"high\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "557"
            },
            "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/31c935_928c83f5987442e58302657688c040e8~mv2_d_2667_1473_s_2.jpg/v1/fill/w_147,h_81,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/31c935_928c83f5987442e58302657688c040e8~mv2_d_2667_1473_s_2.jpg\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 0%\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "562"
            },
            "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/31c935_573279853f4f417aa1d357cc508b0641~mv2.jpg/v1/fill/w_123,h_82,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/31c935_573279853f4f417aa1d357cc508b0641~mv2.jpg\" alt=\"41076915504_71efecab6d_o.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:0% 50%\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "562"
            },
            "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/31c935_06343c58529e414bac146b526fe59f6d~mv2.jpg/v1/fill/w_123,h_69,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/31c935_06343c58529e414bac146b526fe59f6d~mv2.jpg\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 0%\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "562"
            },
            "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/31c935_a9937ae9cd9348d7b42a0616fe013e17~mv2.jpg/v1/fill/w_123,h_92,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/31c935_a9937ae9cd9348d7b42a0616fe013e17~mv2.jpg\" alt=\"\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 0%\"/></wow-"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "comp-kizeh8861",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "562"
            },
            "excerpt": "</section><section id=\"comp-kizeh8861\" class=\"comp-kizeh8861 CohWsy wixui-column-strip\"><div i"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "574"
            },
            "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/31c935_f38008168bf547b3b3a5df041697b222~mv2.png/v1/crop/x_179,y_461,w_4790,h_2753/fill/w_91,h_52,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Rivas_Transparent_3x%20(1).png\" alt=\"Rivas_Transparent_3x (1).png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "574"
            },
            "excerpt": "x, 100%)\"><img alt=\"Grey Facebook Icon\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "574"
            },
            "excerpt": "x, 100%)\"><img alt=\"Grey Facebook Icon\"/></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "574"
            },
            "excerpt": "x, 100%)\"><img alt=\"Grey Twitter Icon\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "574"
            },
            "excerpt": "x, 100%)\"><img alt=\"Grey Twitter Icon\"/></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "574"
            },
            "excerpt": "x, 100%)\"><img alt=\"Grey Instagram Icon\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "574"
            },
            "excerpt": "x, 100%)\"><img alt=\"Grey Instagram Icon\"/></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "574"
            },
            "excerpt": "x, 100%)\"><img alt=\"Grey YouTube Icon\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "574"
            },
            "excerpt": "x, 100%)\"><img alt=\"Grey YouTube Icon\"/></wow-"
          },
          {
            "ruleID": "Element img is missing required attribute src.",
            "what": "Element img is missing required attribute src.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "574"
            },
            "excerpt": "x, 100%)\"><img alt=\"Flickr\"/></wow-"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "574"
            },
            "excerpt": "x, 100%)\"><img alt=\"Flickr\"/></wow-"
          },
          {
            "ruleID": "Start tag a seen but an element of the same type was already open.",
            "what": "Start tag a seen but an element of the same type was already open.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "574"
            },
            "excerpt": "xt__text\"><a data-auto-recognition=\"true\" href=\"mailto:rivasforassembly@gmail.com\" class=\"wixui-rich-text__text\">rivasf"
          },
          {
            "ruleID": "Stray end tag a.",
            "what": "Stray end tag a.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "574"
            },
            "excerpt": "il.com</a></a>&nbsp;"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.bodyEnd start",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "632"
            },
            "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri"
          },
          {
            "ruleID": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.",
            "what": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "SCRIPT",
            "id": "pageHtmlEmbeds.bodyEnd end",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "634"
            },
            "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri"
          },
          {
            "ruleID": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "what": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "558"
            },
            "excerpt": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:35px; line-height:normal; text-align:center;\"><span "
          },
          {
            "ruleID": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "what": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "557"
            },
            "excerpt": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:32px; text-align:center;\"><span "
          },
          {
            "ruleID": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "what": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "557"
            },
            "excerpt": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:72px; text-align:center;\"><span "
          },
          {
            "ruleID": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "what": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "558"
            },
            "excerpt": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"text-align:center; font-size:17px;\"><span "
          },
          {
            "ruleID": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "what": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "557"
            },
            "excerpt": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.2em; text-align:center;\"><span "
          },
          {
            "ruleID": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "what": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "558"
            },
            "excerpt": "tElement\"><h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:24px;\"><span "
          }
        ]
      },
      "endTime": 1687096288010
    },
    {
      "type": "test",
      "which": "qualWeb",
      "withNewContent": false,
      "startTime": 1687096288011,
      "url": "https://www.rivasforassembly.com/",
      "what": "QualWeb",
      "result": {
        "type": "evaluation",
        "system": {
          "name": "QualWeb",
          "description": "QualWeb is an automatic accessibility evaluator for webpages.",
          "version": "3.0.0",
          "homepage": "http://www.qualweb.di.fc.ul.pt/",
          "date": "2023-06-18 13:51:29",
          "hash": "0a008a07cce9db1ad7077841095bcd4315c4d0c400b16df2c8bc1f9c7b88e75f92f68f9292a859b42323fb02fe517b93dd9c0d9a15657f65cd837287c8db95a7",
          "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": 9,
          "failed": 11,
          "inapplicable": 69
        },
        "modules": {
          "act-rules": {
            "type": "act-rules",
            "metadata": {
              "passed": 17,
              "warning": 7,
              "failed": 5,
              "inapplicable": 38
            },
            "assertions": {
              "QW-ACT-R4": {
                "name": "Meta-refresh no delay",
                "code": "QW-ACT-R4",
                "mapping": "bc659a",
                "description": "This rule checks that the meta element is not used for delayed redirecting or refreshing.",
                "metadata": {
                  "target": {
                    "element": "meta"
                  },
                  "success-criteria": [
                    {
                      "name": "2.2.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/timing-adjustable.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#timing-adjustable"
                    },
                    {
                      "name": "2.2.4",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/interruptions",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#interruptions"
                    },
                    {
                      "name": "3.2.5",
                      "level": "AAA",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/change-on-request",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#change-on-request"
                    }
                  ],
                  "related": [
                    "G110",
                    "H76"
                  ],
                  "url": "https://act-rules.github.io/rules/bc659a",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target refreshes after 205 seconds."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target refreshes after 205 seconds.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"205\">",
                        "pointer": "html:nth-of-type(1) > head > meta:nth-of-type(10)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R71": {
                "name": "`meta` element has no refresh delay (no exception)",
                "code": "QW-ACT-R71",
                "mapping": "bisz58",
                "description": "This rule checks that the `meta` element is not used for delayed redirecting or refreshing.",
                "metadata": {
                  "target": {
                    "element": "meta"
                  },
                  "success-criteria": [
                    {
                      "name": "2.2.4",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/interruptions",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#interruptions"
                    },
                    {
                      "name": "3.2.5",
                      "level": "AAA",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/change-on-request",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#change-on-request"
                    }
                  ],
                  "related": [
                    "G110",
                    "H76"
                  ],
                  "url": "https://act-rules.github.io/rules/bisz58",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target refreshes after 205 seconds."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target refreshes after 205 seconds.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"205\">",
                        "pointer": "html:nth-of-type(1) > head > meta:nth-of-type(10)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "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\"><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\"><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\"><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": "Check if the page has any 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": "Check if the page has any 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": "W2",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R12": {
                "name": "Link has accessible name",
                "code": "QW-ACT-R12",
                "mapping": "c487ae",
                "description": "This rule checks that each link has an accessible name.",
                "metadata": {
                  "target": {
                    "element": [
                      "a[href]",
                      "area[href]"
                    ],
                    "attributes": [
                      "role='link'"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.4",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-in-context"
                    },
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only"
                    },
                    {
                      "name": "4.1.2",
                      "level": "A",
                      "principle": "Robust",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value"
                    }
                  ],
                  "related": [
                    "G91"
                  ],
                  "url": "https://act-rules.github.io/rules/c487ae",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 16,
                  "warning": 0,
                  "failed": 6,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target doesn't have an accessible name, or it's empty ('')."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R62": {
                "name": "Element in sequential focus order has visible focus",
                "code": "QW-ACT-R62",
                "mapping": "oj04fd",
                "description": "This rule checks that each element in sequential focus order has some visible focus indication.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.7",
                      "level": "AA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#focus-visible"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/oj04fd",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 26,
                  "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": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">HOME</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">BIOGRAPHY</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/issues\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">ISSUES</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/2022endorsements\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">ENDORSEMENTS</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\">More</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">Contribute</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">READ MORE</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$25</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$100</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$500</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$1,000</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$2,500</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">OTHER</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">MAKE A MONTHLY RECURRING CONTRIBUTION</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">READ MORE</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"></button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > button:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"></button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">Contribute Now</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-auto-recognition=\"true\" href=\"mailto:rivasforassembly@gmail.com\" class=\"wixui-rich-text__text\">rivasforassembly@gmail.com</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > a:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R37": {
                "name": "Text has minimum contrast",
                "code": "QW-ACT-R37",
                "mapping": "afw4f7",
                "description": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
                "metadata": {
                  "target": {
                    "element": [
                      "*"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.3",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-minimum"
                    },
                    {
                      "name": "1.4.6",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/afw4f7",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 8,
                  "warning": 0,
                  "failed": 5,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Element has contrast ratio lower than minimum."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c0label\">HOME</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">RIVAS</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:23px;\" class=\"wixui-rich-text__text\">re-elect</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">About</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">What People </span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R76": {
                "name": "Text has enhanced contrast",
                "code": "QW-ACT-R76",
                "mapping": "09o5cg",
                "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.6",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced"
                    }
                  ],
                  "related": [
                    "G17",
                    "G18"
                  ],
                  "url": "https://act-rules.github.io/rules/09o5cg",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 4,
                  "warning": 0,
                  "failed": 9,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Element has contrast ratio lower than minimum."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c0label\">HOME</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">RIVAS</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:23px;\" class=\"wixui-rich-text__text\">re-elect</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">About</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">What People </span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">I strongly urge all Santa Clara County residents to support Robert Rivas for State Assembly. Robert understands the needs of South Santa Clara County residents. He’ll fight for increased funding for roads and transportation, more affordable housing, and better schools for our children. He’s a principled leader who we can trust to deliver results. I am proud to support him!</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">Blanca Alvarado</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">Former Santa Clara County Supervisor</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:avenir-lt-w01_35-light1475496,sans-serif;\" class=\"wixui-rich-text__text\">Paid for by Robert Rivas for Assembly 2024&nbsp; |&nbsp; FPPC ID # 1456511&nbsp; | &nbsp;rivasforassembly@gmail.com&nbsp; |&nbsp; P.O. Box 2385, Salinas, CA 93902</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "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\"><head></head><body>(function () {\n    var noop = function noop() {};\n    if (\"performance\" in window === false) {\n      window.performance = {};\n    }\n    window.performance.mark = performance.mark || noop;\n    window.performance.measure = performance.measure || noop;\n    if (\"now\" in window.performance === false) {\n      var nowOffset = Date.now();\n      if (performance.timing &amp;&amp; performance.timing.navigationStart) {\n        nowOffset = performance.timing.navigationStart;\n      }\n      window.performance.now = function now() {\n        return Date.now() - nowOffset;\n      };\n    }\n  })();\n  \n\n  \n  \n    (function () {\n      var now = Date.now()\n      window.initialTime …",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R40": {
                "name": "Zoomed text node is not clipped with CSS overflow",
                "code": "QW-ACT-R40",
                "mapping": "59br37",
                "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
                "metadata": {
                  "target": {
                    "element": "*:text()"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.4",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/59br37",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 23,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if each ancestor or the text node is not clipped by overflow."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">RIVAS</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"letter-spacing:0.4em;\" class=\"wixui-rich-text__text\">ROBERT</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">For State Assembly\nDistrict 29</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:23px;\" class=\"wixui-rich-text__text\">re-elect</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"M3I7Z2 wixui-button__label\">READ MORE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;\" class=\"wixui-rich-text__text\">Please donate now to support the campaign!</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"M3I7Z2 wixui-button__label\">$25</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"M3I7Z2 wixui-button__label\">$100</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"M3I7Z2 wixui-button__label\">$500</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"M3I7Z2 wixui-button__label\">$1,000</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"M3I7Z2 wixui-button__label\">$2,500</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"M3I7Z2 wixui-button__label\">OTHER</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"M3I7Z2 wixui-button__label\">MAKE A MONTHLY RECURRING CONTRIBUTION</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">About</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"color:#1E3557;\" class=\"wixui-rich-text__text\">Robert</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">Assembly Speaker Designate Robert Rivas was first elected to serve as a State Assemblymember in 2018. &nbsp;A lifelong resident of the district, Rivas served two terms on the San Benito County Board of Supervisors prior to becoming an Assemblymember.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">Rivas was raised in Paicines, California, where his grandfather was a farmworker at Almaden Vineyards. Rivas and his brother Rick grew up in farmworker housing, cared for by their single mother and beloved grandparents, who emigrated from Mexico in the 1960s.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"M3I7Z2 wixui-button__label\">READ MORE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">What People </span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"color:#1E3557;\" class=\"wixui-rich-text__text\">Are Saying</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">I strongly urge all Santa Clara County residents to support Robert Rivas for State Assembly. Robert understands the needs of South Santa Clara County residents. He’ll fight for increased funding for roads and transportation, more affordable housing, and better schools for our children. He’s a principled leader who we can trust to deliver results. I am proud to support him!</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">Blanca Alvarado</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">Former Santa Clara County Supervisor</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "wcag-techniques": {
            "type": "wcag-techniques",
            "metadata": {
              "passed": 5,
              "warning": 1,
              "failed": 6,
              "inapplicable": 22
            },
            "assertions": {
              "QW-WCAG-T9": {
                "name": "Organizing a page using headings",
                "code": "QW-WCAG-T9",
                "mapping": "G141",
                "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
                "metadata": {
                  "target": {
                    "element": [
                      "h1",
                      "h2",
                      "h3",
                      "h4",
                      "h5",
                      "h6"
                    ],
                    "attributes": "role='heading'"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    },
                    {
                      "name": "2.4.10",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings"
                    }
                  ],
                  "related": [
                    "G91",
                    "H30"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Please verify that headers are used to divide the page correctly."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Please verify that headers are used to divide the page correctly.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<body class=\"\">\n\n    var bodyCacheable = true;\n    \n    var exclusionReason = {\"shouldRender\":true,\"forced\":false};\n    var ssrInfo = {\"renderBodyTime\":610,\"renderTimeStamp\":1687086141804}\n\n\n\n\n\n    \n        window.clientSideRender = false;\n        window.bi.wixBiSession.isServerSide = 1;\n    \n    \n\n\n\n    \n    \n    \n    \n    \n\n\n\n\n\n    if (window.ResizeObserver &amp;&amp;\n        (!window.PerformanceObserver || !PerformanceObserver.supportedEntryTypes || PerformanceObserver.supportedEntryTypes.indexOf('paint') === -1)) {\n        new ResizeObserver(function (entries, observer) {\n            entries.some(function (entry) {\n                var contentRect = entry.contentRect;\n                if ( …",
                        "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": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The first focusable control on the Web page is not a link."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The first focusable control on the Web page is not a link.",
                    "resultCode": "F4",
                    "elements": [
                      {
                        "htmlCode": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T21": {
                "name": "Failure of Success Criteria 2.4.4, 2.4.9 and 4.1.2 due to not providing an accessible name for an image which is the only content in a link",
                "code": "QW-WCAG-T21",
                "mapping": "F89",
                "description": "This technique checks the text alternative of images which are the only content of a link",
                "metadata": {
                  "target": {
                    "parent": "a",
                    "element": "img"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.4",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html"
                    },
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-link.html"
                    },
                    {
                      "name": "4.1.2",
                      "level": "A",
                      "principle": "Robust",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value"
                    }
                  ],
                  "related": [
                    "H2",
                    "H30",
                    "ARIA7",
                    "ARIA8"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F89",
                  "passed": 0,
                  "warning": 0,
                  "failed": 5,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The image doesn't have an accessible name."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The image doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The image doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The image doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The image doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The image doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > 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": 2,
                  "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=\"DN7syf\" id=\"comp-irys4v5citemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\"><li id=\"comp-irys4v5c0\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"dataItem-kizeh80s\" data-state=\"menu selected  link\" data-index=\"0\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"10\" aria-hidden=\"false\" style=\"width: 147px; height: 25px; position: relative; box-sizing: border-box; overflow: visible; visibility: inherit;\"><a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child( …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav: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": "<ul class=\"k8K0Wj wixui-dropdown-menu__submenu\" id=\"comp-irys4v5cmoreContainer\"></ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"dataItem-k4bygllk-comp-k4byglio\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img_0_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-k4bygllk-comp-k4byglio&quot; …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T8": {
                "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives",
                "code": "QW-WCAG-T8",
                "mapping": "F30",
                "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
                "metadata": {
                  "target": {
                    "attributes": "alt"
                  },
                  "success-criteria": [
                    {
                      "name": "1.1.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content"
                    },
                    {
                      "name": "1.2.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded"
                    }
                  ],
                  "related": [],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30",
                  "passed": 0,
                  "warning": 5,
                  "failed": 3,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Text alternative is not actually a text alternative for the non-text content."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Text alternative is not actually a text alternative for the non-text content.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"https://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_150,h_86,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.png\" alt=\"Untitled design_edited.png\" style=\"width:150px;height:86px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_150,h_86,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.png 1x, https://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_300,h_172,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.png 2x\" fetchpriority=\"high\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Text alternative is not actually a text alternative for the non-text content.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"https://static.wixstatic.com/media/31c935_573279853f4f417aa1d357cc508b0641~mv2.jpg/v1/fill/w_683,h_532,al_l,q_85,usm_0.66_1.00_0.01,enc_auto/31c935_573279853f4f417aa1d357cc508b0641~mv2.jpg\" alt=\"41076915504_71efecab6d_o.jpg\" style=\"width: 683px; height: 532px; object-fit: cover; object-position: 0% 50%;\" fetchpriority=\"high\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Text alternative is not actually a text alternative for the non-text content.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"https://static.wixstatic.com/media/31c935_f38008168bf547b3b3a5df041697b222~mv2.png/v1/crop/x_179,y_461,w_4790,h_2753/fill/w_91,h_52,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Rivas_Transparent_3x%20(1).png\" alt=\"Rivas_Transparent_3x (1).png\" style=\"width: 91px; height: 53px; object-fit: cover; object-position: 50% 50%;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Grey Facebook Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Grey Twitter Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Grey Instagram Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Grey YouTube Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Flickr\" style=\"width: 27px; height: 27px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T28": {
                "name": "Using `percent, em, names` for font sizes",
                "code": "QW-WCAG-T28",
                "mapping": "C121314",
                "description": "This technique checks that all font-size attribute uses percent, em or names.",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "font-size"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.4",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html"
                    },
                    {
                      "name": "1.4.5",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html"
                    },
                    {
                      "name": "1.4.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html"
                    },
                    {
                      "name": "1.4.9",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/GL/UNDERSTANDING-WCAG20/visual-audio-contrast-text-images.html"
                    }
                  ],
                  "related": [
                    "C12",
                    "C13",
                    "C14"
                  ],
                  "url": {
                    "C12": "https://www.w3.org/WAI/WCAG21/Techniques/css/C12",
                    "C13": "https://www.w3.org/WAI/WCAG21/Techniques/css/C13",
                    "C14": "https://www.w3.org/WAI/WCAG21/Techniques/css/C14"
                  },
                  "passed": 0,
                  "warning": 0,
                  "failed": 29,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "This test target has a font-size css property using an absolute unit value with the important flag."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<body class=\"\">\n\n    var bodyCacheable = true;\n    \n    var exclusionReason = {\"shouldRender\":true,\"forced\":false};\n    var ssrInfo = {\"renderBodyTime\":610,\"renderTimeStamp\":1687086141804}\n\n\n\n\n\n    \n        window.clientSideRender = false;\n        window.bi.wixBiSession.isServerSide = 1;\n    \n    \n\n\n\n    \n    \n    \n    \n    \n\n\n\n\n\n    if (window.ResizeObserver &amp;&amp;\n        (!window.PerformanceObserver || !PerformanceObserver.supportedEntryTypes || PerformanceObserver.supportedEntryTypes.indexOf('paint') === -1)) {\n        new ResizeObserver(function (entries, observer) {\n            entries.some(function (entry) {\n                var contentRect = entry.contentRect;\n                if ( …",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "10px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > button:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:72px; text-align:center;\">RIVAS</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "72px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:72px;\" class=\"wixui-rich-text__text\">RIVAS</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "72px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:32px; text-align:center;\">ROBERT</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "32px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:32px;\" class=\"wixui-rich-text__text\">ROBERT</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "32px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.2em; text-align:center;\">For State Assembly\nDistrict 29</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">For State Assembly\nDistrict 29</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"text-align:center; font-size:17px;\">re-elect</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "17px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:23px;\" class=\"wixui-rich-text__text\">re-elect</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "23px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:35px; line-height:normal; text-align:center;\">Please donate now to support the campaign!</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "35px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:35px;\" class=\"wixui-rich-text__text\">Please donate now to support the campaign!</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "35px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:24px;\">About Robert</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:24px;\" class=\"wixui-rich-text__text\">About Robert</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.7em; font-size:15px;\">Assembly Speaker Designate Robert Rivas was first elected to serve as a State Assemblymember in 2018. &nbsp;A lifelong resident of the district, Rivas served two terms on the San Benito County Board of Supervisors prior to becoming an Assemblymember.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.7em; font-size:15px;\">&nbsp;</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.7em; font-size:15px;\">Rivas was raised in Paicines, California, where his grandfather was a farmworker at Almaden Vineyards. Rivas and his brother Rick grew up in farmworker housing, cared for by their single mother and beloved grandparents, who emigrated from Mexico in the 1960s.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:24px; text-align:center;\">What People Are Saying</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:24px;\" class=\"wixui-rich-text__text\">What People Are Saying</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\">I strongly urge all Santa Clara County residents to support Robert Rivas for State Assembly. Robert understands the needs of South Santa Clara County residents. He’ll fight for increased funding for roads and transportation, more affordable housing, and better schools for our children. He’s a principled leader who we can trust to deliver results. I am proud to support him!</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">I strongly urge all Santa Clara County residents to support Robert Rivas for State Assembly. Robert understands the needs of South Santa Clara County residents. He’ll fight for increased funding for roads and transportation, more affordable housing, and better schools for our children. He’s a principled leader who we can trust to deliver results. I am proud to support him!</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\">&nbsp;</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">&nbsp;</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\">Blanca Alvarado</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">Blanca Alvarado</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\">Former Santa Clara County Supervisor</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">Former Santa Clara County Supervisor</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:14px; line-height:normal; text-align:center;\">Paid for by Robert Rivas for Assembly 2024&nbsp; |&nbsp; FPPC ID # 1456511&nbsp; | &nbsp;rivasforassembly@gmail.com&nbsp; |&nbsp; P.O. Box 2385, Salinas, CA 93902</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">Paid for by Robert Rivas for Assembly 2024&nbsp; |&nbsp; FPPC ID # 1456511&nbsp; | &nbsp;rivasforassembly@gmail.com&nbsp; |&nbsp; P.O. Box 2385, Salinas, CA 93902</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  }
                ]
              },
              "QW-WCAG-T31": {
                "name": "Failure of Success Criterion 1.4.3, 1.4.6 and 1.4.8 due to specifying foreground colors without specifying background colors or vice versa",
                "code": "QW-WCAG-T31",
                "mapping": "F24",
                "description": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "text-decoration"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.3",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum"
                    },
                    {
                      "name": "1.4.6",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced"
                    },
                    {
                      "name": "1.4.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation"
                    }
                  ],
                  "related": [
                    "C23",
                    "C25"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F24",
                  "passed": 35,
                  "warning": 0,
                  "failed": 3,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target has a author defined background property but not a color css property."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"mHZSwn\">top of page</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<div style=\"display:none\" id=\"comp-irys4v5cnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined background property but not a color css property.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"mHZSwn\">bottom of page</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(5) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "best-practices": {
            "type": "best-practices",
            "metadata": {
              "passed": 14,
              "warning": 1,
              "failed": 0,
              "inapplicable": 9
            },
            "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": 7,
                  "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": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:72px; text-align:center;\">RIVAS</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:32px; text-align:center;\">ROBERT</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.2em; text-align:center;\">For State Assembly\nDistrict 29</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"text-align:center; font-size:17px;\">re-elect</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:35px; line-height:normal; text-align:center;\">Please donate now to support the campaign!</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:24px;\">About Robert</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:24px; text-align:center;\">What People Are Saying</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "counter": {
            "type": "counter",
            "data": {
              "roles": {
                "link": 31,
                "document": 1,
                "region": 7,
                "button": 3,
                "img": 8,
                "navigation": 1,
                "list": 3,
                "listitem": 12,
                "main": 1,
                "presentation": 3,
                "heading": 7,
                "graphics-document": 3
              },
              "tags": {
                "html": 1,
                "head": 1,
                "meta": 24,
                "link": 7,
                "script": 57,
                "style": 13,
                "title": 1,
                "body": 1,
                "pages-css": 1,
                "div": 153,
                "span": 63,
                "button": 3,
                "header": 1,
                "wow-image": 11,
                "img": 11,
                "wix-dropdown-menu": 1,
                "nav": 1,
                "ul": 3,
                "li": 12,
                "a": 24,
                "p": 15,
                "main": 1,
                "section": 4,
                "wix-bg-media": 1,
                "h1": 7,
                "br": 1,
                "svg": 3,
                "path": 4,
                "defs": 1,
                "g": 1,
                "footer": 1
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          15,
          54,
          42,
          22
        ],
        "instances": [
          {
            "ruleID": "QW-ACT-R4",
            "what": "This rule checks that the meta element is not used for delayed redirecting or refreshing.",
            "ordinalSeverity": 3,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html:nth-of-type(1) > head > meta:nth-of-type(10)"
            },
            "excerpt": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"205\">"
          },
          {
            "ruleID": "QW-ACT-R71",
            "what": "This rule checks that the `meta` element is not used for delayed redirecting or refreshing.",
            "ordinalSeverity": 3,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html:nth-of-type(1) > head > meta:nth-of-type(10)"
            },
            "excerpt": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"205\">"
          },
          {
            "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\"><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\"><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\"><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\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></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": "SKIP_TO_CONTENT_BTN",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > button:nth-child(2)"
            },
            "excerpt": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/issues\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">ISSUES</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in 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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/2022endorsements\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">ENDORSEMENTS</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > div:nth-child(1)"
            },
            "excerpt": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\">More</div>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">Contribute</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in 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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">READ MORE</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$25</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in 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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$100</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in 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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$500</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in 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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$1,000</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in 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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">$2,500</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in 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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">OTHER</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in 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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">MAKE A MONTHLY RECURRING CONTRIBUTION</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in 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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">READ MORE</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > button:nth-child(1)"
            },
            "excerpt": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"></button>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > button:nth-child(2)"
            },
            "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"></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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in 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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in 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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in 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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in 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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in 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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">Contribute Now</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in 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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in 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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a data-auto-recognition=\"true\" href=\"mailto:rivasforassembly@gmail.com\" class=\"wixui-rich-text__text\">rivasforassembly@gmail.com</a>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c0label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c0label\">HOME</p>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">RIVAS</span>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:23px;\" class=\"wixui-rich-text__text\">re-elect</span>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">About</span>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">What People </span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c0label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: center; line-height: 25px;\" id=\"comp-irys4v5c0label\">HOME</p>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">RIVAS</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:23px;\" class=\"wixui-rich-text__text\">re-elect</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">About</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">What People </span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">I strongly urge all Santa Clara County residents to support Robert Rivas for State Assembly. Robert understands the needs of South Santa Cla ... ased funding for roads and transportation, more affordable housing, and better schools for our children. He’s a principled leader who we can trust to deliver results. I am proud to support him!</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">Blanca Alvarado</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">Former Santa Clara County Supervisor</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,sans-serif;\" class=\"wixui-rich-text__text\">Paid for by Robert Rivas for Assembly 2024&nbsp; |&nbsp; FPPC ID # 1456511&nbsp; | &nbsp;rivasforassembly@gmail.com&nbsp; |&nbsp; P.O. Box 2385, Salinas, CA 93902</span>"
          },
          {
            "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\"><head></head><body>(function () { var noop = function noop() {}; if (\"performance\" in window === false) { window.performance = {}; } window.performance.mark = performance.mark || noop; ... nStart) { nowOffset = performance.timing.navigationStart; } window.performance.now = function now() { return Date.now() - nowOffset; }; } })(); (function () { var now = Date.now() window.initialTime …"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">RIVAS</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"letter-spacing:0.4em;\" class=\"wixui-rich-text__text\">ROBERT</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">For State Assembly District 29</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:23px;\" class=\"wixui-rich-text__text\">re-elect</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">READ MORE</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;\" class=\"wixui-rich-text__text\">Please donate now to support the campaign!</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">$25</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">$100</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">$500</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">$1,000</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">$2,500</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">OTHER</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">MAKE A MONTHLY RECURRING CONTRIBUTION</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">About</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span style=\"color:#1E3557;\" class=\"wixui-rich-text__text\">Robert</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">Assembly Speaker Designate Robert Rivas was first elected to serve as a State Assemblymember in 2018. &nbsp;A lifelong resident of the district, Rivas served two terms on the San Benito County Board of Supervisors prior to becoming an Assemblymember.</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">Rivas was raised in Paicines, California, where his grandfather was a farmworker at Almaden Vineyards. Rivas and his brother Rick grew up in farmworker housing, cared for by their single mother and beloved grandparents, who emigrated from Mexico in the 1960s.</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">READ MORE</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color:#00C3E5;\" class=\"wixui-rich-text__text\">What People </span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span style=\"color:#1E3557;\" class=\"wixui-rich-text__text\">Are Saying</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">I strongly urge all Santa Clara County residents to support Robert Rivas for State Assembly. Robert understands the needs of South Santa Cla ... ased funding for roads and transportation, more affordable housing, and better schools for our children. He’s a principled leader who we can trust to deliver results. I am proud to support him!</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">Blanca Alvarado</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:avenir-lt-w01_85-heavy1475544,sans-serif;\" class=\"wixui-rich-text__text\">Former Santa Clara County Supervisor</span>"
          },
          {
            "ruleID": "QW-WCAG-T9",
            "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
            "ordinalSeverity": 0,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<body class=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":610,\"renderTimeStamp\":1687086141804} window.clientSideRender = fal ... pes || PerformanceObserver.supportedEntryTypes.indexOf('paint') === -1)) { new ResizeObserver(function (entries, observer) { entries.some(function (entry) { var contentRect = entry.contentRect; if ( …"
          },
          {
            "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": 2,
            "tagName": "BUTTON",
            "id": "SKIP_TO_CONTENT_BTN",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > button:nth-child(2)"
            },
            "excerpt": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>"
          },
          {
            "ruleID": "QW-WCAG-T21",
            "what": "This technique checks the text alternative of images which are the only content of a link",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T21",
            "what": "This technique checks the text alternative of images which are the only content of a link",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T21",
            "what": "This technique checks the text alternative of images which are the only content of a link",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T21",
            "what": "This technique checks the text alternative of images which are the only content of a link",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T21",
            "what": "This technique checks the text alternative of images which are the only content of a link",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></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": "comp-irys4v5citemsContainer",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1)"
            },
            "excerpt": "<ul class=\"DN7syf\" id=\"comp-irys4v5citemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\"><li id=\"comp-irys4v5c0\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"dataItem ... tid=\"linkElement\" href=\"https://www.rivasforassembly.com\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child( …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 2,
            "tagName": "UL",
            "id": "comp-irys4v5cmoreContainer",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > ul:nth-child(1)"
            },
            "excerpt": "<ul class=\"k8K0Wj wixui-dropdown-menu__submenu\" id=\"comp-irys4v5cmoreContainer\"></ul>"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1)"
            },
            "excerpt": "<ul class=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"dataItem-k4bygllk-comp-k4byglio\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel ...  > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img_0_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-k4bygllk-comp-k4byglio&quot; …"
          },
          {
            "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": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"https://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_150,h_86,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.png\" alt=\"Untitled design ...  1x, https://static.wixstatic.com/media/31c935_438c92de2c11436f8c3e5cb2321535d9~mv2.png/v1/fill/w_300,h_172,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design_edited.png 2x\" fetchpriority=\"high\">"
          },
          {
            "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": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"https://static.wixstatic.com/media/31c935_573279853f4f417aa1d357cc508b0641~mv2.jpg/v1/fill/w_683,h_532,al_l,q_85,usm_0.66_1.00_0.01,enc_auto/31c935_573279853f4f417aa1d357cc508b0641~mv2.jpg\" alt=\"41076915504_71efecab6d_o.jpg\" style=\"width: 683px; height: 532px; object-fit: cover; object-position: 0% 50%;\" fetchpriority=\"high\">"
          },
          {
            "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": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"https://static.wixstatic.com/media/31c935_f38008168bf547b3b3a5df041697b222~mv2.png/v1/crop/x_179,y_461,w_4790,h_2753/fill/w_91,h_52,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Rivas_Transparent_3x%20(1).png\" alt=\"Rivas_Transparent_3x (1).png\" style=\"width: 91px; height: 53px; object-fit: cover; object-position: 50% 50%;\">"
          },
          {
            "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img alt=\"Grey Facebook Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">"
          },
          {
            "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img alt=\"Grey Twitter Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">"
          },
          {
            "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img alt=\"Grey Instagram Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">"
          },
          {
            "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img alt=\"Grey YouTube Icon\" style=\"width: 27px; height: 27px; object-fit: cover;\">"
          },
          {
            "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img alt=\"Flickr\" style=\"width: 27px; height: 27px; object-fit: cover;\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<body class=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":610,\"renderTimeStamp\":1687086141804} window.clientSideRender = fal ... pes || PerformanceObserver.supportedEntryTypes.indexOf('paint') === -1)) { new ResizeObserver(function (entries, observer) { entries.some(function (entry) { var contentRect = entry.contentRect; if ( …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "SKIP_TO_CONTENT_BTN",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > button:nth-child(2)"
            },
            "excerpt": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:72px; text-align:center;\">RIVAS</h1>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:72px;\" class=\"wixui-rich-text__text\">RIVAS</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:32px; text-align:center;\">ROBERT</h1>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:32px;\" class=\"wixui-rich-text__text\">ROBERT</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.2em; text-align:center;\">For State Assembly District 29</h1>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">For State Assembly District 29</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"text-align:center; font-size:17px;\">re-elect</h1>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:23px;\" class=\"wixui-rich-text__text\">re-elect</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:35px; line-height:normal; text-align:center;\">Please donate now to support the campaign!</h1>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:35px;\" class=\"wixui-rich-text__text\">Please donate now to support the campaign!</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:24px;\">About Robert</h1>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:24px;\" class=\"wixui-rich-text__text\">About Robert</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.7em; font-size:15px;\">Assembly Speaker Designate Robert Rivas was first elected to serve as a State Assemblymember in 2018. &nbsp;A lifelong resident of the district, Rivas served two terms on the San Benito County Board of Supervisors prior to becoming an Assemblymember.</p>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2)"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.7em; font-size:15px;\">&nbsp;</p>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3)"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.7em; font-size:15px;\">Rivas was raised in Paicines, California, where his grandfather was a farmworker at Almaden Vineyards. Rivas and his brother Rick grew up in farmworker housing, cared for by their single mother and beloved grandparents, who emigrated from Mexico in the 1960s.</p>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:24px; text-align:center;\">What People Are Saying</h1>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:24px;\" class=\"wixui-rich-text__text\">What People Are Saying</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\">I strongly urge all Santa Clara County residents to support Robert Rivas for State Assembly. Robert understands the n ... creased funding for roads and transportation, more affordable housing, and better schools for our children. He’s a principled leader who we can trust to deliver results. I am proud to support him!</p>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">I strongly urge all Santa Clara County residents to support Robert Rivas for State Assembly. Robert understands the needs of South Santa Cla ... ased funding for roads and transportation, more affordable housing, and better schools for our children. He’s a principled leader who we can trust to deliver results. I am proud to support him!</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2)"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\">&nbsp;</p>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">&nbsp;</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(3)"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\">Blanca Alvarado</p>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">Blanca Alvarado</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(4)"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:14px; text-align:center;\">Former Santa Clara County Supervisor</p>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">Former Santa Clara County Supervisor</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:14px; line-height:normal; text-align:center;\">Paid for by Robert Rivas for Assembly 2024&nbsp; |&nbsp; FPPC ID # 1456511&nbsp; | &nbsp;rivasforassembly@gmail.com&nbsp; |&nbsp; P.O. Box 2385, Salinas, CA 93902</p>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">Paid for by Robert Rivas for Assembly 2024&nbsp; |&nbsp; FPPC ID # 1456511&nbsp; | &nbsp;rivasforassembly@gmail.com&nbsp; |&nbsp; P.O. Box 2385, Salinas, CA 93902</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"mHZSwn\">top of page</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "comp-irys4v5cnavContainer-hiddenA11ySubMenuIndication",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div style=\"display:none\" id=\"comp-irys4v5cnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(5) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"mHZSwn\">bottom of page</span>"
          },
          {
            "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(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:72px; text-align:center;\">RIVAS</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": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:32px; text-align:center;\">ROBERT</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": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:14px; line-height:1.2em; text-align:center;\">For State Assembly District 29</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": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"text-align:center; font-size:17px;\">re-elect</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": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:35px; line-height:normal; text-align:center;\">Please donate now to support the campaign!</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": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:24px;\">About Robert</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": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:24px; text-align:center;\">What People Are Saying</h1>"
          }
        ]
      },
      "endTime": 1687096290198
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "startTime": 1687096290199,
      "url": "https://www.rivasforassembly.com/",
      "what": "Tenon",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.080",
        "responseTime": "2023-06-18T13:51:29.954Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1426319,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 171,
              "failing": 9
            },
            "issues": {
              "totalErrors": 26,
              "totalWarnings": 3,
              "totalIssues": 29
            },
            "issuesByLevel": {
              "A": {
                "count": 14,
                "pct": 48.28
              },
              "AA": {
                "count": 9,
                "pct": 31.03
              },
              "AAA": {
                "count": 29,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 2,
              "warningDensity": 0,
              "allDensity": 2
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "bacaf6c5-988c-44e7-95a2-3b3b606b543c",
          "docID": "b3f07d8a-0633-49a8-fc7a-3e639a6e7541",
          "sourceHash": "69040300baeb4df78503afd05c39def7",
          "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=bacaf6c5-988c-44e7-95a2-3b3b606b543c",
          "resultSet": [
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 500,
                  "y": 0
                },
                "bottom-right": {
                  "x": 500,
                  "y": 16
                },
                "height": 16,
                "width": 0
              },
              "position": {
                "line": 17755,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]",
              "issueID": "a1d45ae2d3da85ae7bf17d82a015ed1b",
              "signature": "f0bca7944bbe751e47f6e6b06fa0eb01",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=a1d45ae2d3da85ae7bf17d82a015ed1b"
            },
            {
              "tID": 73,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link text is uninformative.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text in this link is too generic to be helpful for users.  Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 119,
                  "y": 29
                },
                "height": 29,
                "width": 119
              },
              "position": {
                "line": 14123,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"&gt;&lt;span class=\"M3I7Z2 wixui-button__label\"&gt;READ MORE&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]",
              "issueID": "9809b35576f5141fcf285fe83cdd514c",
              "signature": "f87d2e9ac2beb1decaf87a548a94dc0d",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=9809b35576f5141fcf285fe83cdd514c"
            },
            {
              "tID": 73,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link text is uninformative.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text in this link is too generic to be helpful for users.  Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 113,
                  "y": 30
                },
                "height": 30,
                "width": 113
              },
              "position": {
                "line": 14153,
                "column": 1090
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"&gt;&lt;span class=\"M3I7Z2 wixui-button__label\"&gt;READ MORE&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]",
              "issueID": "c8e56abe44791f669b74c1c3819ff758",
              "signature": "31510c2f860a93b07984cb35f4afd99a",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=c8e56abe44791f669b74c1c3819ff758"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "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 text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 768
                },
                "height": 768,
                "width": 1024
              },
              "position": {
                "line": 16158,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"\"&gt;\n&lt;script type=\"text/javascript\" style=\"\"&gt; var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":610,\"renderTimeStamp\":1687086141804}\n&lt;/script&gt; &lt;script sty",
              "xpath": "/html/body",
              "issueID": "08dc1092b6dfa6e610f2f8f38d2a8d45",
              "signature": "509b7767a9425e4e43b6265165564e31",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=08dc1092b6dfa6e610f2f8f38d2a8d45"
            },
            {
              "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": 1024,
                  "y": 768
                },
                "height": 768,
                "width": 1024
              },
              "position": {
                "line": 16158,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"\"&gt;\n&lt;script type=\"text/javascript\" style=\"\"&gt; var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":610,\"renderTimeStamp\":1687086141804}\n&lt;/script&gt; &lt;script sty",
              "xpath": "/html/body",
              "issueID": "d6a3f10884a96da4ef5c4005fb99f4b1",
              "signature": "1e35bb5538539bd1512a199e57bd678f",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=d6a3f10884a96da4ef5c4005fb99f4b1"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 149,
                  "y": 42
                },
                "height": 42,
                "width": 149
              },
              "position": {
                "line": 14123,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"&gt;&lt;span class=\"M3I7Z2 wixui-button__label\"&gt",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]",
              "issueID": "725e3cdc77421cdf797fd9007d759d40",
              "signature": "72465b58a28d1780619dd134cd3a8b61",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=725e3cdc77421cdf797fd9007d759d40"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 187.734375
                },
                "bottom-right": {
                  "x": 10,
                  "y": 210.249975
                },
                "height": 22.5156,
                "width": 10
              },
              "position": {
                "line": 22134,
                "column": 0
              },
              "errorSnippet": "&lt;button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"&gt;&lt;svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"&gt;&lt;path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/button[1]",
              "issueID": "b0a9b252a5d301ee28617838c083b0aa",
              "signature": "662f9ea0897d46b77ce3225eb7942c31",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b0a9b252a5d301ee28617838c083b0aa"
            },
            {
              "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": 459,
                  "y": 187.734375
                },
                "bottom-right": {
                  "x": 469,
                  "y": 210.249975
                },
                "height": 22.5156,
                "width": 10
              },
              "position": {
                "line": 22134,
                "column": 0
              },
              "errorSnippet": "&lt;button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"&gt;&lt;svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"&gt;&lt;path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/button[2]",
              "issueID": "cb61ac0816eebd0a0126d9707053a528",
              "signature": "b4644286145e7272af24de532e3c7483",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=cb61ac0816eebd0a0126d9707053a528"
            },
            {
              "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": 500,
                  "y": 0
                },
                "bottom-right": {
                  "x": 500,
                  "y": 16
                },
                "height": 16,
                "width": 0
              },
              "position": {
                "line": 17755,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]",
              "issueID": "bda07cf8b380c185e4fd139130a5489d",
              "signature": "3ec1c6cc59d5cfda0334611bebc8d494",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=bda07cf8b380c185e4fd139130a5489d"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 151,
                  "y": 160
                },
                "bottom-right": {
                  "x": 829,
                  "y": 202
                },
                "height": 42,
                "width": 678
              },
              "position": {
                "line": 22130,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"comp-lhp8f58g R6ex7N\" id=\"comp-lhp8f58g\" aria-disabled=\"false\"&gt;&lt;a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-butto",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[8]",
              "issueID": "e93be98495d8a83d85180504227071cd",
              "signature": "a424dc7d22024588c198901e0edf8975",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=e93be98495d8a83d85180504227071cd"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 678,
                  "y": 42
                },
                "height": 42,
                "width": 678
              },
              "position": {
                "line": 14151,
                "column": 416
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"&gt;&lt;span class=\"M3I7Z2 wixui-button__label\"&gt",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[8]/a[1]",
              "issueID": "f264ce59de8e83a4cba0d281e21c8d8f",
              "signature": "13c940067d8b7c99aaaa5beed10d205b",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=f264ce59de8e83a4cba0d281e21c8d8f"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 71.515625,
                  "y": 5
                },
                "bottom-right": {
                  "x": 606.484625,
                  "y": 37
                },
                "height": 32,
                "width": 534.969
              },
              "position": {
                "line": 22130,
                "column": 0
              },
              "errorSnippet": "&lt;span class=\"M3I7Z2 wixui-button__label\"&gt;MAKE A MONTHLY RECURRING CONTRIBUTION&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[8]/a[1]/span[1]",
              "issueID": "2bc4055d3987229de4e8f188b17d6460",
              "signature": "7555d1b4781e2ad5e39c49eff391f7a4",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=2bc4055d3987229de4e8f188b17d6460"
            },
            {
              "tID": 184,
              "bpID": 104,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links are adjacent and point to the same destination.",
              "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": "Avoid using different link text for links that point to the same destination",
              "errorDescription": "These links are adjacent and point to the same destination. Repeated link announcements from screen readers and additonal tab stops for keyboards creates unnecessary impediments and frustration for users.   If the adjacent links are thematically connected, such as an image and a text link pointing to the same destination, wrapping them both in the same link. Depending on the content, it may also be appropriate to delete one of the links or, if the links are part of a group, to place them in a linked block-level element.",
              "viewPortLocation": {
                "top-left": {
                  "x": 500,
                  "y": 0
                },
                "bottom-right": {
                  "x": 500,
                  "y": 16
                },
                "height": 16,
                "width": 0
              },
              "position": {
                "line": 17755,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]",
              "issueID": "004692b6eef0b52309910d4a79ce22d2",
              "signature": "1c6cc8f991d2fa387d804c9fa8905af3",
              "ref": "https://tenon.io/bestpractice.php?bpID=104&tID=184&issueID=004692b6eef0b52309910d4a79ce22d2"
            },
            {
              "tID": 184,
              "bpID": 104,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links are adjacent and point to the same destination.",
              "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": "Avoid using different link text for links that point to the same destination",
              "errorDescription": "These links are adjacent and point to the same destination. Repeated link announcements from screen readers and additonal tab stops for keyboards creates unnecessary impediments and frustration for users.   If the adjacent links are thematically connected, such as an image and a text link pointing to the same destination, wrapping them both in the same link. Depending on the content, it may also be appropriate to delete one of the links or, if the links are part of a group, to place them in a linked block-level element.",
              "viewPortLocation": {
                "top-left": {
                  "x": 500,
                  "y": 0
                },
                "bottom-right": {
                  "x": 683,
                  "y": 16
                },
                "height": 16,
                "width": 183
              },
              "position": {
                "line": 17756,
                "column": 0
              },
              "errorSnippet": "&lt;a data-auto-recognition=\"true\" href=\"mailto:rivasforassembly@gmail.com\" class=\"wixui-rich-text__text\"&gt;rivasforassembly@gmail.com&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[2]",
              "issueID": "a8004d2975a7d1f4fd99fe7574eacc03",
              "signature": "bb062c255377dd27c7a6e692ddebc7b7",
              "ref": "https://tenon.io/bestpractice.php?bpID=104&tID=184&issueID=a8004d2975a7d1f4fd99fe7574eacc03"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 104,
                  "y": 27
                },
                "height": 27,
                "width": 104
              },
              "position": {
                "line": 14123,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"&gt;&lt;span class=\"M3I7Z2 wixui-button__label\"&gt",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]",
              "issueID": "40a22d76e1d95df2b0169e08ba8985f9",
              "signature": "61c6d1ca2fb471d9fa979884ad615f64",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=40a22d76e1d95df2b0169e08ba8985f9"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 149,
                  "y": 42
                },
                "height": 42,
                "width": 149
              },
              "position": {
                "line": 14123,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"&gt;&lt;span class=\"M3I7Z2 wixui-button__label\"&gt",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]",
              "issueID": "ed7ccc15ba4eaf12eab358f34338a687",
              "signature": "e86d443056f0c6f4f312dcf71f4ee012",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ed7ccc15ba4eaf12eab358f34338a687"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 149,
                  "y": 42
                },
                "height": 42,
                "width": 149
              },
              "position": {
                "line": 14123,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"&gt;&lt;span class=\"M3I7Z2 wixui-button__label\"&gt",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]",
              "issueID": "de11528d217593f18b23a291c71762a3",
              "signature": "c40238ec630f374a0919a4144efcc6f6",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=de11528d217593f18b23a291c71762a3"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 149,
                  "y": 42
                },
                "height": 42,
                "width": 149
              },
              "position": {
                "line": 14123,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"&gt;&lt;span class=\"M3I7Z2 wixui-button__label\"&gt",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]",
              "issueID": "0f15c2d4d87586e4d33f68b7f16ce116",
              "signature": "a8b0a2025152e8855bb4d0fbe85fa2e5",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0f15c2d4d87586e4d33f68b7f16ce116"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 149,
                  "y": 42
                },
                "height": 42,
                "width": 149
              },
              "position": {
                "line": 14123,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"&gt;&lt;span class=\"M3I7Z2 wixui-button__label\"&gt",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]",
              "issueID": "16e0b732fbd80c9a4bc26c0c76287fbd",
              "signature": "ac77a33534e16029201e1280cef3fb2c",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=16e0b732fbd80c9a4bc26c0c76287fbd"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 149,
                  "y": 42
                },
                "height": 42,
                "width": 149
              },
              "position": {
                "line": 14123,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"&gt;&lt;span class=\"M3I7Z2 wixui-button__label\"&gt",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]",
              "issueID": "ce2b3a4c609e2a959a60590d9e8d2b86",
              "signature": "944a0bb7fd04afb0bb12afa65b81d665",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ce2b3a4c609e2a959a60590d9e8d2b86"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 149,
                  "y": 42
                },
                "height": 42,
                "width": 149
              },
              "position": {
                "line": 14123,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"&gt;&lt;span class=\"M3I7Z2 wixui-button__label\"&gt",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[7]/a[1]",
              "issueID": "9de4bd2f696f14aa5f0c82ac239b342c",
              "signature": "a1b2038d7d5c8d0b479274d969e01d82",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=9de4bd2f696f14aa5f0c82ac239b342c"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 678,
                  "y": 42
                },
                "height": 42,
                "width": 678
              },
              "position": {
                "line": 14151,
                "column": 416
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"&gt;&lt;span class=\"M3I7Z2 wixui-button__label\"&gt",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[8]/a[1]",
              "issueID": "46eea2e3a2e27b182af43313644160ef",
              "signature": "e592d2a83a737d1561eae6a2e4c84319",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=46eea2e3a2e27b182af43313644160ef"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 27,
                  "y": 27
                },
                "height": 27,
                "width": 27
              },
              "position": {
                "line": 14171,
                "column": 79
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"&gt;&lt;wow-image id=\"img_0_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&amp;quot;containerId&amp;quot",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]",
              "issueID": "f7a95e3a4e396dd713b86c0273d42c9e",
              "signature": "5ab29319ded8019bf8b9b4e0c7ce3f7a",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=f7a95e3a4e396dd713b86c0273d42c9e"
            },
            {
              "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": 43,
                  "y": 0
                },
                "bottom-right": {
                  "x": 70,
                  "y": 27
                },
                "height": 27,
                "width": 27
              },
              "position": {
                "line": 15158,
                "column": 5796
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"&gt;&lt;wow-image id=\"img_1_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&amp;quot;containerId&amp;quot;:&",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]",
              "issueID": "1f0275130010a64c1fb2934e2c8fb96f",
              "signature": "172ba699e0d3e53418ed6175e772471b",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=1f0275130010a64c1fb2934e2c8fb96f"
            },
            {
              "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": 86,
                  "y": 0
                },
                "bottom-right": {
                  "x": 113,
                  "y": 27
                },
                "height": 27,
                "width": 27
              },
              "position": {
                "line": 15163,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"&gt;&lt;wow-image id=\"img_2_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&amp;quot;containerId&amp;quot;:&a",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]",
              "issueID": "7db48df273598ad3807fc5ef0f622a04",
              "signature": "02bc624da89d1e997cc58d2e75ba1317",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=7db48df273598ad3807fc5ef0f622a04"
            },
            {
              "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": 129,
                  "y": 0
                },
                "bottom-right": {
                  "x": 156,
                  "y": 27
                },
                "height": 27,
                "width": 27
              },
              "position": {
                "line": 15163,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"&gt;&lt;wow-image id=\"img_3_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&amp;quot;container",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]",
              "issueID": "c69a0ce735ee93cf8171020c5a9789a5",
              "signature": "0aa9920af9c950c72da0a1ff849181b9",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c69a0ce735ee93cf8171020c5a9789a5"
            },
            {
              "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": 172,
                  "y": 0
                },
                "bottom-right": {
                  "x": 199,
                  "y": 27
                },
                "height": 27,
                "width": 27
              },
              "position": {
                "line": 15179,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"&gt;&lt;wow-image id=\"img_4_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&amp;quot;containerId&amp;quot;",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]",
              "issueID": "20e2e9eec1c720e79cfb3b8dc66910f9",
              "signature": "99d840d4a0b2d9d40a25be94b82c9110",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=20e2e9eec1c720e79cfb3b8dc66910f9"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 122,
                  "y": 27
                },
                "height": 27,
                "width": 122
              },
              "position": {
                "line": 15179,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"&gt;&lt;span class=\"M3I7Z2 wixui-button__label\"&gt",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]",
              "issueID": "c6a69389466f7bb5ff99315db737122f",
              "signature": "fa7a563b81e4f7278cb58094d01bb393",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c6a69389466f7bb5ff99315db737122f"
            },
            {
              "tID": 271,
              "bpID": 211,
              "priority": 100,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This text is rotated from the horizontal by 60 degrees or more.",
              "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 text is rotated from the horizontal by 60 degrees or more, and is not part of a complex image or graphic.  Text rotated beyond a certain threshold presents comprehension difficulties for people with cognitive disabilities or perception-based learning disabilities. Don't rotate text beyond 60 degrees from the horiziontal.",
              "viewPortLocation": {
                "top-left": {
                  "x": 459,
                  "y": 187.734375
                },
                "bottom-right": {
                  "x": 469,
                  "y": 210.249975
                },
                "height": 22.5156,
                "width": 10
              },
              "position": {
                "line": 22134,
                "column": 0
              },
              "errorSnippet": "&lt;button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"&gt;&lt;svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"&gt;&lt;path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/button[2]",
              "issueID": "5b43210303e76f261a5bb905ed351beb",
              "signature": "896689bff4d7a8272a5bb1949bf5345f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=271&issueID=5b43210303e76f261a5bb905ed351beb"
            }
          ],
          "log": []
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          4,
          25
        ],
        "instances": [
          {
            "ruleID": "57",
            "what": "This link has no text inside it.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]"
            },
            "excerpt": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>"
          },
          {
            "ruleID": "73",
            "what": "This link text is uninformative.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">READ MORE</span></a>"
          },
          {
            "ruleID": "73",
            "what": "This link text is uninformative.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.rivasforassembly.com/biography\" target=\"_self\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">READ MORE</span></a>"
          },
          {
            "ruleID": "134",
            "what": "Very small text found.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"\"> <script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":610,\"renderTimeStamp\":1687086141804} </script> <script sty"
          },
          {
            "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=\"\"> <script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":610,\"renderTimeStamp\":1687086141804} </script> <script sty"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\"&gt"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/button[1]"
            },
            "excerpt": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path></svg></button>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/button[2]"
            },
            "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path></svg></button>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]"
            },
            "excerpt": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "comp-lhp8f58g",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[8]"
            },
            "excerpt": "<div class=\"comp-lhp8f58g R6ex7N\" id=\"comp-lhp8f58g\" aria-disabled=\"false\"><a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-butto"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[8]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\"&gt"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[8]/a[1]/span[1]"
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">MAKE A MONTHLY RECURRING CONTRIBUTION</span>"
          },
          {
            "ruleID": "184",
            "what": "These links are adjacent and point to the same destination.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[1]"
            },
            "excerpt": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>"
          },
          {
            "ruleID": "184",
            "what": "These links are adjacent and point to the same destination.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[5]/p[1]/span[1]/span[1]/span[1]/span[1]/a[2]"
            },
            "excerpt": "<a data-auto-recognition=\"true\" href=\"mailto:rivasforassembly@gmail.com\" class=\"wixui-rich-text__text\">rivasforassembly@gmail.com</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[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\"&gt"
          },
          {
            "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\"&gt"
          },
          {
            "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\"&gt"
          },
          {
            "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\"&gt"
          },
          {
            "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[5]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\"&gt"
          },
          {
            "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[6]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\"&gt"
          },
          {
            "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[7]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\"&gt"
          },
          {
            "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[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[8]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\"&gt"
          },
          {
            "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[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_0_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&amp;quot;containerId&amp;quot"
          },
          {
            "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[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&amp;quot;containerId&amp;quot;:&"
          },
          {
            "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[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_2_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&amp;quot;containerId&amp;quot;:&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[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_3_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&amp;quot;container"
          },
          {
            "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[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_4_comp-k4byglio\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&amp;quot;containerId&amp;quot;"
          },
          {
            "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[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.actblue.com/donate/robert-rivas-for-assembly-2024-1\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\"&gt"
          },
          {
            "ruleID": "271",
            "what": "This text is rotated from the horizontal by 60 degrees or more.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/button[2]"
            },
            "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path></svg></button>"
          }
        ]
      },
      "endTime": 1687096290824
    },
    {
      "type": "test",
      "which": "testaro",
      "withItems": true,
      "rules": [
        "n",
        "motion"
      ],
      "startTime": 1687096290824,
      "url": "https://www.rivasforassembly.com/",
      "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": "PAGES_CONTAINER"
              }
            },
            "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": 295
            },
            "totals": [
              1,
              0,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "bulk",
                "what": "Page contains a large number of visible elements",
                "count": 1,
                "ordinalSeverity": 0,
                "tagName": "HTML",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "docType": {
            "what": "document without a doctype property",
            "data": {
              "docHasType": true
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "dupAtt": {
            "what": "elements with duplicate attributes",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "embAc": {
            "what": "active elements embedded in links or buttons",
            "data": {
              "totals": {
                "links": 0,
                "buttons": 0,
                "inputs": 0,
                "selects": 0
              },
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "filter": {
            "what": "filter styles on elements",
            "data": {
              "totals": {
                "styledElements": 0,
                "impactedElements": 0
              },
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "focAll": {
            "what": "discrepancies between focusable and Tab-focused elements",
            "data": {
              "tabFocusables": 25,
              "tabFocused": 27,
              "discrepancy": 2
            },
            "totals": [
              0,
              0,
              2,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "focAll",
                "what": "Some focusable elements are not Tab-focusable or vice versa",
                "count": 2,
                "ordinalSeverity": 2,
                "tagName": "",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "focInd": {
            "what": "missing and nonstandard focus indicators",
            "data": {
              "totals": {
                "total": 25,
                "types": {
                  "missing": {
                    "total": 25,
                    "tagNames": {
                      "A": 23,
                      "BUTTON": 2
                    }
                  },
                  "nonoutline": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "outline": {
                    "total": 0,
                    "meanDelay": 0,
                    "tagNames": {}
                  }
                }
              },
              "items": {
                "missing": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "HOME"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "BIOGRAPHY"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "ISSUES"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "ENDORSEMENTS"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "GET INVOLVED"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "MEDIA/PRESS"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contribute"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "READ MORE"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$25"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$100"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$500"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$1,000"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$2,500"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "OTHER"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "MAKE A MONTHLY RECURRING CONTRIBUTION"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "READ MORE"
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www."
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" re"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\""
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"n"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target="
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contribute Now"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "rivasforassembly@gmail.com"
                  }
                ],
                "nonoutline": [],
                "outline": []
              }
            },
            "totals": [
              0,
              0,
              0,
              25
            ],
            "standardInstances": [
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "HOME"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "BIOGRAPHY"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "ISSUES"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "ENDORSEMENTS"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "GET INVOLVED"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "MEDIA/PRESS"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "READ MORE"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$25"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$100"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$500"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$1,000"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$2,500"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "OTHER"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "MAKE A MONTHLY RECURRING CONTRIBUTION"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "READ MORE"
              },
              {
                "ruleID": "focInd",
                "what": "BUTTON element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www."
              },
              {
                "ruleID": "focInd",
                "what": "BUTTON element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" re"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\""
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"n"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target="
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute Now"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "rivasforassembly@gmail.com"
              }
            ]
          },
          "focOp": {
            "what": "discrepancies between focusability and operability",
            "data": {
              "totals": {
                "total": 45,
                "types": {
                  "onlyFocusable": {
                    "total": 1,
                    "tagNames": {
                      "DIV": 1
                    }
                  },
                  "onlyOperable": {
                    "total": 18,
                    "tagNames": {
                      "LI": 7,
                      "SPAN": 11
                    }
                  },
                  "focusableAndOperable": {
                    "total": 26,
                    "tagNames": {
                      "A": 24,
                      "BUTTON": 2
                    }
                  }
                }
              },
              "items": {
                "onlyFocusable": [
                  {
                    "tagName": "DIV",
                    "id": "",
                    "text": "More"
                  }
                ],
                "onlyOperable": [
                  {
                    "tagName": "LI",
                    "id": "comp-irys4v5c0",
                    "text": "HOME",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "LI",
                    "id": "comp-irys4v5c1",
                    "text": "BIOGRAPHY",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "LI",
                    "id": "comp-irys4v5c2",
                    "text": "ISSUES",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "LI",
                    "id": "comp-irys4v5c3",
                    "text": "ENDORSEMENTS",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "LI",
                    "id": "comp-irys4v5c4",
                    "text": "GET INVOLVED",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "LI",
                    "id": "comp-irys4v5c5",
                    "text": "MEDIA/PRESS",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "LI",
                    "id": "comp-irys4v5c__more__",
                    "text": "More",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "Contribute",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "READ MORE",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "$25",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "$100",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "$500",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "$1,000",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "$2,500",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "OTHER",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "MAKE A MONTHLY RECURRING CONTRIBUTION",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "READ MORE",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "Contribute Now",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ],
                "focusableAndOperable": [
                  {
                    "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": "ISSUES",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "ENDORSEMENTS",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "GET INVOLVED",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "MEDIA/PRESS",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contribute",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "READ MORE",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$25",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$100",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$500",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$1,000",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "$2,500",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "OTHER",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "MAKE A MONTHLY RECURRING CONTRIBUTION",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "READ MORE",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\" style=\"cursor: default;",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\" style=\"cursor: default;\"><s",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" re",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\"",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"n",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target=",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contribute Now",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\" style=\"curs",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "rivasforassembly@gmail.com",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              1,
              18
            ],
            "standardInstances": [
              {
                "ruleID": "focOp",
                "complaint": "DIV element is focusable but not operable",
                "ordinalSeverity": 2,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "More"
              },
              {
                "ruleID": "focOp",
                "complaint": "LI element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "comp-irys4v5c0",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "HOME"
              },
              {
                "ruleID": "focOp",
                "complaint": "LI element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "comp-irys4v5c1",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "BIOGRAPHY"
              },
              {
                "ruleID": "focOp",
                "complaint": "LI element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "comp-irys4v5c2",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "ISSUES"
              },
              {
                "ruleID": "focOp",
                "complaint": "LI element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "comp-irys4v5c3",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "ENDORSEMENTS"
              },
              {
                "ruleID": "focOp",
                "complaint": "LI element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "comp-irys4v5c4",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "GET INVOLVED"
              },
              {
                "ruleID": "focOp",
                "complaint": "LI element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "comp-irys4v5c5",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "MEDIA/PRESS"
              },
              {
                "ruleID": "focOp",
                "complaint": "LI element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "comp-irys4v5c__more__",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "More"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "READ MORE"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$25"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$100"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$500"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$1,000"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$2,500"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "OTHER"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "MAKE A MONTHLY RECURRING CONTRIBUTION"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "READ MORE"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute Now"
              }
            ]
          },
          "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": 36,
                "triggerSample": 22,
                "impactTriggers": 6,
                "additions": 0,
                "removals": 0,
                "opacityChanges": 6,
                "opacityImpact": 12,
                "unhoverables": 0,
                "noCursors": 0,
                "badCursors": 6,
                "noIndicators": 6,
                "badIndicators": 0
              },
              "items": {
                "impactTriggers": [
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1",
                    "additions": 0,
                    "removals": 0,
                    "opacityChanges": 1,
                    "opacityImpact": 2
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1",
                    "additions": 0,
                    "removals": 0,
                    "opacityChanges": 1,
                    "opacityImpact": 2
                  }
                ],
                "unhoverables": [],
                "noCursors": [],
                "badCursors": [
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1"
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1"
                  }
                ],
                "noIndicators": [
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1"
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1"
                  }
                ],
                "badIndicators": []
              }
            },
            "totals": [
              12,
              6,
              6,
              12
            ],
            "standardInstances": [
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1"
              },
              {
                "ruleID": "hover",
                "what": "Link or button makes the hovering mouse cursor nonstandard",
                "ordinalSeverity": 2,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1"
              },
              {
                "ruleID": "hover",
                "what": "Link or button makes the hovering mouse cursor nonstandard",
                "ordinalSeverity": 2,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1"
              },
              {
                "ruleID": "hover",
                "what": "Button shows no indication of being hovered over",
                "ordinalSeverity": 3,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1"
              },
              {
                "ruleID": "hover",
                "what": "Button shows no indication of being hovered over",
                "ordinalSeverity": 3,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1"
              }
            ]
          },
          "labClash": {
            "what": "labeling inconsistencies",
            "data": {
              "totals": {
                "mislabeled": 0,
                "unlabeled": 0,
                "wellLabeled": 2
              },
              "items": {
                "mislabeled": [],
                "unlabeled": [],
                "wellLabeled": [
                  {
                    "index": 0,
                    "tagName": "BUTTON",
                    "type": "submit",
                    "labelType": "aria-label",
                    "texts": {
                      "attribute": "Previous"
                    }
                  },
                  {
                    "index": 1,
                    "tagName": "BUTTON",
                    "type": "submit",
                    "labelType": "aria-label",
                    "texts": {
                      "attribute": "Next"
                    }
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "linkTo": {
            "what": "links without destinations",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "linkUl": {
            "what": "missing underlines on inline links",
            "data": {
              "totals": {
                "links": 24,
                "adjacent": {
                  "total": 19,
                  "underlined": 0,
                  "underlinedPercent": 0
                }
              },
              "items": {
                "underlined": [],
                "notUnderlined": [
                  {
                    "id": "",
                    "text": "HOME"
                  },
                  {
                    "id": "",
                    "text": "BIOGRAPHY"
                  },
                  {
                    "id": "",
                    "text": "ISSUES"
                  },
                  {
                    "id": "",
                    "text": "ENDORSEMENTS"
                  },
                  {
                    "id": "",
                    "text": "GET INVOLVED"
                  },
                  {
                    "id": "",
                    "text": "MEDIA/PRESS"
                  },
                  {
                    "id": "",
                    "text": "Contribute"
                  },
                  {
                    "id": "",
                    "text": "READ MORE"
                  },
                  {
                    "id": "",
                    "text": "$25"
                  },
                  {
                    "id": "",
                    "text": "$100"
                  },
                  {
                    "id": "",
                    "text": "$500"
                  },
                  {
                    "id": "",
                    "text": "$1,000"
                  },
                  {
                    "id": "",
                    "text": "$2,500"
                  },
                  {
                    "id": "",
                    "text": "OTHER"
                  },
                  {
                    "id": "",
                    "text": "MAKE A MONTHLY RECURRING CONTRIBUTION"
                  },
                  {
                    "id": "",
                    "text": "READ MORE"
                  },
                  {
                    "id": "",
                    "text": "Contribute Now"
                  },
                  {
                    "id": "",
                    "text": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>"
                  },
                  {
                    "id": "",
                    "text": "rivasforassembly@gmail.com"
                  }
                ]
              }
            },
            "totals": [
              0,
              19,
              0,
              0
            ],
            "standardInstances": [
              {
                "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": "BIOGRAPHY"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "ISSUES"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "ENDORSEMENTS"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "GET INVOLVED"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "MEDIA/PRESS"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "READ MORE"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$25"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$100"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$500"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$1,000"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "$2,500"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "OTHER"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "MAKE A MONTHLY RECURRING CONTRIBUTION"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "READ MORE"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute Now"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "rivasforassembly@gmail.com"
              }
            ]
          },
          "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": 2,
              "items": [
                {
                  "tagName": "SPAN",
                  "id": "",
                  "text": "Contribute"
                },
                {
                  "tagName": "SPAN",
                  "id": "",
                  "text": "Contribute Now"
                }
              ]
            },
            "totals": [
              0,
              0,
              2,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "miniText",
                "what": "Text font is smaller than 11 pixels",
                "ordinalSeverity": 2,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute"
              },
              {
                "ruleID": "miniText",
                "what": "Text font is smaller than 11 pixels",
                "ordinalSeverity": 2,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contribute Now"
              }
            ]
          },
          "nonTable": {
            "what": "table elements used for layout",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "radioSet": {
            "what": "radio buttons not grouped into standard field sets",
            "data": {
              "totals": {
                "total": 0,
                "inSet": 0,
                "percent": "N.A."
              },
              "items": {
                "inSet": [],
                "notInSet": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "role": {
            "what": "invalid and native-replacing explicit roles",
            "data": {
              "roleElements": 4,
              "badRoleElements": 0,
              "redundantRoleElements": 0,
              "tagNames": {}
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "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": 2
                },
                "adjacentLink": {
                  "total": 19,
                  "subtotals": [
                    13,
                    6
                  ]
                },
                "listLink": {
                  "total": 5
                },
                "h1": {
                  "total": 7,
                  "subtotals": [
                    2,
                    1,
                    1,
                    1,
                    1,
                    1
                  ]
                }
              },
              "items": {
                "adjacentLink": {
                  "fontWeight": {
                    "400": [
                      "Contribute",
                      "READ MORE",
                      "$25",
                      "$100",
                      "$500",
                      "$1,000",
                      "$2,500",
                      "OTHER",
                      "MAKE A MONTHLY RECURRING CONTRIBUTION",
                      "READ MORE",
                      "Contribute Now",
                      "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>",
                      "rivasforassembly@gmail.com"
                    ],
                    "700": [
                      "HOME",
                      "BIOGRAPHY",
                      "ISSUES",
                      "ENDORSEMENTS",
                      "GET INVOLVED",
                      "MEDIA/PRESS"
                    ]
                  }
                },
                "h1": {
                  "fontSize": {
                    "72px": [
                      "RIVAS"
                    ],
                    "32px": [
                      "ROBERT"
                    ],
                    "14px": [
                      "For State Assembly District 29"
                    ],
                    "17px": [
                      "re-elect"
                    ],
                    "35px": [
                      "Please donate now to support the campaign!"
                    ],
                    "24px": [
                      "About Robert",
                      "What People Are Saying"
                    ]
                  }
                }
              }
            },
            "totals": [
              1,
              0,
              0,
              5
            ],
            "standardInstances": [
              {
                "ruleID": "styleDiff",
                "what": "In-line links have 2 different styles",
                "count": 1,
                "ordinalSeverity": 0,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Level-1 headings have 6 different styles",
                "count": 5,
                "ordinalSeverity": 3,
                "tagName": "H1",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "tabNav": {
            "what": "nonstandard keyboard navigation between elements with the tab role",
            "data": {
              "totals": {
                "navigations": {
                  "all": {
                    "total": 0,
                    "correct": 0,
                    "incorrect": 0
                  },
                  "specific": {
                    "tab": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "left": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "right": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "up": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "down": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "home": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "end": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    }
                  }
                },
                "tabElements": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                },
                "tabLists": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                }
              },
              "tabElements": {
                "incorrect": [],
                "correct": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "titledEl": {
            "what": "title attributes on inappropriate elements",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "zIndex": {
            "what": "non-default Z indexes",
            "data": {
              "totals": {
                "total": 4,
                "tagNames": {
                  "DIV": 2,
                  "BUTTON": 2
                }
              },
              "items": [
                {
                  "tagName": "DIV",
                  "id": "SITE_HEADER",
                  "text": "HOMEBIOGRAPHYISSUESENDORSEMENTSGET INVOLVEDMEDIA/PRESSMoreUse tab to navigate through the menu items"
                },
                {
                  "tagName": "DIV",
                  "id": "comp-irys4v5cdropWrapper",
                  "text": "<div class=\"JdScD2\" id=\"comp-irys4v5cdropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false"
                },
                {
                  "tagName": "BUTTON",
                  "id": "",
                  "text": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www."
                },
                {
                  "tagName": "BUTTON",
                  "id": "",
                  "text": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o"
                }
              ]
            },
            "totals": [
              4,
              0,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "SITE_HEADER",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "HOMEBIOGRAPHYISSUESENDORSEMENTSGET INVOLVEDMEDIA/PRESSMoreUse tab to navigate through the menu items"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "comp-irys4v5cdropWrapper",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"JdScD2\" id=\"comp-irys4v5cdropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false"
              },
              {
                "ruleID": "zIndex",
                "what": "BUTTON element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www."
              },
              {
                "ruleID": "zIndex",
                "what": "BUTTON element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          18,
          25,
          11,
          60
        ],
        "instances": [
          {
            "ruleID": "bulk",
            "what": "Page contains a large number of visible elements",
            "count": 1,
            "ordinalSeverity": 0,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "focAll",
            "what": "Some focusable elements are not Tab-focusable or vice versa",
            "count": 2,
            "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": "HOME"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "BIOGRAPHY"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "ISSUES"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "ENDORSEMENTS"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "GET INVOLVED"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "MEDIA/PRESS"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "READ MORE"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$25"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$100"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$500"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$1,000"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$2,500"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "OTHER"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "MAKE A MONTHLY RECURRING CONTRIBUTION"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "READ MORE"
          },
          {
            "ruleID": "focInd",
            "what": "BUTTON element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www."
          },
          {
            "ruleID": "focInd",
            "what": "BUTTON element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/assemblymemberrivas/\" target=\"_blank\" re"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/robertrivas_ca?lang=en\" target=\"_blank\" rel=\""
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/robertrivas_ca/\" target=\"_blank\" rel=\"n"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCAbpeTV3DOD2KxKcGHi2fOw\" target="
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/155539210@N04/\" target=\"_blank\" rel"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute Now"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "rivasforassembly@gmail.com"
          },
          {
            "ruleID": "focOp",
            "complaint": "DIV element is focusable but not operable",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "More"
          },
          {
            "ruleID": "focOp",
            "complaint": "LI element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "comp-irys4v5c0",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "HOME"
          },
          {
            "ruleID": "focOp",
            "complaint": "LI element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "comp-irys4v5c1",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "BIOGRAPHY"
          },
          {
            "ruleID": "focOp",
            "complaint": "LI element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "comp-irys4v5c2",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "ISSUES"
          },
          {
            "ruleID": "focOp",
            "complaint": "LI element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "comp-irys4v5c3",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "ENDORSEMENTS"
          },
          {
            "ruleID": "focOp",
            "complaint": "LI element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "comp-irys4v5c4",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "GET INVOLVED"
          },
          {
            "ruleID": "focOp",
            "complaint": "LI element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "comp-irys4v5c5",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "MEDIA/PRESS"
          },
          {
            "ruleID": "focOp",
            "complaint": "LI element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "comp-irys4v5c__more__",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "More"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "READ MORE"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$25"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$100"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$500"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$1,000"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$2,500"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "OTHER"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "MAKE A MONTHLY RECURRING CONTRIBUTION"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "READ MORE"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute Now"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1"
          },
          {
            "ruleID": "hover",
            "what": "Link or button makes the hovering mouse cursor nonstandard",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1"
          },
          {
            "ruleID": "hover",
            "what": "Link or button makes the hovering mouse cursor nonstandard",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1"
          },
          {
            "ruleID": "hover",
            "what": "Button shows no indication of being hovered over",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1"
          },
          {
            "ruleID": "hover",
            "what": "Button shows no indication of being hovered over",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1"
          },
          {
            "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": "BIOGRAPHY"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "ISSUES"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "ENDORSEMENTS"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "GET INVOLVED"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "MEDIA/PRESS"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "READ MORE"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$25"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$100"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$500"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$1,000"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "$2,500"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "OTHER"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "MAKE A MONTHLY RECURRING CONTRIBUTION"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "READ MORE"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute Now"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"mailto:rivasforassembly@gmail.com\" target=\"_self\" class=\"wixui-rich-text__text\"></a>"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "rivasforassembly@gmail.com"
          },
          {
            "ruleID": "miniText",
            "what": "Text font is smaller than 11 pixels",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute"
          },
          {
            "ruleID": "miniText",
            "what": "Text font is smaller than 11 pixels",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contribute Now"
          },
          {
            "ruleID": "styleDiff",
            "what": "In-line links have 2 different styles",
            "count": 1,
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Level-1 headings have 6 different styles",
            "count": 5,
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "SITE_HEADER",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "HOMEBIOGRAPHYISSUESENDORSEMENTSGET INVOLVEDMEDIA/PRESSMoreUse tab to navigate through the menu items"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "comp-irys4v5cdropWrapper",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"JdScD2\" id=\"comp-irys4v5cdropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false"
          },
          {
            "ruleID": "zIndex",
            "what": "BUTTON element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www."
          },
          {
            "ruleID": "zIndex",
            "what": "BUTTON element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o"
          }
        ]
      },
      "endTime": 1687096333971
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "startTime": 1687096333971,
      "url": "https://www.rivasforassembly.com/",
      "what": "WAVE",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Home | Robert Rivas for State Assembly",
          "pageurl": "https://www.rivasforassembly.com/",
          "time": 2.92,
          "creditsremaining": 1239,
          "allitemcount": 111,
          "totalelements": 423,
          "waveurl": "http://wave.webaim.org/report?url=https://www.rivasforassembly.com/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 6,
            "items": {
              "alt_link_missing": {
                "id": "alt_link_missing",
                "description": "Linked image missing alternative text",
                "count": 5,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-k4byglio > UL:first-child > LI#dataItem-k4bygllk-comp-k4byglio > A:first-child > WOW-IMAGE#img_0_comp-k4byglio > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-k4byglio > UL:first-child > LI#dataItem-k4bygllk2-comp-k4byglio > A:first-child > WOW-IMAGE#img_1_comp-k4byglio > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-k4byglio > UL:first-child > LI#dataItem-k4bygllk4-comp-k4byglio > A:first-child > WOW-IMAGE#img_2_comp-k4byglio > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-k4byglio > UL:first-child > LI#dataItem-k4byglll1-comp-k4byglio > A:first-child > WOW-IMAGE#img_3_comp-k4byglio > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-k4byglio > UL:first-child > LI#dataItem-l2pct099-comp-k4byglio > A:first-child > WOW-IMAGE#img_4_comp-k4byglio > IMG:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "link_empty": {
                "id": "link_empty",
                "description": "Empty link",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-k40nfw5v > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN: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"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 15,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 15,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#comp-irys4v5c > NAV#comp-irys4v5cnavContainer > UL#comp-irys4v5citemsContainer > LI#comp-irys4v5c0 > A:first-child > DIV:first-child > DIV:first-child > P#comp-irys4v5c0label",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#comp-irys4v5c > NAV#comp-irys4v5cnavContainer > UL#comp-irys4v5citemsContainer > LI#comp-irys4v5c1 > A:first-child > DIV:first-child > DIV:first-child > P#comp-irys4v5c1label",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#comp-irys4v5c > NAV#comp-irys4v5cnavContainer > UL#comp-irys4v5citemsContainer > LI#comp-irys4v5c2 > A:first-child > DIV:first-child > DIV:first-child > P#comp-irys4v5c2label",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#comp-irys4v5c > NAV#comp-irys4v5cnavContainer > UL#comp-irys4v5citemsContainer > LI#comp-irys4v5c3 > A:first-child > DIV:first-child > DIV:first-child > P#comp-irys4v5c3label",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#comp-irys4v5c > NAV#comp-irys4v5cnavContainer > UL#comp-irys4v5citemsContainer > LI#comp-irys4v5c4 > A:first-child > DIV:first-child > DIV:first-child > P#comp-irys4v5c4label",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#comp-irys4v5c > NAV#comp-irys4v5cnavContainer > UL#comp-irys4v5citemsContainer > LI#comp-irys4v5c5 > A:first-child > DIV:first-child > DIV:first-child > P#comp-irys4v5c5label",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh82q > DIV:first-child + DIV > DIV#comp-kizeh84g > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh84k > DIV:first-child > DIV:first-child > DIV#comp-kizeh84m > H1:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh82q > DIV:first-child + DIV > DIV#comp-kizeh84g > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh84k > DIV:first-child > DIV:first-child > DIV#comp-kizeh84z > H1:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh82q > DIV:first-child + DIV > DIV#comp-kizeh84g > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh84k > DIV:first-child > DIV:first-child > DIV#comp-kizeh852 > H1:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh82q > DIV:first-child + DIV > DIV#comp-kizeh84g > DIV:first-child + DIV > DIV:first-child > DIV#comp-lhjmsdc8 > H1:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh82q > DIV:first-child + DIV > DIV#comp-kizeh84g > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh8541 > A:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh85a > DIV:first-child + DIV > DIV#comp-kizeh85d1 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh85g1 > H1:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh871 > DIV:first-child + DIV > DIV#comp-kizeh874 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh8761 > DIV:first-child > DIV:first-child > DIV#comp-kizeh878 > H1:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh871 > DIV:first-child + DIV > DIV#comp-kizeh874 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh87k > A:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > DIV#comp-kizeh88f > BUTTON:first-child + BUTTON + DIV + DIV > DIV#comp-kizeh88s > DIV:first-child + DIV + DIV > DIV:first-child > DIV#comp-kizeh89g > H1:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child"
                ],
                "contrastdata": [
                  [
                    2.11,
                    "#00c3e5",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    2.11,
                    "#00c3e5",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    2.11,
                    "#00c3e5",
                    "#ffffff",
                    false
                  ],
                  [
                    2.11,
                    "#ffffff",
                    "#00c3e5",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    2.11,
                    "#00c3e5",
                    "#ffffff",
                    true
                  ],
                  [
                    2.11,
                    "#00c3e5",
                    "#ffffff",
                    false
                  ],
                  [
                    2.11,
                    "#00c3e5",
                    "#ffffff",
                    true
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 17,
            "items": {
              "alt_suspicious": {
                "id": "alt_suspicious",
                "description": "Suspicious alternative text",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-kva30zcc > DIV:first-child > WOW-IMAGE#img_comp-kva30zcc > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh871 > DIV:first-child + DIV > DIV#comp-kizeh87m > DIV#bgLayers_comp-kizeh87m > DIV#bgMedia_comp-kizeh87m > WOW-IMAGE#img_comp-kizeh87m > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-kva3383r > DIV:first-child > WOW-IMAGE#img_comp-kva3383r > IMG:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              },
              "link_suspicious": {
                "id": "link_suspicious",
                "description": "Suspicious link text",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh82q > DIV:first-child + DIV > DIV#comp-kizeh84g > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh8541 > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh871 > DIV:first-child + DIV > DIV#comp-kizeh874 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh87k > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 7,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh85a > DIV:first-child + DIV > DIV#comp-kizeh85d1 > DIV:first-child + DIV > DIV:first-child > DIV#comp-lhp8rh4c > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh85a > DIV:first-child + DIV > DIV#comp-kizeh85d1 > DIV:first-child + DIV > DIV:first-child > DIV#comp-lhp8rj9l > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh85a > DIV:first-child + DIV > DIV#comp-kizeh85d1 > DIV:first-child + DIV > DIV:first-child > DIV#comp-lhp8rld3 > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh85a > DIV:first-child + DIV > DIV#comp-kizeh85d1 > DIV:first-child + DIV > DIV:first-child > DIV#comp-lhp8s8ea > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh85a > DIV:first-child + DIV > DIV#comp-kizeh85d1 > DIV:first-child + DIV > DIV:first-child > DIV#comp-lhp8sewi > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh85a > DIV:first-child + DIV > DIV#comp-kizeh85d1 > DIV:first-child + DIV > DIV:first-child > DIV#comp-lhp8f58g > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-k40nfw5v > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > A:first-child + A"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "text_small": {
                "id": "text_small",
                "description": "Very small text",
                "count": 5,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_TOP > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#comp-irys4v5c > NAV#comp-irys4v5cnavContainer > DIV#comp-irys4v5cnavContainer-hiddenA11ySubMenuIndication",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-kkhdxb4z > A:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-k40k4ca6 > A:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_BOTTOM > SPAN:first-child"
                ],
                "wcag": []
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          17,
          0,
          0,
          21
        ],
        "instances": [
          {
            "ruleID": "alt_link_missing",
            "what": "Linked image missing alternative text",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-k4byglio > UL:first-child > LI#dataItem-k4bygllk-comp-k4byglio > A:first-child > WOW-IMAGE#img_0_comp-k4byglio > IMG:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "alt_link_missing",
            "what": "Linked image missing alternative text",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-k4byglio > UL:first-child > LI#dataItem-k4bygllk2-comp-k4byglio > A:first-child > WOW-IMAGE#img_1_comp-k4byglio > IMG:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "alt_link_missing",
            "what": "Linked image missing alternative text",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-k4byglio > UL:first-child > LI#dataItem-k4bygllk4-comp-k4byglio > A:first-child > WOW-IMAGE#img_2_comp-k4byglio > IMG:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "alt_link_missing",
            "what": "Linked image missing alternative text",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-k4byglio > UL:first-child > LI#dataItem-k4byglll1-comp-k4byglio > A:first-child > WOW-IMAGE#img_3_comp-k4byglio > IMG:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "alt_link_missing",
            "what": "Linked image missing alternative text",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-k4byglio > UL:first-child > LI#dataItem-l2pct099-comp-k4byglio > A:first-child > WOW-IMAGE#img_4_comp-k4byglio > IMG:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_empty",
            "what": "Empty link",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-k40nfw5v > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c0label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#comp-irys4v5c > NAV#comp-irys4v5cnavContainer > UL#comp-irys4v5citemsContainer > LI#comp-irys4v5c0 > A:first-child > DIV:first-child > DIV:first-child > P#comp-irys4v5c0label"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c1label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#comp-irys4v5c > NAV#comp-irys4v5cnavContainer > UL#comp-irys4v5citemsContainer > LI#comp-irys4v5c1 > A:first-child > DIV:first-child > DIV:first-child > P#comp-irys4v5c1label"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c2label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#comp-irys4v5c > NAV#comp-irys4v5cnavContainer > UL#comp-irys4v5citemsContainer > LI#comp-irys4v5c2 > A:first-child > DIV:first-child > DIV:first-child > P#comp-irys4v5c2label"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c3label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#comp-irys4v5c > NAV#comp-irys4v5cnavContainer > UL#comp-irys4v5citemsContainer > LI#comp-irys4v5c3 > A:first-child > DIV:first-child > DIV:first-child > P#comp-irys4v5c3label"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c4label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#comp-irys4v5c > NAV#comp-irys4v5cnavContainer > UL#comp-irys4v5citemsContainer > LI#comp-irys4v5c4 > A:first-child > DIV:first-child > DIV:first-child > P#comp-irys4v5c4label"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c5label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#comp-irys4v5c > NAV#comp-irys4v5cnavContainer > UL#comp-irys4v5citemsContainer > LI#comp-irys4v5c5 > A:first-child > DIV:first-child > DIV:first-child > P#comp-irys4v5c5label"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh82q > DIV:first-child + DIV > DIV#comp-kizeh84g > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh84k > DIV:first-child > DIV:first-child > DIV#comp-kizeh84m > H1:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh82q > DIV:first-child + DIV > DIV#comp-kizeh84g > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh84k > DIV:first-child > DIV:first-child > DIV#comp-kizeh84z > H1:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh82q > DIV:first-child + DIV > DIV#comp-kizeh84g > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh84k > DIV:first-child > DIV:first-child > DIV#comp-kizeh852 > H1:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh82q > DIV:first-child + DIV > DIV#comp-kizeh84g > DIV:first-child + DIV > DIV:first-child > DIV#comp-lhjmsdc8 > H1:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh82q > DIV:first-child + DIV > DIV#comp-kizeh84g > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh8541 > A:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh85a > DIV:first-child + DIV > DIV#comp-kizeh85d1 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh85g1 > H1:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh871 > DIV:first-child + DIV > DIV#comp-kizeh874 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh8761 > DIV:first-child > DIV:first-child > DIV#comp-kizeh878 > H1:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh871 > DIV:first-child + DIV > DIV#comp-kizeh874 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh87k > A:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > DIV#comp-kizeh88f > BUTTON:first-child + BUTTON + DIV + DIV > DIV#comp-kizeh88s > DIV:first-child + DIV + DIV > DIV:first-child > DIV#comp-kizeh89g > H1:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "alt_suspicious",
            "what": "Suspicious alternative text",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-kva30zcc > DIV:first-child > WOW-IMAGE#img_comp-kva30zcc > IMG:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "alt_suspicious",
            "what": "Suspicious alternative text",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh871 > DIV:first-child + DIV > DIV#comp-kizeh87m > DIV#bgLayers_comp-kizeh87m > DIV#bgMedia_comp-kizeh87m > WOW-IMAGE#img_comp-kizeh87m > IMG:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "alt_suspicious",
            "what": "Suspicious alternative text",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-kva3383r > DIV:first-child > WOW-IMAGE#img_comp-kva3383r > IMG:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_suspicious",
            "what": "Suspicious link text",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh82q > DIV:first-child + DIV > DIV#comp-kizeh84g > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh8541 > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_suspicious",
            "what": "Suspicious link text",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh871 > DIV:first-child + DIV > DIV#comp-kizeh874 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kizeh87k > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh85a > DIV:first-child + DIV > DIV#comp-kizeh85d1 > DIV:first-child + DIV > DIV:first-child > DIV#comp-lhp8rh4c > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh85a > DIV:first-child + DIV > DIV#comp-kizeh85d1 > DIV:first-child + DIV > DIV:first-child > DIV#comp-lhp8rj9l > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh85a > DIV:first-child + DIV > DIV#comp-kizeh85d1 > DIV:first-child + DIV > DIV:first-child > DIV#comp-lhp8rld3 > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh85a > DIV:first-child + DIV > DIV#comp-kizeh85d1 > DIV:first-child + DIV > DIV:first-child > DIV#comp-lhp8s8ea > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh85a > DIV:first-child + DIV > DIV#comp-kizeh85d1 > DIV:first-child + DIV > DIV:first-child > DIV#comp-lhp8sewi > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#z2x5g > DIV:first-child + DIV > DIV#Containerz2x5g > DIV:first-child > DIV:first-child > SECTION#comp-kizeh85a > DIV:first-child + DIV > DIV#comp-kizeh85d1 > DIV:first-child + DIV > DIV:first-child > DIV#comp-lhp8f58g > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-k40nfw5v > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > A:first-child + A"
            },
            "excerpt": ""
          },
          {
            "ruleID": "text_small",
            "what": "Very small text",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_TOP > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "text_small",
            "what": "Very small text",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "comp-irys4v5cnavContainer-hiddenA11ySubMenuIndication",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#comp-irys4v5c > NAV#comp-irys4v5cnavContainer > DIV#comp-irys4v5cnavContainer-hiddenA11ySubMenuIndication"
            },
            "excerpt": ""
          },
          {
            "ruleID": "text_small",
            "what": "Very small text",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-kkhdxb4z > A:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "text_small",
            "what": "Very small text",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-k40k4ca6 > A:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "text_small",
            "what": "Very small text",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_BOTTOM > SPAN:first-child"
            },
            "excerpt": ""
          }
        ]
      },
      "endTime": 1687096337240
    }
  ],
  "sources": {
    "script": "ts27",
    "batch": "caassy",
    "target": {
      "id": "caAD29-c",
      "which": "https://www.rivasforassembly.com/",
      "what": "Candidate Robert Rivas (D)"
    },
    "requester": "pool@jpdev.pro"
  },
  "creationTime": "2023-06-18T02:07:06",
  "timeStamp": "18ixx",
  "jobData": {
    "startTime": "2023-06-18T13:50:52",
    "endTime": "2023-06-18T13:52:17",
    "elapsedSeconds": 85,
    "visitLatency": 6,
    "logCount": 5,
    "logSize": 300,
    "errorLogCount": 0,
    "errorLogSize": 0,
    "prohibitedCount": 0,
    "visitRejectionCount": 0,
    "aborted": false,
    "abortedAct": null,
    "presses": 0,
    "amountRead": 0,
    "testTimes": [
      [
        "testaro",
        43
      ],
      [
        "testaro",
        13
      ],
      [
        "alfa",
        4
      ],
      [
        "ibm",
        4
      ],
      [
        "nuVal",
        4
      ],
      [
        "wave",
        3
      ],
      [
        "qualWeb",
        2
      ],
      [
        "axe",
        1
      ],
      [
        "tenon",
        1
      ],
      [
        "continuum",
        0
      ],
      [
        "htmlcs",
        0
      ]
    ]
  },
  "score": {
    "scoreProcID": "tsp27",
    "summary": {
      "total": 1250,
      "issue": 1088,
      "tool": 161,
      "prevention": 0,
      "log": 1,
      "latency": 0
    },
    "details": {
      "severity": {
        "total": [
          179,
          92,
          133,
          213
        ],
        "byTool": {
          "testaro": [
            18,
            25,
            11,
            60
          ],
          "alfa": [
            76,
            0,
            0,
            46
          ],
          "axe": [
            9,
            8,
            0,
            17
          ],
          "continuum": [
            0,
            0,
            0,
            9
          ],
          "htmlcs": [
            28,
            0,
            0,
            1
          ],
          "ibm": [
            0,
            5,
            0,
            12
          ],
          "nuVal": [
            16,
            0,
            76,
            0
          ],
          "qualWeb": [
            15,
            54,
            42,
            22
          ],
          "tenon": [
            0,
            0,
            4,
            25
          ],
          "wave": [
            17,
            0,
            0,
            21
          ]
        }
      },
      "prevention": {},
      "issue": {
        "linkNoText": {
          "score": 44,
          "maxCount": 11,
          "weight": 4,
          "tools": {
            "alfa": {
              "r11": {
                "quality": 1,
                "what": "Link has no accessible name",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Links have an accessible name"
                  ]
                }
              }
            },
            "axe": {
              "link-name": {
                "quality": 1,
                "what": "Link has no discernible text",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute"
                  ]
                }
              }
            },
            "continuum": {
              "237": {
                "quality": 1,
                "what": "a element has no machanism allowing an accessible name value to be calculated",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "This A element does not have a mechanism that allows an accessible name value to be calculated"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.4_1_2.H91.A.NoContent": {
                "quality": 1,
                "what": "Link has an href attribute but no text",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Anchor element found with a valid href attribute, but no link content has been supplied."
                  ]
                }
              }
            },
            "ibm": {
              "a_text_purpose": {
                "quality": 1,
                "what": "Hyperlink has no link text, label, or image with a text alternative",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Hyperlink has no link text, label or image with a text alternative"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R12": {
                "quality": 1,
                "what": "Link has no accessible name",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "This rule checks that each link has an accessible name."
                  ]
                }
              },
              "QW-WCAG-T21": {
                "quality": 1,
                "what": "Accessible name is not provided for an image which is the only content in a link",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "This technique checks the text alternative of images which are the only content of a link"
                  ]
                }
              }
            },
            "tenon": {
              "57": {
                "quality": 1,
                "what": "Link has no text inside it",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This link has no text inside it."
                  ]
                }
              }
            },
            "wave": {
              "alt_link_missing": {
                "quality": 1,
                "what": "Linked image has no text alternative",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "Linked image missing alternative text"
                  ]
                }
              },
              "link_empty": {
                "quality": 1,
                "what": "Link contains no text",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Empty link"
                  ]
                }
              }
            }
          }
        },
        "focusIndication": {
          "score": 104,
          "maxCount": 26,
          "weight": 4,
          "tools": {
            "alfa": {
              "r65": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 26,
                  "texts": [
                    "Element in sequential focus order has visible focus"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R62": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 26,
                  "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": 25,
                  "texts": [
                    "A element has no focus indicator",
                    "BUTTON element has no focus indicator"
                  ]
                }
              }
            }
          }
        },
        "contrastAAA": {
          "score": 35,
          "maxCount": 35,
          "weight": 1,
          "tools": {
            "alfa": {
              "r66": {
                "quality": 1,
                "what": "Text contrast less than AAA requires",
                "complaints": {
                  "countTotal": 35,
                  "texts": [
                    "Text outside widget has enhanced contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast-enhanced": {
                "quality": 1,
                "what": "Element has insufficient color contrast (Level AAA)",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.83 (foreground color: #00c3e5, background color: #1e3557, font size: 8.3pt (11px), font weight: bold). Expected contrast ratio of 7:1",
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.83 (foreground color: #1e3557, background color: #00c3e5, font size: 7.5pt (10px), font weight: bold). Expected contrast ratio of 7:1",
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.44 (foreground color: #605e5e, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R76": {
                "quality": 1,
                "what": "Text has less than the enhanced minimum contrast",
                "complaints": {
                  "countTotal": 9,
                  "texts": [
                    "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement."
                  ]
                }
              }
            }
          }
        },
        "textContrastAA": {
          "score": 104,
          "maxCount": 26,
          "weight": 4,
          "tools": {
            "alfa": {
              "r69": {
                "quality": 1,
                "what": "Text outside widget has subminimum contrast",
                "complaints": {
                  "countTotal": 26,
                  "texts": [
                    "Text outside widget has minimum contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast": {
                "quality": 1,
                "what": "Element has insufficient color contrast",
                "complaints": {
                  "countTotal": 13,
                  "texts": [
                    "Elements must meet minimum color contrast ratio thresholds; Element has a 1:1 contrast ratio with the background",
                    "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
                    "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.11 (foreground color: #00c3e5, background color: #ffffff, font size: 54.0pt (72px), font weight: bold). Expected contrast ratio of 3:1",
                    "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.11 (foreground color: #00c3e5, background color: #ffffff, font size: 17.3pt (23px), 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.11 (foreground color: #ffffff, background color: #00c3e5, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1",
                    "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.11 (foreground color: #ffffff, background color: #00c3e5, font size: 26.3pt (35px), font weight: normal). Expected contrast ratio of 3:1",
                    "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.11 (foreground color: #00c3e5, background color: #ffffff, font size: 18.0pt (24px), font weight: bold). Expected contrast ratio of 3:1",
                    "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.11 (foreground color: #00c3e5, background color: #ffffff, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1"
                  ]
                }
              }
            },
            "ibm": {
              "text_contrast_sufficient": {
                "quality": 1,
                "what": "Text has a contrast with its background less than the WCAG AA minimum for its size and weight",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "Text contrast of 2.11 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 700",
                    "Text contrast of 2.11 with its background is less than the WCAG AA minimum requirements for text of size 23px and weight of 400",
                    "Text contrast of 2.11 with its background is less than the WCAG AA minimum requirements for text of size 72px and weight of 700",
                    "Text contrast of 2.11 with its background is less than the WCAG AA minimum requirements for text of size 11px and weight of 700"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R37": {
                "quality": 1,
                "what": "Text has less than the minimum contrast",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement."
                  ]
                }
              }
            },
            "wave": {
              "contrast": {
                "quality": 1,
                "what": "Very low contrast",
                "complaints": {
                  "countTotal": 15,
                  "texts": [
                    "Very low contrast"
                  ]
                }
              }
            }
          }
        },
        "leadingInsufficient": {
          "score": 8,
          "maxCount": 4,
          "weight": 2,
          "tools": {
            "alfa": {
              "r73": {
                "quality": 1,
                "what": "Paragraph of text has insufficient line height",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Paragraphs of text have sufficient line height"
                  ]
                }
              }
            }
          }
        },
        "fontSizeAbsolute": {
          "score": 58,
          "maxCount": 29,
          "weight": 2,
          "tools": {
            "alfa": {
              "r74": {
                "quality": 1,
                "what": "Paragraph text has an absolute font size",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Paragraphs of text do not have font sizes defined in absolute units"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T28": {
                "quality": 1,
                "what": "Percent, em, or name is used for a font size",
                "complaints": {
                  "countTotal": 29,
                  "texts": [
                    "This technique checks that all font-size attribute uses percent, em or names."
                  ]
                }
              }
            }
          }
        },
        "headingOfNothing": {
          "score": 6,
          "maxCount": 3,
          "weight": 2,
          "tools": {
            "alfa": {
              "r78": {
                "quality": 1,
                "what": "No content between two headings of the same level",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Headings of same level have text content between them"
                  ]
                }
              }
            }
          }
        },
        "leadingAbsolute": {
          "score": 12,
          "maxCount": 6,
          "weight": 2,
          "tools": {
            "alfa": {
              "r80": {
                "quality": 1,
                "what": "Paragraph text has an absolute line height",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Paragraphs of text do not have line heights defined in absolute units"
                  ]
                }
              }
            }
          }
        },
        "overflowHidden": {
          "score": 36,
          "maxCount": 9,
          "weight": 4,
          "tools": {
            "alfa": {
              "r83": {
                "quality": 1,
                "what": "Overflow is hidden or clipped if the text is enlarged",
                "complaints": {
                  "countTotal": 9,
                  "texts": [
                    "Text nodes are not clipped when text is resized"
                  ]
                }
              }
            }
          }
        },
        "repeatedContentRisk": {
          "score": 3,
          "maxCount": 3,
          "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."
                  ]
                }
              }
            }
          }
        },
        "hiddenContentRisk": {
          "score": 9,
          "maxCount": 9,
          "weight": 1,
          "tools": {
            "axe": {
              "hidden-content": {
                "quality": 1,
                "what": "Some content is hidden and therefore may not be testable for accessibility",
                "complaints": {
                  "countTotal": 9,
                  "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."
                  ]
                }
              }
            }
          }
        },
        "linkIndication": {
          "score": 38,
          "maxCount": 19,
          "weight": 2,
          "tools": {
            "axe": {
              "link-in-text-block": {
                "quality": 1,
                "what": "Link is not distinct from surrounding text without reliance on color",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Links must be distinguishable without relying on color; Element's contrast ratio could not be determined because of element overlap"
                  ]
                }
              }
            },
            "testaro": {
              "linkUl": {
                "quality": 1,
                "what": "Non-underlined adjacent links",
                "complaints": {
                  "countTotal": 19,
                  "texts": [
                    "Link is inline but has no underline"
                  ]
                }
              }
            }
          }
        },
        "textAlternativeRisk": {
          "score": 8,
          "maxCount": 8,
          "weight": 1,
          "tools": {
            "continuum": {
              "234": {
                "quality": 1,
                "what": "img element has a suspicious calculated accessible name",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This IMG has a suspicious calculated accessible name value of: untitled design_edited.png",
                    "This IMG has a suspicious calculated accessible name value of: 41076915504_71efecab6d_o.jpg",
                    "This IMG has a suspicious calculated accessible name value of: rivas_transparent_3x (1).png"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T8": {
                "quality": 1,
                "what": "Text alternative is not an alternative",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content"
                  ]
                }
              }
            },
            "wave": {
              "alt_suspicious": {
                "quality": 1,
                "what": "Image text alternative is suspicious",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Suspicious alternative text"
                  ]
                }
              }
            }
          }
        },
        "decorativeImageRisk": {
          "score": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_1_1.H67.2": {
                "quality": 1,
                "what": "Image marked as decorative may be informative",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Img element is marked so that it is ignored by Assistive Technology."
                  ]
                }
              }
            }
          }
        },
        "scrollRisk": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
                "quality": 1,
                "what": "Fixed-position element may force bidirectional scrolling",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion."
                  ]
                }
              }
            }
          }
        },
        "contrastRisk": {
          "score": 17,
          "maxCount": 17,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_4_3_F24.F24.FGColour": {
                "quality": 1,
                "what": "Inline foreground color may lack a complementary background color",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour."
                  ]
                }
              },
              "AAA.1_4_6.G17.Abs": {
                "quality": 1,
                "what": "Contrast between the absolutely positioned text and its background may be less than 7:1",
                "complaints": {
                  "countTotal": 10,
                  "texts": [
                    "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1."
                  ]
                }
              },
              "AAA.1_4_6.G18.Abs": {
                "quality": 1,
                "what": "Contrast between the absolutely positioned text and its background may be less than 4.5:1",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1."
                  ]
                }
              }
            }
          }
        },
        "linkWindowSurpriseRisk": {
          "score": 6,
          "maxCount": 6,
          "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": 6,
                  "texts": [
                    "Check that this link's link text contains information indicating that the link will open in a new window."
                  ]
                }
              }
            }
          }
        },
        "roleBad": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "ibm": {
              "element_tabbable_role_valid": {
                "quality": 1,
                "what": "Tabbable element has a non-widget role",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The tabbable element's role 'generic' is not a widget role"
                  ]
                }
              }
            }
          }
        },
        "obsolete": {
          "score": 15,
          "maxCount": 5,
          "weight": 3,
          "tools": {
            "ibm": {
              "element_attribute_deprecated": {
                "quality": 1,
                "what": "Element or attribute is obsolete",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5"
                  ]
                }
              }
            }
          }
        },
        "attributeBad": {
          "score": 64,
          "maxCount": 16,
          "weight": 4,
          "tools": {
            "nuVal": {
              "^Attribute .+ not allowed on element .+ at this point.*$": {
                "quality": 1,
                "what": "Attribute not allowed on this element",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Attribute position not allowed on element link at this point."
                  ]
                }
              },
              "^Bad value .* for attribute .+ on element .+$": {
                "quality": 1,
                "what": "Attribute on this element has an invalid value",
                "complaints": {
                  "countTotal": 12,
                  "texts": [
                    "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.",
                    "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.",
                    "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.",
                    "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.",
                    "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.",
                    "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace."
                  ]
                }
              }
            }
          }
        },
        "cssInvalid": {
          "score": 96,
          "maxCount": 32,
          "weight": 3,
          "tools": {
            "nuVal": {
              "CSS: Parse Error.": {
                "quality": 1,
                "what": "Invalid CSS",
                "complaints": {
                  "countTotal": 18,
                  "texts": [
                    "CSS: Parse Error."
                  ]
                }
              },
              "^CSS: .+: The types are incompatible.*$": {
                "quality": 1,
                "what": "Incompatible types of CSS values",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "CSS: --divider-pin-height__: The types are incompatible.",
                    "CSS: --divider-pin-border__: The types are incompatible."
                  ]
                }
              },
              "^CSS: .+: Parse Error.*$": {
                "quality": 1,
                "what": "Invalid CSS",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "CSS: opacity: Parse Error."
                  ]
                }
              },
              "^CSS: .+: Property .+ doesn't exist.*$": {
                "quality": 1,
                "what": "Invalid property in CSS",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "CSS: view-transition-name: Property view-transition-name doesn't exist.",
                    "CSS: vector-effect: Property vector-effect doesn't exist."
                  ]
                }
              },
              "^CSS: .+: .+ is not a .+ value.*$": {
                "quality": 1,
                "what": "Invalid value in CSS",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "CSS: will-change: var(--corners-overflow-fix-will-change, initial) is not a will-change value."
                  ]
                }
              },
              "^CSS: .+: Unknown dimension.*$": {
                "quality": 1,
                "what": "Unknown CSS dimension",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "CSS: --theme-spx-ratio: Unknown dimension."
                  ]
                }
              }
            }
          }
        },
        "metaBad": {
          "score": 24,
          "maxCount": 8,
          "weight": 3,
          "tools": {
            "nuVal": {
              "^Bad value .+ for attribute .+ on element meta.*$": {
                "quality": 1,
                "what": "Attribute of a meta element has an invalid value",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.",
                    "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.",
                    "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.",
                    "Bad value etag for attribute http-equiv on element meta."
                  ]
                }
              }
            }
          }
        },
        "typeRedundant": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "nuVal": {
              "The type attribute is unnecessary for JavaScript resources.": {
                "quality": 1,
                "what": "type attribute is unnecessary for a JavaScript resource",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The type attribute is unnecessary for JavaScript resources."
                  ]
                }
              }
            }
          }
        },
        "parentBad": {
          "score": 16,
          "maxCount": 4,
          "weight": 4,
          "tools": {
            "nuVal": {
              "^Element .+ not allowed as child of element .+ in this context.*$": {
                "quality": 1,
                "what": "Element has an invalid parent",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)"
                  ]
                }
              }
            }
          }
        },
        "activeEmbedding": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "nuVal": {
              "An element with the attribute tabindex must not appear as a descendant of the a element.": {
                "quality": 1,
                "what": "descendant of an a element has a tabindex attribute",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "An element with the attribute tabindex must not appear as a descendant of the a element."
                  ]
                }
              }
            }
          }
        },
        "sectionHeadingless": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "nuVal": {
              "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.": {
                "quality": 1,
                "what": "section has no heading",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed."
                  ]
                }
              }
            },
            "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"
                  ]
                }
              }
            }
          }
        },
        "imageNoSource": {
          "score": 40,
          "maxCount": 10,
          "weight": 4,
          "tools": {
            "nuVal": {
              "Element img is missing required attribute src.": {
                "quality": 1,
                "what": "img element has no src attribute",
                "complaints": {
                  "countTotal": 10,
                  "texts": [
                    "Element img is missing required attribute src."
                  ]
                }
              }
            }
          }
        },
        "h1Multiple": {
          "score": 24,
          "maxCount": 12,
          "weight": 2,
          "tools": {
            "nuVal": {
              "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).": {
                "quality": 1,
                "what": "Page contains more than 1 h1 element",
                "complaints": {
                  "countTotal": 12,
                  "texts": [
                    "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools)."
                  ]
                }
              }
            }
          }
        },
        "slashParseRisk": {
          "score": 31,
          "maxCount": 31,
          "weight": 1,
          "tools": {
            "nuVal": {
              "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.": {
                "quality": 1,
                "what": "Void element has a useless trailing slash.",
                "complaints": {
                  "countTotal": 31,
                  "texts": [
                    "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values."
                  ]
                }
              }
            }
          }
        },
        "elementClosure": {
          "score": 12,
          "maxCount": 4,
          "weight": 3,
          "tools": {
            "nuVal": {
              "^Stray end tag .+$": {
                "quality": 1,
                "what": "Invalid closing tag",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Stray end tag link.",
                    "Stray end tag a."
                  ]
                }
              },
              "^Start tag .+ seen but an element of the same type was already open.*$": {
                "quality": 1,
                "what": "Element is invalidly a descendant of another such element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Start tag a seen but an element of the same type was already open."
                  ]
                }
              }
            }
          }
        },
        "refresh": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-ACT-R4": {
                "quality": 1,
                "what": "meta element refreshes or redirects with delay",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that the meta element is not used for delayed redirecting or refreshing."
                  ]
                }
              },
              "QW-ACT-R71": {
                "quality": 1,
                "what": "meta element has a refresh delay (no exception)",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that the `meta` element is not used for delayed redirecting or refreshing."
                  ]
                }
              }
            }
          }
        },
        "mainNone": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-ACT-R63": {
                "quality": 1,
                "what": "Document has no landmark with non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content"
                  ]
                }
              }
            }
          }
        },
        "skipRepeatedContent": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-ACT-R64": {
                "quality": 1,
                "what": "Document has no heading for non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that the non-repeated content contains a heading"
                  ]
                }
              },
              "QW-ACT-R75": {
                "quality": 1,
                "what": "Blocks of repeated content cannot be bypassed",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that each page has a mechanism to bypass repeated blocks of content."
                  ]
                }
              }
            }
          }
        },
        "overflowHiddenRisk": {
          "score": 23,
          "maxCount": 23,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-ACT-R40": {
                "quality": 1,
                "what": "Zoomed text node may be clipped by a CSS overflow declaration",
                "complaints": {
                  "countTotal": 23,
                  "texts": [
                    "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport."
                  ]
                }
              }
            }
          }
        },
        "pseudoNavList": {
          "score": 6,
          "maxCount": 3,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T32": {
                "quality": 1,
                "what": "ol, ul or dl is not used for a list or group of links",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "The objective of this technique is to create lists of related items using list elements appropriate for their purposes."
                  ]
                }
              }
            }
          }
        },
        "colorMissing": {
          "score": 12,
          "maxCount": 3,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T31": {
                "quality": 1,
                "what": "Foreground or background color is specified but not both",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination."
                  ]
                }
              }
            }
          }
        },
        "noHeading": {
          "score": 21,
          "maxCount": 7,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP1": {
                "quality": 1,
                "what": "h1-h6 not used to identify headings",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content"
                  ]
                }
              }
            }
          }
        },
        "linkVague": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "tenon": {
              "73": {
                "quality": 1,
                "what": "Link text is too generic to communicate the purpose or destination",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This link text is uninformative."
                  ]
                }
              }
            }
          }
        },
        "fontSmall": {
          "score": 15,
          "maxCount": 5,
          "weight": 3,
          "tools": {
            "tenon": {
              "134": {
                "quality": 1,
                "what": "Text is very small",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Very small text found."
                  ]
                }
              }
            },
            "testaro": {
              "miniText": {
                "quality": 1,
                "what": "Text node has a font smaller than 11 pixels",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Text font is smaller than 11 pixels"
                  ]
                }
              }
            },
            "wave": {
              "text_small": {
                "quality": 1,
                "what": "Text is very small",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "Very small text"
                  ]
                }
              }
            }
          }
        },
        "leadingClipsText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "tenon": {
              "144": {
                "quality": 1,
                "what": "Line height is insufficent to properly display the computed font size",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This content's line height is insufficent to properly display the computed element font size."
                  ]
                }
              }
            }
          }
        },
        "targetSize": {
          "score": 12,
          "maxCount": 4,
          "weight": 3,
          "tools": {
            "tenon": {
              "152": {
                "quality": 1,
                "what": "Actionable element is smaller than the minimum required size",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "This actionable element is smaller than the minimum required size."
                  ]
                }
              }
            }
          }
        },
        "allCaps": {
          "score": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "tenon": {
              "153": {
                "quality": 1,
                "what": "Long string of text is in all caps",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This long string of text is in all caps."
                  ]
                }
              }
            }
          }
        },
        "linkPair": {
          "score": 14,
          "maxCount": 7,
          "weight": 2,
          "tools": {
            "tenon": {
              "184": {
                "quality": 1,
                "what": "Adjacent links point to the same destination",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "These links are adjacent and point to the same destination."
                  ]
                }
              }
            },
            "wave": {
              "link_redundant": {
                "quality": 1,
                "what": "Adjacent links go to the same URL",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "Redundant link"
                  ]
                }
              }
            }
          }
        },
        "linkForcesNewWindow": {
          "score": 42,
          "maxCount": 14,
          "weight": 3,
          "tools": {
            "tenon": {
              "218": {
                "quality": 1,
                "what": "Link opens in a new window without user control",
                "complaints": {
                  "countTotal": 14,
                  "texts": [
                    "This link opens in a new window without user control."
                  ]
                }
              }
            }
          }
        },
        "textRotated": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "tenon": {
              "271": {
                "quality": 1,
                "what": "Text is needlessly rotated 60+ degrees or more, hurting comprehension",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This text is rotated from the horizontal by 60 degrees or more."
                  ]
                }
              }
            }
          }
        },
        "visibleBulk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "testaro": {
              "bulk": {
                "quality": 1,
                "what": "Page contains many visible elements",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Page contains a large number of visible elements"
                  ]
                }
              }
            }
          }
        },
        "tabFocusability": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "testaro": {
              "focAll": {
                "quality": 0.5,
                "what": "Discrepancy between elements that should be and that are Tab-focusable",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Some focusable elements are not Tab-focusable or vice versa"
                  ]
                }
              }
            }
          }
        },
        "focusableOperable": {
          "score": 57,
          "maxCount": 19,
          "weight": 3,
          "tools": {
            "testaro": {
              "focOp": {
                "quality": 1,
                "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable",
                "complaints": {
                  "countTotal": 19,
                  "texts": [
                    null
                  ]
                }
              }
            }
          }
        },
        "hoverSurprise": {
          "score": 12,
          "maxCount": 6,
          "weight": 2,
          "tools": {
            "testaro": {
              "hover": {
                "quality": 1,
                "what": "Hovering is impossible or mis-indicated or changes content",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Hovering over element has unexpected effects",
                    "Link or button makes the hovering mouse cursor nonstandard",
                    "Button shows no indication of being hovered over"
                  ]
                }
              }
            }
          }
        },
        "inconsistentStyles": {
          "score": 6,
          "maxCount": 6,
          "weight": 1,
          "tools": {
            "testaro": {
              "styleDiff": {
                "quality": 1,
                "what": "Heading, link, and button style inconsistencies",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "In-line links have 2 different styles",
                    "Level-1 headings have 6 different styles"
                  ]
                }
              }
            }
          }
        },
        "zIndexNotZero": {
          "score": 4,
          "maxCount": 4,
          "weight": 1,
          "tools": {
            "testaro": {
              "zIndex": {
                "quality": 1,
                "what": "Layering with nondefault z-index values",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "DIV element has a non-default Z index",
                    "BUTTON element has a non-default Z index"
                  ]
                }
              }
            }
          }
        },
        "linkComprehensionRisk": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "wave": {
              "link_suspicious": {
                "quality": 1,
                "what": "Suspicious link text",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Suspicious link text"
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}