Accessibility digest

Synopsis
PageCandidate Gail Pellerin (D)
URLhttps://www.gailpellerinforassembly.com/
Requesterpool@jpdev.pro
Test date2023/06/18
Score1306
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 Gail Pellerin (D) at https://www.gailpellerinforassembly.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 1306, where 0 would be perfect.

Total score

The total score is the sum of five components.

Score summary
ComponentScoreDescription
total1306Sum of the component scores
issue1133Severity and number of reported defects
tool160Tool-by-tool defect ratings
prevention0Failed attempts by tools to test the page
log13Browser 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
focusIndication116
cssInvalid114
textContrastAA100
attributeBad80
fontSizeAbsolute72
slashParseRisk39
focusableOperable33
linkNoText32
scrollRisk32
imageNoSource32
hiddenContentRisk30
contrastAAA25
visibleLabelNotName24
videoContentNoText24
metaBad24
parentBad24
overflowHiddenRisk19
linkIndication18
leadingInsufficient16
linkElementBad16
obsolete15
linkForcesNewWindow15
leadingAbsolute14
hoverSurprise14
contrastRisk12
elementClosure12
colorMissing12
noHeading12
fontSmall12
leadingClipsText12
sectionHeadingless10
errorReferenceBad8
audioContentNoText8
textAlternativeRisk7
refresh6
skipRepeatedContent6
pseudoNavList6
linkWindowSurpriseRisk5
overflowHidden4
notKeyboardScrollable4
ariaBadAttribute4
cssBansRotate4
svgImageNoText4
videoContentNoTranscript4
videoNoAudioTrack4
videoNoAudioDescription4
zIndexNotZero4
imageTextBad3
repeatedContentRisk3
focusableRole3
submitButton3
boxSizeAbsolute3
inconsistentStyles3
autoplay2
ariaRedundant2
typeRedundant2
mainNone2
autoplayLong2
autoplayControl2
textRotated2
filterStyle2
tabFocusability2
pseudoCodeRisk1
autocompleteNone1
visibleBulk1
pseudoHeadingRisk1
videoCaptionRisk1
frameContentRisk0
ignorable0

Itemized issues

The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.

Issue focusIndication

WCAG: 2.4.7

Score: 116

Complaints by alfa

Rule r65

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

Count of instances: 25

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R62

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

Count of instances: 29

Complaint specifics

Complaints by testaro

Rule focInd

Description: Focused element displays a nonstandard or no focus indicator

Count of instances: 18

Complaint specifics

Issue cssInvalid

WCAG: 4.1

Score: 114

Complaints by nuVal

Rule CSS: Parse Error.

Description: Invalid CSS

Count of instances: 18

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

Description: Invalid property in CSS

Count of instances: 4

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

Complaint specifics
Rule ^CSS: .+: .+ is not a valid color 3 or 6 hexadecimals numbers.*$

Description: Invalid hexadecimal color in CSS

Count of instances: 2

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 textContrastAA

WCAG: 1.4.3

Score: 100

Complaints by alfa

Rule r69

Description: Text outside widget has subminimum contrast

Count of instances: 25

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

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R37

Description: Text has less than the minimum contrast

Count of instances: 9

Complaint specifics

Complaints by wave

Rule contrast

Description: Very low contrast

Count of instances: 17

Complaint specifics

Issue attributeBad

WCAG: 1.3.1

Score: 80

Complaints by ibm

Rule aria_attribute_valid

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

Count of instances: 1

Complaint specifics

Complaints by nuVal

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

Description: Attribute not allowed on this element

Count of instances: 8

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

Complaints by alfa

Rule r74

Description: Paragraph text has an absolute font size

Count of instances: 8

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T28

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

Count of instances: 36

Complaint specifics

Issue slashParseRisk

WCAG: 4.1

Score: 39

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

Complaint specifics

Issue focusableOperable

WCAG: 2.1.1

Score: 33

Complaints by testaro

Rule focOp

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

Count of instances: 11

Complaint specifics

Issue linkNoText

WCAG: 2.4.4

Score: 32

Complaints by alfa

Rule r11

Description: Link has no accessible name

Count of instances: 4

Complaint specifics

Complaints by axe

Rule link-name

Description: Link has no discernible text

Count of instances: 4

Complaint specifics

Complaints by continuum

Rule 237

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

Count of instances: 4

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

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R12

Description: Link has no accessible name

Count of instances: 4

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

Complaint specifics

Complaints by wave

Rule alt_link_missing

Description: Linked image has no text alternative

Count of instances: 4

Complaint specifics

Issue scrollRisk

WCAG: 1.4.10

Score: 32

Complaints by htmlcs

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

Description: Fixed-position element may force bidirectional scrolling

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-BP18

Description: Percentage is not used in CSS for a container size

Count of instances: 32

Complaint specifics

Issue imageNoSource

WCAG: 1.3.1

Score: 32

Complaints by nuVal

Rule Element img is missing required attribute src.

Description: img element has no src attribute

Count of instances: 8

Complaint specifics

Issue hiddenContentRisk

WCAG: 4.1

Score: 30

Complaints by axe

Rule hidden-content

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

Count of instances: 30

Complaint specifics

Issue contrastAAA

WCAG: 1.4.6

Score: 25

Complaints by alfa

Rule r66

Description: Text contrast less than AAA requires

Count of instances: 25

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 visibleLabelNotName

WCAG: 2.5.3

Score: 24

Complaints by alfa

Rule r14

Description: Visible label is not in the accessible name

Count of instances: 8

Complaint specifics

Complaints by axe

Rule label-content-name-mismatch

Description: Element visible text is not part of its accessible name

Count of instances: 6

Complaint specifics

Issue videoContentNoText

WCAG: 1.2.2

Score: 24

Complaints by axe

Rule video-caption

Description: video element has no captions

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R51

Description: video element visual-only content is not a media alternative for text

Count of instances: 1

Complaint specifics
Rule QW-ACT-R56

Description: video element content is not a media alternative for text

Count of instances: 1

Complaint specifics
Rule QW-ACT-R61

Description: video element visual content has no transcript

Count of instances: 1

Complaint specifics
Rule QW-ACT-R23

Description: video element visual content has no accessible alternative

Count of instances: 1

Complaint specifics
Rule QW-ACT-R31

Description: video element visual-only content has no accessible alternative

Count of instances: 1

Complaint specifics
Rule QW-ACT-R32

Description: video element visual-only content has no strict accessible alternative

Count of instances: 1

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 parentBad

WCAG: 1.3.1

Score: 24

Complaints by nuVal

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

Description: Element has an invalid parent

Count of instances: 6

Complaint specifics

Issue overflowHiddenRisk

WCAG: 1.4.4

Score: 19

Complaints by qualWeb

Rule QW-ACT-R40

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

Count of instances: 19

Complaint specifics

Issue linkIndication

WCAG: 1.3.3

Score: 18

Complaints by testaro

Rule linkUl

Description: Non-underlined adjacent links

Count of instances: 9

Complaint specifics

Issue leadingInsufficient

WCAG: 1.4.8

Score: 16

Complaints by alfa

Rule r73

Description: Paragraph of text has insufficient line height

Count of instances: 8

Complaint specifics

Issue linkElementBad

WCAG: 1.3.1

Score: 16

Complaints by nuVal

Rule A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.

Description: link element with an as attribute has no rel attribute with preload or modulepreload as its value

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 linkForcesNewWindow

WCAG: 3.2.5

Score: 15

Complaints by tenon

Rule 218

Description: Link opens in a new window without user control

Count of instances: 5

Complaint specifics

Issue leadingAbsolute

WCAG: 1.4.12

Score: 14

Complaints by alfa

Rule r80

Description: Paragraph text has an absolute line height

Count of instances: 7

Complaint specifics

Issue hoverSurprise

WCAG: 1.4.13

Score: 14

Complaints by testaro

Rule hover

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

Count of instances: 7

Complaint specifics

Issue contrastRisk

WCAG: 1.4.3

Score: 12

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

Complaint specifics

Issue elementClosure

WCAG: 4.1.1

Score: 12

Complaints by nuVal

Rule ^Stray end tag .+$

Description: Invalid closing tag

Count of instances: 4

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 noHeading

WCAG: 1.3.1

Score: 12

Complaints by qualWeb

Rule QW-BP1

Description: h1-h6 not used to identify headings

Count of instances: 4

Complaint specifics

Issue fontSmall

WCAG: 1.4

Score: 12

Complaints by tenon

Rule 134

Description: Text is very small

Count of instances: 1

Complaint specifics

Complaints by wave

Rule text_small

Description: Text is very small

Count of instances: 4

Complaint specifics

Issue leadingClipsText

WCAG: 1.4.8

Score: 12

Complaints by tenon

Rule 144

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

Count of instances: 3

Complaint specifics

Issue sectionHeadingless

WCAG: 1.3.1

Score: 10

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

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T9

Description: Page is not organized using headings

Count of instances: 1

Complaint specifics

Issue errorReferenceBad

WCAG: 3.3.1

Score: 8

Complaints by qualWeb

Rule QW-ACT-R41

Description: Error message describes no invalid form field value

Count of instances: 2

Complaint specifics

Issue audioContentNoText

WCAG: 1.2.1

Score: 8

Complaints by qualWeb

Rule QW-ACT-R60

Description: video element auditory content has no captions

Count of instances: 1

Complaint specifics
Rule QW-ACT-R26

Description: video element auditory content has no accessible alternative

Count of instances: 1

Complaint specifics

Issue textAlternativeRisk

WCAG: 1

Score: 7

Complaints by continuum

Rule 234

Description: img element has a suspicious calculated accessible name

Count of instances: 2

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T8

Description: Text alternative is not an alternative

Count of instances: 7

Complaint specifics

Complaints by wave

Rule alt_suspicious

Description: Image text alternative is suspicious

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 linkWindowSurpriseRisk

WCAG: 3.2.5

Score: 5

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

Complaint specifics

Issue overflowHidden

WCAG: 1.4.4

Score: 4

Complaints by alfa

Rule r83

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

Count of instances: 1

Complaint specifics

Issue notKeyboardScrollable

WCAG: 2.1.1

Score: 4

Complaints by alfa

Rule r84

Description: Element is scrollable but not by keyboard

Count of instances: 1

Complaint specifics

Issue ariaBadAttribute

WCAG: 4.1.2

Score: 4

Complaints by axe

Rule aria-allowed-attr

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

Count of instances: 1

Complaint specifics

Issue cssBansRotate

WCAG: 1.3.4

Score: 4

Complaints by axe

Rule css-orientation-lock

Description: CSS media query locks display orientation

Count of instances: 1

Complaint specifics

Issue svgImageNoText

WCAG: 1.1.1

Score: 4

Complaints by continuum

Rule 123

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

Count of instances: 1

Complaint specifics

Issue videoContentNoTranscript

WCAG: 1.2.2

Score: 4

Complaints by qualWeb

Rule QW-ACT-R53

Description: video element visual-only content has no transcript

Count of instances: 1

Complaint specifics

Issue videoNoAudioTrack

WCAG: 1.2.1

Score: 4

Complaints by qualWeb

Rule QW-ACT-R54

Description: video element visual-only content has no audio track alternative

Count of instances: 1

Complaint specifics

Issue videoNoAudioDescription

WCAG: 1.2.1

Score: 4

Complaints by qualWeb

Rule QW-ACT-R55

Description: video element visual content has no audio description

Count of instances: 1

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 imageTextBad

WCAG: 1.1.1

Score: 3

Complaints by alfa

Rule r39

Description: Image text alternative is the filename instead

Count of instances: 1

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 focusableRole

WCAG: 4.1.2

Score: 3

Complaints by axe

Rule focus-order-semantics

Description: Focusable element has no active role

Count of instances: 1

Complaint specifics

Issue submitButton

WCAG: 2.5.6

Score: 3

Complaints by qualWeb

Rule QW-WCAG-T19

Description: Submit button not provided

Count of instances: 1

Complaint specifics

Issue boxSizeAbsolute

WCAG: 1.4.4

Score: 3

Complaints by qualWeb

Rule QW-BP15

Description: Element width is specified in an absolute value

Count of instances: 1

Complaint specifics

Issue inconsistentStyles

WCAG: 3.2.4

Score: 3

Complaints by testaro

Rule styleDiff

Description: Heading, link, and button style inconsistencies

Count of instances: 3

Complaint specifics

Issue autoplay

WCAG: 1.4.2

Score: 2

Complaints by axe

Rule no-autoplay-audio

Description: video or audio element plays automatically

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R15

Description: audio or video has audio that plays automatically

Count of instances: 1

Complaint specifics

Issue ariaRedundant

WCAG: 4.1.2

Score: 2

Complaints by ibm

Rule aria_attribute_redundant

Description: ARIA attribute is used when there is a corresponding HTML attribute

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 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 autoplayLong

WCAG: 1.4.2

Score: 2

Complaints by qualWeb

Rule QW-ACT-R49

Description: audio or video that plays automatically has audio lasting more than 3 seconds

Count of instances: 1

Complaint specifics

Issue autoplayControl

WCAG: 1.4.2

Score: 2

Complaints by qualWeb

Rule QW-ACT-R50

Description: audio or video that plays automatically has no control mechanism

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 filterStyle

WCAG: 4.1

Score: 2

Complaints by testaro

Rule filterStyle

Description: Element styles include filter

Count of instances: 2

Complaint specifics

Issue tabFocusability

WCAG: 2.1.1

Score: 2

Complaints by testaro

Rule focAll

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

Count of instances: 1

Complaint specifics

Issue pseudoCodeRisk

WCAG: 1.3.1

Score: 1

Complaints by alfa

Rule r79

Description: pre element is not used for a figure or for code, kbd, and samp elements

Count of instances: 1

Complaint specifics

Issue autocompleteNone

WCAG: 1.3.5

Score: 1

Complaints by testaro

Rule autocomplete

Description: Name or email input is missing its required autocomplete attribute

Count of instances: 1

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

Issue pseudoHeadingRisk

WCAG: 1.3.1

Score: 1

Complaints by wave

Rule heading_possible

Description: Possible heading

Count of instances: 1

Complaint specifics

Issue videoCaptionRisk

WCAG: 1.2.2

Score: 1

Complaints by wave

Rule html5_video_audio

Description: video or audio element may have no or incorrect captions, transcript, or audio description

Count of instances: 1

Complaint specifics

Issue frameContentRisk

WCAG: 4.1

Score: 0

Complaints by axe

Rule frame-tested

Description: Some content is in an iframe and therefore may not be testable for accessibility

Count of instances: 1

Complaint specifics

Issue ignorable

WCAG: N/A

Score: 0

Complaints by qualWeb

Rule QW-ACT-R57

Description: video element visual content has no description track (description tracks and this ACT rule have been deprecated)

Count of instances: 1

Complaint specifics

Complete report

{
  "id": "18ixx-ts27-caAD28-c",
  "what": "accessibility tests",
  "strict": true,
  "timeLimit": 330,
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "startTime": 1687108247762,
      "endTime": 1687108248395
    },
    {
      "type": "url",
      "which": "https://www.gailpellerinforassembly.com/",
      "what": "Candidate Gail Pellerin (D)",
      "startTime": 1687108248396,
      "result": {
        "url": "https://www.gailpellerinforassembly.com/"
      },
      "endTime": 1687108249222
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": false,
      "what": "Tenon API version 2 test request, with page content",
      "startTime": 1687108249222,
      "url": "https://www.gailpellerinforassembly.com/",
      "endTime": 1687108251177
    },
    {
      "type": "test",
      "which": "testaro",
      "what": "Testaro",
      "withItems": true,
      "rules": [
        "y",
        "motion"
      ],
      "startTime": 1687108251177,
      "url": "https://www.gailpellerinforassembly.com/",
      "result": {
        "rules": {
          "motion": {
            "what": "motion without user request",
            "data": {
              "bytes": [
                348490,
                348490,
                348490,
                348490,
                348490
              ],
              "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": 1687108264522
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687108264523,
      "endTime": 1687108265146
    },
    {
      "type": "url",
      "which": "https://www.gailpellerinforassembly.com/",
      "what": "Candidate Gail Pellerin (D)",
      "startTime": 1687108265146,
      "result": {
        "url": "https://www.gailpellerinforassembly.com/"
      },
      "endTime": 1687108265782
    },
    {
      "type": "test",
      "which": "alfa",
      "startTime": 1687108265782,
      "url": "https://www.gailpellerinforassembly.com/",
      "what": "alfa",
      "result": {
        "totals": {
          "failures": 43,
          "warnings": 72
        },
        "items": [
          {
            "index": 10,
            "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://instagram.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_0_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-l0mrlcg81-comp-l0mrlcet&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;da7ef6dd1302486c9a67ba...",
                "    <img alt=\"Instagram\" style=\"width: 39px; height: 39px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 11,
            "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://www.facebook.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_1_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-l0mrlcg9-comp-l0mrlcet&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;e0678ef25486466ba65ef6a...",
                "    <img alt=\"Facebook\" style=\"width: 39px; height: 39px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 12,
            "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://twitter.com/gailforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_2_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-lhi7jco1-comp-l0mrlcet&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:201,&quot;height&quot;:201,&quot;uri&quot;:&quot;11062b_2533d1d4c3124540...",
                "    <img alt=\"Twitter\" style=\"width: 39px; height: 39px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 13,
            "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/UCJA0cQkKAalPObdEeo_PANQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_3_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-l34rtj63-comp-l0mrlcet&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;e9bb463a1bc4434c9d33b81...",
                "    <img alt=\"YouTube\" style=\"width: 39px; height: 39px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 33,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "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[1]/div[1]/div[1]/button[2]",
              "codeLines": [
                "<button aria-label=\"Spanish\" aria-current=\"false\" class=\"wixui-language-menu__option\">",
                "  <div class=\"J6PIw1\">",
                "    Español",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 34,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "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[1]/div[1]/div[1]/button[3]",
              "codeLines": [
                "<button aria-label=\"Hindi\" aria-current=\"false\" class=\"wixui-language-menu__option\">",
                "  <div class=\"J6PIw1\">",
                "    हिन्दी",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 35,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "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[1]/div[1]/div[1]/button[4]",
              "codeLines": [
                "<button aria-label=\"Japanese\" aria-current=\"false\" class=\"wixui-language-menu__option\">",
                "  <div class=\"J6PIw1\">",
                "    日本語",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 36,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "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[1]/div[1]/div[1]/button[5]",
              "codeLines": [
                "<button aria-label=\"Khmer\" aria-current=\"false\" class=\"wixui-language-menu__option\">",
                "  <div class=\"J6PIw1\">",
                "    ខ្មែរ",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 37,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "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[1]/div[1]/div[1]/button[6]",
              "codeLines": [
                "<button aria-label=\"Korean\" aria-current=\"false\" class=\"wixui-language-menu__option\">",
                "  <div class=\"J6PIw1\">",
                "    한국어",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 38,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "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[1]/div[1]/div[1]/button[7]",
              "codeLines": [
                "<button aria-label=\"Tagalog\" aria-current=\"false\" class=\"wixui-language-menu__option\">",
                "  <div class=\"J6PIw1\">",
                "    ᜏᜒᜃᜅ᜔ ᜆᜄᜎᜓᜄ᜔",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 39,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "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[1]/div[1]/div[1]/button[8]",
              "codeLines": [
                "<button aria-label=\"Vietnamese\" aria-current=\"false\" class=\"wixui-language-menu__option\">",
                "  <div class=\"J6PIw1\">",
                "    Việt Nam",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 40,
            "verdict": "failed",
            "rule": {
              "ruleID": "r14",
              "ruleSummary": "Visible labels are included in accessible names",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r14",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#label-in-name",
                  "chapter": "2.5.3",
                  "title": "Label in Name"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G208",
                  "name": "G208",
                  "title": "Including the text of the visible label as part of the accessible name"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "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[1]/div[1]/div[1]/button[9]",
              "codeLines": [
                "<button aria-label=\"Chinese\" aria-current=\"false\" class=\"wixui-language-menu__option\">",
                "  <div class=\"J6PIw1\">",
                "    中文",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 399,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r39",
              "ruleSummary": "Image filename is accessible name for image",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r39",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#non-text-content",
                  "chapter": "1.1.1",
                  "title": "Non-text Content"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94",
                  "name": "G94",
                  "title": "Providing short text alternative for non-text content that serves the same purpose"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95",
                  "name": "G95",
                  "title": "Providing short text alternatives that provide a brief description of the non-text"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "img",
              "path": "/html[1]/body[1]/div[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]/div[1]/wow-image[1]/img[1]",
              "codeLines": [
                "<img src=\"https://static.wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_396,h_491,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/TUNN4080.jpg\" alt=\"TUNN4080.jpg\" style=\"width:396px;height:491px;object-fit:cover\" srcset=\"https://static.wixstatic.com/..."
              ]
            }
          },
          {
            "index": 477,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:left\">",
                "      <p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c0label\">",
                "        HOME",
                "      </p>",
                "    </div>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 478,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/about-gail\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:left\">",
                "      <p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c1label\">",
                "        ABOUT GAIL",
                "      </p>",
                "    </div>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 479,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/priorities\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:left\">",
                "      <p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c2label\">",
                "        PRIORITIES",
                "      </p>",
                "    </div>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 480,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/endorsements\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:left\">",
                "      <p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c3label\">",
                "        ENDORSEMENTS",
                "      </p>",
                "    </div>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 481,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/press\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:left\">",
                "      <p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c4label\">",
                "        PRESS",
                "      </p>",
                "    </div>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 482,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/voting\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:left\">",
                "      <p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c5label\">",
                "        VOTING",
                "      </p>",
                "    </div>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 483,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/get-involved\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">",
                "  <div class=\"rBTT56\">",
                "    <div class=\"\" style=\"text-align:left\">",
                "      <p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c6label\">",
                "        GET INVOLVED",
                "      </p>",
                "    </div>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 484,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a data-testid=\"linkElement\" href=\"https://secure.ngpvan.com/ub_RvosASkiePudafkvOkw2\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">",
                "  <span class=\"M3I7Z2 wixui-button__label\">",
                "    DONATE",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 485,
            "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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[2]",
              "codeLines": [
                "<button aria-label=\"Spanish\" aria-current=\"false\" class=\"wixui-language-menu__option\">",
                "  <div class=\"J6PIw1\">",
                "    Español",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 486,
            "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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[3]",
              "codeLines": [
                "<button aria-label=\"Hindi\" aria-current=\"false\" class=\"wixui-language-menu__option\">",
                "  <div class=\"J6PIw1\">",
                "    हिन्दी",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 487,
            "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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[4]",
              "codeLines": [
                "<button aria-label=\"Japanese\" aria-current=\"false\" class=\"wixui-language-menu__option\">",
                "  <div class=\"J6PIw1\">",
                "    日本語",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 488,
            "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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[5]",
              "codeLines": [
                "<button aria-label=\"Khmer\" aria-current=\"false\" class=\"wixui-language-menu__option\">",
                "  <div class=\"J6PIw1\">",
                "    ខ្មែរ",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 489,
            "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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[6]",
              "codeLines": [
                "<button aria-label=\"Korean\" aria-current=\"false\" class=\"wixui-language-menu__option\">",
                "  <div class=\"J6PIw1\">",
                "    한국어",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 490,
            "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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[7]",
              "codeLines": [
                "<button aria-label=\"Tagalog\" aria-current=\"false\" class=\"wixui-language-menu__option\">",
                "  <div class=\"J6PIw1\">",
                "    ᜏᜒᜃᜅ᜔ ᜆᜄᜎᜓᜄ᜔",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 491,
            "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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[8]",
              "codeLines": [
                "<button aria-label=\"Vietnamese\" aria-current=\"false\" class=\"wixui-language-menu__option\">",
                "  <div class=\"J6PIw1\">",
                "    Việt Nam",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 492,
            "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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[9]",
              "codeLines": [
                "<button aria-label=\"Chinese\" aria-current=\"false\" class=\"wixui-language-menu__option\">",
                "  <div class=\"J6PIw1\">",
                "    中文",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 493,
            "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": "div",
              "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]/div[1]/div[1]",
              "codeLines": [
                "<div data-playable-hook=\"player-container\" dir=\"ltr\" data-playable-dir=\"ltr\" tabindex=\"0\" class=\"T7h78h aBdaFm\">",
                "  <div class=\"MwgZWA TcENkh\" data-playable-component=\"\">",
                "    <div class=\"rkTLUy\" data-playable-hook=\"debug-panel-close-button\">",
                "      x",
                "    </div>",
                "    <pre class=\"LOpx5W\" data-playable-hook=\"debug-panel-info-container\"></pre>",
                "  </div>",
                "  <div class=\"aMw4Jp\" data-playable-component=\"\"></div>",
                "  <div class=\"IiHgII vzxs2y TtdQPO\" data-playable-hook=\"screen-block\" data-playable-component=\"\">",
                "    <canvas class=\"l9fM0h\" data-playable-hook=\"background-canvas\" width=\"980\" height=\"552\"></canvas>",
                "    <video preload=\"none\" autoplay loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                "  </div>",
                "  <div class=\"VH7UEc pE6VGN\" data-playable-component=\"\">",
                "    <div class=\"P_YO_v\" data-playable-hook=\"preview-full-size-frame\"></div>",
                "  </div>",
                "  <div class=\"YNsbh9\" data-playable-component=\"\">",
                "    <div data-playable-hook=\"top-block\" class=\"W0t_ic N2CfeM FmiuH4\">",
                "      <div class=\"BYXbSU\" data-playable-hook=\"screen-top-background\"></div>",
                "      <div class=\"jQne1L\">",
                "        <div class=\"jw9Kj9\" data-playable-hook=\"live-indicator-container\">",
                "          <div class=\"BHUFEt A2xlHS\">",
                "            <button tabindex=\"0\" class=\"Gn8Gdq OebeZw\" aria-label=\"Sync to live\" data-playable-hook=\"live-indicator-button\" disabled=\"true\">",
                "              Live",
                "            </button>",
                "          </div>",
                "        </div>",
                "        <div class=\"QAfchT FmiuH4\" data-playable-hook=\"title-container\">",
                "          <div class=\"ZDJjun wix-playable--title-text\" data-playable-hook=\"video-title\">",
                "            Your Video Title",
                "          </div>",
                "        </div>",
                "      </div>",
                "    </div>",
                "    <div class=\"O1vZ1d\">",
                "      <div class=\"y_umMm\" data-playable-component=\"\">",
                "        <div class=\"zllqXq L_hw7T\" role=\"tooltip\">",
                "          <div class=\"w1jcvC\" data-playable-hook=\"tooltip-inner\">",
                "            Unmute",
                "          </div>",
                "        </div>",
                "      </div>",
                "    </div>",
                "    <div data-playable-hook=\"bottom-block\" class=\"QV8pil Chkuci ojCqay YhkBZr eIyVpE\">",
                "      <div class=\"IT9grE\" data-playable-hook=\"screen-bottom-background\"></div>",
                "      <div class=\"V93u41\" data-playable-hook=\"progress-bar-container\">",
                "        <div data-playable-hook=\"progress-control\" class=\"ctBuTJ\" tabindex=\"0\" aria-valuetext=\"Already played 0%\" aria-valuenow=\"0.00\" data-playable-played-percent=\"0.00\">",
                "          <div class=\"gwBw85\">",
                "            <div class=\"u1j2LK WdW6QO\"></div>",
                "            <div data-playable-hook=\"progress-buffered\" class=\"u1j2LK aJcGTx\" style=\"width:0%;\"></div>",
                "            <div data-playable-hook=\"progress-seek-to\" class=\"u1j2LK w5RHza wix-playable--progress-seek-to\"></div>",
                "            <div data-playable-hook=\"progress-played\" class=\"u1j2LK acEE1I wix-playable--progress-played\" style=\"transform: scaleX(0);\"></div>",
                "            <div data-playable-hook=\"progress-time-indicators\" class=\"mKA4v0\"></div>",
                "          </div>",
                "          <div data-playable-hook=\"progress-hitbox\" class=\"O7e4CU\"></div>",
                "          <div data-playable-hook=\"progress-seek-button\" class=\"mYR6uE\" style=\"transform: translateX(0px);\">",
                "            <div class=\"ctzVus wix-playable--progress-seek-btn\"></div>",
                "          </div>",
                "          <div data-playable-hook=\"progress-sync-button\" class=\"RTqtKv QOZHQ8\"></div>",
                "        </div>",
                "      </div>",
                "      <div class=\"c2j4zU\">",
                "        <div class=\"FUpTp7\" data-playable-hook=\"controls-container-left\">",
                "          <div class=\"QpVBT9\" data-playable-hook=\"play-container\">",
                "            <div class=\"_90z7w\" data-playable-hook=\"playback-control\" data-playable-is-playing=\"false\">",
                "              <button class=\"W2aIUN oSuh0p FBQO6r\" data-playable-hook=\"playback-control\" aria-label=\"Play\" type=\"button\" tabindex=\"0\">",
                "                <div class=\"KgK6KM\">",
                "                  <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 26 26\" preserveAspectRatio=\"xMidYMin slice\" class=\"_fnLlj\" width=\"100%\">",
                "                    <path class=\"wix-playable--play-svg-fill\" d=\"M8 6v14l10.25-7.18L8 6z\"></path>",
                "                  </svg>",
                "                  <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" class=\"NNvLPR\" width=\"100%\">",
                "                    <path class=\"wix-playable--play-svg-fill\" d=\"M10 7v21l16-11L10 7z\"></path>",
                "                  </svg>",
                "                </div>",
                "                <div class=\"gek6yh\">",
                "                  <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 26 26\" preserveAspectRatio=\"xMidYMin slice\" class=\"_fnLlj\" width=\"100%\">",
                "                    <path class=\"wix-playable--play-svg-fill\" d=\"M15 6h3v14h-3V6zM8 6h3v14H8V6z\"></path>",
                "                  </svg>",
                "                  <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" class=\"NNvLPR\" width=\"100%\">",
                "                    <path class=\"wix-playable--play-svg-fill\" d=\"M10 7h5v21h-5V7zm10 0h5v21h-5V7z\"></path>",
                "                  </svg>",
                "                </div>",
                "              </button>",
                "            </div>",
                "          </div>",
                "          <div class=\"yO0EFf\" data-playable-hook=\"volume-container\">",
                "            <div class=\"dqR62d\" data-playable-hook=\"volume-control\" data-playable-volume-percent=\"0\" data-playable-is-muted=\"true\">",
                "              <button class=\"zuqkBx rnG1K6 XubB8i qJrrld\" data-playable-hook=\"mute-button\" aria-label=\"Unmute\" type=\"button\" tabindex=\"0\">",
                "                <div class=\"ztCxq7 VTppQd\">",
                "                  <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 26 26\" preserveAspectRatio=\"xMidYMin slice\" class=\"aEw8y1\" width=\"100%\">",
                "                    <path fill-rule=\"evenodd\" class=\"wix-playable--volume-svg-fill\" d=\"M 18.5 14.0476 L 16.154 16.3936 L 15.372 15.6116 L 17.718 13.2656 L 15.372 10.9196 L 16.154 10.1376 L 18.5 12.4836 L 20.846 10.1376 L 21.628 10.9196 L 19.282 13.2656 L 21.628 15.6116 L 20.846 16.3936 L 18.5 14.047...",
                "                  </svg>",
                "                  <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" class=\"f6CCWN\" width=\"100%\">",
                "                    <path fill-rule=\"evenodd\" class=\"wix-playable--volume-svg-fill\" d=\"M23.586 18.04l-2.829-2.828 1.415-1.415L25 16.626l2.828-2.83 1.415 1.416-2.829 2.828 2.829 2.828-1.415 1.415L25 19.453l-2.828 2.83-1.415-1.415 2.829-2.828zM9 13.04l7-5v19l-7-5H5v-9h4z\"></path>",
                "                  </svg>",
                "                </div>",
                "                <div class=\"ToIAK9\">",
                "                  <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 26 26\" preserveAspectRatio=\"xMidYMin slice\" class=\"aEw8y1\" width=\"100%\">",
                "                    <path fill-rule=\"evenodd\" class=\"wix-playable--volume-svg-fill\" d=\"M 7 9.8025 L 13 5.8025 L 13 19.8025 L 7 15.8025 L 4 15.8025 L 4 9.8025 L 7 9.8025 Z M 17.243 17.4285 L 16.216 16.4025 A 4.548 4.548 0 0 0 16.216 9.9705 L 17.243 8.9435 A 6 6 0 0 1 17.243 17.4285 Z\"></path>",
                "                  </svg>",
                "                  <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" class=\"f6CCWN\" width=\"100%\">",
                "                    <path class=\"wix-playable--volume-svg-fill\" d=\"M9 13l7-5v19l-7-5H5v-9h4zm12.884 11.407l-1.414-1.414a7.174 7.174 0 000-10.146l1.414-1.414a9.174 9.174 0 010 12.974z\" fill-rule=\"evenodd\"></path>",
                "                  </svg>",
                "                </div>",
                "                <div class=\"_7tzdU\">",
                "                  <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 26 26\" preserveAspectRatio=\"xMidYMin slice\" class=\"aEw8y1\" width=\"100%\">",
                "                    <path fill-rule=\"evenodd\" class=\"wix-playable--volume-svg-fill\" d=\"M 7 9.8025 L 13 5.8025 L 13 19.8025 L 7 15.8025 L 4 15.8025 L 4 9.8025 L 7 9.8025 Z M 20.071 20.1975 L 19.047 19.1725 A 8.552 8.552 0 0 0 19.047 7.0795 L 20.071 6.0545 C 23.976 9.9605 23.976 16.2915 20.071 20.1975...",
                "                  </svg>",
                "                  <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" class=\"f6CCWN\" width=\"100%\">",
                "                    <path fill-rule=\"evenodd\" class=\"wix-playable--volume-svg-fill\" d=\"M9 13.04l7-5v19l-7-5H5v-9h4zm16.897 15.794l-1.414-1.414c5.237-5.238 5.237-13.73 0-18.966l1.414-1.414c6.018 6.018 6.018 15.776 0 21.794zm-4.013-4.387l-1.414-1.414a7.174 7.174 0 000-10.146l1.414-1.414a9.174 9.174 0 ...",
                "                  </svg>",
                "                </div>",
                "              </button>",
                "              <div class=\"Z8Ru_i\" data-playable-hook=\"volume-input-block\" aria-label=\"Volume control\" aria-valuemin=\"0\" aria-valuenow=\"0\" aria-valuemax=\"100\" tabindex=\"0\" value=\"0\" aria-valuetext=\"Volume is undefined%\">",
                "                <div class=\"MRjoHU XbJXgH wix-playable--volume-progress-background\"></div>",
                "                <div class=\"MRjoHU MP5ZfL wix-playable--volume-progress\" data-playable-hook=\"volume-input\" style=\"width:0%;\"></div>",
                "                <div class=\"ylsu_r\" data-playable-hook=\"volume-hitbox\"></div>",
                "              </div>",
                "            </div>",
                "          </div>",
                "          <div class=\"lgDwRF\" data-playable-hook=\"time-container\">",
                "            <div data-playable-hook=\"time-control\" class=\"KpdQrc wix-playable--time-text\" data-playable-current-time=\"0\" data-playable-duration=\"0\">",
                "              <span data-playable-hook=\"current-time-indicator\" class=\"gkGtxN\">",
                "                00:00",
                "              </span>",
                "              <span data-playable-hook=\"duration-time-indicator\" class=\"gkGtxN pkI6sF\">",
                "                00:00",
                "              </span>",
                "            </div>",
                "          </div>",
                "        </div>",
                "        <div class=\"llN1CZ\" data-playable-hook=\"controls-container-right\">",
                "          <div class=\"wkFNGC\" data-playable-hook=\"picture-in-picture-container\">",
                "            <div class=\"pAPwip\" data-playable-hook=\"picture-in-picture-control\" data-is-picture-in-picture=\"false\">",
                "              <button class=\"Fl7sUm nKEFMs\" data-playable-hook=\"picture-in-picture-control\" aria-label=\"Play Picture-in-Picture\" type=\"button\" tabindex=\"0\">",
                "                <div class=\"Ukb5XC\">",
                "                  <svg class=\"cwmXNz\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 26 26\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\">",
                "                    <g fill-rule=\"evenodd\" class=\"wix-playable--picture-in-picture-svg-fill\">",
                "                      <path d=\"M11 19H5V6h15v5h-2V8H7v9h4v2z\"></path>",
                "                      <path d=\"M13 13h9v8h-9v-8zm2 2v4h5v-4h-5z\"></path>",
                "                    </g>",
                "                  </svg>",
                "                  <svg class=\"yVltgc\" viewBox=\"0 0 35 35\" version=\"1\" xmlns=\"http://www.w3.org/2000/svg\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\">",
                "                    <g fill-rule=\"evenodd\" class=\"wix-playable--picture-in-picture-svg-fill\">",
                "                      <path d=\"M14 26H5V7h22v7h-2V9H7v15h7v2z\"></path>",
                "                      <path d=\"M17 17h12v11H17V17zm2 2v7h8v-7h-8z\"></path>",
                "                    </g>",
                "                  </svg>",
                "                </div>",
                "                <div class=\"ViNbIi\">",
                "                  <svg class=\"cwmXNz\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 26 26\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\">",
                "                    <g fill-rule=\"evenodd\" class=\"wix-playable--picture-in-picture-svg-fill\">",
                "                      <path d=\"M12 19H5V6h15v5h-2V8H7v9h5v2z\"></path>",
                "                      <path d=\"M21 15h-7v-2h7v2z\"></path>",
                "                      <path d=\"M16 20v-7h-2v7h2z\"></path>",
                "                      <path d=\"M21.279 18.95l-1.415 1.414-4.95-4.95L16.329 14l4.95 4.95z\"></path>",
                "                    </g>",
                "                  </svg>",
                "                  <svg class=\"yVltgc\" viewBox=\"0 0 35 35\" version=\"1\" xmlns=\"http://www.w3.org/2000/svg\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\">",
                "                    <g fill-rule=\"evenodd\" class=\"wix-playable--picture-in-picture-svg-fill\">",
                "                      <path d=\"M17 26H5V7h22v9h-2V9H7v15h10v2z\"></path>",
                "                      <path d=\"M28 21h-8v-2h8v2z\"></path>",
                "                      <path d=\"M22 27v-8h-2v8h2z\"></path>",
                "                      <path d=\"M29 27l-1 1-7-6 2-2 6 7z\"></path>",
                "                    </g>",
                "                  </svg>",
                "                </div>",
                "              </button>",
                "            </div>",
                "          </div>",
                "          <div class=\"Y5bsSu\" data-playable-hook=\"download-container\">",
                "            <div class=\"k85XnN\">",
                "              <button class=\"urzrNl h4iEJm\" data-playable-hook=\"download-button\" aria-label=\"Download video\" type=\"button\" tabindex=\"0\">",
                "                <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 26 26\" class=\"VAQcIh\" width=\"100%\">",
                "                  <g fill-rule=\"evenodd\" class=\"wix-playable--download-svg-fill\">",
                "                    <path d=\"M6 18h14v2H6v-2zm3.586-8.328L13 13.025v2.708l-4.828-4.647 1.414-1.414zM13 13.123l3.618-3.655 1.414 1.414L13 15.749v-2.626z\"></path>",
                "                    <path d=\"M12 6h2v8l-1 2-1-2V6z\"></path>",
                "                  </g>",
                "                </svg>",
                "                <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" class=\"R4TBlN\" width=\"100%\">",
                "                  <path d=\"M16.5 17.586V7h2v10.825L23.571 13l1.414 1.414-7.085 6.743-.329.328-7.071-7.07L11.914 13l4.586 4.586zM5.5 26h24v2h-24v-2z\" fill-rule=\"evenodd\"></path>",
                "                </svg>",
                "              </button>",
                "            </div>",
                "          </div>",
                "          <div class=\"NuiShs\" data-playable-hook=\"full-screen-container\">",
                "            <div class=\"hKOrCk\" data-playable-hook=\"full-screen-control\">",
                "              <button class=\"Cn9dEu SikRew\" data-playable-hook=\"full-screen-button\" aria-label=\"Enter full screen\" type=\"button\" tabindex=\"0\">",
                "                <svg class=\"B_N5WW\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 26 26\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\">",
                "                  <path class=\"wix-playable--full-screen-svg-fill\" fill-rule=\"evenodd\" d=\"M8 16H6v4h4v-2H8v-2zM6 7v3h2V8h2V6H6v1zm14-1h-4v2h2v2h2V6zm-2 12h-2v2h4v-4h-2v2z\"></path>",
                "                </svg>",
                "                <svg class=\"D7xTDF\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\">",
                "                  <path class=\"wix-playable--full-screen-svg-fill\" fill-rule=\"evenodd\" d=\"M11 28h2v-6H7v2h4v4zm2-21h-2v4H7v2h6V7zm9 6h6v-2h-4V7h-2v6zm2 11h4v-2h-6v6h2v-4z\"></path>",
                "                </svg>",
                "              </button>",
                "            </div>",
                "          </div>",
                "        </div>",
                "        <div class=\"etMMn5\" data-playable-hook=\"logo-container\">",
                "          <div class=\"A6A8Dz\">",
                "            <button class=\"enmd7C NspOOT\" aria-label=\"Watch on site\" type=\"button\" tabindex=\"0\">",
                "              <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 26 26\" class=\"vRtcOZ\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\">",
                "                <path fill-rule=\"evenodd\" class=\"wix-playable--logo-button-svg-fill\" d=\"M8 20H6V6h4v2H8v10h10v-2h2v4H8zM18 9.485l-4.586 4.586L12 12.657 16.657 8h-1.653V6H20v5.005h-2v-1.52z\"></path>",
                "              </svg>",
                "              <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" class=\"RBEUr7\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\">",
                "                <path fill-rule=\"evenodd\" class=\"wix-playable--logo-button-svg-fill\" d=\"M9 28H7V7h7.071v2H9v17h17v-5h2v7H9zm17-17.98l-8.586 8.587L16 17.192 24.192 9h-2.184V7H28v6.012h-2V10.02z\"></path>",
                "              </svg>",
                "            </button>",
                "          </div>",
                "        </div>",
                "      </div>",
                "    </div>",
                "  </div>",
                "  <div class=\"HFEl1G\" data-playable-component=\"\" data-playable-hook=\"loader\"></div>",
                "  <div class=\"P9q5GM L8SYSN SWiF19\" data-playable-hook=\"overlay\" data-playable-component=\"\">",
                "    <div class=\"jyZxBT\" data-playable-hook=\"overlay-content\" style=\"background-image: none;\"></div>",
                "    <div class=\"oVB0VT\" data-playable-hook=\"overlay-play-button\">",
                "      <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\" style=\"padding-bottom: 100%; height: 1px; overflow: visible\">",
                "        <!-- padding-bottom: 100% * height/width -->",
                "        <g fill=\"none\" fill-rule=\"evenodd\">",
                "          <circle cx=\"18\" cy=\"18\" r=\"17\" class=\"wix-playable--overlay-play-svg-stroke\" stroke-width=\"2\"></circle>",
                "          <path class=\"wix-playable--overlay-play-svg-fill\" d=\"M23.935 17.708l-10.313 6.033V11.676z\"></path>",
                "        </g>",
                "      </svg>",
                "    </div>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 494,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/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": 495,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/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": 498,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[5]/button[1]",
              "codeLines": [
                "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">",
                "  <span class=\"M3I7Z2 wixui-button__label\">",
                "    Sign Up",
                "  </span>",
                "</button>"
              ]
            }
          },
          {
            "index": 499,
            "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://instagram.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_0_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-l0mrlcg81-comp-l0mrlcet&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;da7ef6dd1302486c9a67ba...",
                "    <img alt=\"Instagram\" style=\"width: 39px; height: 39px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 500,
            "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://www.facebook.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_1_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-l0mrlcg9-comp-l0mrlcet&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;e0678ef25486466ba65ef6a...",
                "    <img alt=\"Facebook\" style=\"width: 39px; height: 39px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 501,
            "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://twitter.com/gailforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_2_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-lhi7jco1-comp-l0mrlcet&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:201,&quot;height&quot;:201,&quot;uri&quot;:&quot;11062b_2533d1d4c3124540...",
                "    <img alt=\"Twitter\" style=\"width: 39px; height: 39px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 502,
            "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/UCJA0cQkKAalPObdEeo_PANQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                "  <wow-image id=\"img_3_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-l34rtj63-comp-l0mrlcet&quot;,&quot;displayMode&quot;:&quot;fill&quot;,&quot;imageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;e9bb463a1bc4434c9d33b81...",
                "    <img alt=\"YouTube\" style=\"width: 39px; height: 39px; object-fit: cover;\">",
                "  </wow-image>",
                "</a>"
              ]
            }
          },
          {
            "index": 503,
            "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[4]/h1[1]/span[1]/span[2]/span[1]/span[1]/a[1]",
              "codeLines": [
                "<a data-auto-recognition=\"true\" href=\"mailto:info@gailpellerinforassembly.com\" class=\"wixui-rich-text__text\">",
                "  info@gailpellerinforassembly.com",
                "</a>"
              ]
            }
          },
          {
            "index": 504,
            "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]/section[2]/div[2]/div[1]/div[2]/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": 505,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "ABOUT GAIL"
              ]
            }
          },
          {
            "index": 506,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "PRIORITIES"
              ]
            }
          },
          {
            "index": 507,
            "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]/section[2]/div[2]/div[1]/div[2]/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": 508,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "PRESS"
              ]
            }
          },
          {
            "index": 509,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "VOTING"
              ]
            }
          },
          {
            "index": 510,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "GET INVOLVED"
              ]
            }
          },
          {
            "index": 511,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "DONATE"
              ]
            }
          },
          {
            "index": 512,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[1]/div[1]/text()[1]",
              "codeLines": [
                "English"
              ]
            }
          },
          {
            "index": 521,
            "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]/div[4]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "28TH ASSEMBLY DISTRICT"
              ]
            }
          },
          {
            "index": 522,
            "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]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face."
              ]
            }
          },
          {
            "index": 523,
            "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]/p[2]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "​"
              ]
            }
          },
          {
            "index": 524,
            "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]/p[3]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "I look forward to continuing our partnership to address the needs of the 28th Assembly District."
              ]
            }
          },
          {
            "index": 525,
            "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]/p[4]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "​"
              ]
            }
          },
          {
            "index": 526,
            "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]/p[5]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Thank you,"
              ]
            }
          },
          {
            "index": 527,
            "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]/p[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Gail"
              ]
            }
          },
          {
            "index": 528,
            "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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Stay in the loop on upcoming campaign events, news, and more..."
              ]
            }
          },
          {
            "index": 530,
            "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[4]/div[1]/div[1]/div[2]/p[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "california's 28TH ASSEMBLY DISTRICT"
              ]
            }
          },
          {
            "index": 531,
            "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[4]/div[1]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "The district includes: in Santa Cruz County from the harbor north to the county line, Davenport, Bonny Doon, Santa Cruz, Scotts Valley, Felton, Ben Lomond, and Boulder Creek. In Santa Clara County, the district includes Los Gatos, Monte Sereno, Willow Glen, Cambrian Village, South San Jose, the Alma..."
              ]
            }
          },
          {
            "index": 532,
            "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[3]/h1[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "PAID FOR and authorized BY GAIL PELLERIN FOR ASSEMBLY"
              ]
            }
          },
          {
            "index": 533,
            "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[4]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "PO Box 4100, Santa Cruz CA, 95063  |"
              ]
            }
          },
          {
            "index": 534,
            "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[4]/h1[1]/span[1]/span[2]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "‪(408) 214-4521‬  |"
              ]
            }
          },
          {
            "index": 535,
            "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[4]/h1[1]/span[1]/span[2]/span[1]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "info@gailpellerinforassembly.com"
              ]
            }
          },
          {
            "index": 536,
            "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[4]/h1[1]/span[1]/span[2]/span[1]/span[1]/text()[2]",
              "codeLines": [
                "|"
              ]
            }
          },
          {
            "index": 537,
            "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[4]/h1[1]/span[1]/span[4]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "FPPC ID#1443589"
              ]
            }
          },
          {
            "index": 542,
            "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]/section[2]/div[2]/div[1]/div[2]/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": 543,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "ABOUT GAIL"
              ]
            }
          },
          {
            "index": 544,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "PRIORITIES"
              ]
            }
          },
          {
            "index": 545,
            "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]/section[2]/div[2]/div[1]/div[2]/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": 546,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "PRESS"
              ]
            }
          },
          {
            "index": 547,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "VOTING"
              ]
            }
          },
          {
            "index": 548,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "GET INVOLVED"
              ]
            }
          },
          {
            "index": 549,
            "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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "DONATE"
              ]
            }
          },
          {
            "index": 550,
            "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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[1]/div[1]/text()[1]",
              "codeLines": [
                "English"
              ]
            }
          },
          {
            "index": 559,
            "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]/div[4]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "28TH ASSEMBLY DISTRICT"
              ]
            }
          },
          {
            "index": 560,
            "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]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face."
              ]
            }
          },
          {
            "index": 561,
            "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]/p[2]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "​"
              ]
            }
          },
          {
            "index": 562,
            "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]/p[3]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "I look forward to continuing our partnership to address the needs of the 28th Assembly District."
              ]
            }
          },
          {
            "index": 563,
            "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]/p[4]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "​"
              ]
            }
          },
          {
            "index": 564,
            "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]/p[5]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Thank you,"
              ]
            }
          },
          {
            "index": 565,
            "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]/p[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Gail"
              ]
            }
          },
          {
            "index": 566,
            "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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "Stay in the loop on upcoming campaign events, news, and more..."
              ]
            }
          },
          {
            "index": 568,
            "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[4]/div[1]/div[1]/div[2]/p[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "california's 28TH ASSEMBLY DISTRICT"
              ]
            }
          },
          {
            "index": 569,
            "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[4]/div[1]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "The district includes: in Santa Cruz County from the harbor north to the county line, Davenport, Bonny Doon, Santa Cruz, Scotts Valley, Felton, Ben Lomond, and Boulder Creek. In Santa Clara County, the district includes Los Gatos, Monte Sereno, Willow Glen, Cambrian Village, South San Jose, the Alma..."
              ]
            }
          },
          {
            "index": 570,
            "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[3]/h1[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "PAID FOR and authorized BY GAIL PELLERIN FOR ASSEMBLY"
              ]
            }
          },
          {
            "index": 571,
            "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[4]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "PO Box 4100, Santa Cruz CA, 95063  |"
              ]
            }
          },
          {
            "index": 572,
            "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[4]/h1[1]/span[1]/span[2]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "‪(408) 214-4521‬  |"
              ]
            }
          },
          {
            "index": 573,
            "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[4]/h1[1]/span[1]/span[2]/span[1]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "info@gailpellerinforassembly.com"
              ]
            }
          },
          {
            "index": 574,
            "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[4]/h1[1]/span[1]/span[2]/span[1]/span[1]/text()[2]",
              "codeLines": [
                "|"
              ]
            }
          },
          {
            "index": 575,
            "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[4]/h1[1]/span[1]/span[4]/span[1]/span[1]/text()[1]",
              "codeLines": [
                "FPPC ID#1443589"
              ]
            }
          },
          {
            "index": 615,
            "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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\">",
                "  <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-size:19px;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"color:#183964;\" class=\"wixui-rich-text__text\">",
                "          I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face.",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 616,
            "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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\">",
                "  <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-size:19px;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"color:#183964;\" class=\"wixui-rich-text__text\">",
                "          <span class=\"wixGuard wixui-rich-text__text\">",
                "            ​",
                "          </span>",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 617,
            "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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\">",
                "  <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-size:19px;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"color:#183964;\" class=\"wixui-rich-text__text\">",
                "          I look forward to continuing our partnership to address the needs of the 28th Assembly District.",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 618,
            "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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\">",
                "  <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-size:19px;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"color:#183964;\" class=\"wixui-rich-text__text\">",
                "          <span class=\"wixGuard wixui-rich-text__text\">",
                "            ​",
                "          </span>",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 619,
            "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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\">",
                "  <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-size:19px;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"color:#183964;\" class=\"wixui-rich-text__text\">",
                "          Thank you,",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 620,
            "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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]",
              "codeLines": [
                "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:49px;\">",
                "  <span style=\"color:#183964;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-size:49px;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-family:wfont_a10a86_2432bfcd060d4931abcb5bb321b6b3a3,wf_2432bfcd060d4931abcb5bb32,orig_lumios_marker;\" class=\"wixui-rich-text__text\">",
                "        Gail",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 621,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/div[2]/p[1]",
              "codeLines": [
                "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">",
                "  <span style=\"color:#97C6EA;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-family:wfont_31c935_f0df5ca37a45425293b7df68914a5a3f,wf_f0df5ca37a45425293b7df689,orig_core_circus;\" class=\"wixui-rich-text__text\">",
                "        california's 28TH ASSEMBLY DISTRICT",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 622,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/div[3]/p[1]",
              "codeLines": [
                "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.1em; text-align:center;\">",
                "  <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">",
                "    <span class=\"color_11 wixui-rich-text__text\">",
                "      The district includes: in Santa Cruz County from the harbor north to the county line, Davenport, Bonny Doon, Santa Cruz, Scotts Valley, Felton, Ben Lomond, and Boulder Creek. In Santa Clara County, the district includes Los Gatos, Monte Sereno, Willow Glen, Cambrian Village, South San Jose, th...",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 623,
            "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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\">",
                "  <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-size:19px;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"color:#183964;\" class=\"wixui-rich-text__text\">",
                "          I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face.",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 624,
            "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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\">",
                "  <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-size:19px;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"color:#183964;\" class=\"wixui-rich-text__text\">",
                "          <span class=\"wixGuard wixui-rich-text__text\">",
                "            ​",
                "          </span>",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 625,
            "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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\">",
                "  <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-size:19px;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"color:#183964;\" class=\"wixui-rich-text__text\">",
                "          I look forward to continuing our partnership to address the needs of the 28th Assembly District.",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 626,
            "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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\">",
                "  <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-size:19px;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"color:#183964;\" class=\"wixui-rich-text__text\">",
                "          <span class=\"wixGuard wixui-rich-text__text\">",
                "            ​",
                "          </span>",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 627,
            "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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]",
              "codeLines": [
                "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\">",
                "  <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-size:19px;\" class=\"wixui-rich-text__text\">",
                "        <span style=\"color:#183964;\" class=\"wixui-rich-text__text\">",
                "          Thank you,",
                "        </span>",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 628,
            "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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]",
              "codeLines": [
                "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:49px;\">",
                "  <span style=\"color:#183964;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-size:49px;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-family:wfont_a10a86_2432bfcd060d4931abcb5bb321b6b3a3,wf_2432bfcd060d4931abcb5bb32,orig_lumios_marker;\" class=\"wixui-rich-text__text\">",
                "        Gail",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 629,
            "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[2]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/div[2]/p[1]",
              "codeLines": [
                "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">",
                "  <span style=\"color:#97C6EA;\" class=\"wixui-rich-text__text\">",
                "    <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">",
                "      <span style=\"font-family:wfont_31c935_f0df5ca37a45425293b7df68914a5a3f,wf_f0df5ca37a45425293b7df689,orig_core_circus;\" class=\"wixui-rich-text__text\">",
                "        california's 28TH ASSEMBLY DISTRICT",
                "      </span>",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 630,
            "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[2]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/div[3]/p[1]",
              "codeLines": [
                "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.1em; text-align:center;\">",
                "  <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">",
                "    <span class=\"color_11 wixui-rich-text__text\">",
                "      The district includes: in Santa Cruz County from the harbor north to the county line, Davenport, Bonny Doon, Santa Cruz, Scotts Valley, Felton, Ben Lomond, and Boulder Creek. In Santa Clara County, the district includes Los Gatos, Monte Sereno, Willow Glen, Cambrian Village, South San Jose, th...",
                "    </span>",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 672,
            "verdict": "failed",
            "rule": {
              "ruleID": "r79",
              "ruleSummary": "Preformatted text represents either code or a figure",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r79",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "pre",
              "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]/div[1]/div[1]/div[1]/pre[1]",
              "codeLines": [
                "<pre class=\"LOpx5W\" data-playable-hook=\"debug-panel-info-container\"></pre>"
              ]
            }
          },
          {
            "index": 675,
            "verdict": "failed",
            "rule": {
              "ruleID": "r80",
              "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r80",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/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: left; line-height: 18px;\" id=\"comp-irys4v5c0label\">",
                "  HOME",
                "</p>"
              ]
            }
          },
          {
            "index": 676,
            "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]/section[2]/div[2]/div[1]/div[2]/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: left; line-height: 18px;\" id=\"comp-irys4v5c1label\">",
                "  ABOUT GAIL",
                "</p>"
              ]
            }
          },
          {
            "index": 677,
            "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]/section[2]/div[2]/div[1]/div[2]/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: left; line-height: 18px;\" id=\"comp-irys4v5c2label\">",
                "  PRIORITIES",
                "</p>"
              ]
            }
          },
          {
            "index": 678,
            "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]/section[2]/div[2]/div[1]/div[2]/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: left; line-height: 18px;\" id=\"comp-irys4v5c3label\">",
                "  ENDORSEMENTS",
                "</p>"
              ]
            }
          },
          {
            "index": 679,
            "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]/section[2]/div[2]/div[1]/div[2]/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: left; line-height: 18px;\" id=\"comp-irys4v5c4label\">",
                "  PRESS",
                "</p>"
              ]
            }
          },
          {
            "index": 680,
            "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]/section[2]/div[2]/div[1]/div[2]/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: left; line-height: 18px;\" id=\"comp-irys4v5c5label\">",
                "  VOTING",
                "</p>"
              ]
            }
          },
          {
            "index": 681,
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c6label\">",
                "  GET INVOLVED",
                "</p>"
              ]
            }
          },
          {
            "index": 705,
            "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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[5]/button[1]/span[1]/text()[1]",
              "codeLines": [
                "Sign Up"
              ]
            }
          },
          {
            "index": 709,
            "verdict": "failed",
            "rule": {
              "ruleID": "r84",
              "ruleSummary": "Scrollable elements are keyboard accessible",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r84",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#keyboard",
                  "chapter": "2.1.1",
                  "title": "Keyboard"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#keyboard-no-exception",
                  "chapter": "2.1.3",
                  "title": "Keyboard (No Exception)"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G202",
                  "name": "G202",
                  "title": "Ensuring keyboard control for all functionality"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "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]",
              "codeLines": [
                "<div id=\"comp-l1wewrm3\" class=\"comp-l1wewrm3 _xg6_p\">",
                "  <wix-iframe data-src=\"\">",
                "    <div class=\"SMuTIa\">",
                "      <iframe class=\"wuksD5\" title=\"Embedded Content\" name=\"htmlComp-iframe\" width=\"100%\" height=\"100%\" allow=\"fullscreen\" data-src=\"\" src=\"https://www-gailpellerinforassembly-com.filesusr.com/html/31c935_4e32629b9cb8ae63b54daccf377a2859.html\"></iframe>",
                "    </div>",
                "  </wix-iframe>",
                "</div>"
              ]
            }
          },
          {
            "index": 727,
            "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": [
          72,
          0,
          0,
          43
        ],
        "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://instagram.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" da ... geData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;da7ef6dd1302486c9a67ba... <img alt=\"Instagram\" style=\"width: 39px; height: 39px; 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://www.facebook.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" ... geData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;e0678ef25486466ba65ef6a... <img alt=\"Facebook\" style=\"width: 39px; height: 39px; 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://twitter.com/gailforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-i ... ageData&quot;:{&quot;width&quot;:201,&quot;height&quot;:201,&quot;uri&quot;:&quot;11062b_2533d1d4c3124540... <img alt=\"Twitter\" style=\"width: 39px; height: 39px; 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/UCJA0cQkKAalPObdEeo_PANQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_3_comp-l0mrlcet\" class=\"HlRz5e ... ageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;e9bb463a1bc4434c9d33b81... <img alt=\"YouTube\" style=\"width: 39px; height: 39px; object-fit: cover;\"> </wow-image> </a>"
          },
          {
            "ruleID": "r14",
            "what": "Visible labels are included in accessible names",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "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[1]/div[1]/div[1]/button[2]"
            },
            "excerpt": "<button aria-label=\"Spanish\" aria-current=\"false\" class=\"wixui-language-menu__option\"> <div class=\"J6PIw1\"> Español </div> </button>"
          },
          {
            "ruleID": "r14",
            "what": "Visible labels are included in accessible names",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "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[1]/div[1]/div[1]/button[3]"
            },
            "excerpt": "<button aria-label=\"Hindi\" aria-current=\"false\" class=\"wixui-language-menu__option\"> <div class=\"J6PIw1\"> हिन्दी </div> </button>"
          },
          {
            "ruleID": "r14",
            "what": "Visible labels are included in accessible names",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "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[1]/div[1]/div[1]/button[4]"
            },
            "excerpt": "<button aria-label=\"Japanese\" aria-current=\"false\" class=\"wixui-language-menu__option\"> <div class=\"J6PIw1\"> 日本語 </div> </button>"
          },
          {
            "ruleID": "r14",
            "what": "Visible labels are included in accessible names",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "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[1]/div[1]/div[1]/button[5]"
            },
            "excerpt": "<button aria-label=\"Khmer\" aria-current=\"false\" class=\"wixui-language-menu__option\"> <div class=\"J6PIw1\"> ខ្មែរ </div> </button>"
          },
          {
            "ruleID": "r14",
            "what": "Visible labels are included in accessible names",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "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[1]/div[1]/div[1]/button[6]"
            },
            "excerpt": "<button aria-label=\"Korean\" aria-current=\"false\" class=\"wixui-language-menu__option\"> <div class=\"J6PIw1\"> 한국어 </div> </button>"
          },
          {
            "ruleID": "r14",
            "what": "Visible labels are included in accessible names",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "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[1]/div[1]/div[1]/button[7]"
            },
            "excerpt": "<button aria-label=\"Tagalog\" aria-current=\"false\" class=\"wixui-language-menu__option\"> <div class=\"J6PIw1\"> ᜏᜒᜃᜅ᜔ ᜆᜄᜎᜓᜄ᜔ </div> </button>"
          },
          {
            "ruleID": "r14",
            "what": "Visible labels are included in accessible names",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "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[1]/div[1]/div[1]/button[8]"
            },
            "excerpt": "<button aria-label=\"Vietnamese\" aria-current=\"false\" class=\"wixui-language-menu__option\"> <div class=\"J6PIw1\"> Việt Nam </div> </button>"
          },
          {
            "ruleID": "r14",
            "what": "Visible labels are included in accessible names",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "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[1]/div[1]/div[1]/button[9]"
            },
            "excerpt": "<button aria-label=\"Chinese\" aria-current=\"false\" class=\"wixui-language-menu__option\"> <div class=\"J6PIw1\"> 中文 </div> </button>"
          },
          {
            "ruleID": "r39",
            "what": "Image filename is accessible name for image",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "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]/div[1]/wow-image[1]/img[1]"
            },
            "excerpt": "<img src=\"https://static.wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_396,h_491,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/TUNN4080.jpg\" alt=\"TUNN4080.jpg\" style=\"width:396px;height:491px;object-fit:cover\" srcset=\"https://static.wixstatic.com/..."
          },
          {
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:left\"> <p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" 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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/about-gail\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:left\"> <p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c1label\"> ABOUT GAIL </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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/priorities\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:left\"> <p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c2label\"> PRIORITIES </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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/endorsements\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:left\"> <p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" 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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/press\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:left\"> <p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c4label\"> 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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/voting\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:left\"> <p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c5label\"> VOTING </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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/get-involved\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:left\"> <p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c6label\"> 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]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.ngpvan.com/ub_RvosASkiePudafkvOkw2\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> DONATE </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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[2]"
            },
            "excerpt": "<button aria-label=\"Spanish\" aria-current=\"false\" class=\"wixui-language-menu__option\"> <div class=\"J6PIw1\"> Español </div> </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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[3]"
            },
            "excerpt": "<button aria-label=\"Hindi\" aria-current=\"false\" class=\"wixui-language-menu__option\"> <div class=\"J6PIw1\"> हिन्दी </div> </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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[4]"
            },
            "excerpt": "<button aria-label=\"Japanese\" aria-current=\"false\" class=\"wixui-language-menu__option\"> <div class=\"J6PIw1\"> 日本語 </div> </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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[5]"
            },
            "excerpt": "<button aria-label=\"Khmer\" aria-current=\"false\" class=\"wixui-language-menu__option\"> <div class=\"J6PIw1\"> ខ្មែរ </div> </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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[6]"
            },
            "excerpt": "<button aria-label=\"Korean\" aria-current=\"false\" class=\"wixui-language-menu__option\"> <div class=\"J6PIw1\"> 한국어 </div> </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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[7]"
            },
            "excerpt": "<button aria-label=\"Tagalog\" aria-current=\"false\" class=\"wixui-language-menu__option\"> <div class=\"J6PIw1\"> ᜏᜒᜃᜅ᜔ ᜆᜄᜎᜓᜄ᜔ </div> </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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[8]"
            },
            "excerpt": "<button aria-label=\"Vietnamese\" aria-current=\"false\" class=\"wixui-language-menu__option\"> <div class=\"J6PIw1\"> Việt Nam </div> </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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[9]"
            },
            "excerpt": "<button aria-label=\"Chinese\" aria-current=\"false\" class=\"wixui-language-menu__option\"> <div class=\"J6PIw1\"> 中文 </div> </button>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "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[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div data-playable-hook=\"player-container\" dir=\"ltr\" data-playable-dir=\"ltr\" tabindex=\"0\" class=\"T7h78h aBdaFm\"> <div class=\"MwgZWA TcENkh\" data-playable-component=\"\"> <div class=\"rkTLUy\" data-playabl ... s=\"wix-playable--overlay-play-svg-stroke\" stroke-width=\"2\"></circle> <path class=\"wix-playable--overlay-play-svg-fill\" d=\"M23.935 17.708l-10.313 6.033V11.676z\"></path> </g> </svg> </div> </div> </div>"
          },
          {
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/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]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/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": "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]/section[2]/div[2]/div[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[5]/button[1]"
            },
            "excerpt": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\"> <span class=\"M3I7Z2 wixui-button__label\"> Sign Up </span> </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://instagram.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" da ... geData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;da7ef6dd1302486c9a67ba... <img alt=\"Instagram\" style=\"width: 39px; height: 39px; 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://www.facebook.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" ... geData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;e0678ef25486466ba65ef6a... <img alt=\"Facebook\" style=\"width: 39px; height: 39px; 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://twitter.com/gailforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-i ... ageData&quot;:{&quot;width&quot;:201,&quot;height&quot;:201,&quot;uri&quot;:&quot;11062b_2533d1d4c3124540... <img alt=\"Twitter\" style=\"width: 39px; height: 39px; 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/UCJA0cQkKAalPObdEeo_PANQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_3_comp-l0mrlcet\" class=\"HlRz5e ... ageData&quot;:{&quot;width&quot;:200,&quot;height&quot;:200,&quot;uri&quot;:&quot;e9bb463a1bc4434c9d33b81... <img alt=\"YouTube\" style=\"width: 39px; height: 39px; 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[4]/h1[1]/span[1]/span[2]/span[1]/span[1]/a[1]"
            },
            "excerpt": "<a data-auto-recognition=\"true\" href=\"mailto:info@gailpellerinforassembly.com\" class=\"wixui-rich-text__text\"> info@gailpellerinforassembly.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]/section[2]/div[2]/div[1]/div[2]/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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "ABOUT GAIL"
          },
          {
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "PRIORITIES"
          },
          {
            "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]/section[2]/div[2]/div[1]/div[2]/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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "PRESS"
          },
          {
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "VOTING"
          },
          {
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "GET INVOLVED"
          },
          {
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "DONATE"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[1]/div[1]/text()[1]"
            },
            "excerpt": "English"
          },
          {
            "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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[4]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "28TH ASSEMBLY DISTRICT"
          },
          {
            "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]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face."
          },
          {
            "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]/p[2]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "​"
          },
          {
            "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]/p[3]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "I look forward to continuing our partnership to address the needs of the 28th Assembly District."
          },
          {
            "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]/p[4]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "​"
          },
          {
            "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]/p[5]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Thank you,"
          },
          {
            "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]/p[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Gail"
          },
          {
            "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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Stay in the loop on upcoming campaign events, news, and 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[4]/div[1]/div[1]/div[2]/p[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "california's 28TH ASSEMBLY DISTRICT"
          },
          {
            "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[4]/div[1]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "The district includes: in Santa Cruz County from the harbor north to the county line, Davenport, Bonny Doon, Santa Cruz, Scotts Valley, Felton, Ben Lomond, and Boulder Creek. In Santa Clara County, the district includes Los Gatos, Monte Sereno, Willow Glen, Cambrian Village, South San Jose, the Alma..."
          },
          {
            "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[3]/h1[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "PAID FOR and authorized BY GAIL PELLERIN FOR 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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[4]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "PO Box 4100, Santa Cruz CA, 95063 |"
          },
          {
            "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[4]/h1[1]/span[1]/span[2]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "‪(408) 214-4521‬ |"
          },
          {
            "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[4]/h1[1]/span[1]/span[2]/span[1]/span[1]/a[1]/text()[1]"
            },
            "excerpt": "info@gailpellerinforassembly.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[4]/h1[1]/span[1]/span[2]/span[1]/span[1]/text()[2]"
            },
            "excerpt": "|"
          },
          {
            "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[4]/h1[1]/span[1]/span[4]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "FPPC ID#1443589"
          },
          {
            "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]/section[2]/div[2]/div[1]/div[2]/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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "ABOUT GAIL"
          },
          {
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "PRIORITIES"
          },
          {
            "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]/section[2]/div[2]/div[1]/div[2]/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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "PRESS"
          },
          {
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "VOTING"
          },
          {
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "GET INVOLVED"
          },
          {
            "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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "DONATE"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/button[1]/div[1]/text()[1]"
            },
            "excerpt": "English"
          },
          {
            "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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[4]/h1[1]/span[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "28TH ASSEMBLY DISTRICT"
          },
          {
            "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]/p[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face."
          },
          {
            "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]/p[2]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "​"
          },
          {
            "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]/p[3]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "I look forward to continuing our partnership to address the needs of the 28th Assembly District."
          },
          {
            "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]/p[4]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "​"
          },
          {
            "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]/p[5]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Thank you,"
          },
          {
            "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]/p[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Gail"
          },
          {
            "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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "Stay in the loop on upcoming campaign events, news, and 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[4]/div[1]/div[1]/div[2]/p[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "california's 28TH ASSEMBLY DISTRICT"
          },
          {
            "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[4]/div[1]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "The district includes: in Santa Cruz County from the harbor north to the county line, Davenport, Bonny Doon, Santa Cruz, Scotts Valley, Felton, Ben Lomond, and Boulder Creek. In Santa Clara County, the district includes Los Gatos, Monte Sereno, Willow Glen, Cambrian Village, South San Jose, the Alma..."
          },
          {
            "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[3]/h1[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "PAID FOR and authorized BY GAIL PELLERIN FOR 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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[4]/h1[1]/span[1]/span[1]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "PO Box 4100, Santa Cruz CA, 95063 |"
          },
          {
            "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[4]/h1[1]/span[1]/span[2]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "‪(408) 214-4521‬ |"
          },
          {
            "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[4]/h1[1]/span[1]/span[2]/span[1]/span[1]/a[1]/text()[1]"
            },
            "excerpt": "info@gailpellerinforassembly.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[4]/h1[1]/span[1]/span[2]/span[1]/span[1]/text()[2]"
            },
            "excerpt": "|"
          },
          {
            "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[4]/h1[1]/span[1]/span[4]/span[1]/span[1]/text()[1]"
            },
            "excerpt": "FPPC ID#1443589"
          },
          {
            "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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\"> <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__ ...  representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face. </span> </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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\"> <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__ ... font-size:19px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#183964;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </span> </span> </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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\"> <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__ ... text\"> <span style=\"color:#183964;\" class=\"wixui-rich-text__text\"> I look forward to continuing our partnership to address the needs of the 28th Assembly District. </span> </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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\"> <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__ ... font-size:19px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#183964;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </span> </span> </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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\"> <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__ ...  class=\"wixui-rich-text__text\"> <span style=\"font-size:19px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#183964;\" class=\"wixui-rich-text__text\"> Thank you, </span> </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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]"
            },
            "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:49px;\"> <span style=\"color:#183964;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:49px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:wfont_a10a86_2432bfcd060d4931abcb5bb321b6b3a3,wf_2432bfcd060d4931abcb5bb32,orig_lumios_marker;\" class=\"wixui-rich-text__text\"> Gail </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]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/div[2]/p[1]"
            },
            "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\"> <span style=\"color:#97C6EA;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__te ... ont-family:wfont_31c935_f0df5ca37a45425293b7df68914a5a3f,wf_f0df5ca37a45425293b7df689,orig_core_circus;\" class=\"wixui-rich-text__text\"> california's 28TH ASSEMBLY DISTRICT </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]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/div[3]/p[1]"
            },
            "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.1em; text-align:center;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-tex ... z, Scotts Valley, Felton, Ben Lomond, and Boulder Creek. In Santa Clara County, the district includes Los Gatos, Monte Sereno, Willow Glen, Cambrian Village, South San Jose, th... </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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\"> <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__ ...  representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face. </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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\"> <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__ ... font-size:19px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#183964;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </span> </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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\"> <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__ ... text\"> <span style=\"color:#183964;\" class=\"wixui-rich-text__text\"> I look forward to continuing our partnership to address the needs of the 28th Assembly District. </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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\"> <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__ ... font-size:19px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#183964;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </span> </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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\"> <span style=\"font-family:avenir-lt-w01_85-heavy1475544,avenir-lt-w05_85-heavy,sans-serif;\" class=\"wixui-rich-text__ ...  class=\"wixui-rich-text__text\"> <span style=\"font-size:19px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#183964;\" class=\"wixui-rich-text__text\"> Thank you, </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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]"
            },
            "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:49px;\"> <span style=\"color:#183964;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:49px;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:wfont_a10a86_2432bfcd060d4931abcb5bb321b6b3a3,wf_2432bfcd060d4931abcb5bb32,orig_lumios_marker;\" class=\"wixui-rich-text__text\"> Gail </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[2]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/div[2]/p[1]"
            },
            "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\"> <span style=\"color:#97C6EA;\" class=\"wixui-rich-text__text\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__te ... ont-family:wfont_31c935_f0df5ca37a45425293b7df68914a5a3f,wf_f0df5ca37a45425293b7df689,orig_core_circus;\" class=\"wixui-rich-text__text\"> california's 28TH ASSEMBLY DISTRICT </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[2]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/div[3]/p[1]"
            },
            "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.1em; text-align:center;\"> <span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-tex ... z, Scotts Valley, Felton, Ben Lomond, and Boulder Creek. In Santa Clara County, the district includes Los Gatos, Monte Sereno, Willow Glen, Cambrian Village, South San Jose, th... </span> </span> </p>"
          },
          {
            "ruleID": "r79",
            "what": "Preformatted text represents either code or a figure",
            "ordinalSeverity": 3,
            "tagName": "PRE",
            "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]/div[1]/div[1]/div[1]/pre[1]"
            },
            "excerpt": "<pre class=\"LOpx5W\" data-playable-hook=\"debug-panel-info-container\"></pre>"
          },
          {
            "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]/section[2]/div[2]/div[1]/div[2]/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: left; line-height: 18px;\" 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]/section[2]/div[2]/div[1]/div[2]/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: left; line-height: 18px;\" id=\"comp-irys4v5c1label\"> ABOUT GAIL </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]/section[2]/div[2]/div[1]/div[2]/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: left; line-height: 18px;\" id=\"comp-irys4v5c2label\"> PRIORITIES </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]/section[2]/div[2]/div[1]/div[2]/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: left; line-height: 18px;\" 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]/section[2]/div[2]/div[1]/div[2]/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: left; line-height: 18px;\" id=\"comp-irys4v5c4label\"> PRESS </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]/section[2]/div[2]/div[1]/div[2]/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: left; line-height: 18px;\" id=\"comp-irys4v5c5label\"> VOTING </p>"
          },
          {
            "ruleID": "r80",
            "what": "Paragraphs of text do not have line heights defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c6label",
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c6label\"> GET INVOLVED </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[2]/div[2]/div[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[5]/button[1]/span[1]/text()[1]"
            },
            "excerpt": "Sign Up"
          },
          {
            "ruleID": "r84",
            "what": "Scrollable elements are keyboard accessible",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "comp-l1wewrm3",
            "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]"
            },
            "excerpt": "<div id=\"comp-l1wewrm3\" class=\"comp-l1wewrm3 _xg6_p\"> <wix-iframe data-src=\"\"> <div class=\"SMuTIa\"> <iframe class=\"wuksD5\" title=\"Embedded Content\" name=\"htmlComp-iframe\" width=\"100%\" height=\"100%\" allow=\"fullscreen\" data-src=\"\" src=\"https://www-gailpellerinforassembly-com.filesusr.com/html/31c935_4e32629b9cb8ae63b54daccf377a2859.html\"></iframe> </div> </wix-iframe> </div>"
          },
          {
            "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": 1687108271681
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "startTime": 1687108271682,
      "url": "https://www.gailpellerinforassembly.com/",
      "what": "Axe",
      "result": {
        "totals": {
          "rulesNA": 42,
          "rulesPassed": 49,
          "rulesWarned": 8,
          "rulesViolated": 3,
          "warnings": {
            "minor": 30,
            "moderate": 1,
            "serious": 2,
            "critical": 2
          },
          "violations": {
            "minor": 1,
            "moderate": 0,
            "serious": 10,
            "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-18T17:11:22.353Z",
          "url": "https://www.gailpellerinforassembly.com/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "aria-allowed-attr",
              "impact": "serious",
              "tags": [
                "cat.aria",
                "wcag2a",
                "wcag412"
              ],
              "description": "Ensures ARIA attributes are allowed for an element's role",
              "help": "Elements must only use allowed ARIA attributes",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/aria-allowed-attr?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [],
                  "none": [
                    {
                      "id": "aria-prohibited-attr",
                      "data": {
                        "role": null,
                        "nodeName": "div",
                        "messageKey": "noRoleSingular",
                        "prohibited": [
                          "aria-label"
                        ]
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute is not well supported on a div with no valid role attribute."
                    }
                  ],
                  "impact": "serious",
                  "html": "<div class=\"WfZwmg _ap_Ez wixui-language-menu\" data-testid=\"languages-container\" aria-label=\"Language Selector - English selected\">",
                  "target": [
                    ".WfZwmg"
                  ],
                  "failureSummary": "Fix all of the following:\n  aria-label attribute is not well supported on a div with no valid role attribute."
                }
              ]
            },
            {
              "id": "color-contrast-enhanced",
              "impact": null,
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds",
              "message": "`TypeError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': Value is not of type 'long'.` - feature unsupported in your environment. Skipping color-contrast-enhanced rule.",
              "stack": "Error\n    at new S (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:545)\n    at Qp.run (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:362158)\n    at eval (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:366708)\n    at c (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:83176)\n    at Object.defer (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:83471)\n    at eval (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:371978)\n    at Array.forEach (<anonymous>)\n    at of.value (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:371956)\n    at eval (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:375505)\n    at c (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:83176)",
              "error": "Error\n    at new S (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:545)\n    at Qp.run (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:362158)\n    at eval (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:366708)\n    at c (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:83176)\n    at Object.defer (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:83471)\n    at eval (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:371978)\n    at Array.forEach (<anonymous>)\n    at of.value (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:371956)\n    at eval (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:375505)\n    at c (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:83176)",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146",
                "ACT"
              ],
              "help": "Elements must meet enhanced color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI",
              "nodes": []
            },
            {
              "id": "color-contrast",
              "impact": null,
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
              "message": "`TypeError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': Value is not of type 'long'.` - feature unsupported in your environment. Skipping color-contrast rule.",
              "stack": "Error\n    at new S (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:545)\n    at Qp.run (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:362158)\n    at eval (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:366708)\n    at c (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:83176)\n    at Object.defer (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:83471)\n    at eval (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:371978)\n    at Array.forEach (<anonymous>)\n    at of.value (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:371956)\n    at eval (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:375505)\n    at c (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:83176)",
              "error": "Error\n    at new S (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:545)\n    at Qp.run (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:362158)\n    at eval (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:366708)\n    at c (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:83176)\n    at Object.defer (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:83471)\n    at eval (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:371978)\n    at Array.forEach (<anonymous>)\n    at of.value (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:371956)\n    at eval (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:375505)\n    at c (eval at <anonymous> (eval at evaluate (:197:30)), <anonymous>:12:83176)",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143",
                "ACT",
                "TTv5",
                "TT13.c"
              ],
              "help": "Elements must meet minimum color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI",
              "nodes": []
            },
            {
              "id": "frame-tested",
              "impact": "critical",
              "tags": [
                "cat.structure",
                "review-item",
                "best-practice"
              ],
              "description": "Ensures <iframe> and <frame> elements contain the axe-core script",
              "help": "Frames should be tested with axe-core",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/frame-tested?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "frame-tested",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "The iframe still has to be tested with axe-core"
                    }
                  ],
                  "none": [],
                  "impact": "critical",
                  "html": "<iframe class=\"wuksD5\" title=\"Embedded Content\" name=\"htmlComp-iframe\" width=\"100%\" height=\"100%\" allow=\"fullscreen\" data-src=\"\" src=\"https://www-gailpellerinforassembly-com.filesusr.com/html/31c935_4e32629b9cb8ae63b54daccf377a2859.html\"></iframe>",
                  "target": [
                    "iframe"
                  ],
                  "failureSummary": "Fix all of the following:\n  The iframe still has to be tested with axe-core"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<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=\"height: 0px; overflow: hidden; position: absolute; 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": "<div class=\"MwgZWA TcENkh\" data-playable-component=\"\"> <div class=\"rkTLUy\" data-playable-hook=\"debug-panel-close-button\"> x </div> <pre class=\"LOpx5W\" data-playable-hook=\"debug-panel-info-container\"> </pre></div>",
                  "target": [
                    ".MwgZWA"
                  ],
                  "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 data-playable-hook=\"top-block\" class=\"W0t_ic N2CfeM FmiuH4\">",
                  "target": [
                    ".W0t_ic"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"zllqXq L_hw7T\" role=\"tooltip\"> <div class=\"w1jcvC\" data-playable-hook=\"tooltip-inner\">Unmute</div></div>",
                  "target": [
                    ".zllqXq"
                  ],
                  "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 data-playable-hook=\"bottom-block\" class=\"QV8pil Chkuci ojCqay YhkBZr eIyVpE\">",
                  "target": [
                    ".QV8pil"
                  ],
                  "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": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" class=\"NNvLPR\" width=\"100%\"> <path class=\"wix-playable--play-svg-fill\" d=\"M10 7v21l16-11L10 7z\"></path> </svg>",
                  "target": [
                    ".KgK6KM > .NNvLPR[viewBox=\"0 0 35 35\"][preserveAspectRatio=\"xMidYMin slice\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"gek6yh\">",
                  "target": [
                    ".gek6yh"
                  ],
                  "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": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" class=\"NNvLPR\" width=\"100%\"> <path class=\"wix-playable--play-svg-fill\" d=\"M10 7h5v21h-5V7zm10 0h5v21h-5V7z\"></path> </svg>",
                  "target": [
                    ".gek6yh > .NNvLPR[viewBox=\"0 0 35 35\"][preserveAspectRatio=\"xMidYMin slice\"]"
                  ],
                  "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": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" class=\"f6CCWN\" width=\"100%\">",
                  "target": [
                    ".ztCxq7 > .f6CCWN[viewBox=\"0 0 35 35\"][preserveAspectRatio=\"xMidYMin slice\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"ToIAK9\">",
                  "target": [
                    ".ToIAK9"
                  ],
                  "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": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" class=\"f6CCWN\" width=\"100%\">",
                  "target": [
                    ".ToIAK9 > .f6CCWN[viewBox=\"0 0 35 35\"][preserveAspectRatio=\"xMidYMin slice\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"_7tzdU\">",
                  "target": [
                    "._7tzdU"
                  ],
                  "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": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" class=\"f6CCWN\" width=\"100%\">",
                  "target": [
                    "._7tzdU > .f6CCWN[viewBox=\"0 0 35 35\"][preserveAspectRatio=\"xMidYMin slice\"]"
                  ],
                  "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": "<svg class=\"yVltgc\" viewBox=\"0 0 35 35\" version=\"1\" xmlns=\"http://www.w3.org/2000/svg\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\">",
                  "target": [
                    ".Ukb5XC > .yVltgc[version=\"1\"][viewBox=\"0 0 35 35\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"ViNbIi\">",
                  "target": [
                    ".ViNbIi"
                  ],
                  "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": "<svg class=\"yVltgc\" viewBox=\"0 0 35 35\" version=\"1\" xmlns=\"http://www.w3.org/2000/svg\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\">",
                  "target": [
                    ".ViNbIi > .yVltgc[version=\"1\"][viewBox=\"0 0 35 35\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"Y5bsSu\" data-playable-hook=\"download-container\">",
                  "target": [
                    ".Y5bsSu"
                  ],
                  "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": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" class=\"R4TBlN\" width=\"100%\"> <path d=\"M16.5 17.586V7h2v10.825L23.571 13l1.414 1.414-7.085 6.743-.329.328-7.071-7.07L11.914 13l4.586 4.586zM5.5 26h24v2h-24v-2z\" fill-rule=\"evenodd\"></path> </svg>",
                  "target": [
                    ".R4TBlN"
                  ],
                  "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": "<svg class=\"D7xTDF\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\"> <path class=\"wix-playable--full-screen-svg-fill\" fill-rule=\"evenodd\" d=\"M11 28h2v-6H7v2h4v4zm2-21h-2v4H7v2h6V7zm9 6h6v-2h-4V7h-2v6zm2 11h4v-2h-6v6h2v-4z\"></path> </svg>",
                  "target": [
                    ".D7xTDF"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"etMMn5\" data-playable-hook=\"logo-container\">",
                  "target": [
                    ".etMMn5"
                  ],
                  "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": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" class=\"RBEUr7\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\">",
                  "target": [
                    ".RBEUr7"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"P9q5GM L8SYSN SWiF19\" data-playable-hook=\"overlay\" data-playable-component=\"\">",
                  "target": [
                    ".P9q5GM"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"comp-l0mrnnku3\" class=\"KcpHeO tz5f0K comp-l0mrnnku3 wixui-rich-text\" data-testid=\"richTextElement\">",
                  "target": [
                    "#comp-l0mrnnku3"
                  ],
                  "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=\"Instagram\" style=\"width: 39px; height: 39px; object-fit: cover;\">",
                  "target": [
                    "img[alt=\"Instagram\"]"
                  ],
                  "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=\"Facebook\" style=\"width: 39px; height: 39px; object-fit: cover;\">",
                  "target": [
                    "img[alt=\"Facebook\"]"
                  ],
                  "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=\"Twitter\" style=\"width: 39px; height: 39px; object-fit: cover;\">",
                  "target": [
                    "img[alt=\"Twitter\"]"
                  ],
                  "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=\"YouTube\" style=\"width: 39px; height: 39px; object-fit: cover;\">",
                  "target": [
                    "img[alt=\"YouTube\"]"
                  ],
                  "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": "video-caption",
              "impact": "critical",
              "tags": [
                "cat.text-alternatives",
                "wcag2a",
                "wcag122",
                "section508",
                "section508.22.a",
                "TTv5",
                "TT17.a"
              ],
              "description": "Ensures <video> elements have captions",
              "help": "<video> elements must have captions",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/video-caption?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [],
                  "none": [
                    {
                      "id": "caption",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Check that captions is available for the element"
                    }
                  ],
                  "impact": "critical",
                  "html": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                  "target": [
                    "video"
                  ],
                  "failureSummary": "Fix all of the following:\n  Check that captions is available for the element"
                }
              ]
            },
            {
              "id": "css-orientation-lock",
              "impact": "serious",
              "tags": [
                "cat.structure",
                "wcag134",
                "wcag21aa",
                "experimental"
              ],
              "description": "Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations",
              "help": "CSS Media queries must not lock display orientation",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/css-orientation-lock?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "css-orientation-lock",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "CSS Orientation lock cannot be determined"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<html lang=\"en\" data-playable-focus-source=\"initial\">",
                  "target": [
                    "html"
                  ],
                  "failureSummary": "Fix all of the following:\n  CSS Orientation lock cannot be determined"
                }
              ]
            },
            {
              "id": "no-autoplay-audio",
              "impact": "moderate",
              "tags": [
                "cat.time-and-media",
                "wcag2a",
                "wcag142",
                "ACT",
                "TTv5",
                "TT2.a"
              ],
              "description": "Ensures <video> or <audio> elements do not autoplay audio for more than 3 seconds without a control mechanism to stop or mute the audio",
              "help": "<video> or <audio> elements must not play automatically",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/no-autoplay-audio?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "no-autoplay-audio",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "<video> or <audio> outputs audio for more than allowed duration and does not have a controls mechanism"
                    }
                  ],
                  "none": [],
                  "impact": "moderate",
                  "html": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                  "target": [
                    "video"
                  ],
                  "failureSummary": "Fix all of the following:\n  <video> or <audio> outputs audio for more than allowed duration and does not have a controls mechanism"
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "focus-order-semantics",
              "impact": "minor",
              "tags": [
                "cat.keyboard",
                "best-practice",
                "experimental"
              ],
              "description": "Ensures elements in the focus order have a role appropriate for interactive content",
              "help": "Elements in the focus order should have an appropriate role",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/focus-order-semantics?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "has-widget-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have a widget role."
                    },
                    {
                      "id": "valid-scrollable-semantics",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element has invalid semantics for an element in the focus order."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div data-playable-hook=\"player-container\" dir=\"ltr\" data-playable-dir=\"ltr\" tabindex=\"0\" class=\"T7h78h aBdaFm\">",
                  "target": [
                    ".T7h78h"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have a widget role.\n  Element has invalid semantics for an element in the focus order."
                }
              ]
            },
            {
              "id": "label-content-name-mismatch",
              "impact": "serious",
              "tags": [
                "cat.semantics",
                "wcag21a",
                "wcag253",
                "experimental"
              ],
              "description": "Ensures that elements labelled through their content must have their visible text as part of their accessible name",
              "help": "Elements must have their visible text as part of their accessible name",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/label-content-name-mismatch?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button aria-label=\"Spanish\" aria-current=\"false\" class=\"wixui-language-menu__option\"><div class=\"J6PIw1\">Español</div></button>",
                  "target": [
                    "button[aria-label=\"Spanish\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button aria-label=\"Japanese\" aria-current=\"false\" class=\"wixui-language-menu__option\"><div class=\"J6PIw1\">日本語</div></button>",
                  "target": [
                    "button[aria-label=\"Japanese\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button aria-label=\"Korean\" aria-current=\"false\" class=\"wixui-language-menu__option\"><div class=\"J6PIw1\">한국어</div></button>",
                  "target": [
                    "button[aria-label=\"Korean\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button aria-label=\"Tagalog\" aria-current=\"false\" class=\"wixui-language-menu__option\"><div class=\"J6PIw1\">ᜏᜒᜃᜅ᜔ ᜆᜄᜎᜓᜄ᜔</div></button>",
                  "target": [
                    "button[aria-label=\"Tagalog\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button aria-label=\"Vietnamese\" aria-current=\"false\" class=\"wixui-language-menu__option\"><div class=\"J6PIw1\">Việt Nam</div></button>",
                  "target": [
                    "button[aria-label=\"Vietnamese\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                },
                {
                  "any": [
                    {
                      "id": "label-content-name-mismatch",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Text inside the element is not included in the accessible name"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button aria-label=\"Chinese\" aria-current=\"false\" class=\"wixui-language-menu__option\"><div class=\"J6PIw1\">中文</div></button>",
                  "target": [
                    "button[aria-label=\"Chinese\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Text inside the element is not included in the accessible name"
                }
              ]
            },
            {
              "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://instagram.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                  "target": [
                    "#dataItem-l0mrlcg81-comp-l0mrlcet > .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.facebook.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                  "target": [
                    "#dataItem-l0mrlcg9-comp-l0mrlcet > .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/gailforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                  "target": [
                    "#dataItem-lhi7jco1-comp-l0mrlcet > .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/UCJA0cQkKAalPObdEeo_PANQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">",
                  "target": [
                    "#dataItem-l34rtj63-comp-l0mrlcet > .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"
                }
              ]
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          31,
          4,
          1,
          10
        ],
        "instances": [
          {
            "ruleID": "aria-allowed-attr",
            "what": "Elements must only use allowed ARIA attributes",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".WfZwmg"
            },
            "excerpt": "<div class=\"WfZwmg _ap_Ez wixui-language-menu\" data-testid=\"languages-container\" aria-label=\"Language Selector - English selected\">"
          },
          {
            "ruleID": "frame-tested",
            "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "iframe"
            },
            "excerpt": "<iframe class=\"wuksD5\" title=\"Embedded Content\" name=\"htmlComp-iframe\" width=\"100%\" height=\"100%\" allow=\"fullscreen\" data-src=\"\" src=\"https://www-gailpellerinforassembly-com.filesusr.com/html/31c935_4e32629b9cb8ae63b54daccf377a2859.html\"></iframe>"
          },
          {
            "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=\"height: 0px; overflow: hidden; position: absolute; 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": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".MwgZWA"
            },
            "excerpt": "<div class=\"MwgZWA TcENkh\" data-playable-component=\"\"> <div class=\"rkTLUy\" data-playable-hook=\"debug-panel-close-button\"> x </div> <pre class=\"LOpx5W\" data-playable-hook=\"debug-panel-info-container\"> </pre></div>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".W0t_ic"
            },
            "excerpt": "<div data-playable-hook=\"top-block\" class=\"W0t_ic N2CfeM FmiuH4\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".zllqXq"
            },
            "excerpt": "<div class=\"zllqXq L_hw7T\" role=\"tooltip\"> <div class=\"w1jcvC\" data-playable-hook=\"tooltip-inner\">Unmute</div></div>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".QV8pil"
            },
            "excerpt": "<div data-playable-hook=\"bottom-block\" class=\"QV8pil Chkuci ojCqay YhkBZr eIyVpE\">"
          },
          {
            "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": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".KgK6KM > .NNvLPR[viewBox=\"0 0 35 35\"][preserveAspectRatio=\"xMidYMin slice\"]"
            },
            "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" class=\"NNvLPR\" width=\"100%\"> <path class=\"wix-playable--play-svg-fill\" d=\"M10 7v21l16-11L10 7z\"></path> </svg>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".gek6yh"
            },
            "excerpt": "<div class=\"gek6yh\">"
          },
          {
            "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": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".gek6yh > .NNvLPR[viewBox=\"0 0 35 35\"][preserveAspectRatio=\"xMidYMin slice\"]"
            },
            "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" class=\"NNvLPR\" width=\"100%\"> <path class=\"wix-playable--play-svg-fill\" d=\"M10 7h5v21h-5V7zm10 0h5v21h-5V7z\"></path> </svg>"
          },
          {
            "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": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".ztCxq7 > .f6CCWN[viewBox=\"0 0 35 35\"][preserveAspectRatio=\"xMidYMin slice\"]"
            },
            "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" class=\"f6CCWN\" width=\"100%\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".ToIAK9"
            },
            "excerpt": "<div class=\"ToIAK9\">"
          },
          {
            "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": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".ToIAK9 > .f6CCWN[viewBox=\"0 0 35 35\"][preserveAspectRatio=\"xMidYMin slice\"]"
            },
            "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" class=\"f6CCWN\" width=\"100%\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "._7tzdU"
            },
            "excerpt": "<div class=\"_7tzdU\">"
          },
          {
            "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": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "._7tzdU > .f6CCWN[viewBox=\"0 0 35 35\"][preserveAspectRatio=\"xMidYMin slice\"]"
            },
            "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" class=\"f6CCWN\" width=\"100%\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".Ukb5XC > .yVltgc[version=\"1\"][viewBox=\"0 0 35 35\"]"
            },
            "excerpt": "<svg class=\"yVltgc\" viewBox=\"0 0 35 35\" version=\"1\" xmlns=\"http://www.w3.org/2000/svg\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".ViNbIi"
            },
            "excerpt": "<div class=\"ViNbIi\">"
          },
          {
            "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": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".ViNbIi > .yVltgc[version=\"1\"][viewBox=\"0 0 35 35\"]"
            },
            "excerpt": "<svg class=\"yVltgc\" viewBox=\"0 0 35 35\" version=\"1\" xmlns=\"http://www.w3.org/2000/svg\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".Y5bsSu"
            },
            "excerpt": "<div class=\"Y5bsSu\" data-playable-hook=\"download-container\">"
          },
          {
            "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": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".R4TBlN"
            },
            "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" class=\"R4TBlN\" width=\"100%\"> <path d=\"M16.5 17.586V7h2v10.825L23.571 13l1.414 1.414-7.085 6.743-.329.328-7.071-7.07L11.914 13l4.586 4.586zM5.5 26h24v2h-24v-2z\" fill-rule=\"evenodd\"></path> </svg>"
          },
          {
            "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": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".D7xTDF"
            },
            "excerpt": "<svg class=\"D7xTDF\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\"> <path class=\"wix-playable--full-screen-svg-fill\" fill-rule=\"evenodd\" d=\"M11 28h2v-6H7v2h4v4zm2-21h-2v4H7v2h6V7zm9 6h6v-2h-4V7h-2v6zm2 11h4v-2h-6v6h2v-4z\"></path> </svg>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".etMMn5"
            },
            "excerpt": "<div class=\"etMMn5\" data-playable-hook=\"logo-container\">"
          },
          {
            "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": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".RBEUr7"
            },
            "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35 35\" class=\"RBEUr7\" preserveAspectRatio=\"xMidYMin slice\" width=\"100%\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".P9q5GM"
            },
            "excerpt": "<div class=\"P9q5GM L8SYSN SWiF19\" data-playable-hook=\"overlay\" data-playable-component=\"\">"
          },
          {
            "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-l0mrnnku3",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#comp-l0mrnnku3"
            },
            "excerpt": "<div id=\"comp-l0mrnnku3\" class=\"KcpHeO tz5f0K comp-l0mrnnku3 wixui-rich-text\" data-testid=\"richTextElement\">"
          },
          {
            "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=\"Instagram\"]"
            },
            "excerpt": "<img alt=\"Instagram\" style=\"width: 39px; height: 39px; 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=\"Facebook\"]"
            },
            "excerpt": "<img alt=\"Facebook\" style=\"width: 39px; height: 39px; 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=\"Twitter\"]"
            },
            "excerpt": "<img alt=\"Twitter\" style=\"width: 39px; height: 39px; 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=\"YouTube\"]"
            },
            "excerpt": "<img alt=\"YouTube\" style=\"width: 39px; height: 39px; 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": "video-caption",
            "what": "<video> elements must have captions",
            "ordinalSeverity": 1,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "video"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "ruleID": "css-orientation-lock",
            "what": "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en\" data-playable-focus-source=\"initial\">"
          },
          {
            "ruleID": "no-autoplay-audio",
            "what": "<video> or <audio> elements must not play automatically; <video> or <audio> outputs audio for more than allowed duration and does not have a controls mechanism",
            "ordinalSeverity": 0,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "video"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "ruleID": "focus-order-semantics",
            "what": "Elements in the focus order should have an appropriate role; Element does not have a widget role.; Element has invalid semantics for an element in the focus order.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".T7h78h"
            },
            "excerpt": "<div data-playable-hook=\"player-container\" dir=\"ltr\" data-playable-dir=\"ltr\" tabindex=\"0\" class=\"T7h78h aBdaFm\">"
          },
          {
            "ruleID": "label-content-name-mismatch",
            "what": "Elements must have their visible text as part of their accessible name; Text inside the element is not included in the accessible name",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "button[aria-label=\"Spanish\"]"
            },
            "excerpt": "<button aria-label=\"Spanish\" aria-current=\"false\" class=\"wixui-language-menu__option\"><div class=\"J6PIw1\">Español</div></button>"
          },
          {
            "ruleID": "label-content-name-mismatch",
            "what": "Elements must have their visible text as part of their accessible name; Text inside the element is not included in the accessible name",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "button[aria-label=\"Japanese\"]"
            },
            "excerpt": "<button aria-label=\"Japanese\" aria-current=\"false\" class=\"wixui-language-menu__option\"><div class=\"J6PIw1\">日本語</div></button>"
          },
          {
            "ruleID": "label-content-name-mismatch",
            "what": "Elements must have their visible text as part of their accessible name; Text inside the element is not included in the accessible name",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "button[aria-label=\"Korean\"]"
            },
            "excerpt": "<button aria-label=\"Korean\" aria-current=\"false\" class=\"wixui-language-menu__option\"><div class=\"J6PIw1\">한국어</div></button>"
          },
          {
            "ruleID": "label-content-name-mismatch",
            "what": "Elements must have their visible text as part of their accessible name; Text inside the element is not included in the accessible name",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "button[aria-label=\"Tagalog\"]"
            },
            "excerpt": "<button aria-label=\"Tagalog\" aria-current=\"false\" class=\"wixui-language-menu__option\"><div class=\"J6PIw1\">ᜏᜒᜃᜅ᜔ ᜆᜄᜎᜓᜄ᜔</div></button>"
          },
          {
            "ruleID": "label-content-name-mismatch",
            "what": "Elements must have their visible text as part of their accessible name; Text inside the element is not included in the accessible name",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "button[aria-label=\"Vietnamese\"]"
            },
            "excerpt": "<button aria-label=\"Vietnamese\" aria-current=\"false\" class=\"wixui-language-menu__option\"><div class=\"J6PIw1\">Việt Nam</div></button>"
          },
          {
            "ruleID": "label-content-name-mismatch",
            "what": "Elements must have their visible text as part of their accessible name; Text inside the element is not included in the accessible name",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "button[aria-label=\"Chinese\"]"
            },
            "excerpt": "<button aria-label=\"Chinese\" aria-current=\"false\" class=\"wixui-language-menu__option\"><div class=\"J6PIw1\">中文</div></button>"
          },
          {
            "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-l0mrlcg81-comp-l0mrlcet > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://instagram.com/gailpellerinforassembly\" 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-l0mrlcg9-comp-l0mrlcet > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/gailpellerinforassembly\" 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-lhi7jco1-comp-l0mrlcet > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/gailforassembly\" 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-l34rtj63-comp-l0mrlcet > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCJA0cQkKAalPObdEeo_PANQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">"
          }
        ]
      },
      "endTime": 1687108282397
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687108282397,
      "endTime": 1687108283024
    },
    {
      "type": "url",
      "which": "https://www.gailpellerinforassembly.com/",
      "what": "Candidate Gail Pellerin (D)",
      "startTime": 1687108283024,
      "result": {
        "url": "https://www.gailpellerinforassembly.com/"
      },
      "endTime": 1687108283556
    },
    {
      "type": "test",
      "which": "continuum",
      "startTime": 1687108283556,
      "url": "https://www.gailpellerinforassembly.com/",
      "what": "Level Access Continuum, community edition",
      "result": [
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg width=\"100%\" height=\"100%\"><defs><filter color-interpolation-filters=\"sRGB\" id=\"svgcid-bdq91po62x1m\" filterunits=\"userSpaceOnUse\" height=\"171\" width=\"262\" y=\"-6\" x=\"-7\"><fecomponenttransfer resul ... 166.554 131H33.446C26.094 131 20 124.984 20 117.513V82.487C20 75.113 25.998 69 33.446 69h133.108C173.906 69 180 75.016 180 82.487v35.027c0 7.47-6.094 13.486-13.446 13.486z\"></path></g></svg></g></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(5)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "svg[height=\"100%\"][width=\"100%\"]",
            "attNo": 2
          }
        },
        {
          "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: gp logo with re-elect - trans_edited.png",
          "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/31c935_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_221,h_142,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Ele ... \" src=\"https://static.wixstatic.com/media/31c935_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_221,h_142,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Elect%20-%20Trans_edited.png\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"https://static.wixstatic.com/media/31c935_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_221,h_142,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Elect%20-%20Trans_edited.png\"][alt=\"GP Logo with Re-Elect - Trans_edited.png\"][srcset=\"https://static.wixstatic.com/media/31c935_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_221,h_142,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Elect%20-%20Trans_edited.png 1x, https://static.wixstatic.com/media/31c935_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_442,h_284,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Elect%20-%20Trans_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: tunn4080.jpg",
          "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_396,h_491,al_c,q_80,usm_0.66_1.00_0.01,enc_a ... N4080.jpg\" src=\"https://static.wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_396,h_491,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/TUNN4080.jpg\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"https://static.wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_396,h_491,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/TUNN4080.jpg\"][alt=\"TUNN4080.jpg\"][srcset=\"https://static.wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_396,h_491,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/TUNN4080.jpg 1x, https://static.wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_792,h_982,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/TUNN4080.jpg 2x\"][fetchpriority=\"high\"]",
            "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://instagram.com/gailpellerinforassembly\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/da7ef6dd130 ... name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_comp-l0mrlcet\"><img style=\"width: 39px; height: 39px; object-fit: cover;\" alt=\"Instagram\"></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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://instagram.com/gailpellerinforassembly\"][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.facebook.com/gailpellerinforassembly\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/e0678ef2 ... ;name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_comp-l0mrlcet\"><img style=\"width: 39px; height: 39px; object-fit: cover;\" alt=\"Facebook\"></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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://www.facebook.com/gailpellerinforassembly\"][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/gailforassembly\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/11062b_2533d1d4c31245 ... t;name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_2_comp-l0mrlcet\"><img style=\"width: 39px; height: 39px; object-fit: cover;\" alt=\"Twitter\"></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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://twitter.com/gailforassembly\"][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/UCJA0cQkKAalPObdEeo_PANQ\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/ ... t;name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_3_comp-l0mrlcet\"><img style=\"width: 39px; height: 39px; object-fit: cover;\" alt=\"YouTube\"></div></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(2)>*: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/UCJA0cQkKAalPObdEeo_PANQ\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]",
            "attNo": 5
          }
        }
      ],
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          7
        ],
        "instances": [
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(5)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<svg width=\"100%\" height=\"100%\"><defs><filter color-interpolation-filters=\"sRGB\" id=\"svgcid-bdq91po62x1m\" filterunits=\"userSpaceOnUse\" height=\"171\" width=\"262\" y=\"-6\" x=\"-7\"><fecomponenttransfer resul ... 166.554 131H33.446C26.094 131 20 124.984 20 117.513V82.487C20 75.113 25.998 69 33.446 69h133.108C173.906 69 180 75.016 180 82.487v35.027c0 7.47-6.094 13.486-13.446 13.486z\"></path></g></svg></g></svg>"
          },
          {
            "ruleID": "234",
            "what": "This IMG has a suspicious calculated accessible name value of: gp logo with re-elect - trans_edited.png",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/31c935_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_221,h_142,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Ele ... \" src=\"https://static.wixstatic.com/media/31c935_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_221,h_142,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Elect%20-%20Trans_edited.png\">"
          },
          {
            "ruleID": "234",
            "what": "This IMG has a suspicious calculated accessible name value of: tunn4080.jpg",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*: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(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_396,h_491,al_c,q_80,usm_0.66_1.00_0.01,enc_a ... N4080.jpg\" src=\"https://static.wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_396,h_491,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/TUNN4080.jpg\">"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*: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://instagram.com/gailpellerinforassembly\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/da7ef6dd130 ... name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_comp-l0mrlcet\"><img style=\"width: 39px; height: 39px; object-fit: cover;\" alt=\"Instagram\"></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(2)>*: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://www.facebook.com/gailpellerinforassembly\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/e0678ef2 ... ;name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_comp-l0mrlcet\"><img style=\"width: 39px; height: 39px; object-fit: cover;\" alt=\"Facebook\"></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(2)>*: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://twitter.com/gailforassembly\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/11062b_2533d1d4c31245 ... t;name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_2_comp-l0mrlcet\"><img style=\"width: 39px; height: 39px; object-fit: cover;\" alt=\"Twitter\"></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(2)>*: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/UCJA0cQkKAalPObdEeo_PANQ\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/ ... t;name&quot;:&quot;&quot;,&quot;displayMode&quot;:&quot;fill&quot;}}\" class=\"HlRz5e YaS0jR\" id=\"img_3_comp-l0mrlcet\"><img style=\"width: 39px; height: 39px; object-fit: cover;\" alt=\"YouTube\"></div></a>"
          }
        ]
      },
      "endTime": 1687108283859
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687108283859,
      "endTime": 1687108284405
    },
    {
      "type": "url",
      "which": "https://www.gailpellerinforassembly.com/",
      "what": "Candidate Gail Pellerin (D)",
      "startTime": 1687108284405,
      "result": {
        "url": "https://www.gailpellerinforassembly.com/"
      },
      "endTime": 1687108285005
    },
    {
      "type": "test",
      "which": "htmlcs",
      "startTime": 1687108285005,
      "url": "https://www.gailpellerinforassembly.com/",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "result": {
        "Error": {},
        "Warning": {
          "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=\"AT7o0U SITE_HEADER wixui-header\" tabindex=\"-1\">...</div>"
              }
            ]
          },
          "AAA.1_4_3_F24.F24.FGColour": {
            "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color:#183964;\" class=\"wixui-rich-text__text\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color:#97C6EA;\" class=\"wixui-rich-text__text\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color:rgb(24, 57, 100);\" 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: left; line-height: 18px;\" id=\"comp-irys4v5c0label\">...</p>"
              },
              {
                "tagName": "p",
                "id": "#comp-irys4v5c1label",
                "code": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c1label\">...</p>"
              },
              {
                "tagName": "p",
                "id": "#comp-irys4v5c2label",
                "code": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c2label\">...</p>"
              },
              {
                "tagName": "p",
                "id": "#comp-irys4v5c3label",
                "code": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c3label\">...</p>"
              },
              {
                "tagName": "p",
                "id": "#comp-irys4v5c4label",
                "code": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c4label\">...</p>"
              },
              {
                "tagName": "p",
                "id": "#comp-irys4v5c5label",
                "code": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c5label\">...</p>"
              },
              {
                "tagName": "p",
                "id": "#comp-irys4v5c6label",
                "code": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c6label\">...</p>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"M3I7Z2 wixui-button__label\">...</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://instagram.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"https://secure.ngpvan.com/ub_RvosASkiePudafkvOkw2\" 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/gailforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCJA0cQkKAalPObdEeo_PANQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          18,
          0,
          0,
          0
        ],
        "instances": [
          {
            "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=\"AT7o0U SITE_HEADER wixui-header\" tabindex=\"-1\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_3_F24.F24.FGColour",
            "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"color:#183964;\" 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:#97C6EA;\" 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_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:rgb(24, 57, 100);\" 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: left; line-height: 18px;\" 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: left; line-height: 18px;\" 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: left; line-height: 18px;\" 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: left; line-height: 18px;\" 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: left; line-height: 18px;\" id=\"comp-irys4v5c4label\">...</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: left; line-height: 18px;\" id=\"comp-irys4v5c5label\">...</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-irys4v5c6label",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c6label\">...</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.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://instagram.com/gailpellerinforassembly\" 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://secure.ngpvan.com/ub_RvosASkiePudafkvOkw2\" 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/gailforassembly\" 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/gailpellerinforassembly\" 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/UCJA0cQkKAalPObdEeo_PANQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>"
          }
        ]
      },
      "endTime": 1687108285159
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687108285159,
      "endTime": 1687108285647
    },
    {
      "type": "url",
      "which": "https://www.gailpellerinforassembly.com/",
      "what": "Candidate Gail Pellerin (D)",
      "startTime": 1687108285647,
      "result": {
        "url": "https://www.gailpellerinforassembly.com/"
      },
      "endTime": 1687108286347
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "withNewContent": false,
      "startTime": 1687108286347,
      "url": "https://www.gailpellerinforassembly.com/",
      "what": "IBM Accessibility Checker",
      "result": {
        "totals": {
          "violation": 13,
          "recommendation": 7,
          "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[2]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/div[2]/p[1]/span[1]/span[1]/span[1]",
              "aria": "/document[1]/main[1]/paragraph[7]"
            },
            "message": "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "bounds": {
              "left": 252,
              "top": 1807,
              "height": 26,
              "width": 477
            },
            "snippet": "<span class=\"wixui-rich-text__text\" style=\"font-family:wfont_31c935_f0df5ca37a45425293b7df68914a5a3f,wf_f0df5ca37a45425293b7df689,orig_core_circus;\">",
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[7]/link[1]/paragraph[1]"
            },
            "message": "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "bounds": {
              "left": 734,
              "top": 40,
              "height": 18,
              "width": 127
            },
            "snippet": "<p id=\"comp-irys4v5c6label\" style=\"text-align: left; line-height: 18px;\" class=\"foFAdY\">",
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[6]/link[1]/paragraph[1]"
            },
            "message": "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "bounds": {
              "left": 628,
              "top": 40,
              "height": 18,
              "width": 76
            },
            "snippet": "<p id=\"comp-irys4v5c5label\" style=\"text-align: left; line-height: 18px;\" class=\"foFAdY\">",
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[5]/link[1]/paragraph[1]"
            },
            "message": "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "bounds": {
              "left": 535,
              "top": 40,
              "height": 18,
              "width": 63
            },
            "snippet": "<p id=\"comp-irys4v5c4label\" style=\"text-align: left; line-height: 18px;\" class=\"foFAdY\">",
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[4]/link[1]/paragraph[1]"
            },
            "message": "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "bounds": {
              "left": 365,
              "top": 40,
              "height": 18,
              "width": 141
            },
            "snippet": "<p id=\"comp-irys4v5c3label\" style=\"text-align: left; line-height: 18px;\" class=\"foFAdY\">",
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[3]/link[1]/paragraph[1]"
            },
            "message": "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "bounds": {
              "left": 238,
              "top": 40,
              "height": 18,
              "width": 98
            },
            "snippet": "<p id=\"comp-irys4v5c2label\" style=\"text-align: left; line-height: 18px;\" class=\"foFAdY\">",
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[2]/link[1]/paragraph[1]"
            },
            "message": "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "bounds": {
              "left": 101,
              "top": 40,
              "height": 18,
              "width": 107
            },
            "snippet": "<p id=\"comp-irys4v5c1label\" style=\"text-align: left; line-height: 18px;\" class=\"foFAdY\">",
            "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]/section[2]/div[2]/div[1]/div[2]/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 1.81 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "bounds": {
              "left": 5,
              "top": 40,
              "height": 18,
              "width": 66
            },
            "snippet": "<p id=\"comp-irys4v5c0label\" style=\"text-align: left; line-height: 18px;\" class=\"foFAdY\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_attribute_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]/div[2]/div[1]/svg[1]/g[1]/svg[1]",
              "aria": "/document[1]/banner[1]/graphics-document[1]"
            },
            "message": "The ARIA attributes \"aria-labelledby\" are not valid for the element <svg> with ARIA role \"presentation\"",
            "bounds": {
              "left": 0,
              "top": 57,
              "height": 158,
              "width": 249
            },
            "snippet": "<svg aria-labelledby=\"svgcid-fwisw6pr1zvu\" aria-hidden=\"true\" role=\"presentation\" data-type=\"shape\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"20 69 160 62\" data-bbox=\"20 69 160 62\" preserveAspectRatio=\"none\">",
            "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": 565,
              "top": 2375,
              "height": 39,
              "width": 39
            },
            "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCJA0cQkKAalPObdEeo_PANQ\" 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": 502,
              "top": 2375,
              "height": 39,
              "width": 39
            },
            "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://twitter.com/gailforassembly\" 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": 439,
              "top": 2375,
              "height": 39,
              "width": 39
            },
            "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.facebook.com/gailpellerinforassembly\" 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": 376,
              "top": 2375,
              "height": 39,
              "width": 39
            },
            "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://instagram.com/gailpellerinforassembly\" 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=\"5d422985-7872-4fa1-be79-72a3caf87e8e\" 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=\"8a27f870-ce02-4de6-99d0-b2ac67562596\" 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=\"607\" http-equiv=\"X-Wix-Published-Version\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_attribute_redundant",
            "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[2]/div[2]/div[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[3]/div[1]/input[1]",
              "aria": "/document[1]/main[1]/form[1]/textbox[2]"
            },
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "bounds": {
              "left": 497,
              "top": 1521,
              "height": 39,
              "width": 400
            },
            "snippet": "<input aria-label=\"E-Mail Address\" maxlength=\"250\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" aria-required=\"true\" required=\"\" placeholder=\"E-Mail Address\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-l0mrnnkg1\" name=\"email\" type=\"email\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_attribute_redundant",
            "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[2]/div[2]/div[1]/div[2]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/div[1]/input[1]",
              "aria": "/document[1]/main[1]/form[1]/textbox[1]"
            },
            "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "bounds": {
              "left": 83,
              "top": 1521,
              "height": 39,
              "width": 400
            },
            "snippet": "<input aria-label=\"Name\" maxlength=\"100\" aria-required=\"true\" required=\"\" placeholder=\"Name\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-l0mrr0oz\" name=\"name\" type=\"text\">",
            "level": "recommendation"
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          7,
          0,
          13
        ],
        "instances": [
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 18px 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[2]/div[2]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/div[2]/p[1]/span[1]/span[1]/span[1]"
            },
            "excerpt": "<span class=\"wixui-rich-text__text\" style=\"font-family:wfont_31c935_f0df5ca37a45425293b7df68914a5a3f,wf_f0df5ca37a45425293b7df689,orig_core_circus;\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "comp-irys4v5c6label",
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[7]/a[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p id=\"comp-irys4v5c6label\" style=\"text-align: left; line-height: 18px;\" class=\"foFAdY\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p id=\"comp-irys4v5c5label\" style=\"text-align: left; line-height: 18px;\" class=\"foFAdY\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[5]/a[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p id=\"comp-irys4v5c4label\" style=\"text-align: left; line-height: 18px;\" class=\"foFAdY\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p id=\"comp-irys4v5c3label\" style=\"text-align: left; line-height: 18px;\" class=\"foFAdY\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p id=\"comp-irys4v5c2label\" style=\"text-align: left; line-height: 18px;\" class=\"foFAdY\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p id=\"comp-irys4v5c1label\" style=\"text-align: left; line-height: 18px;\" class=\"foFAdY\">"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 14px 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]/section[2]/div[2]/div[1]/div[2]/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: left; line-height: 18px;\" class=\"foFAdY\">"
          },
          {
            "ruleID": "aria_attribute_valid",
            "what": "The ARIA attributes \"aria-labelledby\" are not valid for the element <svg> with ARIA role \"presentation\"",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "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[2]/div[1]/svg[1]/g[1]/svg[1]"
            },
            "excerpt": "<svg aria-labelledby=\"svgcid-fwisw6pr1zvu\" aria-hidden=\"true\" role=\"presentation\" data-type=\"shape\" xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"20 69 160 62\" data-bbox=\"20 69 160 62\" preserveAspectRatio=\"none\">"
          },
          {
            "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/UCJA0cQkKAalPObdEeo_PANQ\" 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://twitter.com/gailforassembly\" 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://www.facebook.com/gailpellerinforassembly\" 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://instagram.com/gailpellerinforassembly\" 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=\"5d422985-7872-4fa1-be79-72a3caf87e8e\" 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=\"8a27f870-ce02-4de6-99d0-b2ac67562596\" 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=\"607\" http-equiv=\"X-Wix-Published-Version\">"
          },
          {
            "ruleID": "aria_attribute_redundant",
            "what": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "input_comp-l0mrnnkg1",
            "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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[3]/div[1]/input[1]"
            },
            "excerpt": "<input aria-label=\"E-Mail Address\" maxlength=\"250\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" aria-required=\"true\" required=\"\" placeholder=\"E-Mail Address\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-l0mrnnkg1\" name=\"email\" type=\"email\">"
          },
          {
            "ruleID": "aria_attribute_redundant",
            "what": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "input_comp-l0mrr0oz",
            "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]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/div[1]/input[1]"
            },
            "excerpt": "<input aria-label=\"Name\" maxlength=\"100\" aria-required=\"true\" required=\"\" placeholder=\"Name\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-l0mrr0oz\" name=\"name\" type=\"text\">"
          }
        ]
      },
      "endTime": 1687108296835
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687108296836,
      "endTime": 1687108297416
    },
    {
      "type": "url",
      "which": "https://www.gailpellerinforassembly.com/",
      "what": "Candidate Gail Pellerin (D)",
      "startTime": 1687108297416,
      "result": {
        "url": "https://www.gailpellerinforassembly.com/"
      },
      "endTime": 1687108298002
    },
    {
      "type": "test",
      "which": "nuVal",
      "startTime": 1687108298002,
      "url": "https://www.gailpellerinforassembly.com/",
      "what": "Nu Html Checker",
      "result": {
        "pageContent": {
          "messages": [
            {
              "type": "error",
              "lastLine": 185,
              "lastColumn": 2901,
              "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%7D&amp;beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%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.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;dfCk=6&amp;dfVersion=1.2428.0&amp;experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&amp;externalBaseUrl=https%3A%2F%2Fwww.gailpellerinforassembly.com&amp;fileId=0f69d23e.bundle.min&amp;formFactor=desktop&amp;hasTPAWorkerOnSite=false&amp;isHttps=true&amp;isInSeo=false&amp;isPremiumDomain=true&amp;isUrlMigrated=true&amp;isWixCodeOnPage=false&amp;isWixCodeOnSite=false&amp;language=en&amp;metaSiteId=8a27f870-ce02-4de6-99d0-b2ac67562596&amp;module=thunderbolt-platform&amp;originalLanguage=en&amp;pageId=31c935_5aae32f4334600ad7446ce8f955ee0cb_607.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.10889.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.10889.0%22%7D%5D&amp;remoteWidgetStructureBuilderVersion=1.238.0&amp;siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&amp;siteRevision=607&amp;viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 2893
            },
            {
              "type": "error",
              "lastLine": 185,
              "lastColumn": 2901,
              "firstColumn": 9,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "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%7D&amp;beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%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.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;dfCk=6&amp;dfVersion=1.2428.0&amp;experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&amp;externalBaseUrl=https%3A%2F%2Fwww.gailpellerinforassembly.com&amp;fileId=0f69d23e.bundle.min&amp;formFactor=desktop&amp;hasTPAWorkerOnSite=false&amp;isHttps=true&amp;isInSeo=false&amp;isPremiumDomain=true&amp;isUrlMigrated=true&amp;isWixCodeOnPage=false&amp;isWixCodeOnSite=false&amp;language=en&amp;metaSiteId=8a27f870-ce02-4de6-99d0-b2ac67562596&amp;module=thunderbolt-platform&amp;originalLanguage=en&amp;pageId=31c935_5aae32f4334600ad7446ce8f955ee0cb_607.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.10889.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.10889.0%22%7D%5D&amp;remoteWidgetStructureBuilderVersion=1.238.0&amp;siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&amp;siteRevision=607&amp;viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 2893
            },
            {
              "type": "error",
              "lastLine": 190,
              "lastColumn": 2896,
              "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%7D&amp;beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%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.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;dfCk=6&amp;dfVersion=1.2428.0&amp;experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&amp;externalBaseUrl=https%3A%2F%2Fwww.gailpellerinforassembly.com&amp;fileId=0f69d23e.bundle.min&amp;formFactor=desktop&amp;hasTPAWorkerOnSite=false&amp;isHttps=true&amp;isInSeo=false&amp;isPremiumDomain=true&amp;isUrlMigrated=true&amp;isWixCodeOnPage=false&amp;isWixCodeOnSite=false&amp;language=en&amp;metaSiteId=8a27f870-ce02-4de6-99d0-b2ac67562596&amp;module=thunderbolt-platform&amp;originalLanguage=en&amp;pageId=31c935_8fc81fedc4e40a2d9afb1ceff73ea76c_607.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.10889.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.10889.0%22%7D%5D&amp;remoteWidgetStructureBuilderVersion=1.238.0&amp;siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&amp;siteRevision=607&amp;viewMode=desktop\" id=\"platform_pr2uh\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 2888
            },
            {
              "type": "error",
              "lastLine": 190,
              "lastColumn": 2896,
              "firstColumn": 9,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "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%7D&amp;beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%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.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;dfCk=6&amp;dfVersion=1.2428.0&amp;experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&amp;externalBaseUrl=https%3A%2F%2Fwww.gailpellerinforassembly.com&amp;fileId=0f69d23e.bundle.min&amp;formFactor=desktop&amp;hasTPAWorkerOnSite=false&amp;isHttps=true&amp;isInSeo=false&amp;isPremiumDomain=true&amp;isUrlMigrated=true&amp;isWixCodeOnPage=false&amp;isWixCodeOnSite=false&amp;language=en&amp;metaSiteId=8a27f870-ce02-4de6-99d0-b2ac67562596&amp;module=thunderbolt-platform&amp;originalLanguage=en&amp;pageId=31c935_8fc81fedc4e40a2d9afb1ceff73ea76c_607.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.10889.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.10889.0%22%7D%5D&amp;remoteWidgetStructureBuilderVersion=1.238.0&amp;siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&amp;siteRevision=607&amp;viewMode=desktop\" id=\"platform_pr2uh\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 2888
            },
            {
              "type": "error",
              "lastLine": 195,
              "lastColumn": 3155,
              "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%7D&amp;beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%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.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.gailpellerinforassembly.com&amp;fileId=3b0fc6f0.bundle.min&amp;formFactor=desktop&amp;hasTPAWorkerOnSite=false&amp;isHttps=true&amp;isInSeo=false&amp;isMultilingualEnabled=true&amp;isPremiumDomain=true&amp;isUrlMigrated=true&amp;isWixCodeOnPage=false&amp;isWixCodeOnSite=false&amp;language=en&amp;languageResolutionMethod=QueryParam&amp;metaSiteId=8a27f870-ce02-4de6-99d0-b2ac67562596&amp;module=thunderbolt-features&amp;originalLanguage=en&amp;pageId=31c935_5aae32f4334600ad7446ce8f955ee0cb_607.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.10889.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.10889.0%22%7D%5D&amp;remoteWidgetStructureBuilderVersion=1.238.0&amp;siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&amp;siteRevision=607&amp;staticHTMLComponentUrl=https%3A%2F%2Fwww-gailpellerinforassembly-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": 3147
            },
            {
              "type": "error",
              "lastLine": 200,
              "lastColumn": 3150,
              "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%7D&amp;beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%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.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.gailpellerinforassembly.com&amp;fileId=3b0fc6f0.bundle.min&amp;formFactor=desktop&amp;hasTPAWorkerOnSite=false&amp;isHttps=true&amp;isInSeo=false&amp;isMultilingualEnabled=true&amp;isPremiumDomain=true&amp;isUrlMigrated=true&amp;isWixCodeOnPage=false&amp;isWixCodeOnSite=false&amp;language=en&amp;languageResolutionMethod=QueryParam&amp;metaSiteId=8a27f870-ce02-4de6-99d0-b2ac67562596&amp;module=thunderbolt-features&amp;originalLanguage=en&amp;pageId=31c935_8fc81fedc4e40a2d9afb1ceff73ea76c_607.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.10889.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.10889.0%22%7D%5D&amp;remoteWidgetStructureBuilderVersion=1.238.0&amp;siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&amp;siteRevision=607&amp;staticHTMLComponentUrl=https%3A%2F%2Fwww-gailpellerinforassembly-com.filesusr.com%2F&amp;useSandboxInHTMLComp=false&amp;viewMode=desktop\" id=\"features_pr2uh\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n     ",
              "hiliteStart": 10,
              "hiliteLength": 3142
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 2483,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 2657,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 2830,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 3000,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 3163,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:out",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 3296,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:out",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 3428,
              "message": "CSS: Parse Error.",
              "extract": "nsition-group(*),::view-transi",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 3453,
              "message": "CSS: Parse Error.",
              "extract": "ransition-new(*),::view-transi",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 205,
              "lastColumn": 3478,
              "message": "CSS: Parse Error.",
              "extract": "ransition-old(*){animation:non",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 218,
              "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": 220,
              "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": 233,
              "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=\"8a27f870-ce02-4de6-99d0-b2ac67562596\">\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 85
            },
            {
              "type": "error",
              "lastLine": 234,
              "lastColumn": 96,
              "firstColumn": 1,
              "message": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.",
              "extract": "7562596\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"5d422985-7872-4fa1-be79-72a3caf87e8e\">\n\n    ",
              "hiliteStart": 10,
              "hiliteLength": 96
            },
            {
              "type": "error",
              "lastLine": 236,
              "lastColumn": 61,
              "firstColumn": 5,
              "message": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.",
              "extract": "8e\">\n\n    <meta http-equiv=\"X-Wix-Published-Version\" content=\"607\">\n\n\n\n  ",
              "hiliteStart": 10,
              "hiliteLength": 57
            },
            {
              "type": "error",
              "lastLine": 240,
              "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": 245,
              "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": 245,
              "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": 246,
              "lastColumn": 3854,
              "message": "CSS: --divider-pin-height__: The types are incompatible.",
              "extract": "-factor__) + 1));--divider-pin",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 246,
              "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": 246,
              "lastColumn": 4720,
              "message": "CSS: opacity: Parse Error.",
              "extract": "layer-i__) + 1))}.UORcXs{--div",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 252,
              "lastColumn": 6146,
              "message": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.",
              "extract": "tColor,#ff4040));display:flex;",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 254,
              "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": "error",
              "lastLine": 256,
              "lastColumn": 562,
              "message": "CSS: left: Parse Error.",
              "extract": "th,var(--brw,0));position:abso",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 256,
              "lastColumn": 625,
              "message": "CSS: top: Parse Error.",
              "extract": "th,var(--brw,0));width:100%}</",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "info",
              "lastLine": 288,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "class=\"\">\n<script type=\"text/javascript\">\n   ",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "error",
              "lastLine": 307,
              "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": 309,
              "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": 334,
              "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": 335,
              "lastColumn": 2847,
              "firstColumn": 2842,
              "message": "CSS: --theme-spx-ratio: Unknown dimension.",
              "extract": "io:0.1cqw}.font_0{font",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "error",
              "lastLine": 407,
              "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_pr2uh\">#maste",
              "hiliteStart": 10,
              "hiliteLength": 22
            },
            {
              "type": "error",
              "lastLine": 486,
              "lastColumn": 56,
              "firstColumn": 26,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 486,
              "lastColumn": 1359,
              "firstColumn": 1284,
              "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": "-content\"><section id=\"comp-l0mrdcht\" class=\"comp-l0mrdcht CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "info",
              "lastLine": 486,
              "lastColumn": 2152,
              "firstColumn": 2077,
              "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-lhawae1i\" class=\"comp-lhawae1i CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "info",
              "lastLine": 486,
              "lastColumn": 9739,
              "firstColumn": 9664,
              "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": "s4\"></div><section id=\"comp-l0j84was\" class=\"comp-l0j84was CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "info",
              "lastLine": 511,
              "lastColumn": 3056,
              "firstColumn": 2981,
              "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": "-content\"><section id=\"comp-lhqppch7\" class=\"comp-lhqppch7 CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "info",
              "lastLine": 519,
              "lastColumn": 2703,
              "firstColumn": 2628,
              "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-l0ms6uwp\" class=\"comp-l0ms6uwp CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "error",
              "lastLine": 524,
              "lastColumn": 2982,
              "firstColumn": 2908,
              "message": "Element img is missing required attribute src.",
              "extract": "64bc.png\"><img alt=\"Instagram\" style=\"width: 39px; height: 39px; object-fit: cover;\"></wow-",
              "hiliteStart": 10,
              "hiliteLength": 75
            },
            {
              "type": "error",
              "lastLine": 524,
              "lastColumn": 3931,
              "firstColumn": 3858,
              "message": "Element img is missing required attribute src.",
              "extract": "59e1.png\"><img alt=\"Facebook\" style=\"width: 39px; height: 39px; object-fit: cover;\"></wow-",
              "hiliteStart": 10,
              "hiliteLength": 74
            },
            {
              "type": "error",
              "lastLine": 524,
              "lastColumn": 4899,
              "firstColumn": 4827,
              "message": "Element img is missing required attribute src.",
              "extract": "~mv2.png\"><img alt=\"Twitter\" style=\"width: 39px; height: 39px; object-fit: cover;\"></wow-",
              "hiliteStart": 10,
              "hiliteLength": 73
            },
            {
              "type": "error",
              "lastLine": 524,
              "lastColumn": 5855,
              "firstColumn": 5783,
              "message": "Element img is missing required attribute src.",
              "extract": "37f5.png\"><img alt=\"YouTube\" style=\"width: 39px; height: 39px; object-fit: cover;\"></wow-",
              "hiliteStart": 10,
              "hiliteLength": 73
            },
            {
              "type": "error",
              "lastLine": 582,
              "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": 584,
              "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
            }
          ]
        },
        "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_c4ac78086b914458be60abcbe7961658%7Emv2.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/31c935_c4ac78086b914458be60abcbe7961658%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_c4ac78086b914458be60abcbe7961658%7Emv2.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/31c935_c4ac78086b914458be60abcbe7961658%7Emv2.png\" type=\"image/png\"/>\n  <!-",
              "hiliteStart": 10,
              "hiliteLength": 237
            },
            {
              "type": "error",
              "lastLine": 187,
              "lastColumn": 2797,
              "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%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%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.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&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.gailpellerinforassembly.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=8a27f870-ce02-4de6-99d0-b2ac67562596&module=thunderbolt-platform&originalLanguage=en&pageId=31c935_5aae32f4334600ad7446ce8f955ee0cb_607.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.10889.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.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&siteRevision=607&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link",
              "hiliteStart": 10,
              "hiliteLength": 2789
            },
            {
              "type": "error",
              "lastLine": 187,
              "lastColumn": 2797,
              "firstColumn": 9,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "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%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%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.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&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.gailpellerinforassembly.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=8a27f870-ce02-4de6-99d0-b2ac67562596&module=thunderbolt-platform&originalLanguage=en&pageId=31c935_5aae32f4334600ad7446ce8f955ee0cb_607.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.10889.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.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&siteRevision=607&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link",
              "hiliteStart": 10,
              "hiliteLength": 2789
            },
            {
              "type": "error",
              "lastLine": 187,
              "lastColumn": 2804,
              "firstColumn": 2798,
              "message": "Stray end tag link.",
              "extract": "nonymous\"></link>\n     ",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 192,
              "lastColumn": 2792,
              "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%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%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.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&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.gailpellerinforassembly.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=8a27f870-ce02-4de6-99d0-b2ac67562596&module=thunderbolt-platform&originalLanguage=en&pageId=31c935_8fc81fedc4e40a2d9afb1ceff73ea76c_607.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.10889.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.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&siteRevision=607&viewMode=desktop\" id=\"platform_pr2uh\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link",
              "hiliteStart": 10,
              "hiliteLength": 2784
            },
            {
              "type": "error",
              "lastLine": 192,
              "lastColumn": 2792,
              "firstColumn": 9,
              "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
              "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%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%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.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&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.gailpellerinforassembly.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=8a27f870-ce02-4de6-99d0-b2ac67562596&module=thunderbolt-platform&originalLanguage=en&pageId=31c935_8fc81fedc4e40a2d9afb1ceff73ea76c_607.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.10889.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.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&siteRevision=607&viewMode=desktop\" id=\"platform_pr2uh\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link",
              "hiliteStart": 10,
              "hiliteLength": 2784
            },
            {
              "type": "error",
              "lastLine": 192,
              "lastColumn": 2799,
              "firstColumn": 2793,
              "message": "Stray end tag link.",
              "extract": "nonymous\"></link>\n     ",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 197,
              "lastColumn": 3027,
              "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%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%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.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.gailpellerinforassembly.com&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=true&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=8a27f870-ce02-4de6-99d0-b2ac67562596&module=thunderbolt-features&originalLanguage=en&pageId=31c935_5aae32f4334600ad7446ce8f955ee0cb_607.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.10889.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.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&siteRevision=607&staticHTMLComponentUrl=https%3A%2F%2Fwww-gailpellerinforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link",
              "hiliteStart": 10,
              "hiliteLength": 3019
            },
            {
              "type": "error",
              "lastLine": 197,
              "lastColumn": 3034,
              "firstColumn": 3028,
              "message": "Stray end tag link.",
              "extract": "nonymous\"></link>\n     ",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 202,
              "lastColumn": 3022,
              "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%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%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.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.gailpellerinforassembly.com&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=true&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=8a27f870-ce02-4de6-99d0-b2ac67562596&module=thunderbolt-features&originalLanguage=en&pageId=31c935_8fc81fedc4e40a2d9afb1ceff73ea76c_607.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.10889.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.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&siteRevision=607&staticHTMLComponentUrl=https%3A%2F%2Fwww-gailpellerinforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_pr2uh\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link",
              "hiliteStart": 10,
              "hiliteLength": 3014
            },
            {
              "type": "error",
              "lastLine": 202,
              "lastColumn": 3029,
              "firstColumn": 3023,
              "message": "Stray end tag link.",
              "extract": "nonymous\"></link>\n     ",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 2483,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 2657,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 2830,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 3000,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:sli",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 3163,
              "message": "CSS: Parse Error.",
              "extract": "-old(page-group){animation:out",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 3296,
              "message": "CSS: Parse Error.",
              "extract": "-new(page-group){animation:out",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 3428,
              "message": "CSS: Parse Error.",
              "extract": "nsition-group(*),::view-transi",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 3453,
              "message": "CSS: Parse Error.",
              "extract": "ransition-new(*),::view-transi",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 207,
              "lastColumn": 3478,
              "message": "CSS: Parse Error.",
              "extract": "ransition-old(*){animation:non",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 220,
              "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": 222,
              "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": 235,
              "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=\"8a27f870-ce02-4de6-99d0-b2ac67562596\">\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 85
            },
            {
              "type": "error",
              "lastLine": 236,
              "lastColumn": 96,
              "firstColumn": 1,
              "message": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.",
              "extract": "7562596\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"5d422985-7872-4fa1-be79-72a3caf87e8e\">\n\n    ",
              "hiliteStart": 10,
              "hiliteLength": 96
            },
            {
              "type": "error",
              "lastLine": 238,
              "lastColumn": 62,
              "firstColumn": 5,
              "message": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.",
              "extract": "8e\">\n\n    <meta http-equiv=\"X-Wix-Published-Version\" content=\"607\"/>\n\n\n\n  ",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "info",
              "lastLine": 238,
              "lastColumn": 62,
              "firstColumn": 5,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "8e\">\n\n    <meta http-equiv=\"X-Wix-Published-Version\" content=\"607\"/>\n\n\n\n  ",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "error",
              "lastLine": 242,
              "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": 242,
              "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": 247,
              "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": 247,
              "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": 248,
              "lastColumn": 3854,
              "message": "CSS: --divider-pin-height__: The types are incompatible.",
              "extract": "-factor__) + 1));--divider-pin",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 248,
              "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": 248,
              "lastColumn": 4720,
              "message": "CSS: opacity: Parse Error.",
              "extract": "layer-i__) + 1))}.UORcXs{--div",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 254,
              "lastColumn": 6146,
              "message": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.",
              "extract": "tColor,#ff4040));display:flex;",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 256,
              "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": "error",
              "lastLine": 258,
              "lastColumn": 562,
              "message": "CSS: left: Parse Error.",
              "extract": "th,var(--brw,0));position:abso",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 258,
              "lastColumn": 625,
              "message": "CSS: top: Parse Error.",
              "extract": "th,var(--brw,0));width:100%}</",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "info",
              "lastLine": 262,
              "lastColumn": 329,
              "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=\"I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face. I look forward to continuing our partnership to address the needs of the 28th Assembly District.  \"/>\n  <li",
              "hiliteStart": 10,
              "hiliteLength": 327
            },
            {
              "type": "info",
              "lastLine": 263,
              "lastColumn": 72,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "t.  \"/>\n  <link rel=\"canonical\" href=\"https://www.gailpellerinforassembly.com\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 70
            },
            {
              "type": "info",
              "lastLine": 264,
              "lastColumn": 107,
              "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=\"Re-Elect Gail Pellerin for Assembly | 28th Assembly District | HOME\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "info",
              "lastLine": 265,
              "lastColumn": 336,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "HOME\"/>\n  <meta property=\"og:description\" content=\"I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face. I look forward to continuing our partnership to address the needs of the 28th Assembly District.  \"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 334
            },
            {
              "type": "info",
              "lastLine": 266,
              "lastColumn": 200,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "t.  \"/>\n  <meta property=\"og:image\" content=\"https://static.wixstatic.com/media/31c935_9adfc623e25b45dd857ae8aa1fab00d0%7Emv2.png/v1/fit/w_2500,h_1330,al_c/31c935_9adfc623e25b45dd857ae8aa1fab00d0%7Emv2.png\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 198
            },
            {
              "type": "info",
              "lastLine": 267,
              "lastColumn": 50,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".png\"/>\n  <meta property=\"og:image:width\" content=\"2500\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 48
            },
            {
              "type": "info",
              "lastLine": 268,
              "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=\"1330\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 49
            },
            {
              "type": "info",
              "lastLine": 269,
              "lastColumn": 77,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "1330\"/>\n  <meta property=\"og:url\" content=\"https://www.gailpellerinforassembly.com\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 75
            },
            {
              "type": "info",
              "lastLine": 270,
              "lastColumn": 52,
              "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=\"Pellerin\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 50
            },
            {
              "type": "info",
              "lastLine": 271,
              "lastColumn": 46,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "erin\"/>\n  <meta property=\"og:type\" content=\"website\"/>\n  <li",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "type": "info",
              "lastLine": 272,
              "lastColumn": 94,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "site\"/>\n  <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/\" hreflang=\"x-default\"/>\n  <li",
              "hiliteStart": 10,
              "hiliteLength": 92
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 92,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ault\"/>\n  <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/es\" hreflang=\"es-mx\"/>\n  <li",
              "hiliteStart": 10,
              "hiliteLength": 90
            },
            {
              "type": "info",
              "lastLine": 274,
              "lastColumn": 92,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "s-mx\"/>\n  <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/hi\" hreflang=\"hi-in\"/>\n  <li",
              "hiliteStart": 10,
              "hiliteLength": 90
            },
            {
              "type": "info",
              "lastLine": 275,
              "lastColumn": 92,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "i-in\"/>\n  <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/ja\" hreflang=\"ja-jp\"/>\n  <li",
              "hiliteStart": 10,
              "hiliteLength": 90
            },
            {
              "type": "info",
              "lastLine": 276,
              "lastColumn": 92,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "a-jp\"/>\n  <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/km\" hreflang=\"km-kh\"/>\n  <li",
              "hiliteStart": 10,
              "hiliteLength": 90
            },
            {
              "type": "info",
              "lastLine": 277,
              "lastColumn": 92,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "m-kh\"/>\n  <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/ko\" hreflang=\"ko-kr\"/>\n  <li",
              "hiliteStart": 10,
              "hiliteLength": 90
            },
            {
              "type": "info",
              "lastLine": 278,
              "lastColumn": 92,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "o-kr\"/>\n  <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/tl\" hreflang=\"tl-ph\"/>\n  <li",
              "hiliteStart": 10,
              "hiliteLength": 90
            },
            {
              "type": "info",
              "lastLine": 279,
              "lastColumn": 92,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "l-ph\"/>\n  <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/vi\" hreflang=\"vi-vn\"/>\n  <li",
              "hiliteStart": 10,
              "hiliteLength": 90
            },
            {
              "type": "info",
              "lastLine": 280,
              "lastColumn": 92,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "i-vn\"/>\n  <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/zh\" hreflang=\"zh-cn\"/>\n  <li",
              "hiliteStart": 10,
              "hiliteLength": 90
            },
            {
              "type": "info",
              "lastLine": 281,
              "lastColumn": 90,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "h-cn\"/>\n  <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/\" hreflang=\"en-us\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 88
            },
            {
              "type": "info",
              "lastLine": 282,
              "lastColumn": 59,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "n-us\"/>\n  <meta name=\"twitter:card\" content=\"summary_large_image\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 57
            },
            {
              "type": "info",
              "lastLine": 283,
              "lastColumn": 108,
              "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=\"Re-Elect Gail Pellerin for Assembly | 28th Assembly District | HOME\"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 106
            },
            {
              "type": "info",
              "lastLine": 284,
              "lastColumn": 337,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "HOME\"/>\n  <meta name=\"twitter:description\" content=\"I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face. I look forward to continuing our partnership to address the needs of the 28th Assembly District.  \"/>\n  <me",
              "hiliteStart": 10,
              "hiliteLength": 335
            },
            {
              "type": "info",
              "lastLine": 285,
              "lastColumn": 201,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "t.  \"/>\n  <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/31c935_9adfc623e25b45dd857ae8aa1fab00d0%7Emv2.png/v1/fit/w_2500,h_1330,al_c/31c935_9adfc623e25b45dd857ae8aa1fab00d0%7Emv2.png\"/>\n\n\n</h",
              "hiliteStart": 10,
              "hiliteLength": 199
            },
            {
              "type": "info",
              "lastLine": 290,
              "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": 309,
              "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": 311,
              "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": 336,
              "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": 337,
              "lastColumn": 2847,
              "firstColumn": 2842,
              "message": "CSS: --theme-spx-ratio: Unknown dimension.",
              "extract": "io:0.1cqw}.font_0{font",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "error",
              "lastLine": 409,
              "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_pr2uh\">#maste",
              "hiliteStart": 10,
              "hiliteLength": 22
            },
            {
              "type": "error",
              "lastLine": 488,
              "lastColumn": 56,
              "firstColumn": 26,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 488,
              "lastColumn": 1359,
              "firstColumn": 1284,
              "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": "-content\"><section id=\"comp-l0mrdcht\" class=\"comp-l0mrdcht CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "info",
              "lastLine": 488,
              "lastColumn": 2152,
              "firstColumn": 2077,
              "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-lhawae1i\" class=\"comp-lhawae1i CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "info",
              "lastLine": 488,
              "lastColumn": 8075,
              "firstColumn": 8000,
              "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": "s4\"></div><section id=\"comp-l0j84was\" class=\"comp-l0j84was CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "info",
              "lastLine": 513,
              "lastColumn": 1400,
              "firstColumn": 679,
              "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_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_221,h_142,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Elect%20-%20Trans_edited.png\" alt=\"GP Logo with Re-Elect - Trans_edited.png\" style=\"width:221px;height:142px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/31c935_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_221,h_142,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Elect%20-%20Trans_edited.png 1x, https://static.wixstatic.com/media/31c935_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_442,h_284,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Elect%20-%20Trans_edited.png 2x\" fetchpriority=\"high\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 722
            },
            {
              "type": "info",
              "lastLine": 521,
              "lastColumn": 2376,
              "firstColumn": 1710,
              "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_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_396,h_491,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/TUNN4080.jpg\" alt=\"TUNN4080.jpg\" style=\"width:396px;height:491px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_396,h_491,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/TUNN4080.jpg 1x, https://static.wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_792,h_982,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/TUNN4080.jpg 2x\" fetchpriority=\"high\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 667
            },
            {
              "type": "info",
              "lastLine": 513,
              "lastColumn": 2854,
              "firstColumn": 2779,
              "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": "-content\"><section id=\"comp-lhqppch7\" class=\"comp-lhqppch7 CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "info",
              "lastLine": 521,
              "lastColumn": 5178,
              "firstColumn": 4858,
              "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/nsplsh_467458434b47495769714d~mv2_d_6000_4000_s_4_2.jpg/v1/fill/w_103,h_69,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/nsplsh_467458434b47495769714d~mv2_d_6000_4000_s_4_2.jpg\" alt=\"Image by Dan Meyers\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 321
            },
            {
              "type": "info",
              "lastLine": 521,
              "lastColumn": 7710,
              "firstColumn": 7503,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=\"pUnTVX\"><input type=\"text\" name=\"name\" id=\"input_comp-l0mrr0oz\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name\" required=\"\" aria-required=\"true\" maxLength=\"100\" aria-label=\"Name\"/></div>",
              "hiliteStart": 10,
              "hiliteLength": 208
            },
            {
              "type": "info",
              "lastLine": 521,
              "lastColumn": 8086,
              "firstColumn": 7822,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=\"pUnTVX\"><input type=\"email\" name=\"email\" id=\"input_comp-l0mrnnkg1\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"E-Mail Address\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxLength=\"250\" aria-label=\"E-Mail Address\"/></div>",
              "hiliteStart": 10,
              "hiliteLength": 265
            },
            {
              "type": "info",
              "lastLine": 521,
              "lastColumn": 2510,
              "firstColumn": 2435,
              "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-l0ms6uwp\" class=\"comp-l0ms6uwp CohWsy wixui-column-strip\"><div i",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "error",
              "lastLine": 526,
              "lastColumn": 2757,
              "firstColumn": 2736,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 22
            },
            {
              "type": "info",
              "lastLine": 526,
              "lastColumn": 2757,
              "firstColumn": 2736,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 22
            },
            {
              "type": "error",
              "lastLine": 526,
              "lastColumn": 3477,
              "firstColumn": 3457,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Facebook\"/><",
              "hiliteStart": 10,
              "hiliteLength": 21
            },
            {
              "type": "info",
              "lastLine": 526,
              "lastColumn": 3477,
              "firstColumn": 3457,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Facebook\"/><",
              "hiliteStart": 10,
              "hiliteLength": 21
            },
            {
              "type": "error",
              "lastLine": 526,
              "lastColumn": 4194,
              "firstColumn": 4175,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"Twitter\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 20
            },
            {
              "type": "info",
              "lastLine": 526,
              "lastColumn": 4194,
              "firstColumn": 4175,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"Twitter\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 20
            },
            {
              "type": "error",
              "lastLine": 526,
              "lastColumn": 4921,
              "firstColumn": 4902,
              "message": "Element img is missing required attribute src.",
              "extract": "x, 100%)\"><img alt=\"YouTube\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 20
            },
            {
              "type": "info",
              "lastLine": 526,
              "lastColumn": 4921,
              "firstColumn": 4902,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "x, 100%)\"><img alt=\"YouTube\"/></wow-",
              "hiliteStart": 10,
              "hiliteLength": 20
            },
            {
              "type": "error",
              "lastLine": 584,
              "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": 586,
              "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
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          12,
          0,
          88,
          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": "platform_masterPage",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "185"
            },
            "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 ... =1.238.0&amp;siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&amp;siteRevision=607&amp;viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"> "
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "platform_masterPage",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "185"
            },
            "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 ... =1.238.0&amp;siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&amp;siteRevision=607&amp;viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" 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": "platform_pr2uh",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "190"
            },
            "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 ... rsion=1.238.0&amp;siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&amp;siteRevision=607&amp;viewMode=desktop\" id=\"platform_pr2uh\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"> "
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "platform_pr2uh",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "190"
            },
            "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 ... rsion=1.238.0&amp;siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&amp;siteRevision=607&amp;viewMode=desktop\" id=\"platform_pr2uh\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" 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_masterPage",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "195"
            },
            "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 ... www-gailpellerinforassembly-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_pr2uh",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "200"
            },
            "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 ... 2F%2Fwww-gailpellerinforassembly-com.filesusr.com%2F&amp;useSandboxInHTMLComp=false&amp;viewMode=desktop\" id=\"features_pr2uh\" 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": "205"
            },
            "excerpt": "-old(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "excerpt": "-new(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "excerpt": "-old(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "excerpt": "-new(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "excerpt": "-old(page-group){animation:out"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "excerpt": "-new(page-group){animation:out"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "excerpt": "nsition-group(*),::view-transi"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "excerpt": "ransition-new(*),::view-transi"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "205"
            },
            "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": "218"
            },
            "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": "220"
            },
            "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": "233"
            },
            "excerpt": " <meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"8a27f870-ce02-4de6-99d0-b2ac67562596\"> <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": "234"
            },
            "excerpt": "7562596\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"5d422985-7872-4fa1-be79-72a3caf87e8e\"> "
          },
          {
            "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": "236"
            },
            "excerpt": "8e\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"607\"> "
          },
          {
            "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": "240"
            },
            "excerpt": "\"> <meta http-equiv=\"etag\" content=\"bug\"> <!--"
          },
          {
            "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": "245"
            },
            "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": "245"
            },
            "excerpt": "or-effect:non-scaling-stroke}.R8rh"
          },
          {
            "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": "246"
            },
            "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": "246"
            },
            "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": "246"
            },
            "excerpt": "layer-i__) + 1))}.UORcXs{--div"
          },
          {
            "ruleID": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.",
            "what": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "252"
            },
            "excerpt": "tColor,#ff4040));display:flex;"
          },
          {
            "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": "254"
            },
            "excerpt": "-change,initial)}.VUwMqR .YVou"
          },
          {
            "ruleID": "CSS: left: Parse Error.",
            "what": "CSS: left: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "256"
            },
            "excerpt": "th,var(--brw,0));position:abso"
          },
          {
            "ruleID": "CSS: top: Parse Error.",
            "what": "CSS: top: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "256"
            },
            "excerpt": "th,var(--brw,0));width:100%}</"
          },
          {
            "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": "288"
            },
            "excerpt": "class=\"\"> <script type=\"text/javascript\"> "
          },
          {
            "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": "307"
            },
            "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": "309"
            },
            "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": "334"
            },
            "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": "335"
            },
            "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_pr2uh",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "407"
            },
            "excerpt": " </style> <style id=\"css_pr2uh\">#maste"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "STYLE_OVERRIDES_ID",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "486"
            },
            "excerpt": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-"
          },
          {
            "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-l0mrdcht",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "486"
            },
            "excerpt": "-content\"><section id=\"comp-l0mrdcht\" class=\"comp-l0mrdcht CohWsy wixui-column-strip\"><div i"
          },
          {
            "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-lhawae1i",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "486"
            },
            "excerpt": "</section><section id=\"comp-lhawae1i\" class=\"comp-lhawae1i CohWsy wixui-column-strip\"><div i"
          },
          {
            "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-l0j84was",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "486"
            },
            "excerpt": "s4\"></div><section id=\"comp-l0j84was\" class=\"comp-l0j84was CohWsy wixui-column-strip\"><div i"
          },
          {
            "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-lhqppch7",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "511"
            },
            "excerpt": "-content\"><section id=\"comp-lhqppch7\" class=\"comp-lhqppch7 CohWsy wixui-column-strip\"><div i"
          },
          {
            "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-l0ms6uwp",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "519"
            },
            "excerpt": "</section><section id=\"comp-l0ms6uwp\" class=\"comp-l0ms6uwp 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": "524"
            },
            "excerpt": "64bc.png\"><img alt=\"Instagram\" style=\"width: 39px; height: 39px; 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": "524"
            },
            "excerpt": "59e1.png\"><img alt=\"Facebook\" style=\"width: 39px; height: 39px; 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": "524"
            },
            "excerpt": "~mv2.png\"><img alt=\"Twitter\" style=\"width: 39px; height: 39px; 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": "524"
            },
            "excerpt": "37f5.png\"><img alt=\"YouTube\" style=\"width: 39px; height: 39px; 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": "582"
            },
            "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": "584"
            },
            "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri"
          },
          {
            "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_c4ac78086b914458be60abcbe7961658%7Emv2.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/31c935_c4ac78086b914458be60abcbe7961658%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_c4ac78086b914458be60abcbe7961658%7Emv2.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/31c935_c4ac78086b914458be60abcbe7961658%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": "platform_masterPage",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "187"
            },
            "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 ... Version=1.238.0&siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&siteRevision=607&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link"
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "platform_masterPage",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "187"
            },
            "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 ... Version=1.238.0&siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&siteRevision=607&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link"
          },
          {
            "ruleID": "Stray end tag link.",
            "what": "Stray end tag link.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "187"
            },
            "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": "platform_pr2uh",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "192"
            },
            "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 ... ilderVersion=1.238.0&siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&siteRevision=607&viewMode=desktop\" id=\"platform_pr2uh\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link"
          },
          {
            "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "platform_pr2uh",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "192"
            },
            "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 ... ilderVersion=1.238.0&siteId=5d422985-7872-4fa1-be79-72a3caf87e8e&siteRevision=607&viewMode=desktop\" id=\"platform_pr2uh\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link"
          },
          {
            "ruleID": "Stray end tag link.",
            "what": "Stray end tag link.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "192"
            },
            "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_masterPage",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "197"
            },
            "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 ... %2Fwww-gailpellerinforassembly-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": "197"
            },
            "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_pr2uh",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "202"
            },
            "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 ... 3A%2F%2Fwww-gailpellerinforassembly-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_pr2uh\" 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": "202"
            },
            "excerpt": "nonymous\"></link> "
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "-old(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "-new(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "-old(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "-new(page-group){animation:sli"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "-old(page-group){animation:out"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "-new(page-group){animation:out"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "nsition-group(*),::view-transi"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "excerpt": "ransition-new(*),::view-transi"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "207"
            },
            "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": "220"
            },
            "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": "222"
            },
            "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": "235"
            },
            "excerpt": " <meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"8a27f870-ce02-4de6-99d0-b2ac67562596\"> <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": "236"
            },
            "excerpt": "7562596\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"5d422985-7872-4fa1-be79-72a3caf87e8e\"> "
          },
          {
            "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": "238"
            },
            "excerpt": "8e\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"607\"/> "
          },
          {
            "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": "238"
            },
            "excerpt": "8e\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"607\"/> "
          },
          {
            "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": "242"
            },
            "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": "242"
            },
            "excerpt": "/> <meta http-equiv=\"etag\" content=\"bug\"/> <!--"
          },
          {
            "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": "247"
            },
            "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": "247"
            },
            "excerpt": "or-effect:non-scaling-stroke}.R8rh"
          },
          {
            "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": "248"
            },
            "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": "248"
            },
            "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": "248"
            },
            "excerpt": "layer-i__) + 1))}.UORcXs{--div"
          },
          {
            "ruleID": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.",
            "what": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "254"
            },
            "excerpt": "tColor,#ff4040));display:flex;"
          },
          {
            "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": "256"
            },
            "excerpt": "-change,initial)}.VUwMqR .YVou"
          },
          {
            "ruleID": "CSS: left: Parse Error.",
            "what": "CSS: left: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "258"
            },
            "excerpt": "th,var(--brw,0));position:abso"
          },
          {
            "ruleID": "CSS: top: Parse Error.",
            "what": "CSS: top: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "258"
            },
            "excerpt": "th,var(--brw,0));width:100%}</"
          },
          {
            "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": "262"
            },
            "excerpt": "/title> <meta name=\"description\" content=\"I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face. I look forward to continuing our partnership to address the needs of the 28th Assembly District. \"/> <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": "263"
            },
            "excerpt": "t. \"/> <link rel=\"canonical\" href=\"https://www.gailpellerinforassembly.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": "264"
            },
            "excerpt": ".com\"/> <meta property=\"og:title\" content=\"Re-Elect Gail Pellerin for Assembly | 28th Assembly District | HOME\"/> <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": "265"
            },
            "excerpt": "HOME\"/> <meta property=\"og:description\" content=\"I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face. I look forward to continuing our partnership to address the needs of the 28th Assembly District. \"/> <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": "266"
            },
            "excerpt": "t. \"/> <meta property=\"og:image\" content=\"https://static.wixstatic.com/media/31c935_9adfc623e25b45dd857ae8aa1fab00d0%7Emv2.png/v1/fit/w_2500,h_1330,al_c/31c935_9adfc623e25b45dd857ae8aa1fab00d0%7Emv2.png\"/> <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": "267"
            },
            "excerpt": ".png\"/> <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": "268"
            },
            "excerpt": "2500\"/> <meta property=\"og:image:height\" content=\"1330\"/> <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": "269"
            },
            "excerpt": "1330\"/> <meta property=\"og:url\" content=\"https://www.gailpellerinforassembly.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": "270"
            },
            "excerpt": ".com\"/> <meta property=\"og:site_name\" content=\"Pellerin\"/> <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": "271"
            },
            "excerpt": "erin\"/> <meta property=\"og:type\" content=\"website\"/> <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": "272"
            },
            "excerpt": "site\"/> <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/\" hreflang=\"x-default\"/> <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": "273"
            },
            "excerpt": "ault\"/> <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/es\" hreflang=\"es-mx\"/> <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": "274"
            },
            "excerpt": "s-mx\"/> <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/hi\" hreflang=\"hi-in\"/> <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": "275"
            },
            "excerpt": "i-in\"/> <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/ja\" hreflang=\"ja-jp\"/> <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": "276"
            },
            "excerpt": "a-jp\"/> <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/km\" hreflang=\"km-kh\"/> <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": "277"
            },
            "excerpt": "m-kh\"/> <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/ko\" hreflang=\"ko-kr\"/> <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": "278"
            },
            "excerpt": "o-kr\"/> <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/tl\" hreflang=\"tl-ph\"/> <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": "279"
            },
            "excerpt": "l-ph\"/> <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/vi\" hreflang=\"vi-vn\"/> <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": "280"
            },
            "excerpt": "i-vn\"/> <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/zh\" hreflang=\"zh-cn\"/> <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": "281"
            },
            "excerpt": "h-cn\"/> <link rel=\"alternate\" href=\"https://www.gailpellerinforassembly.com/\" hreflang=\"en-us\"/> <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": "282"
            },
            "excerpt": "n-us\"/> <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": "283"
            },
            "excerpt": "mage\"/> <meta name=\"twitter:title\" content=\"Re-Elect Gail Pellerin for Assembly | 28th Assembly District | HOME\"/> <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": "284"
            },
            "excerpt": "HOME\"/> <meta name=\"twitter:description\" content=\"I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face. I look forward to continuing our partnership to address the needs of the 28th Assembly District. \"/> <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": "285"
            },
            "excerpt": "t. \"/> <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/31c935_9adfc623e25b45dd857ae8aa1fab00d0%7Emv2.png/v1/fit/w_2500,h_1330,al_c/31c935_9adfc623e25b45dd857ae8aa1fab00d0%7Emv2.png\"/> </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": "290"
            },
            "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": "309"
            },
            "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": "311"
            },
            "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": "336"
            },
            "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": "337"
            },
            "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_pr2uh",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "409"
            },
            "excerpt": " </style> <style id=\"css_pr2uh\">#maste"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "STYLE_OVERRIDES_ID",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "488"
            },
            "excerpt": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-"
          },
          {
            "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-l0mrdcht",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "488"
            },
            "excerpt": "-content\"><section id=\"comp-l0mrdcht\" class=\"comp-l0mrdcht CohWsy wixui-column-strip\"><div i"
          },
          {
            "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-lhawae1i",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "488"
            },
            "excerpt": "</section><section id=\"comp-lhawae1i\" class=\"comp-lhawae1i CohWsy wixui-column-strip\"><div i"
          },
          {
            "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-l0j84was",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "488"
            },
            "excerpt": "s4\"></div><section id=\"comp-l0j84was\" class=\"comp-l0j84was 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": "513"
            },
            "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/31c935_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_221,h_142,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Elect%20-%20Trans ... .com/media/31c935_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_442,h_284,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Elect%20-%20Trans_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": "521"
            },
            "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_396,h_491,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/TUNN4080.j ... wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_792,h_982,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/TUNN4080.jpg 2x\" fetchpriority=\"high\"/></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-lhqppch7",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "513"
            },
            "excerpt": "-content\"><section id=\"comp-lhqppch7\" class=\"comp-lhqppch7 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": "521"
            },
            "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/nsplsh_467458434b47495769714d~mv2_d_6000_4000_s_4_2.jpg/v1/fill/w_103,h_69,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/nsplsh_467458434b47495769714d~mv2_d_6000_4000_s_4_2.jpg\" alt=\"Image by Dan Meyers\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 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": "INPUT",
            "id": "input_comp-l0mrr0oz",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "521"
            },
            "excerpt": "=\"pUnTVX\"><input type=\"text\" name=\"name\" id=\"input_comp-l0mrr0oz\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name\" required=\"\" aria-required=\"true\" maxLength=\"100\" aria-label=\"Name\"/></div>"
          },
          {
            "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": "INPUT",
            "id": "input_comp-l0mrnnkg1",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "521"
            },
            "excerpt": "=\"pUnTVX\"><input type=\"email\" name=\"email\" id=\"input_comp-l0mrnnkg1\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"E-Mail Address\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxLength=\"250\" aria-label=\"E-Mail Address\"/></div>"
          },
          {
            "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-l0ms6uwp",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "521"
            },
            "excerpt": "</section><section id=\"comp-l0ms6uwp\" class=\"comp-l0ms6uwp 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": "source",
              "type": "line",
              "spec": "526"
            },
            "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></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": "526"
            },
            "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></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": "526"
            },
            "excerpt": "x, 100%)\"><img alt=\"Facebook\"/><"
          },
          {
            "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": "526"
            },
            "excerpt": "x, 100%)\"><img alt=\"Facebook\"/><"
          },
          {
            "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": "526"
            },
            "excerpt": "x, 100%)\"><img alt=\"Twitter\"/></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": "526"
            },
            "excerpt": "x, 100%)\"><img alt=\"Twitter\"/></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": "526"
            },
            "excerpt": "x, 100%)\"><img alt=\"YouTube\"/></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": "526"
            },
            "excerpt": "x, 100%)\"><img alt=\"YouTube\"/></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": "source",
              "type": "line",
              "spec": "584"
            },
            "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": "586"
            },
            "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri"
          }
        ]
      },
      "endTime": 1687108300947
    },
    {
      "type": "test",
      "which": "qualWeb",
      "withNewContent": false,
      "startTime": 1687108300947,
      "url": "https://www.gailpellerinforassembly.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 17:11:43",
          "hash": "07902ac04124f36cb88e5fe97dc3ddf6dd940eda14e416eb4e557483ea3089e056970e60cf8734282a1ce53479a6fb38105252dd82beab091917c360b3c5bc40",
          "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": 35,
          "warning": 25,
          "failed": 14,
          "inapplicable": 51
        },
        "modules": {
          "act-rules": {
            "type": "act-rules",
            "metadata": {
              "passed": 17,
              "warning": 23,
              "failed": 5,
              "inapplicable": 22
            },
            "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 607 seconds."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target refreshes after 607 seconds.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"607\">",
                        "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 607 seconds."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target refreshes after 607 seconds.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"607\">",
                        "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\" data-playable-focus-source=\"initial\"><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\" data-playable-focus-source=\"initial\"><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\" data-playable-focus-source=\"initial\"><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\" data-playable-focus-source=\"initial\"><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": 9,
                  "warning": 0,
                  "failed": 4,
                  "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://instagram.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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://www.facebook.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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://twitter.com/gailforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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/UCJA0cQkKAalPObdEeo_PANQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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": []
                  }
                ]
              },
              "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": 29,
                  "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(2) > 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.gailpellerinforassembly.com\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">HOME</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > 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.gailpellerinforassembly.com/about-gail\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">ABOUT GAIL</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > 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.gailpellerinforassembly.com/priorities\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">PRIORITIES</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > 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.gailpellerinforassembly.com/endorsements\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">ENDORSEMENTS</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/press\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">PRESS</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/voting\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">VOTING</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/get-involved\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">GET INVOLVED</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://secure.ngpvan.com/ub_RvosASkiePudafkvOkw2\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">DONATE</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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": "<button aria-label=\"Spanish\" aria-current=\"false\" class=\"wixui-language-menu__option\">Español</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button aria-label=\"Hindi\" aria-current=\"false\" class=\"wixui-language-menu__option\">हिन्दी</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button aria-label=\"Japanese\" aria-current=\"false\" class=\"wixui-language-menu__option\">日本語</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button aria-label=\"Khmer\" aria-current=\"false\" class=\"wixui-language-menu__option\">ខ្មែរ</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button aria-label=\"Korean\" aria-current=\"false\" class=\"wixui-language-menu__option\">한국어</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(6)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button aria-label=\"Tagalog\" aria-current=\"false\" class=\"wixui-language-menu__option\">ᜏᜒᜃᜅ᜔ ᜆᜄᜎᜓᜄ᜔</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(7)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button aria-label=\"Vietnamese\" aria-current=\"false\" class=\"wixui-language-menu__option\">Việt Nam</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(8)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button aria-label=\"Chinese\" aria-current=\"false\" class=\"wixui-language-menu__option\">中文</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(9)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<div data-playable-hook=\"player-container\" dir=\"ltr\" data-playable-dir=\"ltr\" tabindex=\"0\" class=\"T7h78h aBdaFm\">  x            Live  Your Video Title  Unmute                                                                                    00:00 00:00                                                                                  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div: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(2) > 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) > 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(2) > 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) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" name=\"name\" id=\"input_comp-l0mrr0oz\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"email\" name=\"email\" id=\"input_comp-l0mrnnkg1\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"E-Mail Address\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"E-Mail Address\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">Sign Up</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form: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": "<iframe class=\"wuksD5\" title=\"Embedded Content\" name=\"htmlComp-iframe\" width=\"100%\" height=\"100%\" allow=\"fullscreen\" data-src=\"\" src=\"https://www-gailpellerinforassembly-com.filesusr.com/html/31c935_4e32629b9cb8ae63b54daccf377a2859.html\"></iframe>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > wix-iframe:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-testid=\"linkElement\" href=\"https://instagram.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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://www.facebook.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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://twitter.com/gailforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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/UCJA0cQkKAalPObdEeo_PANQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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-auto-recognition=\"true\" href=\"mailto:info@gailpellerinforassembly.com\" class=\"wixui-rich-text__text\">info@gailpellerinforassembly.com</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(4) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R41": {
                "name": "Error message describes invalid form field value",
                "code": "QW-ACT-R41",
                "mapping": "36b590",
                "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
                "metadata": {
                  "target": {
                    "element": [
                      "input",
                      "select",
                      "textarea",
                      "*[role]"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "3.3.1",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/TR/WCAG21/#error-identification",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/36b590",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 2,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that text error messages provided, identify the cause of the error or how to fix the error."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" name=\"name\" id=\"input_comp-l0mrr0oz\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"email\" name=\"email\" id=\"input_comp-l0mrnnkg1\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"E-Mail Address\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"E-Mail Address\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R51": {
                "name": "video element visual-only content is media alternative for text",
                "code": "QW-ACT-R51",
                "mapping": "fd26cf",
                "description": "This rule checks non-streaming silent video is a media alternative for text on the page.",
                "metadata": {
                  "target": {
                    "element": "video"
                  },
                  "success-criteria": [],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/fd26cf",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Can't collect data from the test target."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Can't collect data from the test target.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R53": {
                "name": "video element visual-only content has transcript",
                "code": "QW-ACT-R53",
                "mapping": "ee13b5",
                "description": "Non-streaming video elements without audio must have all visual information available in a transcript.",
                "metadata": {
                  "target": {
                    "element": "video"
                  },
                  "success-criteria": [],
                  "related": [
                    "G159"
                  ],
                  "url": "https://act-rules.github.io/rules/ee13b5",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Can't collect data from the test target."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Can't collect data from the test target.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R54": {
                "name": "video element visual-only content has audio track alternative",
                "code": "QW-ACT-R54",
                "mapping": "d7ba54",
                "description": "Non-streaming video elements without audio must have an audio alternative.",
                "metadata": {
                  "target": {
                    "element": "video"
                  },
                  "success-criteria": [],
                  "related": [
                    "G166"
                  ],
                  "url": "https://act-rules.github.io/rules/d7ba54",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Can't collect data from the test target."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Can't collect data from the test target.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R55": {
                "name": "video element visual content has audio description",
                "code": "QW-ACT-R55",
                "mapping": "1ea59c",
                "description": "This rule checks that non-streaming video elements have all visual information also contained in the audio.",
                "metadata": {
                  "target": {
                    "element": "video"
                  },
                  "success-criteria": [],
                  "related": [
                    "G8",
                    "G78",
                    "G173"
                  ],
                  "url": "https://act-rules.github.io/rules/1ea59c",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Can't collect data from the test target."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Can't collect data from the test target.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R56": {
                "name": "video element content is media alternative for text",
                "code": "QW-ACT-R56",
                "mapping": "ab4d13",
                "description": "This rule checks non-streaming video is a media alternative for text on the page.",
                "metadata": {
                  "target": {
                    "element": "video"
                  },
                  "success-criteria": [],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/ab4d13",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Can't collect data from the test target."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Can't collect data from the test target.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R57": {
                "name": "video element visual content has description track",
                "code": "QW-ACT-R57",
                "mapping": "f196ce",
                "description": "This rule checks that description tracks that come with non-streaming video elements are descriptive.",
                "metadata": {
                  "target": {
                    "element": "video"
                  },
                  "success-criteria": [],
                  "related": [
                    "G78",
                    "H96"
                  ],
                  "url": "https://act-rules.github.io/rules/f196ce",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Can't collect data from the test target."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Can't collect data from the test target.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R60": {
                "name": "video element auditory content has captions",
                "code": "QW-ACT-R60",
                "mapping": "f51b46",
                "description": "This rule checks that captions are available for audio information in non-streaming video elements.",
                "metadata": {
                  "target": {
                    "element": "video"
                  },
                  "success-criteria": [],
                  "related": [
                    "G87",
                    "G93",
                    "H95"
                  ],
                  "url": "https://act-rules.github.io/rules/f51b46",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Can't collect data from the test target."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Can't collect data from the test target.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R61": {
                "name": "Audio and visuals of video element have transcript",
                "code": "QW-ACT-R61",
                "mapping": "1a02b0",
                "description": "This rule checks that non-streaming video elements have all audio and visual information available in a transcript.",
                "metadata": {
                  "target": {
                    "element": "video"
                  },
                  "success-criteria": [
                    {
                      "name": "1.2.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/WCAG21/#media-alternative-prerecorded",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#media-alternative-prerecorded"
                    }
                  ],
                  "related": [
                    "G69"
                  ],
                  "url": "https://act-rules.github.io/rules/1a02b0",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Can't collect data from the test target."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Can't collect data from the test target.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R49": {
                "name": "Audio or video that plays automatically has no audio that lasts more than 3 seconds",
                "code": "QW-ACT-R49",
                "mapping": "aaa1bf",
                "description": "audio or video that plays automatically does not output audio for more than 3 seconds.",
                "metadata": {
                  "target": {
                    "element": "audio, video"
                  },
                  "success-criteria": [],
                  "related": [
                    "G60"
                  ],
                  "url": "https://act-rules.github.io/rules/aaa1bf",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Can't collect data from the test target element."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Can't collect data from the test target element.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R50": {
                "name": "audio or video that plays automatically has a control mechanism",
                "code": "QW-ACT-R50",
                "mapping": "4c31df",
                "description": "audio or video that plays automatically must have a control mechanism.",
                "metadata": {
                  "target": {
                    "element": "audio, video"
                  },
                  "success-criteria": [],
                  "related": [
                    "G170"
                  ],
                  "url": "https://act-rules.github.io/rules/4c31df",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Can't collect data from the test target element."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Can't collect data from the test target element.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video: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": 15,
                  "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: left; line-height: 18px;\" id=\"comp-irys4v5c0label\">HOME</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > 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": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c1label\">ABOUT GAIL</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > 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": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c2label\">PRIORITIES</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > 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": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c3label\">ENDORSEMENTS</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > 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": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c4label\">PRESS</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > 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": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c5label\">VOTING</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > 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": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c6label\">GET INVOLVED</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > 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": "<div class=\"J6PIw1\">English</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:wfont_31c935_f0df5ca37a45425293b7df68914a5a3f,wf_f0df5ca37a45425293b7df689,orig_core_circus;\" class=\"wixui-rich-text__text\">california's 28TH ASSEMBLY DISTRICT</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p: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": 15,
                  "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: left; line-height: 18px;\" id=\"comp-irys4v5c0label\">HOME</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > 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": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c1label\">ABOUT GAIL</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > 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": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c2label\">PRIORITIES</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > 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": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c3label\">ENDORSEMENTS</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > 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": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c4label\">PRESS</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > 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": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c5label\">VOTING</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > 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": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c6label\">GET INVOLVED</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > 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": "<div class=\"J6PIw1\">English</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span style=\"font-family:wfont_31c935_f0df5ca37a45425293b7df68914a5a3f,wf_f0df5ca37a45425293b7df689,orig_core_circus;\" class=\"wixui-rich-text__text\">california's 28TH ASSEMBLY DISTRICT</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R15": {
                "name": "audio or video has no audio that plays automatically",
                "code": "QW-ACT-R15",
                "mapping": "80f0bf",
                "description": "This rule checks that auto-play audio does not last for more than 3 seconds, or the audio has a control mechanism to stop or mute it.",
                "metadata": {
                  "target": {
                    "element": [
                      "audio",
                      "video"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.2",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-dis-audio.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#audio-control"
                    }
                  ],
                  "related": [
                    "G60",
                    "G170",
                    "G171"
                  ],
                  "url": "https://act-rules.github.io/rules/80f0bf",
                  "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-R49"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The rule can't tell because of the rule QW-ACT-R49",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R23": {
                "name": "video element visual content has accessible alternative",
                "code": "QW-ACT-R23",
                "mapping": "c5a4ea",
                "description": "This rule checks that video elements with audio have an alternative for the video content as audio or as text.",
                "metadata": {
                  "target": {
                    "element": "video"
                  },
                  "success-criteria": [
                    {
                      "name": "1.2.3",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-description-or-media-alternative-prerecorded.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#audio-description-or-media-alternative-prerecorded"
                    },
                    {
                      "name": "1.2.5",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-description-prerecorded.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#audio-description-prerecorded"
                    },
                    {
                      "name": "1.2.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/media-alternative-prerecorded.html"
                    }
                  ],
                  "related": [
                    "G8",
                    "G69",
                    "G78",
                    "G173"
                  ],
                  "url": "https://act-rules.github.io/rules/c5a4ea",
                  "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-R55"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The rule can't tell because of the rule QW-ACT-R55",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R26": {
                "name": "video element auditory content has accessible alternative",
                "code": "QW-ACT-R26",
                "mapping": "eac66b",
                "description": "This rule checks that video elements have an alternative for information conveyed through audio.",
                "metadata": {
                  "target": {
                    "element": "video"
                  },
                  "success-criteria": [
                    {
                      "name": "1.2.2",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/captions-prerecorded.html"
                    }
                  ],
                  "related": [
                    "G87",
                    "G93",
                    "H95"
                  ],
                  "url": "https://act-rules.github.io/rules/eac66b",
                  "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-R56"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The rule can't tell because of the rule QW-ACT-R56",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R31": {
                "name": "Video element visual-only content has accessible alternative",
                "code": "QW-ACT-R31",
                "mapping": "c3232f",
                "description": "This rule checks that video elements without audio have an alternative available.",
                "metadata": {
                  "target": {
                    "element": "video"
                  },
                  "success-criteria": [
                    {
                      "name": "1.2.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#audio-only-and-video-only-prerecorded"
                    }
                  ],
                  "related": [
                    "G159",
                    "G166"
                  ],
                  "url": "https://act-rules.github.io/rules/c3232f",
                  "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-R51"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The rule can't tell because of the rule QW-ACT-R51",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R32": {
                "name": "video element visual content has strict accessible alternative",
                "code": "QW-ACT-R32",
                "mapping": "1ec09b",
                "description": "This rule checks that video elements with audio have audio description.",
                "metadata": {
                  "target": {
                    "element": "video"
                  },
                  "success-criteria": [
                    {
                      "name": "1.2.5",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-description-prerecorded.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#audio-description-prerecorded"
                    }
                  ],
                  "related": [
                    "G8",
                    "G78",
                    "G173"
                  ],
                  "url": "https://act-rules.github.io/rules/1ec09b",
                  "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-R55"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The rule can't tell because of the rule QW-ACT-R55",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
                      }
                    ],
                    "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\" data-playable-focus-source=\"initial\"><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  …",
                        "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": 19,
                  "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": "<div class=\"J6PIw1\">English</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"J6PIw1\">Español</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"J6PIw1\">हिन्दी</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(3) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"J6PIw1\">日本語</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(4) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"J6PIw1\">ខ្មែរ</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(5) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"J6PIw1\">한국어</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(6) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"J6PIw1\">ᜏᜒᜃᜅ᜔ ᜆᜄᜎᜓᜄ᜔</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(7) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"J6PIw1\">Việt Nam</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(8) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"J6PIw1\">中文</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(9) > div: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:#183964;\" class=\"wixui-rich-text__text\">I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p: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=\"wixGuard wixui-rich-text__text\">​</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p:nth-child(2) > 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:#183964;\" class=\"wixui-rich-text__text\">I look forward to continuing our partnership to address the needs of the 28th Assembly District. &nbsp;</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p:nth-child(3) > 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=\"wixGuard wixui-rich-text__text\">​</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p:nth-child(4) > 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:#183964;\" class=\"wixui-rich-text__text\">Thank you,</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p:nth-child(5) > 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-family:wfont_a10a86_2432bfcd060d4931abcb5bb321b6b3a3,wf_2432bfcd060d4931abcb5bb32,orig_lumios_marker;\" class=\"wixui-rich-text__text\">Gail</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p: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-weight:bold;\" class=\"wixui-rich-text__text\">Stay in the loop on upcoming campaign events, news, and more...</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2: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 class=\"M3I7Z2 wixui-button__label\">Sign Up</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > button: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:wfont_31c935_f0df5ca37a45425293b7df68914a5a3f,wf_f0df5ca37a45425293b7df689,orig_core_circus;\" class=\"wixui-rich-text__text\">california's 28TH ASSEMBLY DISTRICT</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p: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=\"color_11 wixui-rich-text__text\">The district includes: in Santa Cruz County from the harbor north to the county line, Davenport, Bonny Doon, Santa Cruz, Scotts Valley, Felton, Ben Lomond, and Boulder Creek. In Santa Clara County, the district includes Los Gatos, Monte Sereno, Willow Glen, Cambrian Village, South San Jose, the Almaden Valley, Coyote Valley, and Morgan Hill.&nbsp;</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "wcag-techniques": {
            "type": "wcag-techniques",
            "metadata": {
              "passed": 5,
              "warning": 1,
              "failed": 7,
              "inapplicable": 21
            },
            "assertions": {
              "QW-WCAG-T9": {
                "name": "Organizing a page using headings",
                "code": "QW-WCAG-T9",
                "mapping": "G141",
                "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
                "metadata": {
                  "target": {
                    "element": [
                      "h1",
                      "h2",
                      "h3",
                      "h4",
                      "h5",
                      "h6"
                    ],
                    "attributes": "role='heading'"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    },
                    {
                      "name": "2.4.10",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings"
                    }
                  ],
                  "related": [
                    "G91",
                    "H30"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141",
                  "passed": 0,
                  "warning": 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\":633,\"renderTimeStamp\":1687096169052}\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(2) > 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": 4,
                  "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://instagram.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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://www.facebook.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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://twitter.com/gailforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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/UCJA0cQkKAalPObdEeo_PANQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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": []
                  }
                ]
              },
              "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:right\" data-marginallchildren=\"true\"><li id=\"comp-irys4v5c0\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"dataItem-jb3n1br8\" 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: 96px; height: 18px; position: relative; box-sizing: border-box; overflow: visible; visibility: inherit;\"><a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-c …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > 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(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > 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-l0mrlcg81-comp-l0mrlcet\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"https://instagram.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-l0mrlcg81-comp-l0mrlcet&quo …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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-T19": {
                "name": "Providing submit buttons",
                "code": "QW-WCAG-T19",
                "mapping": "H32",
                "description": "The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context.",
                "metadata": {
                  "target": {
                    "element": "form"
                  },
                  "success-criteria": [
                    {
                      "name": "3.2.2",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/on-input"
                    }
                  ],
                  "related": [
                    "G80",
                    "H36",
                    "H84"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H32",
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Form tag doesn't contain any of the following elements input[type~='submit image'], button[type='submit']."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Form tag doesn't contain any of the following elements input[type~='submit image'], button[type='submit'].",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<form id=\"comp-l0mrnnkd2\" class=\"JVi7i2 comp-l0mrnnkd2 wixui-form\">Stay in the loop on upcoming campaign events, news, and more...Thanks for signing up!Sign Up</form>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form: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": 2,
                  "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_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_221,h_142,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Elect%20-%20Trans_edited.png\" alt=\"GP Logo with Re-Elect - Trans_edited.png\" style=\"width:221px;height:142px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/31c935_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_221,h_142,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Elect%20-%20Trans_edited.png 1x, https://static.wixstatic.com/media/31c935_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_442,h_284,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Elect%20-%20Trans_edited.png 2x\"  …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(6) > 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_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_396,h_491,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/TUNN4080.jpg\" alt=\"TUNN4080.jpg\" style=\"width:396px;height:491px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_396,h_491,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/TUNN4080.jpg 1x, https://static.wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_792,h_982,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/TUNN4080.jpg 2x\" fetchpriority=\"high\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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 src=\"https://static.wixstatic.com/media/nsplsh_467458434b47495769714d~mv2_d_6000_4000_s_4_2.jpg/v1/fill/w_103,h_69,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/nsplsh_467458434b47495769714d~mv2_d_6000_4000_s_4_2.jpg\" alt=\"Image by Dan Meyers\" style=\"width: 1366px; height: 459px; object-fit: cover; object-position: 50% 50%;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img alt=\"Instagram\" style=\"width: 39px; height: 39px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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=\"Facebook\" style=\"width: 39px; height: 39px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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=\"Twitter\" style=\"width: 39px; height: 39px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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=\"YouTube\" style=\"width: 39px; height: 39px; object-fit: cover;\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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": []
                  }
                ]
              },
              "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": 6,
                  "warning": 0,
                  "failed": 36,
                  "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\":633,\"renderTimeStamp\":1687096169052}\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(2) > 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:35px; line-height:1em;\">28TH ASSEMBLY DISTRICT</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(7) > 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\">28TH ASSEMBLY DISTRICT</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(7) > h1: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": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\">I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "19px"
                    ]
                  },
                  {
                    "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:19px;\" class=\"wixui-rich-text__text\">I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "19px"
                    ]
                  },
                  {
                    "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:19px; line-height:normal;\">​</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "19px"
                    ]
                  },
                  {
                    "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:19px;\" class=\"wixui-rich-text__text\">​</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "19px"
                    ]
                  },
                  {
                    "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:19px; line-height:normal;\">I look forward to continuing our partnership to address the needs of the 28th Assembly District. &nbsp;</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "19px"
                    ]
                  },
                  {
                    "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:19px;\" class=\"wixui-rich-text__text\">I look forward to continuing our partnership to address the needs of the 28th Assembly District. &nbsp;</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "19px"
                    ]
                  },
                  {
                    "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:19px; line-height:normal;\">​</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "19px"
                    ]
                  },
                  {
                    "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:19px;\" class=\"wixui-rich-text__text\">​</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "19px"
                    ]
                  },
                  {
                    "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:19px; line-height:normal;\">Thank you,</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p:nth-child(5)"
                      }
                    ],
                    "attributes": [
                      "19px"
                    ]
                  },
                  {
                    "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:19px;\" class=\"wixui-rich-text__text\">Thank you,</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p:nth-child(5) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "19px"
                    ]
                  },
                  {
                    "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:49px;\">Gail</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "49px"
                    ]
                  },
                  {
                    "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:49px;\" class=\"wixui-rich-text__text\">Gail</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "49px"
                    ]
                  },
                  {
                    "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": "<pre class=\"LOpx5W\" data-playable-hook=\"debug-panel-info-container\"> </pre>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > pre:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "8px"
                    ]
                  },
                  {
                    "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 tabindex=\"0\" class=\"Gn8Gdq OebeZw\" aria-label=\"Sync to live\" data-playable-hook=\"live-indicator-button\" disabled=\"true\">Live</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "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": "<div class=\"ZDJjun wix-playable--title-text\" data-playable-hook=\"video-title\">Your Video Title</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "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": "<div class=\"w1jcvC\" data-playable-hook=\"tooltip-inner\">Unmute</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "11px"
                    ]
                  },
                  {
                    "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 data-playable-hook=\"current-time-indicator\" class=\"gkGtxN\">00:00</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "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 data-playable-hook=\"duration-time-indicator\" class=\"gkGtxN pkI6sF\">00:00</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "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": "<h2 class=\"font_5 wixui-rich-text__text\" style=\"font-size:22px; line-height:1.4em; text-align:center;\">Stay in the loop on upcoming campaign events, news, and more...</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "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:22px;\" class=\"wixui-rich-text__text\">Stay in the loop on upcoming campaign events, news, and more...</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "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.4em; text-align:right; font-size:15px;\">Thanks for signing up!</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > 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_7 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">california's 28TH ASSEMBLY DISTRICT</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "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:18px;\" class=\"wixui-rich-text__text\">california's 28TH ASSEMBLY DISTRICT</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "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:16px; line-height:1.1em; text-align:center;\">The district includes: in Santa Cruz County from the harbor north to the county line, Davenport, Bonny Doon, Santa Cruz, Scotts Valley, Felton, Ben Lomond, and Boulder Creek. In Santa Clara County, the district includes Los Gatos, Monte Sereno, Willow Glen, Cambrian Village, South San Jose, the Almaden Valley, Coyote Valley, and Morgan Hill.&nbsp;</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "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:16px;\" class=\"wixui-rich-text__text\">The district includes: in Santa Cruz County from the harbor north to the county line, Davenport, Bonny Doon, Santa Cruz, Scotts Valley, Felton, Ben Lomond, and Boulder Creek. In Santa Clara County, the district includes Los Gatos, Monte Sereno, Willow Glen, Cambrian Village, South San Jose, the Almaden Valley, Coyote Valley, and Morgan Hill.&nbsp;</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "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:12px; line-height:1em; text-align:center;\">PAID FOR and authorized BY GAIL PELLERIN FOR ASSEMBLY</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "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:12px;\" class=\"wixui-rich-text__text\">PAID FOR and authorized BY GAIL PELLERIN FOR ASSEMBLY</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "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:12px; line-height:1em; text-align:center;\">PO Box 4100, Santa Cruz CA, 95063&nbsp; |&nbsp; ‪(408) 214-4521‬&nbsp; | &nbsp;info@gailpellerinforassembly.com &nbsp;|&nbsp;&nbsp;FPPC ID#1443589</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(4) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "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:12px;\" class=\"wixui-rich-text__text\">PO Box 4100, Santa Cruz CA, 95063&nbsp; |&nbsp; </span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(4) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "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:12px;\" class=\"wixui-rich-text__text\">‪(408) 214-4521‬&nbsp; | &nbsp;info@gailpellerinforassembly.com &nbsp;|&nbsp;</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(4) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(2) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "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:16px;\" class=\"wixui-rich-text__text\">&nbsp;</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(4) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "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:12px;\" class=\"wixui-rich-text__text\">FPPC ID#1443589</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(4) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(4) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  }
                ]
              },
              "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": 42,
                  "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(2) > 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(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > 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(2) > div:nth-child(5) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "best-practices": {
            "type": "best-practices",
            "metadata": {
              "passed": 13,
              "warning": 1,
              "failed": 2,
              "inapplicable": 8
            },
            "assertions": {
              "QW-BP1": {
                "name": "Using h1-h6 to identify headings",
                "code": "QW-BP1",
                "mapping": "H42",
                "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
                "metadata": {
                  "target": {
                    "element": [
                      "h1",
                      "h2",
                      "h3",
                      "h4",
                      "h5",
                      "h6"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html"
                    }
                  ],
                  "related": [
                    "H69",
                    "G141",
                    "F2",
                    "F43"
                  ],
                  "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html",
                  "passed": 0,
                  "warning": 4,
                  "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:35px; line-height:1em;\">28TH ASSEMBLY DISTRICT</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(7) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"font_5 wixui-rich-text__text\" style=\"font-size:22px; line-height:1.4em; text-align:center;\">Stay in the loop on upcoming campaign events, news, and more...</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:12px; line-height:1em; text-align:center;\">PAID FOR and authorized BY GAIL PELLERIN FOR ASSEMBLY</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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:12px; line-height:1em; text-align:center;\">PO Box 4100, Santa Cruz CA, 95063&nbsp; |&nbsp; ‪(408) 214-4521‬&nbsp; | &nbsp;info@gailpellerinforassembly.com &nbsp;|&nbsp;&nbsp;FPPC ID#1443589</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(4) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP15": {
                "name": "At least one width attribute of an HTML element is expressed in absolute values",
                "code": "QW-BP15",
                "description": "At least one width attribute of an HTML element is expressed in absolute values",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "width"
                  },
                  "passed": 3,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target `width` attribute uses absolute units."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<canvas class=\"l9fM0h\" data-playable-hook=\"background-canvas\" width=\"980\" height=\"552\"></canvas>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > canvas:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP18": {
                "name": "Using percentage values in CSS for container sizes",
                "code": "QW-BP18",
                "mapping": "C24",
                "description": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
                "metadata": {
                  "target": {
                    "element": "span article section nav aside hgroup header footer address p hr blockquote div h1 h2 h3 h4 h5 h6 li ul ol dd dt dl figcaption",
                    "attributes": "width"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation"
                    }
                  ],
                  "related": [
                    "C20"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/css/C24",
                  "passed": 0,
                  "warning": 0,
                  "failed": 16,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "This test target has a `width` css property not using percentage value with the important flag."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      },
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      }
                    ],
                    "attributes": [
                      " min-width: 100% !important",
                      " width: 100% !important"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      },
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      }
                    ],
                    "attributes": [
                      " min-width: 100% !important",
                      " width: 100% !important"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      },
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      }
                    ],
                    "attributes": [
                      " min-width: 0px !important",
                      " width: 0px !important"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      },
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      }
                    ],
                    "attributes": [
                      " min-width: 0px !important",
                      " width: 0px !important"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      },
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      }
                    ],
                    "attributes": [
                      " min-width: 0px !important",
                      " width: 0px !important"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      },
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      }
                    ],
                    "attributes": [
                      " min-width: 0px !important",
                      " width: 0px !important"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      },
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      }
                    ],
                    "attributes": [
                      " min-width: 0px !important",
                      " width: 0px !important"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      },
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      }
                    ],
                    "attributes": [
                      " min-width: 0px !important",
                      " width: 0px !important"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      },
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      }
                    ],
                    "attributes": [
                      " min-width: 0px !important",
                      " width: 0px !important"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      },
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      }
                    ],
                    "attributes": [
                      " min-width: 0px !important",
                      " width: 0px !important"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      },
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      }
                    ],
                    "attributes": [
                      " min-width: 0px !important",
                      " width: 0px !important"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      },
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      }
                    ],
                    "attributes": [
                      " min-width: 0px !important",
                      " width: 0px !important"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      },
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      }
                    ],
                    "attributes": [
                      " min-width: 0px !important",
                      " width: 0px !important"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      },
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      }
                    ],
                    "attributes": [
                      " min-width: 0px !important",
                      " width: 0px !important"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      },
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      }
                    ],
                    "attributes": [
                      " min-width: 0px !important",
                      " width: 0px !important"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a `width` css property not using percentage value with the important flag.",
                    "resultCode": "F2",
                    "elements": [
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      },
                      {
                        "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoPlayer2054936319__playerContainer{border:var(--borderSize) solid rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,1));box-shadow:var(--boxShadow);display:block;margin-left:calc(-1 * var(--borderSize));margin-top:calc(-1 * var(--borderSize));position:absolute;top:0}.focus-ring-active .VideoPlayer2054936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(52)"
                      }
                    ],
                    "attributes": [
                      " min-width: 0px !important",
                      " width: 0px !important"
                    ]
                  }
                ]
              }
            }
          },
          "counter": {
            "type": "counter",
            "data": {
              "roles": {
                "link": 31,
                "document": 1,
                "region": 9,
                "button": 20,
                "navigation": 1,
                "list": 3,
                "listitem": 12,
                "graphics-document": 26,
                "img": 7,
                "heading": 4,
                "main": 1,
                "tooltip": 1,
                "form": 1,
                "textbox": 2
              },
              "tags": {
                "html": 1,
                "head": 1,
                "meta": 24,
                "link": 18,
                "script": 63,
                "style": 21,
                "title": 2,
                "body": 1,
                "pages-css": 1,
                "div": 239,
                "span": 66,
                "button": 20,
                "header": 1,
                "section": 6,
                "wix-dropdown-menu": 1,
                "nav": 1,
                "ul": 3,
                "li": 12,
                "a": 13,
                "p": 17,
                "svg": 26,
                "defs": 1,
                "filter": 1,
                "fecomponenttransfer": 2,
                "fegaussianblur": 1,
                "feoffset": 1,
                "fecolormatrix": 1,
                "femerge": 1,
                "femergenode": 2,
                "g": 9,
                "path": 34,
                "wow-image": 7,
                "img": 7,
                "h1": 3,
                "main": 1,
                "pre": 1,
                "canvas": 1,
                "video": 1,
                "circle": 1,
                "form": 1,
                "h2": 1,
                "input": 2,
                "wix-iframe": 1,
                "iframe": 1,
                "footer": 1
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          12,
          103,
          48,
          24
        ],
        "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=\"607\">"
          },
          {
            "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=\"607\">"
          },
          {
            "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\" data-playable-focus-source=\"initial\"><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\" data-playable-focus-source=\"initial\"><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\" data-playable-focus-source=\"initial\"><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\" data-playable-focus-source=\"initial\"><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(2) > 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://instagram.com/gailpellerinforassembly\" 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(2) > 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://www.facebook.com/gailpellerinforassembly\" 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(2) > 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://twitter.com/gailforassembly\" 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(2) > 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/UCJA0cQkKAalPObdEeo_PANQ\" 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": "BUTTON",
            "id": "SKIP_TO_CONTENT_BTN",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.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(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/about-gail\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">ABOUT GAIL</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(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/priorities\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">PRIORITIES</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(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/endorsements\" 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": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/press\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">PRESS</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(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/voting\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">VOTING</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(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.gailpellerinforassembly.com/get-involved\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">GET INVOLVED</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(2) > 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) > 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.ngpvan.com/ub_RvosASkiePudafkvOkw2\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">DONATE</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(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2)"
            },
            "excerpt": "<button aria-label=\"Spanish\" aria-current=\"false\" class=\"wixui-language-menu__option\">Español</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(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(3)"
            },
            "excerpt": "<button aria-label=\"Hindi\" aria-current=\"false\" class=\"wixui-language-menu__option\">हिन्दी</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(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(4)"
            },
            "excerpt": "<button aria-label=\"Japanese\" aria-current=\"false\" class=\"wixui-language-menu__option\">日本語</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(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(5)"
            },
            "excerpt": "<button aria-label=\"Khmer\" aria-current=\"false\" class=\"wixui-language-menu__option\">ខ្មែរ</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(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(6)"
            },
            "excerpt": "<button aria-label=\"Korean\" aria-current=\"false\" class=\"wixui-language-menu__option\">한국어</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(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(7)"
            },
            "excerpt": "<button aria-label=\"Tagalog\" aria-current=\"false\" class=\"wixui-language-menu__option\">ᜏᜒᜃᜅ᜔ ᜆᜄᜎᜓᜄ᜔</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(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(8)"
            },
            "excerpt": "<button aria-label=\"Vietnamese\" aria-current=\"false\" class=\"wixui-language-menu__option\">Việt Nam</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(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(9)"
            },
            "excerpt": "<button aria-label=\"Chinese\" aria-current=\"false\" class=\"wixui-language-menu__option\">中文</button>"
          },
          {
            "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(2) > 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) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-playable-hook=\"player-container\" dir=\"ltr\" data-playable-dir=\"ltr\" tabindex=\"0\" class=\"T7h78h aBdaFm\"> x Live Your Video Title Unmute 00:00 00:00 </div>"
          },
          {
            "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(2) > 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) > 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(2) > 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) > 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": "INPUT",
            "id": "input_comp-l0mrr0oz",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"text\" name=\"name\" id=\"input_comp-l0mrr0oz\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name\">"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "input_comp-l0mrnnkg1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-l0mrnnkg1\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"E-Mail Address\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"E-Mail Address\">"
          },
          {
            "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(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > button:nth-child(1)"
            },
            "excerpt": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">Sign Up</button>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "IFRAME",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > wix-iframe:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)"
            },
            "excerpt": "<iframe class=\"wuksD5\" title=\"Embedded Content\" name=\"htmlComp-iframe\" width=\"100%\" height=\"100%\" allow=\"fullscreen\" data-src=\"\" src=\"https://www-gailpellerinforassembly-com.filesusr.com/html/31c935_4e32629b9cb8ae63b54daccf377a2859.html\"></iframe>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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://instagram.com/gailpellerinforassembly\" 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(2) > 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://www.facebook.com/gailpellerinforassembly\" 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(2) > 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://twitter.com/gailforassembly\" 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(2) > 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/UCJA0cQkKAalPObdEeo_PANQ\" 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(2) > 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(4) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(2) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a data-auto-recognition=\"true\" href=\"mailto:info@gailpellerinforassembly.com\" class=\"wixui-rich-text__text\">info@gailpellerinforassembly.com</a>"
          },
          {
            "ruleID": "QW-ACT-R41",
            "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "input_comp-l0mrr0oz",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"text\" name=\"name\" id=\"input_comp-l0mrr0oz\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name\">"
          },
          {
            "ruleID": "QW-ACT-R41",
            "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "input_comp-l0mrnnkg1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-l0mrnnkg1\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"E-Mail Address\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"E-Mail Address\">"
          },
          {
            "ruleID": "QW-ACT-R51",
            "what": "This rule checks non-streaming silent video is a media alternative for text on the page.",
            "ordinalSeverity": 1,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "ruleID": "QW-ACT-R53",
            "what": "Non-streaming video elements without audio must have all visual information available in a transcript.",
            "ordinalSeverity": 1,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "ruleID": "QW-ACT-R54",
            "what": "Non-streaming video elements without audio must have an audio alternative.",
            "ordinalSeverity": 1,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "ruleID": "QW-ACT-R55",
            "what": "This rule checks that non-streaming video elements have all visual information also contained in the audio.",
            "ordinalSeverity": 1,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "ruleID": "QW-ACT-R56",
            "what": "This rule checks non-streaming video is a media alternative for text on the page.",
            "ordinalSeverity": 1,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "ruleID": "QW-ACT-R57",
            "what": "This rule checks that description tracks that come with non-streaming video elements are descriptive.",
            "ordinalSeverity": 1,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "ruleID": "QW-ACT-R60",
            "what": "This rule checks that captions are available for audio information in non-streaming video elements.",
            "ordinalSeverity": 1,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "ruleID": "QW-ACT-R61",
            "what": "This rule checks that non-streaming video elements have all audio and visual information available in a transcript.",
            "ordinalSeverity": 1,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "ruleID": "QW-ACT-R49",
            "what": "audio or video that plays automatically does not output audio for more than 3 seconds.",
            "ordinalSeverity": 1,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "ruleID": "QW-ACT-R50",
            "what": "audio or video that plays automatically must have a control mechanism.",
            "ordinalSeverity": 1,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "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(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > 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: left; line-height: 18px;\" 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": "P",
            "id": "comp-irys4v5c1label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c1label\">ABOUT GAIL</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": "P",
            "id": "comp-irys4v5c2label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c2label\">PRIORITIES</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": "P",
            "id": "comp-irys4v5c3label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c3label\">ENDORSEMENTS</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": "P",
            "id": "comp-irys4v5c4label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c4label\">PRESS</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": "P",
            "id": "comp-irys4v5c5label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c5label\">VOTING</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": "P",
            "id": "comp-irys4v5c6label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c6label\">GET INVOLVED</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": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"J6PIw1\">English</div>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:wfont_31c935_f0df5ca37a45425293b7df68914a5a3f,wf_f0df5ca37a45425293b7df689,orig_core_circus;\" class=\"wixui-rich-text__text\">california's 28TH ASSEMBLY DISTRICT</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(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > 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: left; line-height: 18px;\" 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": "P",
            "id": "comp-irys4v5c1label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c1label\">ABOUT GAIL</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": "P",
            "id": "comp-irys4v5c2label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c2label\">PRIORITIES</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": "P",
            "id": "comp-irys4v5c3label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c3label\">ENDORSEMENTS</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": "P",
            "id": "comp-irys4v5c4label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c4label\">PRESS</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": "P",
            "id": "comp-irys4v5c5label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c5label\">VOTING</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": "P",
            "id": "comp-irys4v5c6label",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"foFAdY\" style=\"text-align: left; line-height: 18px;\" id=\"comp-irys4v5c6label\">GET INVOLVED</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": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"J6PIw1\">English</div>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:wfont_31c935_f0df5ca37a45425293b7df68914a5a3f,wf_f0df5ca37a45425293b7df689,orig_core_circus;\" class=\"wixui-rich-text__text\">california's 28TH ASSEMBLY DISTRICT</span>"
          },
          {
            "ruleID": "QW-ACT-R15",
            "what": "This rule checks that auto-play audio does not last for more than 3 seconds, or the audio has a control mechanism to stop or mute it.",
            "ordinalSeverity": 1,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "ruleID": "QW-ACT-R23",
            "what": "This rule checks that video elements with audio have an alternative for the video content as audio or as text.",
            "ordinalSeverity": 1,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "ruleID": "QW-ACT-R26",
            "what": "This rule checks that video elements have an alternative for information conveyed through audio.",
            "ordinalSeverity": 1,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "ruleID": "QW-ACT-R31",
            "what": "This rule checks that video elements without audio have an alternative available.",
            "ordinalSeverity": 1,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "ruleID": "QW-ACT-R32",
            "what": "This rule checks that video elements with audio have audio description.",
            "ordinalSeverity": 1,
            "tagName": "VIDEO",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > video:nth-child(2)"
            },
            "excerpt": "<video preload=\"none\" autoplay=\"\" loop=\"\" playsinline=\"true\" src=\"https://video.wixstatic.com/video/31c935_a72f55289c3e4c4ab18f0d49ad5ca533/1080p/mp4/file.mp4\"></video>"
          },
          {
            "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\" data-playable-focus-source=\"initial\"><head></head><body>(function () { var noop = function noop() {}; if (\"performance\" in window === false) { window.performance = {}; } window.perform ... mp; performance.timing.navigationStart) { nowOffset = performance.timing.navigationStart; } window.performance.now = function now() { return Date.now() - nowOffset; }; } })(); (function () { var now …"
          },
          {
            "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": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"J6PIw1\">English</div>"
          },
          {
            "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": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"J6PIw1\">Español</div>"
          },
          {
            "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": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(3) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"J6PIw1\">हिन्दी</div>"
          },
          {
            "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": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(4) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"J6PIw1\">日本語</div>"
          },
          {
            "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": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(5) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"J6PIw1\">ខ្មែរ</div>"
          },
          {
            "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": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(6) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"J6PIw1\">한국어</div>"
          },
          {
            "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": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(7) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"J6PIw1\">ᜏᜒᜃᜅ᜔ ᜆᜄᜎᜓᜄ᜔</div>"
          },
          {
            "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": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(8) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"J6PIw1\">Việt Nam</div>"
          },
          {
            "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": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(3) > div:nth-child(1) > div:nth-child(1) > button:nth-child(9) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"J6PIw1\">中文</div>"
          },
          {
            "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(2) > 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) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color:#183964;\" class=\"wixui-rich-text__text\">I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face.</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(2) > 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) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"wixGuard wixui-rich-text__text\">​</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(2) > 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) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color:#183964;\" class=\"wixui-rich-text__text\">I look forward to continuing our partnership to address the needs of the 28th Assembly District. &nbsp;</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(2) > 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) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"wixGuard wixui-rich-text__text\">​</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(2) > 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) > p:nth-child(5) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"color:#183964;\" class=\"wixui-rich-text__text\">Thank you,</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(2) > 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) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:wfont_a10a86_2432bfcd060d4931abcb5bb321b6b3a3,wf_2432bfcd060d4931abcb5bb32,orig_lumios_marker;\" class=\"wixui-rich-text__text\">Gail</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(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2: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\">Stay in the loop on upcoming campaign events, news, and 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(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > button:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">Sign Up</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(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-family:wfont_31c935_f0df5ca37a45425293b7df68914a5a3f,wf_f0df5ca37a45425293b7df689,orig_core_circus;\" class=\"wixui-rich-text__text\">california's 28TH ASSEMBLY DISTRICT</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(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"color_11 wixui-rich-text__text\">The district includes: in Santa Cruz County from the harbor north to the county line, Davenport, Bonny Doon, Santa Cruz, Scotts Valley, Felton, Ben Lomond, ... and Boulder Creek. In Santa Clara County, the district includes Los Gatos, Monte Sereno, Willow Glen, Cambrian Village, South San Jose, the Almaden Valley, Coyote Valley, and Morgan Hill.&nbsp;</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\":633,\"renderTimeStamp\":1687096169052} 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(2) > 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(2) > 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://instagram.com/gailpellerinforassembly\" 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(2) > 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://www.facebook.com/gailpellerinforassembly\" 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(2) > 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://twitter.com/gailforassembly\" 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(2) > 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/UCJA0cQkKAalPObdEeo_PANQ\" 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(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)"
            },
            "excerpt": "<ul class=\"DN7syf\" id=\"comp-irys4v5citemsContainer\" style=\"text-align:right\" data-marginallchildren=\"true\"><li id=\"comp-irys4v5c0\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"dataItem- ... d=\"linkElement\" href=\"https://www.gailpellerinforassembly.com\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-c …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 2,
            "tagName": "UL",
            "id": "comp-irys4v5cmoreContainer",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > 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(2) > 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-l0mrlcg81-comp-l0mrlcet\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"https://instagram.com/gailpellerinforassembly\" target=\"_blank\" re ... ) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img_0_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-l0mrlcg81-comp-l0mrlcet&quo …"
          },
          {
            "ruleID": "QW-WCAG-T19",
            "what": "The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context.",
            "ordinalSeverity": 2,
            "tagName": "FORM",
            "id": "comp-l0mrnnkd2",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1)"
            },
            "excerpt": "<form id=\"comp-l0mrnnkd2\" class=\"JVi7i2 comp-l0mrnnkd2 wixui-form\">Stay in the loop on upcoming campaign events, news, and more...Thanks for signing up!Sign Up</form>"
          },
          {
            "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(2) > 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(6) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"https://static.wixstatic.com/media/31c935_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_221,h_142,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Elect%20-%20Trans_edited.pn ... x, https://static.wixstatic.com/media/31c935_ddb75c801bf0444f8e3749f59e865dfc~mv2.png/v1/fill/w_442,h_284,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/GP%20Logo%20with%20Re-Elect%20-%20Trans_edited.png 2x\" …"
          },
          {
            "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(2) > 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) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"https://static.wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_396,h_491,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/TUNN4080.jpg\" alt=\"T ... static.wixstatic.com/media/31c935_41561c450da04eda8af07667b465db6c~mv2.jpg/v1/crop/x_0,y_278,w_1596,h_1981/fill/w_792,h_982,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/TUNN4080.jpg 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": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(3) > div:nth-child(1) > 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/nsplsh_467458434b47495769714d~mv2_d_6000_4000_s_4_2.jpg/v1/fill/w_103,h_69,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/nsplsh_467458434b47495769714d~mv2_d_6000_4000_s_4_2.jpg\" alt=\"Image by Dan Meyers\" style=\"width: 1366px; height: 459px; 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(2) > 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=\"Instagram\" style=\"width: 39px; height: 39px; 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(2) > 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=\"Facebook\" style=\"width: 39px; height: 39px; 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(2) > 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=\"Twitter\" style=\"width: 39px; height: 39px; 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(2) > 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=\"YouTube\" style=\"width: 39px; height: 39px; 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\":633,\"renderTimeStamp\":1687096169052} 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(2) > 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(2) > 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(7) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:35px; line-height:1em;\">28TH ASSEMBLY DISTRICT</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(2) > 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(7) > h1:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:35px;\" class=\"wixui-rich-text__text\">28TH ASSEMBLY DISTRICT</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(2) > 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) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\">I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face.</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(2) > 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) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:19px;\" class=\"wixui-rich-text__text\">I am honored to serve as the representative for the 28th Assembly District of California. Democracy can only thrive if elected officials involve the community in solving the problems we face.</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(2) > 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) > p:nth-child(2)"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\">​</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(2) > 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) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:19px;\" class=\"wixui-rich-text__text\">​</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(2) > 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) > p:nth-child(3)"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\">I look forward to continuing our partnership to address the needs of the 28th Assembly District. &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(2) > 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) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:19px;\" class=\"wixui-rich-text__text\">I look forward to continuing our partnership to address the needs of the 28th Assembly District. &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(2) > 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) > p:nth-child(4)"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\">​</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(2) > 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) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:19px;\" class=\"wixui-rich-text__text\">​</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(2) > 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) > p:nth-child(5)"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:19px; line-height:normal;\">Thank you,</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(2) > 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) > p:nth-child(5) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:19px;\" class=\"wixui-rich-text__text\">Thank you,</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(2) > 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) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:49px;\">Gail</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(2) > 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) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:49px;\" class=\"wixui-rich-text__text\">Gail</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "PRE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > pre:nth-child(2)"
            },
            "excerpt": "<pre class=\"LOpx5W\" data-playable-hook=\"debug-panel-info-container\"> </pre>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1)"
            },
            "excerpt": "<button tabindex=\"0\" class=\"Gn8Gdq OebeZw\" aria-label=\"Sync to live\" data-playable-hook=\"live-indicator-button\" disabled=\"true\">Live</button>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"ZDJjun wix-playable--title-text\" data-playable-hook=\"video-title\">Your Video Title</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"w1jcvC\" data-playable-hook=\"tooltip-inner\">Unmute</div>"
          },
          {
            "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(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span data-playable-hook=\"current-time-indicator\" class=\"gkGtxN\">00:00</span>"
          },
          {
            "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(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span data-playable-hook=\"duration-time-indicator\" class=\"gkGtxN pkI6sF\">00:00</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"font_5 wixui-rich-text__text\" style=\"font-size:22px; line-height:1.4em; text-align:center;\">Stay in the loop on upcoming campaign events, news, and more...</h2>"
          },
          {
            "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(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:22px;\" class=\"wixui-rich-text__text\">Stay in the loop on upcoming campaign events, news, and more...</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(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:right; font-size:15px;\">Thanks for signing up!</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(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">california's 28TH ASSEMBLY DISTRICT</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(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">california's 28TH ASSEMBLY DISTRICT</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(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.1em; text-align:center;\">The district includes: in Santa Cruz County from the harbor north to the county line, Davenport, B ... d, and Boulder Creek. In Santa Clara County, the district includes Los Gatos, Monte Sereno, Willow Glen, Cambrian Village, South San Jose, the Almaden Valley, Coyote Valley, and Morgan Hill.&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(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">The district includes: in Santa Cruz County from the harbor north to the county line, Davenport, Bonny Doon, Santa Cruz, Scotts Valley, Felt ... and Boulder Creek. In Santa Clara County, the district includes Los Gatos, Monte Sereno, Willow Glen, Cambrian Village, South San Jose, the Almaden Valley, Coyote Valley, and Morgan Hill.&nbsp;</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(2) > 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) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:12px; line-height:1em; text-align:center;\">PAID FOR and authorized BY GAIL PELLERIN FOR ASSEMBLY</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(2) > 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) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:12px;\" class=\"wixui-rich-text__text\">PAID FOR and authorized BY GAIL PELLERIN FOR ASSEMBLY</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(2) > 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(4) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:12px; line-height:1em; text-align:center;\">PO Box 4100, Santa Cruz CA, 95063&nbsp; |&nbsp; ‪(408) 214-4521‬&nbsp; | &nbsp;info@gailpellerinforassembly.com &nbsp;|&nbsp;&nbsp;FPPC ID#1443589</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(2) > 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(4) > 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:12px;\" class=\"wixui-rich-text__text\">PO Box 4100, Santa Cruz CA, 95063&nbsp; |&nbsp; </span>"
          },
          {
            "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(2) > 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(4) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(2) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:12px;\" class=\"wixui-rich-text__text\">‪(408) 214-4521‬&nbsp; | &nbsp;info@gailpellerinforassembly.com &nbsp;|&nbsp;</span>"
          },
          {
            "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(2) > 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(4) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(3)"
            },
            "excerpt": "<span style=\"font-size:16px;\" 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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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(4) > h1:nth-child(1) > span:nth-child(1) > span:nth-child(4) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span style=\"font-size:12px;\" class=\"wixui-rich-text__text\">FPPC ID#1443589</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(2) > 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(2) > 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) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > wix-dropdown-menu:nth-child(1) > 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(2) > 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(2) > 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(7) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:35px; line-height:1em;\">28TH ASSEMBLY DISTRICT</h1>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > 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) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"font_5 wixui-rich-text__text\" style=\"font-size:22px; line-height:1.4em; text-align:center;\">Stay in the loop on upcoming campaign events, news, and more...</h2>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:12px; line-height:1em; text-align:center;\">PAID FOR and authorized BY GAIL PELLERIN FOR ASSEMBLY</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(2) > 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(4) > h1:nth-child(1)"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:12px; line-height:1em; text-align:center;\">PO Box 4100, Santa Cruz CA, 95063&nbsp; |&nbsp; ‪(408) 214-4521‬&nbsp; | &nbsp;info@gailpellerinforassembly.com &nbsp;|&nbsp;&nbsp;FPPC ID#1443589</h1>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "CANVAS",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > canvas:nth-child(1)"
            },
            "excerpt": "<canvas class=\"l9fM0h\" data-playable-hook=\"background-canvas\" width=\"980\" height=\"552\"></canvas>"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          },
          {
            "ruleID": "QW-BP18",
            "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.",
            "ordinalSeverity": 1,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > style:nth-child(52)"
            },
            "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VideoPlayer].8856728e.min.css\">.VideoPlayer2054936319__facebookContainer,.VideoP ... 54936319__root .VideoPlayer2054936319__cover.VideoPlayer2054936319--playerFocused{z-index:1000}.VideoPlayer2054936319__cover .PlayableCover847694237__title{-webkit-line-clamp:2;-webkit-box-orient:ve …"
          }
        ]
      },
      "endTime": 1687108305046
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "startTime": 1687108305047,
      "url": "https://www.gailpellerinforassembly.com/",
      "what": "Tenon",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.089",
        "responseTime": "2023-06-18T17:11:44.605Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1462367,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 176,
              "failing": 4
            },
            "issues": {
              "totalErrors": 10,
              "totalWarnings": 0,
              "totalIssues": 10
            },
            "issuesByLevel": {
              "A": {
                "count": 2,
                "pct": 20
              },
              "AA": {
                "count": 2,
                "pct": 20
              },
              "AAA": {
                "count": 10,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 1,
              "warningDensity": 0,
              "allDensity": 1
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "a7c2a0dc-a727-40be-b296-a0387827e241",
          "docID": "24d35cc3-aebc-4048-aef0-166b44b6eec1",
          "sourceHash": "2ea59da2fe7ac89ffba3c4df2831e152",
          "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=a7c2a0dc-a727-40be-b296-a0387827e241",
          "resultSet": [
            {
              "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": 19197,
                "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\":633,\"renderTimeStamp\":1687096169052}\n&lt;/script&gt; &lt;script sty",
              "xpath": "/html/body",
              "issueID": "f5c501081a212629b4686b98f84f1f17",
              "signature": "9d33c869367e3010067a97c62565fa8c",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=f5c501081a212629b4686b98f84f1f17"
            },
            {
              "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": 19197,
                "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\":633,\"renderTimeStamp\":1687096169052}\n&lt;/script&gt; &lt;script sty",
              "xpath": "/html/body",
              "issueID": "abe612b3b94fbe1cabac75659abcd5b0",
              "signature": "355618e982f66a7c085ce52a65c56456",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=abe612b3b94fbe1cabac75659abcd5b0"
            },
            {
              "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": 947,
                  "y": 51
                },
                "height": 51,
                "width": 947
              },
              "position": {
                "line": 25095,
                "column": 1
              },
              "errorSnippet": "&lt;p class=\"font_7 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.1em; text-align:center;\"&gt;&lt;span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"&gt;&lt;span class=\"color_11 wixui-rich-text__text\"&gt;The district includes: in San",
              "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]/div[1]/div[1]/div[3]/p[1]",
              "issueID": "d3faae5dad4b6f1af7a06edc00e68e74",
              "signature": "7afa174a7ccb34920045a66d1a356791",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=d3faae5dad4b6f1af7a06edc00e68e74"
            },
            {
              "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": 980,
                  "y": 13
                },
                "height": 13,
                "width": 980
              },
              "position": {
                "line": 23380,
                "column": 404
              },
              "errorSnippet": "&lt;h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:12px; line-height:1em; text-align:center;\"&gt;&lt;span style=\"letter-spacing:0.1em;\" class=\"wixui-rich-text__text\"&gt;&lt;span class=\"color_11 wixui-rich-text__text\"&gt;&lt;span style=\"font-fam",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[4]/h1[1]",
              "issueID": "f4765775501096bec7b38c3f7e66a159",
              "signature": "43813b1be1ce4d047312922373baea11",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=f4765775501096bec7b38c3f7e66a159"
            },
            {
              "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": 95,
                  "y": 20
                },
                "height": 20,
                "width": 95
              },
              "position": {
                "line": 17162,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://secure.ngpvan.com/ub_RvosASkiePudafkvOkw2\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"&gt;&lt;span class=\"M3I7Z2 wixui-button__label\"&gt;DONATE&lt;/span&",
              "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]",
              "issueID": "dd45d9846015dcd5c8c0ab2c4b874943",
              "signature": "e4258930fc03019426c32a0f079d167c",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=dd45d9846015dcd5c8c0ab2c4b874943"
            },
            {
              "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": 39,
                  "y": 39
                },
                "height": 39,
                "width": 39
              },
              "position": {
                "line": 17162,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://instagram.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"&gt;&lt;wow-image id=\"img_0_comp-l0mrlcet\" 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": "c8db705a52a1fadb21c285676b540a0a",
              "signature": "45be6f5b743e6bc368fc38f21ab14831",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c8db705a52a1fadb21c285676b540a0a"
            },
            {
              "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": 63,
                  "y": 0
                },
                "bottom-right": {
                  "x": 102,
                  "y": 39
                },
                "height": 39,
                "width": 39
              },
              "position": {
                "line": 17162,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://www.facebook.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"&gt;&lt;wow-image id=\"img_1_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&amp;quot;containerId&amp;q",
              "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": "82934412d65b9521c6cc1ebfd4664064",
              "signature": "efab63b8685c09ece039f87ded9cac35",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=82934412d65b9521c6cc1ebfd4664064"
            },
            {
              "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": 126,
                  "y": 0
                },
                "bottom-right": {
                  "x": 165,
                  "y": 39
                },
                "height": 39,
                "width": 39
              },
              "position": {
                "line": 17162,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://twitter.com/gailforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"&gt;&lt;wow-image id=\"img_2_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&amp;quot;containerId&amp;quot;:&amp;quo",
              "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": "6f1318165c1270fe9c04d080b9980de1",
              "signature": "e83ae6090691b4695f4e7edfbac54947",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=6f1318165c1270fe9c04d080b9980de1"
            },
            {
              "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": 189,
                  "y": 0
                },
                "bottom-right": {
                  "x": 228,
                  "y": 39
                },
                "height": 39,
                "width": 39
              },
              "position": {
                "line": 17162,
                "column": 0
              },
              "errorSnippet": "&lt;a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCJA0cQkKAalPObdEeo_PANQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"&gt;&lt;wow-image id=\"img_3_comp-l0mrlcet\" 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": "e89ae03617f04f360aabf1972b8451b3",
              "signature": "b84c58757ee1a27f6d72df732a4aa5e9",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e89ae03617f04f360aabf1972b8451b3"
            },
            {
              "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": 799,
                  "y": 203.59375
                },
                "bottom-right": {
                  "x": 824,
                  "y": 255.39065
                },
                "height": 51.7969,
                "width": 25
              },
              "position": {
                "line": 25099,
                "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]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/button[2]",
              "issueID": "89636b28ffd21d608415476ef2a93eec",
              "signature": "ed6a4717fe68411a731763a692d12dfe",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=271&issueID=89636b28ffd21d608415476ef2a93eec"
            }
          ],
          "log": []
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          1,
          9
        ],
        "instances": [
          {
            "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\":633,\"renderTimeStamp\":1687096169052} </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\":633,\"renderTimeStamp\":1687096169052} </script> <script sty"
          },
          {
            "ruleID": "144",
            "what": "This content's line height is insufficent to properly display the computed element font size.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "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]/div[1]/div[1]/div[3]/p[1]"
            },
            "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.1em; text-align:center;\"><span style=\"font-size:16px;\" class=\"wixui-rich-text__text\"><span class=\"color_11 wixui-rich-text__text\">The district includes: in San"
          },
          {
            "ruleID": "144",
            "what": "This content's line height is insufficent to properly display the computed element font size.",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "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[4]/h1[1]"
            },
            "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"font-size:12px; line-height:1em; text-align:center;\"><span style=\"letter-spacing:0.1em;\" class=\"wixui-rich-text__text\"><span class=\"color_11 wixui-rich-text__text\"><span style=\"font-fam"
          },
          {
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.ngpvan.com/ub_RvosASkiePudafkvOkw2\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">DONATE</span&"
          },
          {
            "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://instagram.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_0_comp-l0mrlcet\" 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://www.facebook.com/gailpellerinforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&amp;quot;containerId&amp;q"
          },
          {
            "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://twitter.com/gailforassembly\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_2_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&amp;quot;containerId&amp;quot;:&amp;quo"
          },
          {
            "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/UCJA0cQkKAalPObdEeo_PANQ\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_3_comp-l0mrlcet\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&amp;quot;container"
          },
          {
            "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]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/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": 1687108305665
    },
    {
      "type": "test",
      "which": "testaro",
      "withItems": true,
      "rules": [
        "n",
        "motion"
      ],
      "startTime": 1687108305666,
      "url": "https://www.gailpellerinforassembly.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": 1,
              "items": [
                [
                  "email",
                  "",
                  "E-Mail Address; #input_comp-l0mrnnkg1"
                ]
              ]
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "autocomplete",
                "what": "Input is missing the required autocomplete attribute with value email",
                "ordinalSeverity": 2,
                "tagName": "INPUT",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "E-Mail Address; #input_comp-l0mrnnkg1"
              }
            ]
          },
          "bulk": {
            "what": "large count of visible elements",
            "data": {
              "visibleElements": 312
            },
            "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": 2,
                "impactedElements": 4
              },
              "items": [
                {
                  "tagName": "g",
                  "id": "",
                  "text": "<g filter=\"url(#svgcid-bdq91po62x1m)\"> <svg preserveAspectRatio=\"none\" data-bbox=\"20 69 160 62\" view",
                  "impact": 4
                },
                {
                  "tagName": "CANVAS",
                  "id": "",
                  "text": "<canvas class=\"l9fM0h\" data-playable-hook=\"background-canvas\" width=\"980\" height=\"552\"></canvas>",
                  "impact": 0
                }
              ]
            },
            "totals": [
              0,
              4,
              2,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "filterStyle",
                "what": "g element has a filter style that impacts 4 elements",
                "ordinalSeverity": 2,
                "tagName": "G",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "g: <g filter=\"url(#svgcid-bdq91po62x1m)\"> <svg preserveAspectRatio=\"none\" data-bbox=\"20 69 160 62\" view"
              },
              {
                "ruleID": "filterStyle",
                "what": "CANVAS element has a filter style that impacts 0 elements",
                "ordinalSeverity": 2,
                "tagName": "CANVAS",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "CANVAS: <canvas class=\"l9fM0h\" data-playable-hook=\"background-canvas\" width=\"980\" height=\"552\"></canvas>"
              }
            ]
          },
          "focAll": {
            "what": "discrepancies between focusable and Tab-focused elements",
            "data": {
              "tabFocusables": 28,
              "tabFocused": 29,
              "discrepancy": 1
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "focAll",
                "what": "Some focusable elements are not Tab-focusable or vice versa",
                "count": 1,
                "ordinalSeverity": 2,
                "tagName": "",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "focInd": {
            "what": "missing and nonstandard focus indicators",
            "data": {
              "totals": {
                "total": 18,
                "types": {
                  "missing": {
                    "total": 18,
                    "tagNames": {
                      "A": 13,
                      "BUTTON": 3,
                      "INPUT": 2
                    }
                  },
                  "nonoutline": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "outline": {
                    "total": 0,
                    "meanDelay": 0,
                    "tagNames": {}
                  }
                }
              },
              "items": {
                "missing": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "HOME"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "ABOUT GAIL"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "PRIORITIES"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "ENDORSEMENTS"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "PRESS"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "VOTING"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "GET INVOLVED"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "DONATE"
                  },
                  {
                    "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": "INPUT",
                    "id": "input_comp-l0mrr0oz",
                    "text": "<input type=\"text\" name=\"name\" id=\"input_comp-l0mrr0oz\" class=\"KvoMHf has-custom-focus wixui-text-in"
                  },
                  {
                    "tagName": "INPUT",
                    "id": "input_comp-l0mrnnkg1",
                    "text": "<input type=\"email\" name=\"email\" id=\"input_comp-l0mrnnkg1\" class=\"KvoMHf has-custom-focus wixui-text"
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Sign Up"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://instagram.com/gailpellerinforassembly\" target=\"_blank\" re"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/gailpellerinforassembly\" target=\"_blank\""
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://twitter.com/gailforassembly\" target=\"_blank\" rel=\"norefer"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCJA0cQkKAalPObdEeo_PANQ\" target="
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "info@gailpellerinforassembly.com"
                  }
                ],
                "nonoutline": [],
                "outline": []
              }
            },
            "totals": [
              0,
              0,
              0,
              18
            ],
            "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": "ABOUT GAIL"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "PRIORITIES"
              },
              {
                "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": "PRESS"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "VOTING"
              },
              {
                "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": "DONATE"
              },
              {
                "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": "INPUT element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "INPUT",
                "id": "input_comp-l0mrr0oz",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<input type=\"text\" name=\"name\" id=\"input_comp-l0mrr0oz\" class=\"KvoMHf has-custom-focus wixui-text-in"
              },
              {
                "ruleID": "focInd",
                "what": "INPUT element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "INPUT",
                "id": "input_comp-l0mrnnkg1",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-l0mrnnkg1\" class=\"KvoMHf has-custom-focus wixui-text"
              },
              {
                "ruleID": "focInd",
                "what": "BUTTON element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Sign Up"
              },
              {
                "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://instagram.com/gailpellerinforassembly\" 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://www.facebook.com/gailpellerinforassembly\" target=\"_blank\""
              },
              {
                "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/gailforassembly\" target=\"_blank\" rel=\"norefer"
              },
              {
                "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/UCJA0cQkKAalPObdEeo_PANQ\" target="
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "info@gailpellerinforassembly.com"
              }
            ]
          },
          "focOp": {
            "what": "discrepancies between focusability and operability",
            "data": {
              "totals": {
                "total": 29,
                "types": {
                  "onlyFocusable": {
                    "total": 1,
                    "tagNames": {
                      "DIV": 1
                    }
                  },
                  "onlyOperable": {
                    "total": 10,
                    "tagNames": {
                      "LI": 8,
                      "SPAN": 2
                    }
                  },
                  "focusableAndOperable": {
                    "total": 18,
                    "tagNames": {
                      "A": 13,
                      "BUTTON": 3,
                      "INPUT": 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": "ABOUT GAIL",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "LI",
                    "id": "comp-irys4v5c2",
                    "text": "PRIORITIES",
                    "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": "PRESS",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "LI",
                    "id": "comp-irys4v5c5",
                    "text": "VOTING",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "LI",
                    "id": "comp-irys4v5c6",
                    "text": "GET INVOLVED",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "LI",
                    "id": "comp-irys4v5c__more__",
                    "text": "More",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "DONATE",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "Sign Up",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ],
                "focusableAndOperable": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "HOME",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "ABOUT GAIL",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "PRIORITIES",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "ENDORSEMENTS",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "PRESS",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "VOTING",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "GET INVOLVED",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "DONATE",
                    "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": "INPUT",
                    "id": "input_comp-l0mrr0oz",
                    "text": "<input type=\"text\" name=\"name\" id=\"input_comp-l0mrr0oz\" class=\"KvoMHf has-custom-focus wixui-text-in",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "input_comp-l0mrnnkg1",
                    "text": "<input type=\"email\" name=\"email\" id=\"input_comp-l0mrnnkg1\" class=\"KvoMHf has-custom-focus wixui-text",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Sign Up",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://instagram.com/gailpellerinforassembly\" target=\"_blank\" re",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/gailpellerinforassembly\" target=\"_blank\"",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://twitter.com/gailforassembly\" target=\"_blank\" rel=\"norefer",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCJA0cQkKAalPObdEeo_PANQ\" target=",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "info@gailpellerinforassembly.com",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              1,
              10
            ],
            "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": "ABOUT GAIL"
              },
              {
                "ruleID": "focOp",
                "complaint": "LI element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "comp-irys4v5c2",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "PRIORITIES"
              },
              {
                "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": "PRESS"
              },
              {
                "ruleID": "focOp",
                "complaint": "LI element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "comp-irys4v5c5",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "VOTING"
              },
              {
                "ruleID": "focOp",
                "complaint": "LI element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "comp-irys4v5c6",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "GET INVOLVED"
              },
              {
                "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": "DONATE"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Sign Up"
              }
            ]
          },
          "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": 27,
                "triggerSample": 19,
                "impactTriggers": 4,
                "additions": 0,
                "removals": 15,
                "opacityChanges": 5,
                "opacityImpact": 22,
                "unhoverables": 0,
                "noCursors": 0,
                "badCursors": 6,
                "noIndicators": 4,
                "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": 8,
                    "opacityChanges": 2,
                    "opacityImpact": 10
                  }
                ],
                "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"
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Sign Up"
                  }
                ],
                "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": [
              22,
              5,
              21,
              8
            ],
            "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": "Link or button makes the hovering mouse cursor nonstandard",
                "ordinalSeverity": 2,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Sign Up"
              },
              {
                "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": 5
              },
              "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"
                    }
                  },
                  {
                    "index": 2,
                    "tagName": "INPUT",
                    "type": "text",
                    "labelType": "aria-label",
                    "texts": {
                      "attribute": "Name"
                    }
                  },
                  {
                    "index": 3,
                    "tagName": "INPUT",
                    "type": "email",
                    "labelType": "aria-label",
                    "texts": {
                      "attribute": "E-Mail Address"
                    }
                  },
                  {
                    "index": 4,
                    "tagName": "BUTTON",
                    "type": "submit",
                    "texts": {
                      "content": "Sign Up"
                    }
                  }
                ]
              }
            },
            "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": 13,
                "adjacent": {
                  "total": 9,
                  "underlined": 0,
                  "underlinedPercent": 0
                }
              },
              "items": {
                "underlined": [],
                "notUnderlined": [
                  {
                    "id": "",
                    "text": "HOME"
                  },
                  {
                    "id": "",
                    "text": "ABOUT GAIL"
                  },
                  {
                    "id": "",
                    "text": "PRIORITIES"
                  },
                  {
                    "id": "",
                    "text": "ENDORSEMENTS"
                  },
                  {
                    "id": "",
                    "text": "PRESS"
                  },
                  {
                    "id": "",
                    "text": "VOTING"
                  },
                  {
                    "id": "",
                    "text": "GET INVOLVED"
                  },
                  {
                    "id": "",
                    "text": "DONATE"
                  },
                  {
                    "id": "",
                    "text": "info@gailpellerinforassembly.com"
                  }
                ]
              }
            },
            "totals": [
              0,
              9,
              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": "ABOUT GAIL"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "PRIORITIES"
              },
              {
                "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": "PRESS"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "VOTING"
              },
              {
                "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": "DONATE"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "info@gailpellerinforassembly.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": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "nonTable": {
            "what": "table elements used for layout",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "radioSet": {
            "what": "radio buttons not grouped into standard field sets",
            "data": {
              "totals": {
                "total": 0,
                "inSet": 0,
                "percent": "N.A."
              },
              "items": {
                "inSet": [],
                "notInSet": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "role": {
            "what": "invalid and native-replacing explicit roles",
            "data": {
              "roleElements": 5,
              "badRoleElements": 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": 3,
                  "subtotals": [
                    2,
                    1
                  ]
                },
                "adjacentLink": {
                  "total": 9,
                  "subtotals": [
                    7,
                    2
                  ]
                },
                "listLink": {
                  "total": 4
                },
                "h1": {
                  "total": 3,
                  "subtotals": [
                    2,
                    1
                  ]
                },
                "h2": {
                  "total": 1
                }
              },
              "items": {
                "button": {
                  "borderStyle": {
                    "none": [
                      "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www.",
                      "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o"
                    ],
                    "solid": [
                      "Sign Up"
                    ]
                  },
                  "height": {
                    "52.3047px": [
                      "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www.",
                      "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o"
                    ],
                    "39px": [
                      "Sign Up"
                    ]
                  },
                  "minWidth": {
                    "0px": [
                      "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www.",
                      "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o"
                    ],
                    "100%": [
                      "Sign Up"
                    ]
                  }
                },
                "adjacentLink": {
                  "fontWeight": {
                    "400": [
                      "DONATE",
                      "info@gailpellerinforassembly.com"
                    ],
                    "700": [
                      "HOME",
                      "ABOUT GAIL",
                      "PRIORITIES",
                      "ENDORSEMENTS",
                      "PRESS",
                      "VOTING",
                      "GET INVOLVED"
                    ]
                  }
                },
                "h1": {
                  "fontSize": {
                    "35px": [
                      "28TH ASSEMBLY DISTRICT"
                    ],
                    "12px": [
                      "PAID FOR and authorized BY GAIL PELLERIN FOR ASSEMBLY",
                      "PO Box 4100, Santa Cruz CA, 95063 | ‪(408) 214-4521‬ | info@gailpellerinforassembly.com | FPPC ID#14"
                    ]
                  }
                }
              }
            },
            "totals": [
              1,
              0,
              1,
              1
            ],
            "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": "Buttons have 2 different styles",
                "count": 1,
                "ordinalSeverity": 2,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Level-1 headings have 2 different styles",
                "count": 1,
                "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": "HOMEABOUT GAILPRIORITIESENDORSEMENTSPRESSVOTINGGET INVOLVEDMoreUse tab to navigate through the menu "
                },
                {
                  "tagName": "DIV",
                  "id": "comp-irys4v5cdropWrapper",
                  "text": "<div class=\"JdScD2\" id=\"comp-irys4v5cdropWrapper\" data-dropalign=\"right\" 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": "HOMEABOUT GAILPRIORITIESENDORSEMENTSPRESSVOTINGGET INVOLVEDMoreUse tab to navigate through the menu "
              },
              {
                "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=\"right\" 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": [
          28,
          18,
          27,
          37
        ],
        "instances": [
          {
            "ruleID": "autocomplete",
            "what": "Input is missing the required autocomplete attribute with value email",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "E-Mail Address; #input_comp-l0mrnnkg1"
          },
          {
            "ruleID": "bulk",
            "what": "Page contains a large number of visible elements",
            "count": 1,
            "ordinalSeverity": 0,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "filterStyle",
            "what": "g element has a filter style that impacts 4 elements",
            "ordinalSeverity": 2,
            "tagName": "G",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "g: <g filter=\"url(#svgcid-bdq91po62x1m)\"> <svg preserveAspectRatio=\"none\" data-bbox=\"20 69 160 62\" view"
          },
          {
            "ruleID": "filterStyle",
            "what": "CANVAS element has a filter style that impacts 0 elements",
            "ordinalSeverity": 2,
            "tagName": "CANVAS",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "CANVAS: <canvas class=\"l9fM0h\" data-playable-hook=\"background-canvas\" width=\"980\" height=\"552\"></canvas>"
          },
          {
            "ruleID": "focAll",
            "what": "Some focusable elements are not Tab-focusable or vice versa",
            "count": 1,
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "HOME"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "ABOUT GAIL"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "PRIORITIES"
          },
          {
            "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": "PRESS"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "VOTING"
          },
          {
            "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": "DONATE"
          },
          {
            "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": "INPUT element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "input_comp-l0mrr0oz",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input type=\"text\" name=\"name\" id=\"input_comp-l0mrr0oz\" class=\"KvoMHf has-custom-focus wixui-text-in"
          },
          {
            "ruleID": "focInd",
            "what": "INPUT element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "input_comp-l0mrnnkg1",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-l0mrnnkg1\" class=\"KvoMHf has-custom-focus wixui-text"
          },
          {
            "ruleID": "focInd",
            "what": "BUTTON element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Sign Up"
          },
          {
            "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://instagram.com/gailpellerinforassembly\" 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://www.facebook.com/gailpellerinforassembly\" target=\"_blank\""
          },
          {
            "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/gailforassembly\" target=\"_blank\" rel=\"norefer"
          },
          {
            "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/UCJA0cQkKAalPObdEeo_PANQ\" target="
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "info@gailpellerinforassembly.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": "ABOUT GAIL"
          },
          {
            "ruleID": "focOp",
            "complaint": "LI element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "comp-irys4v5c2",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "PRIORITIES"
          },
          {
            "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": "PRESS"
          },
          {
            "ruleID": "focOp",
            "complaint": "LI element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "comp-irys4v5c5",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "VOTING"
          },
          {
            "ruleID": "focOp",
            "complaint": "LI element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "comp-irys4v5c6",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "GET INVOLVED"
          },
          {
            "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": "DONATE"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Sign Up"
          },
          {
            "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": "Link or button makes the hovering mouse cursor nonstandard",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Sign Up"
          },
          {
            "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": "ABOUT GAIL"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "PRIORITIES"
          },
          {
            "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": "PRESS"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "VOTING"
          },
          {
            "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": "DONATE"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "info@gailpellerinforassembly.com"
          },
          {
            "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": "Buttons have 2 different styles",
            "count": 1,
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Level-1 headings have 2 different styles",
            "count": 1,
            "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": "HOMEABOUT GAILPRIORITIESENDORSEMENTSPRESSVOTINGGET INVOLVEDMoreUse tab to navigate through the menu "
          },
          {
            "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=\"right\" 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": 1687108344033
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "startTime": 1687108344033,
      "url": "https://www.gailpellerinforassembly.com/",
      "what": "WAVE",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Re-Elect Gail Pellerin for Assembly | 28th Assembly District | HOME",
          "pageurl": "https://www.gailpellerinforassembly.com/",
          "time": 5.23,
          "creditsremaining": 957,
          "allitemcount": 129,
          "totalelements": 613,
          "waveurl": "http://wave.webaim.org/report?url=https://www.gailpellerinforassembly.com/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 4,
            "items": {
              "alt_link_missing": {
                "id": "alt_link_missing",
                "description": "Linked image missing alternative text",
                "count": 4,
                "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-l0mrlcet > UL:first-child > LI#dataItem-l0mrlcg81-comp-l0mrlcet > A:first-child > WOW-IMAGE#img_0_comp-l0mrlcet > 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-l0mrlcet > UL:first-child > LI#dataItem-l0mrlcg9-comp-l0mrlcet > A:first-child > WOW-IMAGE#img_1_comp-l0mrlcet > 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-l0mrlcet > UL:first-child > LI#dataItem-lhi7jco1-comp-l0mrlcet > A:first-child > WOW-IMAGE#img_2_comp-l0mrlcet > 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-l0mrlcet > UL:first-child > LI#dataItem-l34rtj63-comp-l0mrlcet > A:first-child > WOW-IMAGE#img_3_comp-l0mrlcet > 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"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 17,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 17,
                "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 > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > 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 > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > 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 > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > 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 > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > 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 > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > 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 > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > 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 > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-irys4v5c > NAV#comp-irys4v5cnavContainer > UL#comp-irys4v5citemsContainer > LI#comp-irys4v5c6 > A:first-child > DIV:first-child > DIV:first-child > P#comp-irys4v5c6label",
                  "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 > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0msiobd > A:first-child > 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 > DIV#comp-l79d99s4 > DIV:first-child > DIV:first-child > BUTTON:first-child > DIV: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 > DIV#comp-l0j8pmfg > H1:first-child > SPAN: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#pr2uh > DIV:first-child + DIV > DIV#Containerpr2uh > DIV:first-child > DIV:first-child > SECTION#comp-l0ms6uwp > DIV:first-child + DIV > DIV#comp-l0ms6uyv > DIV:first-child + DIV > DIV:first-child > DIV#comp-l1wf8oyj > DIV:first-child > DIV:first-child > DIV#comp-l0mwl0v4 > P: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#pr2uh > DIV:first-child + DIV > DIV#Containerpr2uh > DIV:first-child > DIV:first-child > SECTION#comp-l0ms6uwp > DIV:first-child + DIV > DIV#comp-l0ms6uyv > DIV:first-child + DIV > DIV:first-child > DIV#comp-l1wf8oyj > DIV:first-child > DIV:first-child > DIV#comp-l1weynb5 > P:first-child > SPAN: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-l0lwgbpw > H1: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 > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-l0lwi7h4 > 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 > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-l0lwi7h4 > H1:first-child > SPAN:first-child > SPAN:first-child + SPAN > SPAN: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-l0lwi7h4 > H1:first-child > SPAN:first-child > SPAN:first-child + SPAN > SPAN:first-child > SPAN:first-child > 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-l0lwi7h4 > H1:first-child > SPAN:first-child > SPAN:first-child + SPAN + SPAN + SPAN > SPAN:first-child > SPAN:first-child"
                ],
                "contrastdata": [
                  [
                    1.81,
                    "#97c6ea",
                    "#ffffff",
                    false
                  ],
                  [
                    1.81,
                    "#97c6ea",
                    "#ffffff",
                    false
                  ],
                  [
                    1.81,
                    "#97c6ea",
                    "#ffffff",
                    false
                  ],
                  [
                    1.81,
                    "#97c6ea",
                    "#ffffff",
                    false
                  ],
                  [
                    1.81,
                    "#97c6ea",
                    "#ffffff",
                    false
                  ],
                  [
                    1.81,
                    "#97c6ea",
                    "#ffffff",
                    false
                  ],
                  [
                    1.81,
                    "#97c6ea",
                    "#ffffff",
                    false
                  ],
                  [
                    3.46,
                    "#ffffff",
                    "#ff4040",
                    false
                  ],
                  [
                    1.81,
                    "#97c6ea",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1.81,
                    "#97c6ea",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 8,
            "items": {
              "alt_suspicious": {
                "id": "alt_suspicious",
                "description": "Suspicious alternative text",
                "count": 2,
                "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-l0j8416p > DIV:first-child > WOW-IMAGE#img_comp-l0j8416p > 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#pr2uh > DIV:first-child + DIV > DIV#Containerpr2uh > DIV:first-child > DIV:first-child > SECTION#comp-lhqppch7 > DIV:first-child + DIV > DIV#comp-lhqppcjl > DIV:first-child + DIV > DIV:first-child > DIV#comp-lhp6f96u > DIV:first-child > WOW-IMAGE#img_comp-lhp6f96u > IMG:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              },
              "heading_possible": {
                "id": "heading_possible",
                "description": "Possible heading",
                "count": 1,
                "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#pr2uh > DIV:first-child + DIV > DIV#Containerpr2uh > DIV:first-child > DIV:first-child > SECTION#comp-lhqppch7 > DIV:first-child + DIV > DIV#comp-lhqppcjl > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0my38l9 > P:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.1 Bypass Blocks (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "text_small": {
                "id": "text_small",
                "description": "Very small text",
                "count": 4,
                "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 > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > 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 > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#pr2uh > DIV:first-child + DIV > DIV#Containerpr2uh > DIV:first-child > DIV:first-child > SECTION#comp-l0ms6uwp > DIV:first-child + DIV > DIV#comp-l0ms6uyv > DIV:first-child + DIV > DIV:first-child > DIV#comp-l34rtuym > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_BOTTOM > SPAN:first-child"
                ],
                "wcag": []
              },
              "html5_video_audio": {
                "id": "html5_video_audio",
                "description": "HTML5 video or audio",
                "count": 1,
                "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#pr2uh > DIV:first-child + DIV > DIV#Containerpr2uh > DIV:first-child > DIV:first-child > SECTION#comp-l0ms6uwp > DIV:first-child + DIV > DIV#comp-l0ms6uyv > DIV:first-child + DIV > DIV:first-child > DIV#comp-l34rtuym > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > CANVAS:first-child + VIDEO"
                ],
                "wcag": [
                  {
                    "name": "1.2.1 Prerecorded Audio-only and Video-only (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.2.1"
                  },
                  {
                    "name": "1.2.2 Captions (Prerecorded) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.2.2"
                  },
                  {
                    "name": "1.2.3 Audio Description or Media Alternative (Prerecorded) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.2.3"
                  },
                  {
                    "name": "1.2.5 Audio Description (Prerecorded) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.2.5"
                  },
                  {
                    "name": "1.4.2 Audio Control (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.2"
                  }
                ]
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          8,
          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-l0mrlcet > UL:first-child > LI#dataItem-l0mrlcg81-comp-l0mrlcet > A:first-child > WOW-IMAGE#img_0_comp-l0mrlcet > 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-l0mrlcet > UL:first-child > LI#dataItem-l0mrlcg9-comp-l0mrlcet > A:first-child > WOW-IMAGE#img_1_comp-l0mrlcet > 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-l0mrlcet > UL:first-child > LI#dataItem-lhi7jco1-comp-l0mrlcet > A:first-child > WOW-IMAGE#img_2_comp-l0mrlcet > 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-l0mrlcet > UL:first-child > LI#dataItem-l34rtj63-comp-l0mrlcet > A:first-child > WOW-IMAGE#img_3_comp-l0mrlcet > IMG: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 > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > 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 > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > 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 > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > 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 > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > 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 > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > 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 > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > 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": "P",
            "id": "comp-irys4v5c6label",
            "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 > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > DIV:first-child > WIX-DROPDOWN-MENU#comp-irys4v5c > NAV#comp-irys4v5cnavContainer > UL#comp-irys4v5citemsContainer > LI#comp-irys4v5c6 > A:first-child > DIV:first-child > DIV:first-child > P#comp-irys4v5c6label"
            },
            "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 > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0msiobd > A:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "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-l79d99s4 > DIV:first-child > DIV:first-child > BUTTON:first-child > DIV: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 > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-l0j8pmfg > H1:first-child > SPAN: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#pr2uh > DIV:first-child + DIV > DIV#Containerpr2uh > DIV:first-child > DIV:first-child > SECTION#comp-l0ms6uwp > DIV:first-child + DIV > DIV#comp-l0ms6uyv > DIV:first-child + DIV > DIV:first-child > DIV#comp-l1wf8oyj > DIV:first-child > DIV:first-child > DIV#comp-l0mwl0v4 > P: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#pr2uh > DIV:first-child + DIV > DIV#Containerpr2uh > DIV:first-child > DIV:first-child > SECTION#comp-l0ms6uwp > DIV:first-child + DIV > DIV#comp-l0ms6uyv > DIV:first-child + DIV > DIV:first-child > DIV#comp-l1wf8oyj > DIV:first-child > DIV:first-child > DIV#comp-l1weynb5 > P: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 > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-l0lwgbpw > H1: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 > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-l0lwi7h4 > 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 > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-l0lwi7h4 > H1:first-child > SPAN:first-child > SPAN:first-child + SPAN > SPAN:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#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-l0lwi7h4 > H1:first-child > SPAN:first-child > SPAN:first-child + SPAN > SPAN:first-child > SPAN:first-child > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#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-l0lwi7h4 > H1:first-child > SPAN:first-child > SPAN:first-child + SPAN + SPAN + SPAN > 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-l0j8416p > DIV:first-child > WOW-IMAGE#img_comp-l0j8416p > 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#pr2uh > DIV:first-child + DIV > DIV#Containerpr2uh > DIV:first-child > DIV:first-child > SECTION#comp-lhqppch7 > DIV:first-child + DIV > DIV#comp-lhqppcjl > DIV:first-child + DIV > DIV:first-child > DIV#comp-lhp6f96u > DIV:first-child > WOW-IMAGE#img_comp-lhp6f96u > IMG:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "heading_possible",
            "what": "Possible heading",
            "ordinalSeverity": 0,
            "tagName": "P",
            "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#pr2uh > DIV:first-child + DIV > DIV#Containerpr2uh > DIV:first-child > DIV:first-child > SECTION#comp-lhqppch7 > DIV:first-child + DIV > DIV#comp-lhqppcjl > DIV:first-child + DIV > DIV:first-child > DIV#comp-l0my38l9 > P: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_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 > SECTION#comp-lhawae1i > DIV:first-child + DIV > DIV#comp-lhawae392 > DIV:first-child + DIV > 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": "DIV",
            "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#pr2uh > DIV:first-child + DIV > DIV#Containerpr2uh > DIV:first-child > DIV:first-child > SECTION#comp-l0ms6uwp > DIV:first-child + DIV > DIV#comp-l0ms6uyv > DIV:first-child + DIV > DIV:first-child > DIV#comp-l34rtuym > DIV:first-child > DIV:first-child > DIV:first-child > DIV: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": ""
          },
          {
            "ruleID": "html5_video_audio",
            "what": "HTML5 video or audio",
            "ordinalSeverity": 0,
            "tagName": "VIDEO",
            "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#pr2uh > DIV:first-child + DIV > DIV#Containerpr2uh > DIV:first-child > DIV:first-child > SECTION#comp-l0ms6uwp > DIV:first-child + DIV > DIV#comp-l0ms6uyv > DIV:first-child + DIV > DIV:first-child > DIV#comp-l34rtuym > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > CANVAS:first-child + VIDEO"
            },
            "excerpt": ""
          }
        ]
      },
      "endTime": 1687108349663
    }
  ],
  "sources": {
    "script": "ts27",
    "batch": "caassy",
    "target": {
      "id": "caAD28-c",
      "which": "https://www.gailpellerinforassembly.com/",
      "what": "Candidate Gail Pellerin (D)"
    },
    "requester": "pool@jpdev.pro"
  },
  "creationTime": "2023-06-18T02:07:06",
  "timeStamp": "18ixx",
  "jobData": {
    "startTime": "2023-06-18T17:10:47",
    "endTime": "2023-06-18T17:12:29",
    "elapsedSeconds": 101,
    "visitLatency": 6,
    "logCount": 15,
    "logSize": 1876,
    "errorLogCount": 9,
    "errorLogSize": 1532,
    "prohibitedCount": 0,
    "visitRejectionCount": 0,
    "aborted": false,
    "abortedAct": null,
    "presses": 0,
    "amountRead": 0,
    "testTimes": [
      [
        "testaro",
        38
      ],
      [
        "testaro",
        13
      ],
      [
        "axe",
        11
      ],
      [
        "ibm",
        10
      ],
      [
        "alfa",
        6
      ],
      [
        "wave",
        6
      ],
      [
        "qualWeb",
        4
      ],
      [
        "nuVal",
        3
      ],
      [
        "tenon",
        1
      ],
      [
        "continuum",
        0
      ],
      [
        "htmlcs",
        0
      ]
    ]
  },
  "score": {
    "scoreProcID": "tsp27",
    "summary": {
      "total": 1306,
      "issue": 1133,
      "tool": 160,
      "prevention": 0,
      "log": 13,
      "latency": 0
    },
    "details": {
      "severity": {
        "total": [
          181,
          132,
          165,
          164
        ],
        "byTool": {
          "testaro": [
            28,
            18,
            27,
            37
          ],
          "alfa": [
            72,
            0,
            0,
            43
          ],
          "axe": [
            31,
            4,
            1,
            10
          ],
          "continuum": [
            0,
            0,
            0,
            7
          ],
          "htmlcs": [
            18,
            0,
            0,
            0
          ],
          "ibm": [
            0,
            7,
            0,
            13
          ],
          "nuVal": [
            12,
            0,
            88,
            0
          ],
          "qualWeb": [
            12,
            103,
            48,
            24
          ],
          "tenon": [
            0,
            0,
            1,
            9
          ],
          "wave": [
            8,
            0,
            0,
            21
          ]
        }
      },
      "prevention": {},
      "issue": {
        "linkNoText": {
          "score": 32,
          "maxCount": 8,
          "weight": 4,
          "tools": {
            "alfa": {
              "r11": {
                "quality": 1,
                "what": "Link has no accessible name",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Links have an accessible name"
                  ]
                }
              }
            },
            "axe": {
              "link-name": {
                "quality": 1,
                "what": "Link has no discernible text",
                "complaints": {
                  "countTotal": 4,
                  "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": 4,
                  "texts": [
                    "This A element does not have a mechanism that allows an accessible name value to be calculated"
                  ]
                }
              }
            },
            "ibm": {
              "a_text_purpose": {
                "quality": 1,
                "what": "Hyperlink has no link text, label, or image with a text alternative",
                "complaints": {
                  "countTotal": 4,
                  "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": 4,
                  "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": 4,
                  "texts": [
                    "This technique checks the text alternative of images which are the only content of a link"
                  ]
                }
              }
            },
            "wave": {
              "alt_link_missing": {
                "quality": 1,
                "what": "Linked image has no text alternative",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Linked image missing alternative text"
                  ]
                }
              }
            }
          }
        },
        "visibleLabelNotName": {
          "score": 24,
          "maxCount": 8,
          "weight": 3,
          "tools": {
            "alfa": {
              "r14": {
                "quality": 1,
                "what": "Visible label is not in the accessible name",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "Visible labels are included in accessible names"
                  ]
                }
              }
            },
            "axe": {
              "label-content-name-mismatch": {
                "quality": 1,
                "what": "Element visible text is not part of its accessible name",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Elements must have their visible text as part of their accessible name; Text inside the element is not included in the accessible name"
                  ]
                }
              }
            }
          }
        },
        "imageTextBad": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "alfa": {
              "r39": {
                "quality": 1,
                "what": "Image text alternative is the filename instead",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Image filename is accessible name for image"
                  ]
                }
              }
            }
          }
        },
        "focusIndication": {
          "score": 116,
          "maxCount": 29,
          "weight": 4,
          "tools": {
            "alfa": {
              "r65": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 25,
                  "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": 29,
                  "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": 18,
                  "texts": [
                    "A element has no focus indicator",
                    "BUTTON element has no focus indicator",
                    "INPUT element has no focus indicator"
                  ]
                }
              }
            }
          }
        },
        "contrastAAA": {
          "score": 25,
          "maxCount": 25,
          "weight": 1,
          "tools": {
            "alfa": {
              "r66": {
                "quality": 1,
                "what": "Text contrast less than AAA requires",
                "complaints": {
                  "countTotal": 25,
                  "texts": [
                    "Text outside widget has enhanced contrast"
                  ]
                }
              }
            },
            "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": 100,
          "maxCount": 25,
          "weight": 4,
          "tools": {
            "alfa": {
              "r69": {
                "quality": 1,
                "what": "Text outside widget has subminimum contrast",
                "complaints": {
                  "countTotal": 25,
                  "texts": [
                    "Text outside widget has minimum contrast"
                  ]
                }
              }
            },
            "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": 8,
                  "texts": [
                    "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
                    "Text contrast of 1.81 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R37": {
                "quality": 1,
                "what": "Text has less than the minimum contrast",
                "complaints": {
                  "countTotal": 9,
                  "texts": [
                    "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement."
                  ]
                }
              }
            },
            "wave": {
              "contrast": {
                "quality": 1,
                "what": "Very low contrast",
                "complaints": {
                  "countTotal": 17,
                  "texts": [
                    "Very low contrast"
                  ]
                }
              }
            }
          }
        },
        "leadingInsufficient": {
          "score": 16,
          "maxCount": 8,
          "weight": 2,
          "tools": {
            "alfa": {
              "r73": {
                "quality": 1,
                "what": "Paragraph of text has insufficient line height",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "Paragraphs of text have sufficient line height"
                  ]
                }
              }
            }
          }
        },
        "fontSizeAbsolute": {
          "score": 72,
          "maxCount": 36,
          "weight": 2,
          "tools": {
            "alfa": {
              "r74": {
                "quality": 1,
                "what": "Paragraph text has an absolute font size",
                "complaints": {
                  "countTotal": 8,
                  "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": 36,
                  "texts": [
                    "This technique checks that all font-size attribute uses percent, em or names."
                  ]
                }
              }
            }
          }
        },
        "pseudoCodeRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "alfa": {
              "r79": {
                "quality": 1,
                "what": "pre element is not used for a figure or for code, kbd, and samp elements",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Preformatted text represents either code or a figure"
                  ]
                }
              }
            }
          }
        },
        "leadingAbsolute": {
          "score": 14,
          "maxCount": 7,
          "weight": 2,
          "tools": {
            "alfa": {
              "r80": {
                "quality": 1,
                "what": "Paragraph text has an absolute line height",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "Paragraphs of text do not have line heights defined in absolute units"
                  ]
                }
              }
            }
          }
        },
        "overflowHidden": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "alfa": {
              "r83": {
                "quality": 1,
                "what": "Overflow is hidden or clipped if the text is enlarged",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Text nodes are not clipped when text is resized"
                  ]
                }
              }
            }
          }
        },
        "notKeyboardScrollable": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "alfa": {
              "r84": {
                "quality": 1,
                "what": "Element is scrollable but not by keyboard",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Scrollable elements are keyboard accessible"
                  ]
                }
              }
            }
          }
        },
        "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."
                  ]
                }
              }
            }
          }
        },
        "ariaBadAttribute": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "axe": {
              "aria-allowed-attr": {
                "quality": 1,
                "what": "ARIA attribute is invalid for the role of its element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Elements must only use allowed ARIA attributes"
                  ]
                }
              }
            }
          }
        },
        "frameContentRisk": {
          "score": 0,
          "maxCount": 0.2,
          "weight": 1,
          "tools": {
            "axe": {
              "frame-tested": {
                "quality": 0.2,
                "what": "Some content is in an iframe and therefore may not be testable for accessibility",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Frames should be tested with axe-core; The iframe still has to be tested with axe-core"
                  ]
                }
              }
            }
          }
        },
        "hiddenContentRisk": {
          "score": 30,
          "maxCount": 30,
          "weight": 1,
          "tools": {
            "axe": {
              "hidden-content": {
                "quality": 1,
                "what": "Some content is hidden and therefore may not be testable for accessibility",
                "complaints": {
                  "countTotal": 30,
                  "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."
                  ]
                }
              }
            }
          }
        },
        "videoContentNoText": {
          "score": 24,
          "maxCount": 6,
          "weight": 4,
          "tools": {
            "axe": {
              "video-caption": {
                "quality": 1,
                "what": "video element has no captions",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "<video> elements must have captions"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R51": {
                "quality": 1,
                "what": "video element visual-only content is not a media alternative for text",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks non-streaming silent video is a media alternative for text on the page."
                  ]
                }
              },
              "QW-ACT-R56": {
                "quality": 1,
                "what": "video element content is not a media alternative for text",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks non-streaming video is a media alternative for text on the page."
                  ]
                }
              },
              "QW-ACT-R61": {
                "quality": 1,
                "what": "video element visual content has no transcript",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that non-streaming video elements have all audio and visual information available in a transcript."
                  ]
                }
              },
              "QW-ACT-R23": {
                "quality": 1,
                "what": "video element visual content has no accessible alternative",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that video elements with audio have an alternative for the video content as audio or as text."
                  ]
                }
              },
              "QW-ACT-R31": {
                "quality": 1,
                "what": "video element visual-only content has no accessible alternative",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that video elements without audio have an alternative available."
                  ]
                }
              },
              "QW-ACT-R32": {
                "quality": 1,
                "what": "video element visual-only content has no strict accessible alternative",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that video elements with audio have audio description."
                  ]
                }
              }
            }
          }
        },
        "cssBansRotate": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "axe": {
              "css-orientation-lock": {
                "quality": 1,
                "what": "CSS media query locks display orientation",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined"
                  ]
                }
              }
            }
          }
        },
        "autoplay": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "axe": {
              "no-autoplay-audio": {
                "quality": 1,
                "what": "video or audio element plays automatically",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "<video> or <audio> elements must not play automatically; <video> or <audio> outputs audio for more than allowed duration and does not have a controls mechanism"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R15": {
                "quality": 1,
                "what": "audio or video has audio that plays automatically",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that auto-play audio does not last for more than 3 seconds, or the audio has a control mechanism to stop or mute it."
                  ]
                }
              }
            }
          }
        },
        "focusableRole": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "axe": {
              "focus-order-semantics": {
                "quality": 1,
                "what": "Focusable element has no active role",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Elements in the focus order should have an appropriate role; Element does not have a widget role.; Element has invalid semantics for an element in the focus order."
                  ]
                }
              }
            }
          }
        },
        "svgImageNoText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "continuum": {
              "123": {
                "quality": 1,
                "what": "svg element has no machanism allowing an accessible name to be calculated",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This svg element does not have a mechanism that allows an accessible name value to be calculated"
                  ]
                }
              }
            }
          }
        },
        "textAlternativeRisk": {
          "score": 7,
          "maxCount": 7,
          "weight": 1,
          "tools": {
            "continuum": {
              "234": {
                "quality": 1,
                "what": "img element has a suspicious calculated accessible name",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This IMG has a suspicious calculated accessible name value of: gp logo with re-elect - trans_edited.png",
                    "This IMG has a suspicious calculated accessible name value of: tunn4080.jpg"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T8": {
                "quality": 1,
                "what": "Text alternative is not an alternative",
                "complaints": {
                  "countTotal": 7,
                  "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": 2,
                  "texts": [
                    "Suspicious alternative text"
                  ]
                }
              }
            }
          }
        },
        "scrollRisk": {
          "score": 32,
          "maxCount": 32,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
                "quality": 1,
                "what": "Fixed-position element may force bidirectional scrolling",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-BP18": {
                "quality": 1,
                "what": "Percentage is not used in CSS for a container size",
                "complaints": {
                  "countTotal": 32,
                  "texts": [
                    "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values."
                  ]
                }
              }
            }
          }
        },
        "contrastRisk": {
          "score": 12,
          "maxCount": 12,
          "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": 8,
                  "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."
                  ]
                }
              }
            }
          }
        },
        "linkWindowSurpriseRisk": {
          "score": 5,
          "maxCount": 5,
          "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": 5,
                  "texts": [
                    "Check that this link's link text contains information indicating that the link will open in a new window."
                  ]
                }
              }
            }
          }
        },
        "attributeBad": {
          "score": 80,
          "maxCount": 20,
          "weight": 4,
          "tools": {
            "ibm": {
              "aria_attribute_valid": {
                "quality": 1,
                "what": "ARIA attribute is invalid for the role of its element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The ARIA attributes \"aria-labelledby\" are not valid for the element <svg> with ARIA role \"presentation\""
                  ]
                }
              }
            },
            "nuVal": {
              "^Attribute .+ not allowed on element .+ at this point.*$": {
                "quality": 1,
                "what": "Attribute not allowed on this element",
                "complaints": {
                  "countTotal": 8,
                  "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."
                  ]
                }
              }
            }
          }
        },
        "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"
                  ]
                }
              }
            }
          }
        },
        "ariaRedundant": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "ibm": {
              "aria_attribute_redundant": {
                "quality": 1,
                "what": "ARIA attribute is used when there is a corresponding HTML attribute",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\""
                  ]
                }
              }
            }
          }
        },
        "linkElementBad": {
          "score": 16,
          "maxCount": 4,
          "weight": 4,
          "tools": {
            "nuVal": {
              "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.": {
                "quality": 1,
                "what": "link element with an as attribute has no rel attribute with preload or modulepreload as its value",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload."
                  ]
                }
              }
            }
          }
        },
        "cssInvalid": {
          "score": 114,
          "maxCount": 38,
          "weight": 3,
          "tools": {
            "nuVal": {
              "CSS: Parse Error.": {
                "quality": 1,
                "what": "Invalid CSS",
                "complaints": {
                  "countTotal": 18,
                  "texts": [
                    "CSS: 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: .+: 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": 6,
                  "texts": [
                    "CSS: opacity: Parse Error.",
                    "CSS: left: Parse Error.",
                    "CSS: top: Parse Error."
                  ]
                }
              },
              "^CSS: .+: .+ is not a valid color 3 or 6 hexadecimals numbers.*$": {
                "quality": 1,
                "what": "Invalid hexadecimal color in CSS",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers."
                  ]
                }
              },
              "^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": 24,
          "maxCount": 6,
          "weight": 4,
          "tools": {
            "nuVal": {
              "^Element .+ not allowed as child of element .+ in this context.*$": {
                "quality": 1,
                "what": "Element has an invalid parent",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)",
                    "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)"
                  ]
                }
              }
            }
          }
        },
        "sectionHeadingless": {
          "score": 10,
          "maxCount": 10,
          "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": 10,
                  "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": 32,
          "maxCount": 8,
          "weight": 4,
          "tools": {
            "nuVal": {
              "Element img is missing required attribute src.": {
                "quality": 1,
                "what": "img element has no src attribute",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "Element img is missing required attribute src."
                  ]
                }
              }
            }
          }
        },
        "slashParseRisk": {
          "score": 39,
          "maxCount": 39,
          "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": 39,
                  "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": 4,
                  "texts": [
                    "Stray end tag link."
                  ]
                }
              }
            }
          }
        },
        "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."
                  ]
                }
              }
            }
          }
        },
        "errorReferenceBad": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-ACT-R41": {
                "quality": 1,
                "what": "Error message describes no invalid form field value",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error."
                  ]
                }
              }
            }
          }
        },
        "videoContentNoTranscript": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-ACT-R53": {
                "quality": 1,
                "what": "video element visual-only content has no transcript",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Non-streaming video elements without audio must have all visual information available in a transcript."
                  ]
                }
              }
            }
          }
        },
        "videoNoAudioTrack": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-ACT-R54": {
                "quality": 1,
                "what": "video element visual-only content has no audio track alternative",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Non-streaming video elements without audio must have an audio alternative."
                  ]
                }
              }
            }
          }
        },
        "videoNoAudioDescription": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-ACT-R55": {
                "quality": 1,
                "what": "video element visual content has no audio description",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that non-streaming video elements have all visual information also contained in the audio."
                  ]
                }
              }
            }
          }
        },
        "ignorable": {
          "score": 0,
          "maxCount": 1,
          "weight": 0,
          "tools": {
            "qualWeb": {
              "QW-ACT-R57": {
                "quality": 1,
                "what": "video element visual content has no description track (description tracks and this ACT rule have been deprecated)",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that description tracks that come with non-streaming video elements are descriptive."
                  ]
                }
              }
            }
          }
        },
        "audioContentNoText": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-ACT-R60": {
                "quality": 1,
                "what": "video element auditory content has no captions",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that captions are available for audio information in non-streaming video elements."
                  ]
                }
              },
              "QW-ACT-R26": {
                "quality": 1,
                "what": "video element auditory content has no accessible alternative",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that video elements have an alternative for information conveyed through audio."
                  ]
                }
              }
            }
          }
        },
        "autoplayLong": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-ACT-R49": {
                "quality": 1,
                "what": "audio or video that plays automatically has audio lasting more than 3 seconds",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "audio or video that plays automatically does not output audio for more than 3 seconds."
                  ]
                }
              }
            }
          }
        },
        "autoplayControl": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-ACT-R50": {
                "quality": 1,
                "what": "audio or video that plays automatically has no control mechanism",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "audio or video that plays automatically must have a control mechanism."
                  ]
                }
              }
            }
          }
        },
        "overflowHiddenRisk": {
          "score": 19,
          "maxCount": 19,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-ACT-R40": {
                "quality": 1,
                "what": "Zoomed text node may be clipped by a CSS overflow declaration",
                "complaints": {
                  "countTotal": 19,
                  "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."
                  ]
                }
              }
            }
          }
        },
        "submitButton": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T19": {
                "quality": 1,
                "what": "Submit button not provided",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context."
                  ]
                }
              }
            }
          }
        },
        "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": 12,
          "maxCount": 4,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP1": {
                "quality": 1,
                "what": "h1-h6 not used to identify headings",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content"
                  ]
                }
              }
            }
          }
        },
        "boxSizeAbsolute": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP15": {
                "quality": 1,
                "what": "Element width is specified in an absolute value",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "At least one width attribute of an HTML element is expressed in absolute values"
                  ]
                }
              }
            }
          }
        },
        "fontSmall": {
          "score": 12,
          "maxCount": 4,
          "weight": 3,
          "tools": {
            "tenon": {
              "134": {
                "quality": 1,
                "what": "Text is very small",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Very small text found."
                  ]
                }
              }
            },
            "wave": {
              "text_small": {
                "quality": 1,
                "what": "Text is very small",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Very small text"
                  ]
                }
              }
            }
          }
        },
        "leadingClipsText": {
          "score": 12,
          "maxCount": 3,
          "weight": 4,
          "tools": {
            "tenon": {
              "144": {
                "quality": 1,
                "what": "Line height is insufficent to properly display the computed font size",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This content's line height is insufficent to properly display the computed element font size."
                  ]
                }
              }
            }
          }
        },
        "linkForcesNewWindow": {
          "score": 15,
          "maxCount": 5,
          "weight": 3,
          "tools": {
            "tenon": {
              "218": {
                "quality": 1,
                "what": "Link opens in a new window without user control",
                "complaints": {
                  "countTotal": 5,
                  "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."
                  ]
                }
              }
            }
          }
        },
        "autocompleteNone": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "testaro": {
              "autocomplete": {
                "quality": 1,
                "what": "Name or email input is missing its required autocomplete attribute",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Input is missing the required autocomplete attribute with value email"
                  ]
                }
              }
            }
          }
        },
        "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"
                  ]
                }
              }
            }
          }
        },
        "filterStyle": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "testaro": {
              "filterStyle": {
                "quality": 1,
                "what": "Element styles include filter",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "g element has a filter style that impacts 4 elements",
                    "CANVAS element has a filter style that impacts 0 elements"
                  ]
                }
              }
            }
          }
        },
        "tabFocusability": {
          "score": 2,
          "maxCount": 0.5,
          "weight": 4,
          "tools": {
            "testaro": {
              "focAll": {
                "quality": 0.5,
                "what": "Discrepancy between elements that should be and that are Tab-focusable",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Some focusable elements are not Tab-focusable or vice versa"
                  ]
                }
              }
            }
          }
        },
        "focusableOperable": {
          "score": 33,
          "maxCount": 11,
          "weight": 3,
          "tools": {
            "testaro": {
              "focOp": {
                "quality": 1,
                "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable",
                "complaints": {
                  "countTotal": 11,
                  "texts": [
                    null
                  ]
                }
              }
            }
          }
        },
        "hoverSurprise": {
          "score": 14,
          "maxCount": 7,
          "weight": 2,
          "tools": {
            "testaro": {
              "hover": {
                "quality": 1,
                "what": "Hovering is impossible or mis-indicated or changes content",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "Hovering over element has unexpected effects",
                    "Link or button makes the hovering mouse cursor nonstandard",
                    "Button shows no indication of being hovered over"
                  ]
                }
              }
            }
          }
        },
        "linkIndication": {
          "score": 18,
          "maxCount": 9,
          "weight": 2,
          "tools": {
            "testaro": {
              "linkUl": {
                "quality": 1,
                "what": "Non-underlined adjacent links",
                "complaints": {
                  "countTotal": 9,
                  "texts": [
                    "Link is inline but has no underline"
                  ]
                }
              }
            }
          }
        },
        "inconsistentStyles": {
          "score": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "testaro": {
              "styleDiff": {
                "quality": 1,
                "what": "Heading, link, and button style inconsistencies",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "In-line links have 2 different styles",
                    "Buttons have 2 different styles",
                    "Level-1 headings have 2 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"
                  ]
                }
              }
            }
          }
        },
        "pseudoHeadingRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "wave": {
              "heading_possible": {
                "quality": 1,
                "what": "Possible heading",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Possible heading"
                  ]
                }
              }
            }
          }
        },
        "videoCaptionRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "wave": {
              "html5_video_audio": {
                "quality": 1,
                "what": "video or audio element may have no or incorrect captions, transcript, or audio description",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "HTML5 video or audio"
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}