Accessibility digest

Synopsis
PageCandidate Lisa Calderon (D)
URLhttps://lisacalderon4assembly.com/
Requesterpool@jpdev.pro
Test date2023/06/18
Score355
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 Lisa Calderon (D) at https://lisacalderon4assembly.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 355, where 0 would be perfect.

Total score

The total score is the sum of five components.

Score summary
ComponentScoreDescription
total355Sum of the component scores
issue312Severity and number of reported defects
tool41Tool-by-tool defect ratings
prevention0Failed attempts by tools to test the page
log2Browser 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
slashParseRisk52
focusIndication32
siteNavigation25
focusableOperable18
attributeBad16
allCaps11
hiddenContentRisk10
sectionHeadingless10
linkIndication10
contrastAAA8
linkElementBad8
duplicateID8
titleBad8
roleRedundant7
metaBad6
skipRepeatedContent6
linkForcesNewWindow6
zIndexNotZero6
repeatedContentRisk5
textContrastAA4
headingStructure4
typeRedundant4
pseudoNavList4
inconsistentStyles4
internalLinkBroken4
h1Missing3
landmarkConfusion3
noHeading3
horizontalScrolling3
targetSize3
focusedAway3
decorativeImageRisk2
linkWindowSurpriseRisk2
contentBeyondLandmarks2
articleHeadingless2
mainNone2
textAlternativeRisk2
hoverSurprise2
linkPair2
scrollRisk1
titleRedundant1

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 slashParseRisk

WCAG: 4.1

Score: 52

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

Complaint specifics

Issue focusIndication

WCAG: 2.4.7

Score: 32

Complaints by alfa

Rule r65

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

Count of instances: 7

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R62

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

Count of instances: 8

Complaint specifics

Complaints by testaro

Rule focInd

Description: Focused element displays a nonstandard or no focus indicator

Count of instances: 7

Complaint specifics

Issue siteNavigation

WCAG: 2.4

Score: 25

Complaints by qualWeb

Rule QW-WCAG-T15

Description: link element and navigation tools not used

Count of instances: 25

Complaint specifics

Issue focusableOperable

WCAG: 2.1.1

Score: 18

Complaints by testaro

Rule focOp

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

Count of instances: 6

Complaint specifics

Issue attributeBad

WCAG: 1.3.1

Score: 16

Complaints by nuVal

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

Description: Attribute not allowed on this element

Count of instances: 4

Complaint specifics

Issue allCaps

WCAG: 3.1.5

Score: 11

Complaints by tenon

Rule 153

Description: Long string of text is in all caps

Count of instances: 11

Complaint specifics

Issue hiddenContentRisk

WCAG: 4.1

Score: 10

Complaints by axe

Rule hidden-content

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

Count of instances: 10

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 linkIndication

WCAG: 1.3.3

Score: 10

Complaints by testaro

Rule linkUl

Description: Non-underlined adjacent links

Count of instances: 5

Complaint specifics

Issue contrastAAA

WCAG: 1.4.6

Score: 8

Complaints by alfa

Rule r66

Description: Text contrast less than AAA requires

Count of instances: 8

Complaint specifics

Complaints by axe

Rule color-contrast-enhanced

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 7

Complaint specifics

Complaints by htmlcs

Rule AAA.1_4_6.G17.Fail

Description: Text has insufficient contrast

Count of instances: 7

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R76

Description: Text has less than the enhanced minimum contrast

Count of instances: 1

Complaint specifics

Complaints by tenon

Rule 95

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 2

Complaint specifics

Issue linkElementBad

WCAG: 1.3.1

Score: 8

Complaints by htmlcs

Rule AAA.2_4_8.H59.1

Description: link element is not in the document head

Count of instances: 2

Complaint specifics

Issue duplicateID

WCAG: 4.1.1

Score: 8

Complaints by ibm

Rule element_id_unique

Description: Element has an id attribute value that is already in use

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R18

Description: id attribute value is not unique

Count of instances: 2

Complaint specifics

Issue titleBad

WCAG: 1.3.1

Score: 8

Complaints by testaro

Rule titledEl

Description: title attribute belongs to an inappropriate element

Count of instances: 2

Complaint specifics

Issue roleRedundant

WCAG: 4.1.2

Score: 7

Complaints by ibm

Rule aria_role_redundant

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

Count of instances: 2

Complaint specifics

Complaints by nuVal

Rule ^The .+ role is unnecessary for element .+$

Description: explicit role is redundant for its element

Count of instances: 6

Complaint specifics

Complaints by testaro

Rule role

Description: Invalid, native-replacing, or redundant role

Count of instances: 7

Complaint specifics

Issue metaBad

WCAG: 1.3.1

Score: 6

Complaints by nuVal

Rule A charset attribute on a meta element found after the first 1024 bytes.

Description: charset attribute on a meta element appears after 1024 bytes

Count of instances: 2

Complaint specifics

Issue skipRepeatedContent

WCAG: 2.4.1

Score: 6

Complaints by qualWeb

Rule QW-ACT-R64

Description: Document has no heading for non-repeated content

Count of instances: 1

Complaint specifics
Rule QW-ACT-R75

Description: Blocks of repeated content cannot be bypassed

Count of instances: 1

Complaint specifics

Issue linkForcesNewWindow

WCAG: 3.2.5

Score: 6

Complaints by tenon

Rule 218

Description: Link opens in a new window without user control

Count of instances: 2

Complaint specifics

Issue zIndexNotZero

WCAG: 1.4

Score: 6

Complaints by testaro

Rule zIndex

Description: Layering with nondefault z-index values

Count of instances: 6

Complaint specifics

Issue repeatedContentRisk

WCAG: 2.4.1

Score: 5

Complaints by qualWeb

Rule QW-ACT-R73

Description: Block of repeated content is not collapsible

Count of instances: 1

Complaint specifics
Rule QW-ACT-R74

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

Count of instances: 1

Complaint specifics
Rule QW-WCAG-T23

Description: No link at the top of the page that goes directly to the main content area

Count of instances: 1

Complaint specifics
Rule QW-BP17

Description: No link at the beginning of a block of repeated content goes to the end of the block

Count of instances: 2

Complaint specifics

Issue textContrastAA

WCAG: 1.4.3

Score: 4

Complaints by axe

Rule color-contrast

Description: Element has insufficient color contrast

Count of instances: 1

Complaint specifics

Issue headingStructure

WCAG: 1.3.1

Score: 4

Complaints by htmlcs

Rule AAA.1_3_1_AAA.G141

Description: Heading level is incorrect

Count of instances: 2

Complaint specifics

Complaints by tenon

Rule 155

Description: Headings are not structured in a hierarchical manner

Count of instances: 1

Complaint specifics

Issue typeRedundant

WCAG: 1.3.1

Score: 4

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
Rule The type attribute for the style element is not needed and should be omitted.

Description: type attribute is unnecessary for a style element

Count of instances: 2

Complaint specifics

Issue pseudoNavList

WCAG: 1.3.1

Score: 4

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

Complaint specifics

Issue inconsistentStyles

WCAG: 3.2.4

Score: 4

Complaints by testaro

Rule styleDiff

Description: Heading, link, and button style inconsistencies

Count of instances: 4

Complaint specifics

Issue internalLinkBroken

WCAG: 1.3.1

Score: 4

Complaints by wave

Rule link_internal_broken

Description: Broken same-page link

Count of instances: 1

Complaint specifics

Issue h1Missing

WCAG: 1.3.1

Score: 3

Complaints by alfa

Rule r61

Description: First heading is not h1

Count of instances: 1

Complaint specifics

Complaints by axe

Rule page-has-heading-one

Description: Page contains no level-one heading

Count of instances: 1

Complaint specifics

Complaints by wave

Rule h1_missing

Description: Missing first level heading

Count of instances: 1

Complaint specifics

Issue landmarkConfusion

WCAG: 1.3.6

Score: 3

Complaints by ibm

Rule aria_landmark_name_unique

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

Count of instances: 1

Complaint specifics

Issue noHeading

WCAG: 1.3.1

Score: 3

Complaints by qualWeb

Rule QW-BP1

Description: h1-h6 not used to identify headings

Count of instances: 1

Complaint specifics

Issue horizontalScrolling

WCAG: 1.4.10

Score: 3

Complaints by tenon

Rule 28

Description: Layout or sizing of the page causes horizontal scrolling

Count of instances: 1

Complaint specifics

Issue targetSize

WCAG: 2.5.5

Score: 3

Complaints by tenon

Rule 152

Description: Actionable element is smaller than the minimum required size

Count of instances: 1

Complaint specifics

Issue focusedAway

WCAG: 1.4.10

Score: 3

Complaints by testaro

Rule focVis

Description: Element when focused is off the display

Count of instances: 1

Complaint specifics

Issue decorativeImageRisk

WCAG: 1.1.1

Score: 2

Complaints by htmlcs

Rule AAA.1_1_1.H67.2

Description: Image marked as decorative may be informative

Count of instances: 2

Complaint specifics

Issue linkWindowSurpriseRisk

WCAG: 3.2.5

Score: 2

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

Complaint specifics

Issue contentBeyondLandmarks

WCAG: 1.3.6

Score: 2

Complaints by ibm

Rule aria_content_in_landmark

Description: Content is not within a landmark element

Count of instances: 1

Complaint specifics

Issue articleHeadingless

WCAG: 1.3.1

Score: 2

Complaints by nuVal

Rule Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.

Description: article has no heading

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 textAlternativeRisk

WCAG: 1

Score: 2

Complaints by qualWeb

Rule QW-WCAG-T8

Description: Text alternative is not an alternative

Count of instances: 2

Complaint specifics

Issue hoverSurprise

WCAG: 1.4.13

Score: 2

Complaints by testaro

Rule hover

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

Count of instances: 1

Complaint specifics

Issue linkPair

WCAG: 2.4.4

Score: 2

Complaints by wave

Rule link_redundant

Description: Adjacent links go to the same URL

Count of instances: 1

Complaint specifics

Issue scrollRisk

WCAG: 1.4.10

Score: 1

Complaints by htmlcs

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

Description: Fixed-position element may force bidirectional scrolling

Count of instances: 1

Complaint specifics

Issue titleRedundant

WCAG: 1.3.1

Score: 1

Complaints by wave

Rule title_redundant

Description: Title attribute text is the same as text or alternative text

Count of instances: 1

Complaint specifics

Complete report

{
  "id": "18ixx-ts27-caAD56-c",
  "what": "accessibility tests",
  "strict": true,
  "timeLimit": 330,
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "startTime": 1687101309498,
      "endTime": 1687101310093
    },
    {
      "type": "url",
      "which": "https://lisacalderon4assembly.com/",
      "what": "Candidate Lisa Calderon (D)",
      "startTime": 1687101310093,
      "result": {
        "url": "https://lisacalderon4assembly.com/"
      },
      "endTime": 1687101314611
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": false,
      "what": "Tenon API version 2 test request, with page content",
      "startTime": 1687101314611,
      "url": "https://lisacalderon4assembly.com/",
      "endTime": 1687101316194
    },
    {
      "type": "test",
      "which": "testaro",
      "what": "Testaro",
      "withItems": true,
      "rules": [
        "y",
        "motion"
      ],
      "startTime": 1687101316194,
      "url": "https://lisacalderon4assembly.com/",
      "result": {
        "rules": {
          "motion": {
            "what": "motion without user request",
            "data": {
              "bytes": [
                861334,
                752873,
                752873,
                800519,
                800519
              ],
              "localRatios": [
                1.144,
                1,
                1.063,
                1
              ],
              "meanLocalRatio": 1.052,
              "maxLocalRatio": 1.144,
              "globalRatio": 1.144,
              "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": 1687101329823
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687101329824,
      "endTime": 1687101330432
    },
    {
      "type": "url",
      "which": "https://lisacalderon4assembly.com/",
      "what": "Candidate Lisa Calderon (D)",
      "startTime": 1687101330433,
      "result": {
        "url": "https://lisacalderon4assembly.com/"
      },
      "endTime": 1687101331754
    },
    {
      "type": "test",
      "which": "alfa",
      "startTime": 1687101331754,
      "url": "https://lisacalderon4assembly.com/",
      "what": "alfa",
      "result": {
        "totals": {
          "failures": 9,
          "warnings": 7
        },
        "items": [
          {
            "index": 200,
            "verdict": "failed",
            "rule": {
              "ruleID": "r61",
              "ruleSummary": "Documents start with a level 1 heading",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r61",
              "requirements": []
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          },
          {
            "index": 205,
            "verdict": "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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a href=\"https://lisacalderon4assembly.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\">",
                "  Home",
                "</a>"
              ]
            }
          },
          {
            "index": 206,
            "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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a href=\"https://lisacalderon4assembly.com/issues/\" class=\"elementor-item\">",
                "  Issues",
                "</a>"
              ]
            }
          },
          {
            "index": 207,
            "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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a href=\"https://lisacalderon4assembly.com/endorsements/\" class=\"elementor-item\">",
                "  Endorsements",
                "</a>"
              ]
            }
          },
          {
            "index": 208,
            "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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a href=\"https://lisacalderon4assembly.com/photos/\" class=\"elementor-item\">",
                "  Photos",
                "</a>"
              ]
            }
          },
          {
            "index": 209,
            "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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]",
              "codeLines": [
                "<a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" class=\"elementor-item\">",
                "  Donate",
                "</a>"
              ]
            }
          },
          {
            "index": 210,
            "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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]",
              "codeLines": [
                "<a href=\"https://lisacalderon4assembly.com/contact/\" class=\"elementor-item\">",
                "  Contact",
                "</a>"
              ]
            }
          },
          {
            "index": 211,
            "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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-pulse-grow\" role=\"button\">",
                "  <span class=\"elementor-button-content-wrapper\">",
                "    <span class=\"elementor-button-icon elementor-align-icon-right\">",
                "      <i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i>",
                "    </span>",
                "    <span class=\"elementor-button-text\">",
                "      DONATE",
                "    </span>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 212,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/text()[1]",
              "codeLines": [
                "Home"
              ]
            }
          },
          {
            "index": 213,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/text()[1]",
              "codeLines": [
                "Issues"
              ]
            }
          },
          {
            "index": 214,
            "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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/text()[1]",
              "codeLines": [
                "Endorsements"
              ]
            }
          },
          {
            "index": 215,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/text()[1]",
              "codeLines": [
                "Photos"
              ]
            }
          },
          {
            "index": 216,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/text()[1]",
              "codeLines": [
                "Donate"
              ]
            }
          },
          {
            "index": 217,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/text()[1]",
              "codeLines": [
                "Contact"
              ]
            }
          },
          {
            "index": 220,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Paid for by Lisa Calderon for Assembly 2020 • ID 1423176"
              ]
            }
          },
          {
            "index": 221,
            "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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/text()[2]",
              "codeLines": [
                "777 S Figueroa St Suite 4050, Los Angeles, CA 90017"
              ]
            }
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          7,
          0,
          0,
          9
        ],
        "instances": [
          {
            "ruleID": "r61",
            "what": "Documents start with a level 1 heading",
            "ordinalSeverity": 3,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/"
            },
            "excerpt": "#document <!doctype html> ... </html>"
          },
          {
            "ruleID": "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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\"> Home </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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/issues/\" class=\"elementor-item\"> Issues </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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/endorsements/\" class=\"elementor-item\"> Endorsements </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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/photos/\" class=\"elementor-item\"> Photos </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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" class=\"elementor-item\"> Donate </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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]"
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/contact/\" class=\"elementor-item\"> Contact </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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-pulse-grow\" role ... wrapper\"> <span class=\"elementor-button-icon elementor-align-icon-right\"> <i aria-hidden=\"true\" class=\"fas fa-angle-right\"></i> </span> <span class=\"elementor-button-text\"> DONATE </span> </span> </a>"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/text()[1]"
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/text()[1]"
            },
            "excerpt": "Issues"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/text()[1]"
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/text()[1]"
            },
            "excerpt": "Photos"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/text()[1]"
            },
            "excerpt": "Donate"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/text()[1]"
            },
            "excerpt": "Contact"
          },
          {
            "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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Paid for by Lisa Calderon for Assembly 2020 • ID 1423176"
          },
          {
            "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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/text()[2]"
            },
            "excerpt": "777 S Figueroa St Suite 4050, Los Angeles, CA 90017"
          }
        ]
      },
      "endTime": 1687101338595
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "startTime": 1687101338596,
      "url": "https://lisacalderon4assembly.com/",
      "what": "Axe",
      "result": {
        "totals": {
          "rulesNA": 60,
          "rulesPassed": 37,
          "rulesWarned": 3,
          "rulesViolated": 2,
          "warnings": {
            "minor": 10,
            "moderate": 0,
            "serious": 2,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 1,
            "serious": 6,
            "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-18T15:15:39.019Z",
          "url": "https://lisacalderon4assembly.com/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146",
                "ACT"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds",
              "help": "Elements must meet enhanced color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://lisacalderon4assembly.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\">Home</a>",
                          "target": [
                            "#menu-1-49f6a69 > .menu-item-home.current-menu-item.page_item > .elementor-item-active.elementor-item[aria-current=\"page\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://lisacalderon4assembly.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\">Home</a>",
                  "target": [
                    "#menu-1-49f6a69 > .menu-item-home.current-menu-item.page_item > .elementor-item-active.elementor-item[aria-current=\"page\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143",
                "ACT",
                "TTv5",
                "TT13.c"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
              "help": "Elements must meet minimum color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://lisacalderon4assembly.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\">Home</a>",
                          "target": [
                            "#menu-1-49f6a69 > .menu-item-home.current-menu-item.page_item > .elementor-item-active.elementor-item[aria-current=\"page\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://lisacalderon4assembly.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\">Home</a>",
                  "target": [
                    "#menu-1-49f6a69 > .menu-item-home.current-menu-item.page_item > .elementor-item-active.elementor-item[aria-current=\"page\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a pseudo element"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"elementor-menu-toggle\" role=\"button\" tabindex=\"0\" aria-label=\"Menu Toggle\" aria-expanded=\"false\">\n\t\t\t<i aria-hidden=\"true\" role=\"presentation\" class=\"eicon-menu-bar\"></i>\t\t\t<span class=\"elementor-screen-only\">Menu</span>\n\t\t</div>",
                  "target": [
                    ".elementor-menu-toggle"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" role=\"navigation\" aria-hidden=\"true\">",
                  "target": [
                    ".elementor-nav-menu--dropdown"
                  ],
                  "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=\"elementor-element elementor-element-e47d81e elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"e47d81e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">",
                  "target": [
                    ".elementor-element-e47d81e"
                  ],
                  "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=\"elementor-element elementor-element-ef9b7fa elementor-align-right elementor-invisible elementor-widget elementor-widget-button\" data-id=\"ef9b7fa\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"button.default\">",
                  "target": [
                    ".elementor-element-ef9b7fa"
                  ],
                  "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=\"elementor-element elementor-element-9941d03 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"9941d03\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"button.default\">",
                  "target": [
                    ".elementor-element-9941d03"
                  ],
                  "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=\"elementor-element elementor-element-6fc7b26 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"6fc7b26\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">",
                  "target": [
                    ".elementor-element-6fc7b26"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<a aria-label=\"Scroll to the top of the page\" href=\"#\" id=\"scroll-top\" class=\"scroll-top-right\"><i class=\" fa fa-angle-up\" aria-hidden=\"true\" role=\"img\"></i></a>",
                  "target": [
                    "#scroll-top"
                  ],
                  "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 style=\"display: none;\" class=\"e-font-icon-svg-symbols\"></svg>",
                  "target": [
                    "svg:nth-child(33)"
                  ],
                  "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 style=\"display: none;\" class=\"e-font-icon-svg-symbols\"></svg>",
                  "target": [
                    "svg:nth-child(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": "<p id=\"a11y-speak-intro-text\" class=\"a11y-speak-intro-text\" style=\"position: absolute;margin: -1px;padding: 0;height: 1px;width: 1px;overflow: hidden;clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);border: 0;word-wrap: normal !important;\" hidden=\"hidden\">",
                  "target": [
                    "#a11y-speak-intro-text"
                  ],
                  "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."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146",
                "ACT"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds",
              "help": "Elements must meet enhanced color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0072bc",
                        "contrastRatio": 5.08,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"elementor-widget-container\">",
                          "target": [
                            ".elementor-element-49f6a69 > .elementor-widget-container"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://lisacalderon4assembly.com/issues/\" class=\"elementor-item\">Issues</a>",
                  "target": [
                    "#menu-1-49f6a69 > .menu-item-195.menu-item-type-post_type.menu-item-object-page > .elementor-item"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0072bc",
                        "contrastRatio": 5.08,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"elementor-widget-container\">",
                          "target": [
                            ".elementor-element-49f6a69 > .elementor-widget-container"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://lisacalderon4assembly.com/endorsements/\" class=\"elementor-item\">Endorsements</a>",
                  "target": [
                    "#menu-1-49f6a69 > .menu-item-181.menu-item-type-post_type.menu-item-object-page > .elementor-item"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0072bc",
                        "contrastRatio": 5.08,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"elementor-widget-container\">",
                          "target": [
                            ".elementor-element-49f6a69 > .elementor-widget-container"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://lisacalderon4assembly.com/photos/\" class=\"elementor-item\">Photos</a>",
                  "target": [
                    "#menu-1-49f6a69 > .menu-item-161.menu-item-type-post_type.menu-item-object-page > .elementor-item"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0072bc",
                        "contrastRatio": 5.08,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"elementor-widget-container\">",
                          "target": [
                            ".elementor-element-49f6a69 > .elementor-widget-container"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" class=\"elementor-item\">Donate</a>",
                  "target": [
                    "#menu-1-49f6a69 > .menu-item-type-custom.menu-item-object-custom.menu-item-81 > .elementor-item"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0072bc",
                        "contrastRatio": 5.08,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"elementor-widget-container\">",
                          "target": [
                            ".elementor-element-49f6a69 > .elementor-widget-container"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://lisacalderon4assembly.com/contact/\" class=\"elementor-item\">Contact</a>",
                  "target": [
                    "#menu-1-49f6a69 > .menu-item-316.menu-item-type-post_type.menu-item-object-page > .elementor-item"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#0072bc",
                        "contrastRatio": 5.08,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ee7cced elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ee7cced\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">",
                          "target": [
                            ".elementor-element-ee7cced"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\tPaid for by Lisa Calderon for Assembly 2020 •&nbsp;ID 1423176<br>\n777 S Figueroa St Suite 4050, Los Angeles, CA 90017\t\t\t\t\t</div>",
                  "target": [
                    ".elementor-element-7fa7e1d > .elementor-widget-container > .elementor-text-editor.elementor-clearfix"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "page-has-heading-one",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
              "help": "Page should contain a level-one heading",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/page-has-heading-one?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "page-has-heading-one",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Page must have a level-one heading"
                    }
                  ],
                  "none": [],
                  "impact": "moderate",
                  "html": "<html class=\"html\" lang=\"en-US\">",
                  "target": [
                    "html"
                  ],
                  "failureSummary": "Fix all of the following:\n  Page must have a level-one heading"
                }
              ]
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          10,
          2,
          1,
          6
        ],
        "instances": [
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#menu-1-49f6a69 > .menu-item-home.current-menu-item.page_item > .elementor-item-active.elementor-item[aria-current=\"page\"]"
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\">Home</a>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#menu-1-49f6a69 > .menu-item-home.current-menu-item.page_item > .elementor-item-active.elementor-item[aria-current=\"page\"]"
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\">Home</a>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-menu-toggle"
            },
            "excerpt": "<div class=\"elementor-menu-toggle\" role=\"button\" tabindex=\"0\" aria-label=\"Menu Toggle\" aria-expanded=\"false\"> <i aria-hidden=\"true\" role=\"presentation\" class=\"eicon-menu-bar\"></i> <span class=\"elementor-screen-only\">Menu</span> </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": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-nav-menu--dropdown"
            },
            "excerpt": "<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" role=\"navigation\" aria-hidden=\"true\">"
          },
          {
            "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": ".elementor-element-e47d81e"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-e47d81e elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"e47d81e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">"
          },
          {
            "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": ".elementor-element-ef9b7fa"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-ef9b7fa elementor-align-right elementor-invisible elementor-widget elementor-widget-button\" data-id=\"ef9b7fa\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"button.default\">"
          },
          {
            "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": ".elementor-element-9941d03"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-9941d03 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"9941d03\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"button.default\">"
          },
          {
            "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": ".elementor-element-6fc7b26"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-6fc7b26 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"6fc7b26\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "scroll-top",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#scroll-top"
            },
            "excerpt": "<a aria-label=\"Scroll to the top of the page\" href=\"#\" id=\"scroll-top\" class=\"scroll-top-right\"><i class=\" fa fa-angle-up\" aria-hidden=\"true\" role=\"img\"></i></a>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.",
            "ordinalSeverity": 0,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "svg:nth-child(33)"
            },
            "excerpt": "<svg style=\"display: none;\" class=\"e-font-icon-svg-symbols\"></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": "svg:nth-child(35)"
            },
            "excerpt": "<svg style=\"display: none;\" class=\"e-font-icon-svg-symbols\"></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": "P",
            "id": "a11y-speak-intro-text",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#a11y-speak-intro-text"
            },
            "excerpt": "<p id=\"a11y-speak-intro-text\" class=\"a11y-speak-intro-text\" style=\"position: absolute;margin: -1px;padding: 0;height: 1px;width: 1px;overflow: hidden;clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);border: 0;word-wrap: normal !important;\" hidden=\"hidden\">"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#menu-1-49f6a69 > .menu-item-195.menu-item-type-post_type.menu-item-object-page > .elementor-item"
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/issues/\" class=\"elementor-item\">Issues</a>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#menu-1-49f6a69 > .menu-item-181.menu-item-type-post_type.menu-item-object-page > .elementor-item"
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/endorsements/\" class=\"elementor-item\">Endorsements</a>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#menu-1-49f6a69 > .menu-item-161.menu-item-type-post_type.menu-item-object-page > .elementor-item"
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/photos/\" class=\"elementor-item\">Photos</a>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#menu-1-49f6a69 > .menu-item-type-custom.menu-item-object-custom.menu-item-81 > .elementor-item"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" class=\"elementor-item\">Donate</a>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#menu-1-49f6a69 > .menu-item-316.menu-item-type-post_type.menu-item-object-page > .elementor-item"
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/contact/\" class=\"elementor-item\">Contact</a>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-7fa7e1d > .elementor-widget-container > .elementor-text-editor.elementor-clearfix"
            },
            "excerpt": "<div class=\"elementor-text-editor elementor-clearfix\"> Paid for by Lisa Calderon for Assembly 2020 •&nbsp;ID 1423176<br> 777 S Figueroa St Suite 4050, Los Angeles, CA 90017 </div>"
          },
          {
            "ruleID": "page-has-heading-one",
            "what": "Page should contain a level-one heading; Page must have a level-one heading",
            "ordinalSeverity": 2,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html class=\"html\" lang=\"en-US\">"
          }
        ]
      },
      "endTime": 1687101339050
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687101339050,
      "endTime": 1687101339642
    },
    {
      "type": "url",
      "which": "https://lisacalderon4assembly.com/",
      "what": "Candidate Lisa Calderon (D)",
      "startTime": 1687101339642,
      "result": {
        "url": "https://lisacalderon4assembly.com/"
      },
      "endTime": 1687101340788
    },
    {
      "type": "test",
      "which": "continuum",
      "startTime": 1687101340789,
      "url": "https://lisacalderon4assembly.com/",
      "what": "Level Access Continuum, community edition",
      "result": [],
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          0
        ],
        "instances": []
      },
      "endTime": 1687101341006
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687101341006,
      "endTime": 1687101341506
    },
    {
      "type": "url",
      "which": "https://lisacalderon4assembly.com/",
      "what": "Candidate Lisa Calderon (D)",
      "startTime": 1687101341506,
      "result": {
        "url": "https://lisacalderon4assembly.com/"
      },
      "endTime": 1687101342632
    },
    {
      "type": "test",
      "which": "htmlcs",
      "startTime": 1687101342632,
      "url": "https://lisacalderon4assembly.com/",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "result": {
        "Error": {
          "AAA.1_3_1_AAA.G141": {
            "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"elementor-heading-title elementor-size-default\">...</h2>"
              }
            ],
            "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"elementor-heading-title elementor-size-default\">...</h2>"
              }
            ]
          },
          "AAA.1_4_6.G17.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.08:1. Recommendation:  change background to #005c98.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://lisacalderon4assembly.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://lisacalderon4assembly.com/contact/\" class=\"elementor-item\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://lisacalderon4assembly.com/endorsements/\" class=\"elementor-item\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://lisacalderon4assembly.com/issues/\" class=\"elementor-item\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://lisacalderon4assembly.com/photos/\" class=\"elementor-item\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" class=\"elementor-item\">...</a>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"elementor-text-editor elementor-clearfix\">...</div>"
              }
            ]
          },
          "AAA.2_4_8.H59.1": {
            "Link elements can only be located in the head section of the document.": [
              {
                "tagName": "link",
                "id": "#e-animations-css",
                "code": "<link rel=\"stylesheet\" id=\"e-animations-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.6.4\" media=\"all\">"
              },
              {
                "tagName": "link",
                "id": "#elementor-post-52-css",
                "code": "<link rel=\"stylesheet\" id=\"elementor-post-52-css\" href=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/post-52.css?ver=1649928758\" media=\"all\">"
              }
            ]
          }
        },
        "Warning": {
          "AAA.1_1_1.H67.2": {
            "Img element is marked so that it is ignored by Assistive Technology.": [
              {
                "tagName": "img",
                "id": "",
                "code": "<img width=\"200\" height=\"300\" src=\"https://lisacalderon4assembly.com/wp-content/uploads/2020/01/D4S_9476-200x300.jpg\" class=\"attachment-medium size-medium\" alt=\"\" loading=\"lazy\" srcset=\"https://lisacalderon4assembly.com/wp-content/uploads/2020/01/D4S_9476-200x300.jpg 200w, https://lisacalderon4assembly.com/wp-content/uploads/2020/01/D4S_9476-681x1024.jpg 681w, https://lisacalderon4assembly.com/wp-content/uploads/2020/01/D4S_9476-768x1154.jpg 768w, https://lisacalderon4assembly.com/wp-content/uploads/2020/01/D4S_9476.jpg 787w\" sizes=\"(max-width: 200px) 100vw, 200px\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img width=\"513\" height=\"256\" src=\"https://lisacalderon4assembly.com/wp-content/uploads/2019/12/about-lisa.png\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" srcset=\"https://lisacalderon4assembly.com/wp-content/uploads/2019/12/about-lisa.png 513w, https://lisacalderon4assembly.com/wp-content/uploads/2019/12/about-lisa-300x150.png 300w\" sizes=\"(max-width: 513px) 100vw, 513px\">"
              }
            ]
          },
          "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": "a",
                "id": "#scroll-top",
                "code": "<a aria-label=\"Scroll to the top of the page\" href=\"#\" id=\"scroll-top\" class=\"scroll-top-right\">...</a>"
              }
            ]
          },
          "AAA.3_2_5.H83.3": {
            "Check that this link's link text contains information indicating that the link will open in a new window.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-lg elementor-animation-pulse-grow\" role=\"button\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-pulse-grow\" role=\"button\">...</a>"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          5,
          0,
          0,
          11
        ],
        "instances": [
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img width=\"200\" height=\"300\" src=\"https://lisacalderon4assembly.com/wp-content/uploads/2020/01/D4S_9476-200x300.jpg\" class=\"attachment-medium size-medium\" alt=\"\" loading=\"lazy\" srcset=\"https://lisaca ... isacalderon4assembly.com/wp-content/uploads/2020/01/D4S_9476-768x1154.jpg 768w, https://lisacalderon4assembly.com/wp-content/uploads/2020/01/D4S_9476.jpg 787w\" sizes=\"(max-width: 200px) 100vw, 200px\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img width=\"513\" height=\"256\" src=\"https://lisacalderon4assembly.com/wp-content/uploads/2019/12/about-lisa.png\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" srcset=\"https://lisacalderon4assembly.com/wp-content/uploads/2019/12/about-lisa.png 513w, https://lisacalderon4assembly.com/wp-content/uploads/2019/12/about-lisa-300x150.png 300w\" sizes=\"(max-width: 513px) 100vw, 513px\">"
          },
          {
            "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": "A",
            "id": "scroll-top",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a aria-label=\"Scroll to the top of the page\" href=\"#\" id=\"scroll-top\" class=\"scroll-top-right\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-lg elementor-animation-pulse-grow\" role=\"button\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-pulse-grow\" role=\"button\">...</a>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.",
            "ordinalSeverity": 3,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">...</h2>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.",
            "ordinalSeverity": 3,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">...</h2>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.08:1. Recommendation:  change background to #005c98.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.08:1. Recommendation:  change background to #005c98.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/contact/\" class=\"elementor-item\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.08:1. Recommendation:  change background to #005c98.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/endorsements/\" class=\"elementor-item\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.08:1. Recommendation:  change background to #005c98.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/issues/\" class=\"elementor-item\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.08:1. Recommendation:  change background to #005c98.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/photos/\" class=\"elementor-item\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.08:1. Recommendation:  change background to #005c98.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" class=\"elementor-item\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.08:1. Recommendation:  change background to #005c98.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"elementor-text-editor elementor-clearfix\">...</div>"
          },
          {
            "ruleID": "AAA.2_4_8.H59.1",
            "what": "Link elements can only be located in the head section of the document.",
            "ordinalSeverity": 3,
            "tagName": "LINK",
            "id": "e-animations-css",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"e-animations-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.6.4\" media=\"all\">"
          },
          {
            "ruleID": "AAA.2_4_8.H59.1",
            "what": "Link elements can only be located in the head section of the document.",
            "ordinalSeverity": 3,
            "tagName": "LINK",
            "id": "elementor-post-52-css",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"elementor-post-52-css\" href=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/post-52.css?ver=1649928758\" media=\"all\">"
          }
        ]
      },
      "endTime": 1687101342817
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687101342818,
      "endTime": 1687101343315
    },
    {
      "type": "url",
      "which": "https://lisacalderon4assembly.com/",
      "what": "Candidate Lisa Calderon (D)",
      "startTime": 1687101343315,
      "result": {
        "url": "https://lisacalderon4assembly.com/"
      },
      "endTime": 1687101344450
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "withNewContent": false,
      "startTime": 1687101344450,
      "url": "https://lisacalderon4assembly.com/",
      "what": "IBM Accessibility Checker",
      "result": {
        "totals": {
          "violation": 3,
          "recommendation": 2,
          "ignored": 0
        },
        "items": [
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/span[2]",
              "aria": "/document[1]"
            },
            "message": "The <span> element has the id \"elementor-device-mode\" that is already in use",
            "bounds": {
              "left": -1,
              "top": -140001,
              "height": 1,
              "width": 1
            },
            "snippet": "<span class=\"elementor-screen-only\" id=\"elementor-device-mode\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]",
              "aria": "/document[1]/main[1]/article[1]/navigation[1]"
            },
            "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 46,
              "width": 800
            },
            "snippet": "<nav class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade\" role=\"navigation\" migrated=\"0\" migration_allowed=\"1\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/a[1]",
              "aria": "/document[1]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": -1,
              "top": -140001,
              "height": 1,
              "width": 1
            },
            "snippet": "<a href=\"#main\" class=\"skip-link screen-reader-text\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]",
              "aria": "/document[1]/main[1]/article[1]/navigation[1]"
            },
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 46,
              "width": 800
            },
            "snippet": "<nav class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade\" role=\"navigation\" migrated=\"0\" migration_allowed=\"1\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/main[1]",
              "aria": "/document[1]/main[1]"
            },
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 5970,
              "width": 800
            },
            "snippet": "<main role=\"main\" class=\"site-main clr\" id=\"main\">",
            "level": "recommendation"
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          2,
          0,
          3
        ],
        "instances": [
          {
            "ruleID": "element_id_unique",
            "what": "The <span> element has the id \"elementor-device-mode\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "elementor-device-mode",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/span[2]"
            },
            "excerpt": "<span class=\"elementor-screen-only\" id=\"elementor-device-mode\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]"
            },
            "excerpt": "<nav class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade\" role=\"navigation\" migrated=\"0\" migration_allowed=\"1\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"#main\" class=\"skip-link screen-reader-text\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "ordinalSeverity": 1,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]"
            },
            "excerpt": "<nav class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade\" role=\"navigation\" migrated=\"0\" migration_allowed=\"1\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "ordinalSeverity": 1,
            "tagName": "MAIN",
            "id": "main",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/main[1]"
            },
            "excerpt": "<main role=\"main\" class=\"site-main clr\" id=\"main\">"
          }
        ]
      },
      "endTime": 1687101347635
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687101347635,
      "endTime": 1687101348154
    },
    {
      "type": "url",
      "which": "https://lisacalderon4assembly.com/",
      "what": "Candidate Lisa Calderon (D)",
      "startTime": 1687101348154,
      "result": {
        "url": "https://lisacalderon4assembly.com/"
      },
      "endTime": 1687101349622
    },
    {
      "type": "test",
      "which": "nuVal",
      "startTime": 1687101349622,
      "url": "https://lisacalderon4assembly.com/",
      "what": "Nu Html Checker",
      "result": {
        "pageContent": {
          "messages": [
            {
              "type": "error",
              "lastLine": 5,
              "lastColumn": 22,
              "message": "A charset attribute on a meta element found after the first 1024 bytes.",
              "extract": " charset=\"UTF-8\">\n\t<link rel=\"",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "info",
              "lastLine": 16,
              "lastColumn": 167,
              "firstColumn": 12,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "\t</script><script src=\"https://lisacalderon4assembly.com/wp-includes/js/wp-emoji-release.min.js?ver=c8f0b2efe31f10c408dd732fe9f28703\" type=\"text/javascript\" defer=\"\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 156
            },
            {
              "type": "info",
              "lastLine": 64,
              "lastColumn": 23,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "P CSS -->\n<style type=\"text/css\">\n/* He",
              "hiliteStart": 10,
              "hiliteLength": 23
            },
            {
              "type": "info",
              "lastLine": 82,
              "lastColumn": 53,
              "firstColumn": 4,
              "subType": "warning",
              "message": "The main role is unnecessary for element main.",
              "extract": "\t\t\n\t\t\t\n\t\t\t<main id=\"main\" class=\"site-main clr\" role=\"main\">\n\n\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 50
            },
            {
              "type": "error",
              "lastLine": 113,
              "lastColumn": 205,
              "firstColumn": 7,
              "message": "Attribute migration_allowed not allowed on element nav at this point.",
              "extract": "r\">\n\t\t\t\t\t\t<nav migration_allowed=\"1\" migrated=\"0\" role=\"navigation\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade\">\n\t\t\t\t<",
              "hiliteStart": 10,
              "hiliteLength": 199
            },
            {
              "type": "error",
              "lastLine": 113,
              "lastColumn": 205,
              "firstColumn": 7,
              "message": "Attribute migrated not allowed on element nav at this point.",
              "extract": "r\">\n\t\t\t\t\t\t<nav migration_allowed=\"1\" migrated=\"0\" role=\"navigation\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade\">\n\t\t\t\t<",
              "hiliteStart": 10,
              "hiliteLength": 199
            },
            {
              "type": "info",
              "lastLine": 113,
              "lastColumn": 205,
              "firstColumn": 7,
              "subType": "warning",
              "message": "The navigation role is unnecessary for element nav.",
              "extract": "r\">\n\t\t\t\t\t\t<nav migration_allowed=\"1\" migrated=\"0\" role=\"navigation\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade\">\n\t\t\t\t<",
              "hiliteStart": 10,
              "hiliteLength": 199
            },
            {
              "type": "info",
              "lastLine": 124,
              "lastColumn": 112,
              "firstColumn": 4,
              "subType": "warning",
              "message": "The navigation role is unnecessary for element nav.",
              "extract": "</div>\n\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" role=\"navigation\" aria-hidden=\"true\">\n\t\t\t\t<",
              "hiliteStart": 10,
              "hiliteLength": 109
            },
            {
              "type": "info",
              "lastLine": 105,
              "lastColumn": 389,
              "firstColumn": 10,
              "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": "\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f630cfd elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f630cfd\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\" style=\"width: 1280px; left: 0px;\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 380
            },
            {
              "type": "info",
              "lastLine": 146,
              "lastColumn": 278,
              "firstColumn": 7,
              "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": "p\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-48fbfb0 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"48fbfb0\" data-element_type=\"section\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 272
            },
            {
              "type": "info",
              "lastLine": 140,
              "lastColumn": 320,
              "firstColumn": 5,
              "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": "tion>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-408c8ae5 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"408c8ae5\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 316
            },
            {
              "type": "info",
              "lastLine": 221,
              "lastColumn": 243,
              "firstColumn": 5,
              "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": "/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7476aec elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7476aec\" data-element_type=\"section\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 239
            },
            {
              "type": "info",
              "lastLine": 195,
              "lastColumn": 970,
              "firstColumn": 5,
              "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": "tion>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-17badd2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"17badd2\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:35,&quot;url&quot;:&quot;https:\\/\\/lisacalderon4assembly.com\\/wp-content\\/uploads\\/2019\\/12\\/bg-1-1.jpg&quot;},{&quot;id&quot;:36,&quot;url&quot;:&quot;https:\\/\\/lisacalderon4assembly.com\\/wp-content\\/uploads\\/2019\\/12\\/bg-2-1.jpg&quot;},{&quot;id&quot;:37,&quot;url&quot;:&quot;https:\\/\\/lisacalderon4assembly.com\\/wp-content\\/uploads\\/2019\\/12\\/bg-3-1.jpg&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\"><div c",
              "hiliteStart": 10,
              "hiliteLength": 966
            },
            {
              "type": "info",
              "lastLine": 96,
              "lastColumn": 41,
              "firstColumn": 1,
              "subType": "warning",
              "message": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
              "extract": "\t\t\t\t\n\t\t\t\t\n<article class=\"single-page-article clr\">\n\n\t\n<d",
              "hiliteStart": 10,
              "hiliteLength": 41
            }
          ],
          "language": "en"
        },
        "rawPage": {
          "messages": [
            {
              "type": "error",
              "lastLine": 7,
              "lastColumn": 22,
              "message": "A charset attribute on a meta element found after the first 1024 bytes.",
              "extract": " charset=\"UTF-8\">\n\t<link rel=\"",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "info",
              "lastLine": 11,
              "lastColumn": 56,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "y</title>\n<meta name='robots' content='max-image-preview:large' />\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 56
            },
            {
              "type": "info",
              "lastLine": 12,
              "lastColumn": 112,
              "firstColumn": 69,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "-scale=1\"><link rel='dns-prefetch' href='//s.w.org' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "type": "info",
              "lastLine": 13,
              "lastColumn": 152,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "w.org' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Lisa Calderon for State Assembly &raquo; Feed\" href=\"https://lisacalderon4assembly.com/feed/\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "info",
              "lastLine": 14,
              "lastColumn": 170,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Lisa Calderon for State Assembly &raquo; Comments Feed\" href=\"https://lisacalderon4assembly.com/comments/feed/\" />\n\t\t<sc",
              "hiliteStart": 10,
              "hiliteLength": 170
            },
            {
              "type": "info",
              "lastLine": 33,
              "lastColumn": 192,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "</style>\n\t<link rel='stylesheet' id='wp-block-library-css'  href='https://lisacalderon4assembly.com/wp-includes/css/dist/block-library/style.min.css?ver=c8f0b2efe31f10c408dd732fe9f28703' media='all' />\n<styl",
              "hiliteStart": 10,
              "hiliteLength": 191
            },
            {
              "type": "info",
              "lastLine": 37,
              "lastColumn": 179,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\n</style>\n<link rel='stylesheet' id='font-awesome-css'  href='https://lisacalderon4assembly.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/css/all.min.css?ver=5.15.1' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 179
            },
            {
              "type": "info",
              "lastLine": 38,
              "lastColumn": 185,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='simple-line-icons-css'  href='https://lisacalderon4assembly.com/wp-content/themes/oceanwp/assets/css/third/simple-line-icons.min.css?ver=2.4.0' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 185
            },
            {
              "type": "info",
              "lastLine": 39,
              "lastColumn": 163,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='oceanwp-style-css'  href='https://lisacalderon4assembly.com/wp-content/themes/oceanwp/assets/css/style.min.css?ver=3.1.4' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 163
            },
            {
              "type": "info",
              "lastLine": 40,
              "lastColumn": 190,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='elementor-icons-css'  href='https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.15.0' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 190
            },
            {
              "type": "info",
              "lastLine": 41,
              "lastColumn": 188,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='elementor-frontend-legacy-css'  href='https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.6.4' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 188
            },
            {
              "type": "info",
              "lastLine": 42,
              "lastColumn": 174,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='elementor-frontend-css'  href='https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.6.4' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 174
            },
            {
              "type": "info",
              "lastLine": 43,
              "lastColumn": 168,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='elementor-post-362-css'  href='https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/post-362.css?ver=1649935261' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 168
            },
            {
              "type": "info",
              "lastLine": 44,
              "lastColumn": 198,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='powerpack-frontend-css'  href='https://lisacalderon4assembly.com/wp-content/plugins/powerpack-lite-for-elementor/assets/css/min/frontend.min.css?ver=2.6.11' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 198
            },
            {
              "type": "info",
              "lastLine": 45,
              "lastColumn": 175,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='wpforms-full-css'  href='https://lisacalderon4assembly.com/wp-content/plugins/wpforms-lite/assets/css/wpforms-full.min.css?ver=1.7.3' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 175
            },
            {
              "type": "info",
              "lastLine": 46,
              "lastColumn": 173,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='elementor-pro-css'  href='https://lisacalderon4assembly.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.5.0' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 173
            },
            {
              "type": "info",
              "lastLine": 47,
              "lastColumn": 164,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='elementor-global-css'  href='https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/global.css?ver=1649935262' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "info",
              "lastLine": 48,
              "lastColumn": 166,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='elementor-post-24-css'  href='https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/post-24.css?ver=1649935263' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 166
            },
            {
              "type": "info",
              "lastLine": 49,
              "lastColumn": 196,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='oe-widgets-style-css'  href='https://lisacalderon4assembly.com/wp-content/plugins/ocean-extra/assets/css/widgets.css?ver=c8f0b2efe31f10c408dd732fe9f28703' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 196
            },
            {
              "type": "info",
              "lastLine": 50,
              "lastColumn": 688,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='google-fonts-1-css'  href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7COpen+Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=auto&#038;ver=c8f0b2efe31f10c408dd732fe9f28703' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 688
            },
            {
              "type": "info",
              "lastLine": 51,
              "lastColumn": 201,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='elementor-icons-shared-0-css'  href='https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 201
            },
            {
              "type": "info",
              "lastLine": 52,
              "lastColumn": 195,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='elementor-icons-fa-solid-css'  href='https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' />\n<scri",
              "hiliteStart": 10,
              "hiliteLength": 195
            },
            {
              "type": "info",
              "lastLine": 58,
              "lastColumn": 83,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "</script>\n<link rel=\"https://api.w.org/\" href=\"https://lisacalderon4assembly.com/wp-json/\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 83
            },
            {
              "type": "info",
              "lastLine": 58,
              "lastColumn": 195,
              "firstColumn": 84,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://lisacalderon4assembly.com/wp-json/wp/v2/pages/24\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 112
            },
            {
              "type": "info",
              "lastLine": 58,
              "lastColumn": 312,
              "firstColumn": 196,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ges/24\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://lisacalderon4assembly.com/xmlrpc.php?rsd\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 117
            },
            {
              "type": "info",
              "lastLine": 59,
              "lastColumn": 130,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "p?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://lisacalderon4assembly.com/wp-includes/wlwmanifest.xml\" /> \n\n<li",
              "hiliteStart": 10,
              "hiliteLength": 130
            },
            {
              "type": "info",
              "lastLine": 61,
              "lastColumn": 66,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "xml\" /> \n\n<link rel=\"canonical\" href=\"https://lisacalderon4assembly.com/\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 66
            },
            {
              "type": "info",
              "lastLine": 62,
              "lastColumn": 66,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".com/\" />\n<link rel='shortlink' href='https://lisacalderon4assembly.com/' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 66
            },
            {
              "type": "info",
              "lastLine": 63,
              "lastColumn": 168,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".com/' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://lisacalderon4assembly.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flisacalderon4assembly.com%2F\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 168
            },
            {
              "type": "info",
              "lastLine": 64,
              "lastColumn": 176,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "om%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://lisacalderon4assembly.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flisacalderon4assembly.com%2F&#038;format=xml\" />\n<styl",
              "hiliteStart": 10,
              "hiliteLength": 176
            },
            {
              "type": "info",
              "lastLine": 66,
              "lastColumn": 23,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "P CSS -->\n<style type=\"text/css\">\n/* He",
              "hiliteStart": 10,
              "hiliteLength": 23
            },
            {
              "type": "info",
              "lastLine": 84,
              "lastColumn": 54,
              "firstColumn": 4,
              "subType": "warning",
              "message": "The main role is unnecessary for element main.",
              "extract": "\t\t\n\t\t\t\n\t\t\t<main id=\"main\" class=\"site-main clr\"  role=\"main\">\n\n\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 51
            },
            {
              "type": "error",
              "lastLine": 115,
              "lastColumn": 205,
              "firstColumn": 7,
              "message": "Attribute migration_allowed not allowed on element nav at this point.",
              "extract": "r\">\n\t\t\t\t\t\t<nav migration_allowed=\"1\" migrated=\"0\" role=\"navigation\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade\">\n\t\t\t\t<",
              "hiliteStart": 10,
              "hiliteLength": 199
            },
            {
              "type": "error",
              "lastLine": 115,
              "lastColumn": 205,
              "firstColumn": 7,
              "message": "Attribute migrated not allowed on element nav at this point.",
              "extract": "r\">\n\t\t\t\t\t\t<nav migration_allowed=\"1\" migrated=\"0\" role=\"navigation\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade\">\n\t\t\t\t<",
              "hiliteStart": 10,
              "hiliteLength": 199
            },
            {
              "type": "info",
              "lastLine": 115,
              "lastColumn": 205,
              "firstColumn": 7,
              "subType": "warning",
              "message": "The navigation role is unnecessary for element nav.",
              "extract": "r\">\n\t\t\t\t\t\t<nav migration_allowed=\"1\" migrated=\"0\" role=\"navigation\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade\">\n\t\t\t\t<",
              "hiliteStart": 10,
              "hiliteLength": 199
            },
            {
              "type": "info",
              "lastLine": 126,
              "lastColumn": 112,
              "firstColumn": 4,
              "subType": "warning",
              "message": "The navigation role is unnecessary for element nav.",
              "extract": "</div>\n\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" role=\"navigation\" aria-hidden=\"true\">\n\t\t\t\t<",
              "hiliteStart": 10,
              "hiliteLength": 109
            },
            {
              "type": "info",
              "lastLine": 107,
              "lastColumn": 355,
              "firstColumn": 10,
              "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": "\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f630cfd elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f630cfd\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 346
            },
            {
              "type": "info",
              "lastLine": 157,
              "lastColumn": 217,
              "firstColumn": 13,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\t\t\t\t\t\t\t\t\t\t<img src=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/thumbs/calderon-logo-oidkvgkhvcbii7gife2yjbkh5cmwjkiwnw488lxza4.png\" title=\"calderon-logo\" alt=\"Lisa Calderon for State Assembly\" />\t\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 205
            },
            {
              "type": "info",
              "lastLine": 182,
              "lastColumn": 183,
              "firstColumn": 13,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\t\t\t\t\t\t\t\t\t\t<img src=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/thumbs/4S2_3009-ok0ip9av2l00l4vu6udruh6n39aomgzmgd956bj7k0.jpg\" title=\"4S2_3009\" alt=\"4S2_3009\" />\t\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 171
            },
            {
              "type": "info",
              "lastLine": 148,
              "lastColumn": 278,
              "firstColumn": 7,
              "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": "p\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-48fbfb0 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"48fbfb0\" data-element_type=\"section\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 272
            },
            {
              "type": "info",
              "lastLine": 142,
              "lastColumn": 320,
              "firstColumn": 5,
              "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": "tion>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-408c8ae5 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"408c8ae5\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 316
            },
            {
              "type": "info",
              "lastLine": 214,
              "lastColumn": 404,
              "firstColumn": 13,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\t\t\t\t\t\t\t\t\t\t<img width=\"513\" height=\"256\" src=\"https://lisacalderon4assembly.com/wp-content/uploads/2019/12/about-lisa.png\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" srcset=\"https://lisacalderon4assembly.com/wp-content/uploads/2019/12/about-lisa.png 513w, https://lisacalderon4assembly.com/wp-content/uploads/2019/12/about-lisa-300x150.png 300w\" sizes=\"(max-width: 513px) 100vw, 513px\" />\t\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 392
            },
            {
              "type": "info",
              "lastLine": 223,
              "lastColumn": 243,
              "firstColumn": 5,
              "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": "/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7476aec elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7476aec\" data-element_type=\"section\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 239
            },
            {
              "type": "info",
              "lastLine": 197,
              "lastColumn": 970,
              "firstColumn": 5,
              "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": "tion>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-17badd2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"17badd2\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:35,&quot;url&quot;:&quot;https:\\/\\/lisacalderon4assembly.com\\/wp-content\\/uploads\\/2019\\/12\\/bg-1-1.jpg&quot;},{&quot;id&quot;:36,&quot;url&quot;:&quot;https:\\/\\/lisacalderon4assembly.com\\/wp-content\\/uploads\\/2019\\/12\\/bg-2-1.jpg&quot;},{&quot;id&quot;:37,&quot;url&quot;:&quot;https:\\/\\/lisacalderon4assembly.com\\/wp-content\\/uploads\\/2019\\/12\\/bg-3-1.jpg&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 966
            },
            {
              "type": "info",
              "lastLine": 296,
              "lastColumn": 586,
              "firstColumn": 13,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\t\t\t\t\t\t\t\t\t\t<img width=\"200\" height=\"300\" src=\"https://lisacalderon4assembly.com/wp-content/uploads/2020/01/D4S_9476-200x300.jpg\" class=\"attachment-medium size-medium\" alt=\"\" loading=\"lazy\" srcset=\"https://lisacalderon4assembly.com/wp-content/uploads/2020/01/D4S_9476-200x300.jpg 200w, https://lisacalderon4assembly.com/wp-content/uploads/2020/01/D4S_9476-681x1024.jpg 681w, https://lisacalderon4assembly.com/wp-content/uploads/2020/01/D4S_9476-768x1154.jpg 768w, https://lisacalderon4assembly.com/wp-content/uploads/2020/01/D4S_9476.jpg 787w\" sizes=\"(max-width: 200px) 100vw, 200px\" />\t\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 574
            },
            {
              "type": "info",
              "lastLine": 314,
              "lastColumn": 2566,
              "firstColumn": 2561,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": " the way. <br />I am g",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 320,
              "lastColumn": 66,
              "firstColumn": 61,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ID 1423176<br />\n777 S",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 98,
              "lastColumn": 41,
              "firstColumn": 1,
              "subType": "warning",
              "message": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
              "extract": "\t\t\t\t\n\t\t\t\t\n<article class=\"single-page-article clr\">\n\n\t\n<d",
              "hiliteStart": 10,
              "hiliteLength": 41
            },
            {
              "type": "info",
              "lastLine": 402,
              "lastColumn": 180,
              "firstColumn": 4,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "iner\">\n\t\t\t<link rel='stylesheet' id='gforms_reset_css-css'  href='https://lisacalderon4assembly.com/wp-content/plugins/gravityforms/legacy/css/formreset.min.css?ver=2.5.14' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 177
            },
            {
              "type": "info",
              "lastLine": 403,
              "lastColumn": 181,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='gforms_formsmain_css-css'  href='https://lisacalderon4assembly.com/wp-content/plugins/gravityforms/legacy/css/formsmain.min.css?ver=2.5.14' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 181
            },
            {
              "type": "info",
              "lastLine": 404,
              "lastColumn": 184,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='gforms_ready_class_css-css'  href='https://lisacalderon4assembly.com/wp-content/plugins/gravityforms/legacy/css/readyclass.min.css?ver=2.5.14' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 184
            },
            {
              "type": "info",
              "lastLine": 405,
              "lastColumn": 179,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='gforms_browsers_css-css'  href='https://lisacalderon4assembly.com/wp-content/plugins/gravityforms/legacy/css/browsers.min.css?ver=2.5.14' media='all' />\n<scri",
              "hiliteStart": 10,
              "hiliteLength": 179
            },
            {
              "type": "info",
              "lastLine": 428,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\">var gf",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 433,
              "lastColumn": 167,
              "firstColumn": 53,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "          <input type='text' name='input_1.3' id='input_1_1_3' value='' aria-label='First name'   aria-required='true'     />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 115
            },
            {
              "type": "info",
              "lastLine": 440,
              "lastColumn": 148,
              "firstColumn": 29,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "          <input name='input_2' id='input_1_2' type='text' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 120
            },
            {
              "type": "info",
              "lastLine": 441,
              "lastColumn": 316,
              "firstColumn": 257,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ontainer'><input name='input_3' id='input_1_3' type='text' value='' /></div>",
              "hiliteStart": 10,
              "hiliteLength": 60
            },
            {
              "type": "info",
              "lastLine": 442,
              "lastColumn": 394,
              "firstColumn": 46,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "p_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' value='Submit'  onclick='if(window[\"gf_submitting_1\"]){return false;}  window[\"gf_submitting_1\"]=true;  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} window[\"gf_submitting_1\"]=true;  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }' /> \n    ",
              "hiliteStart": 10,
              "hiliteLength": 349
            },
            {
              "type": "info",
              "lastLine": 443,
              "lastColumn": 85,
              "firstColumn": 13,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "          <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 73
            },
            {
              "type": "info",
              "lastLine": 444,
              "lastColumn": 86,
              "firstColumn": 13,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "          <input type='hidden' class='gform_hidden' name='gform_submit' value='1' />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 74
            },
            {
              "type": "info",
              "lastLine": 446,
              "lastColumn": 88,
              "firstColumn": 13,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "          <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 76
            },
            {
              "type": "info",
              "lastLine": 447,
              "lastColumn": 136,
              "firstColumn": 13,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "          <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsIjVlYWYyNGJiOWYxZTViZjViZjUxZjk2MjdjNjg0MWE1Il0=' />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 124
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 132,
              "firstColumn": 13,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "          <input type='hidden' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 120
            },
            {
              "type": "info",
              "lastLine": 449,
              "lastColumn": 132,
              "firstColumn": 13,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "          <input type='hidden' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 120
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 70,
              "firstColumn": 13,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "          <input type='hidden' name='gform_field_values' value='' />\n     ",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "info",
              "lastLine": 464,
              "lastColumn": 168,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\t</div>\n\t\t<link rel='stylesheet' id='elementor-post-52-css'  href='https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/post-52.css?ver=1649928758' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 166
            },
            {
              "type": "info",
              "lastLine": 465,
              "lastColumn": 181,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='e-animations-css'  href='https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.6.4' media='all' />\n<scri",
              "hiliteStart": 10,
              "hiliteLength": 181
            }
          ],
          "language": "en"
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          22,
          0,
          6,
          0
        ],
        "instances": [
          {
            "ruleID": "A charset attribute on a meta element found after the first 1024 bytes.",
            "what": "A charset attribute on a meta element found after the first 1024 bytes.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "5"
            },
            "excerpt": " charset=\"UTF-8\"> <link rel=\""
          },
          {
            "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": "16"
            },
            "excerpt": " </script><script src=\"https://lisacalderon4assembly.com/wp-includes/js/wp-emoji-release.min.js?ver=c8f0b2efe31f10c408dd732fe9f28703\" type=\"text/javascript\" defer=\"\"></scri"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "64"
            },
            "excerpt": "P CSS --> <style type=\"text/css\"> /* He"
          },
          {
            "ruleID": "The main role is unnecessary for element main.",
            "what": "The main role is unnecessary for element main.",
            "ordinalSeverity": 0,
            "tagName": "MAIN",
            "id": "main",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "82"
            },
            "excerpt": " <main id=\"main\" class=\"site-main clr\" role=\"main\"> "
          },
          {
            "ruleID": "Attribute migration_allowed not allowed on element nav at this point.",
            "what": "Attribute migration_allowed not allowed on element nav at this point.",
            "ordinalSeverity": 2,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "113"
            },
            "excerpt": "r\"> <nav migration_allowed=\"1\" migrated=\"0\" role=\"navigation\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade\"> <"
          },
          {
            "ruleID": "Attribute migrated not allowed on element nav at this point.",
            "what": "Attribute migrated not allowed on element nav at this point.",
            "ordinalSeverity": 2,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "113"
            },
            "excerpt": "r\"> <nav migration_allowed=\"1\" migrated=\"0\" role=\"navigation\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade\"> <"
          },
          {
            "ruleID": "The navigation role is unnecessary for element nav.",
            "what": "The navigation role is unnecessary for element nav.",
            "ordinalSeverity": 0,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "113"
            },
            "excerpt": "r\"> <nav migration_allowed=\"1\" migrated=\"0\" role=\"navigation\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade\"> <"
          },
          {
            "ruleID": "The navigation role is unnecessary for element nav.",
            "what": "The navigation role is unnecessary for element nav.",
            "ordinalSeverity": 0,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "124"
            },
            "excerpt": "</div> <nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" role=\"navigation\" aria-hidden=\"true\"> <"
          },
          {
            "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": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "105"
            },
            "excerpt": " <section class=\"elementor-section elementor-top-section elementor-element elementor-element-f630cfd elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f630cfd\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\" style=\"width: 1280px; left: 0px;\"> "
          },
          {
            "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": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "146"
            },
            "excerpt": "p\"> <section class=\"elementor-section elementor-inner-section elementor-element elementor-element-48fbfb0 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"48fbfb0\" data-element_type=\"section\"> "
          },
          {
            "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": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "140"
            },
            "excerpt": "tion> <section class=\"elementor-section elementor-top-section elementor-element elementor-element-408c8ae5 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"408c8ae5\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"> "
          },
          {
            "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": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "221"
            },
            "excerpt": "/div> <section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7476aec elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7476aec\" data-element_type=\"section\"> "
          },
          {
            "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": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "195"
            },
            "excerpt": "tion> <section class=\"elementor-section elementor-top-section elementor-element elementor-element-17badd2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" dat ... quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\"><div c"
          },
          {
            "ruleID": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
            "what": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
            "ordinalSeverity": 0,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "96"
            },
            "excerpt": " <article class=\"single-page-article clr\"> <d"
          },
          {
            "ruleID": "A charset attribute on a meta element found after the first 1024 bytes.",
            "what": "A charset attribute on a meta element found after the first 1024 bytes.",
            "ordinalSeverity": 2,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "7"
            },
            "excerpt": " charset=\"UTF-8\"> <link rel=\""
          },
          {
            "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": "11"
            },
            "excerpt": "y</title> <meta name='robots' content='max-image-preview:large' /> <meta"
          },
          {
            "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": "-scale=1\"><link rel='dns-prefetch' href='//s.w.org' /> <link"
          },
          {
            "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": "13"
            },
            "excerpt": "w.org' /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Lisa Calderon for State Assembly &raquo; Feed\" href=\"https://lisacalderon4assembly.com/feed/\" /> <link"
          },
          {
            "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": "14"
            },
            "excerpt": "feed/\" /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Lisa Calderon for State Assembly &raquo; Comments Feed\" href=\"https://lisacalderon4assembly.com/comments/feed/\" /> <sc"
          },
          {
            "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": "33"
            },
            "excerpt": "</style> <link rel='stylesheet' id='wp-block-library-css' href='https://lisacalderon4assembly.com/wp-includes/css/dist/block-library/style.min.css?ver=c8f0b2efe31f10c408dd732fe9f28703' media='all' /> <styl"
          },
          {
            "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": "37"
            },
            "excerpt": " </style> <link rel='stylesheet' id='font-awesome-css' href='https://lisacalderon4assembly.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/css/all.min.css?ver=5.15.1' media='all' /> <link"
          },
          {
            "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": "38"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='simple-line-icons-css' href='https://lisacalderon4assembly.com/wp-content/themes/oceanwp/assets/css/third/simple-line-icons.min.css?ver=2.4.0' media='all' /> <link"
          },
          {
            "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": "39"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='oceanwp-style-css' href='https://lisacalderon4assembly.com/wp-content/themes/oceanwp/assets/css/style.min.css?ver=3.1.4' media='all' /> <link"
          },
          {
            "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": "40"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.15.0' media='all' /> <link"
          },
          {
            "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": "41"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='elementor-frontend-legacy-css' href='https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.6.4' media='all' /> <link"
          },
          {
            "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": "42"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.6.4' media='all' /> <link"
          },
          {
            "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": "43"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='elementor-post-362-css' href='https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/post-362.css?ver=1649935261' media='all' /> <link"
          },
          {
            "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": "44"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='powerpack-frontend-css' href='https://lisacalderon4assembly.com/wp-content/plugins/powerpack-lite-for-elementor/assets/css/min/frontend.min.css?ver=2.6.11' media='all' /> <link"
          },
          {
            "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": "45"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='wpforms-full-css' href='https://lisacalderon4assembly.com/wp-content/plugins/wpforms-lite/assets/css/wpforms-full.min.css?ver=1.7.3' media='all' /> <link"
          },
          {
            "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": "46"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://lisacalderon4assembly.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.5.0' media='all' /> <link"
          },
          {
            "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": "47"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='elementor-global-css' href='https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/global.css?ver=1649935262' media='all' /> <link"
          },
          {
            "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": "48"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='elementor-post-24-css' href='https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/post-24.css?ver=1649935263' media='all' /> <link"
          },
          {
            "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": "49"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='oe-widgets-style-css' href='https://lisacalderon4assembly.com/wp-content/plugins/ocean-extra/assets/css/widgets.css?ver=c8f0b2efe31f10c408dd732fe9f28703' media='all' /> <link"
          },
          {
            "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": "50"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic% ... C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=auto&#038;ver=c8f0b2efe31f10c408dd732fe9f28703' media='all' /> <link"
          },
          {
            "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": "51"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link"
          },
          {
            "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": "52"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' /> <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": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "58"
            },
            "excerpt": "</script> <link rel=\"https://api.w.org/\" href=\"https://lisacalderon4assembly.com/wp-json/\" /><link "
          },
          {
            "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": "58"
            },
            "excerpt": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://lisacalderon4assembly.com/wp-json/wp/v2/pages/24\" /><link "
          },
          {
            "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": "58"
            },
            "excerpt": "ges/24\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://lisacalderon4assembly.com/xmlrpc.php?rsd\" /> <link"
          },
          {
            "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": "59"
            },
            "excerpt": "p?rsd\" /> <link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://lisacalderon4assembly.com/wp-includes/wlwmanifest.xml\" /> <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": "61"
            },
            "excerpt": "xml\" /> <link rel=\"canonical\" href=\"https://lisacalderon4assembly.com/\" /> <link"
          },
          {
            "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": "62"
            },
            "excerpt": ".com/\" /> <link rel='shortlink' href='https://lisacalderon4assembly.com/' /> <link"
          },
          {
            "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": "63"
            },
            "excerpt": ".com/' /> <link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://lisacalderon4assembly.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flisacalderon4assembly.com%2F\" /> <link"
          },
          {
            "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": "64"
            },
            "excerpt": "om%2F\" /> <link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://lisacalderon4assembly.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flisacalderon4assembly.com%2F&#038;format=xml\" /> <styl"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "66"
            },
            "excerpt": "P CSS --> <style type=\"text/css\"> /* He"
          },
          {
            "ruleID": "The main role is unnecessary for element main.",
            "what": "The main role is unnecessary for element main.",
            "ordinalSeverity": 0,
            "tagName": "MAIN",
            "id": "main",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "84"
            },
            "excerpt": " <main id=\"main\" class=\"site-main clr\" role=\"main\"> "
          },
          {
            "ruleID": "Attribute migration_allowed not allowed on element nav at this point.",
            "what": "Attribute migration_allowed not allowed on element nav at this point.",
            "ordinalSeverity": 2,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "115"
            },
            "excerpt": "r\"> <nav migration_allowed=\"1\" migrated=\"0\" role=\"navigation\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade\"> <"
          },
          {
            "ruleID": "Attribute migrated not allowed on element nav at this point.",
            "what": "Attribute migrated not allowed on element nav at this point.",
            "ordinalSeverity": 2,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "115"
            },
            "excerpt": "r\"> <nav migration_allowed=\"1\" migrated=\"0\" role=\"navigation\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade\"> <"
          },
          {
            "ruleID": "The navigation role is unnecessary for element nav.",
            "what": "The navigation role is unnecessary for element nav.",
            "ordinalSeverity": 0,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "115"
            },
            "excerpt": "r\"> <nav migration_allowed=\"1\" migrated=\"0\" role=\"navigation\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-background e--animation-fade\"> <"
          },
          {
            "ruleID": "The navigation role is unnecessary for element nav.",
            "what": "The navigation role is unnecessary for element nav.",
            "ordinalSeverity": 0,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "126"
            },
            "excerpt": "</div> <nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" role=\"navigation\" aria-hidden=\"true\"> <"
          },
          {
            "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": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "107"
            },
            "excerpt": " <section class=\"elementor-section elementor-top-section elementor-element elementor-element-f630cfd elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f630cfd\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\"> "
          },
          {
            "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": "157"
            },
            "excerpt": " <img src=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/thumbs/calderon-logo-oidkvgkhvcbii7gife2yjbkh5cmwjkiwnw488lxza4.png\" title=\"calderon-logo\" alt=\"Lisa Calderon for State Assembly\" /> "
          },
          {
            "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": "182"
            },
            "excerpt": " <img src=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/thumbs/4S2_3009-ok0ip9av2l00l4vu6udruh6n39aomgzmgd956bj7k0.jpg\" title=\"4S2_3009\" alt=\"4S2_3009\" /> "
          },
          {
            "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": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "148"
            },
            "excerpt": "p\"> <section class=\"elementor-section elementor-inner-section elementor-element elementor-element-48fbfb0 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"48fbfb0\" data-element_type=\"section\"> "
          },
          {
            "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": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "142"
            },
            "excerpt": "tion> <section class=\"elementor-section elementor-top-section elementor-element elementor-element-408c8ae5 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"408c8ae5\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"> "
          },
          {
            "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": "214"
            },
            "excerpt": " <img width=\"513\" height=\"256\" src=\"https://lisacalderon4assembly.com/wp-content/uploads/2019/12/about-lisa.png\" class=\"attachment-large size-large\" alt=\"\" loading=\"lazy\" srcset=\"https://lisacalderon4assembly.com/wp-content/uploads/2019/12/about-lisa.png 513w, https://lisacalderon4assembly.com/wp-content/uploads/2019/12/about-lisa-300x150.png 300w\" sizes=\"(max-width: 513px) 100vw, 513px\" /> "
          },
          {
            "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": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "223"
            },
            "excerpt": "/div> <section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7476aec elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7476aec\" data-element_type=\"section\"> "
          },
          {
            "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": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "197"
            },
            "excerpt": "tion> <section class=\"elementor-section elementor-top-section elementor-element elementor-element-17badd2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" dat ... ot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\"> "
          },
          {
            "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": "296"
            },
            "excerpt": " <img width=\"200\" height=\"300\" src=\"https://lisacalderon4assembly.com/wp-content/uploads/2020/01/D4S_9476-200x300.jpg\" class=\"attachment-medium size-medium\" alt=\"\" loading=\"lazy\" srcset=\"https://lisac ... calderon4assembly.com/wp-content/uploads/2020/01/D4S_9476-768x1154.jpg 768w, https://lisacalderon4assembly.com/wp-content/uploads/2020/01/D4S_9476.jpg 787w\" sizes=\"(max-width: 200px) 100vw, 200px\" /> "
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "314"
            },
            "excerpt": " the way. <br />I am g"
          },
          {
            "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": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "320"
            },
            "excerpt": "ID 1423176<br /> 777 S"
          },
          {
            "ruleID": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
            "what": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
            "ordinalSeverity": 0,
            "tagName": "ARTICLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "98"
            },
            "excerpt": " <article class=\"single-page-article clr\"> <d"
          },
          {
            "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": "402"
            },
            "excerpt": "iner\"> <link rel='stylesheet' id='gforms_reset_css-css' href='https://lisacalderon4assembly.com/wp-content/plugins/gravityforms/legacy/css/formreset.min.css?ver=2.5.14' media='all' /> <link"
          },
          {
            "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": "403"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='gforms_formsmain_css-css' href='https://lisacalderon4assembly.com/wp-content/plugins/gravityforms/legacy/css/formsmain.min.css?ver=2.5.14' media='all' /> <link"
          },
          {
            "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": "404"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='gforms_ready_class_css-css' href='https://lisacalderon4assembly.com/wp-content/plugins/gravityforms/legacy/css/readyclass.min.css?ver=2.5.14' media='all' /> <link"
          },
          {
            "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": "405"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='gforms_browsers_css-css' href='https://lisacalderon4assembly.com/wp-content/plugins/gravityforms/legacy/css/browsers.min.css?ver=2.5.14' media='all' /> <scri"
          },
          {
            "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": "428"
            },
            "excerpt": "</script> <script type=\"text/javascript\">var gf"
          },
          {
            "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": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "433"
            },
            "excerpt": " <input type='text' name='input_1.3' id='input_1_1_3' value='' aria-label='First name' aria-required='true' /> "
          },
          {
            "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": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "440"
            },
            "excerpt": " <input name='input_2' id='input_1_2' type='text' value='' class='large' aria-required=\"true\" aria-invalid=\"false\" /> "
          },
          {
            "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": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "441"
            },
            "excerpt": "ontainer'><input name='input_3' id='input_1_3' type='text' value='' /></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": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "442"
            },
            "excerpt": "p_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' value='Submit' onclick='if(window[\"gf_submitting_1\"]){return false;} window[\"gf_submitting_1\"]=true; ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} window[\"gf_submitting_1\"]=true; jQuery(\"#gform_1\").trigger(\"submit\",[true]); }' /> "
          },
          {
            "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": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "443"
            },
            "excerpt": " <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' /> "
          },
          {
            "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": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "444"
            },
            "excerpt": " <input type='hidden' class='gform_hidden' name='gform_submit' value='1' /> "
          },
          {
            "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": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "446"
            },
            "excerpt": " <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> "
          },
          {
            "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": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "447"
            },
            "excerpt": " <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsIjVlYWYyNGJiOWYxZTViZjViZjUxZjk2MjdjNjg0MWE1Il0=' /> "
          },
          {
            "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": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "448"
            },
            "excerpt": " <input type='hidden' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' /> "
          },
          {
            "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": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "449"
            },
            "excerpt": " <input type='hidden' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' /> "
          },
          {
            "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": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": " <input type='hidden' name='gform_field_values' value='' /> "
          },
          {
            "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": "464"
            },
            "excerpt": " </div> <link rel='stylesheet' id='elementor-post-52-css' href='https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/post-52.css?ver=1649928758' media='all' /> <link"
          },
          {
            "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": "465"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='e-animations-css' href='https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.6.4' media='all' /> <scri"
          }
        ]
      },
      "endTime": 1687101351619
    },
    {
      "type": "test",
      "which": "qualWeb",
      "withNewContent": false,
      "startTime": 1687101351619,
      "url": "https://lisacalderon4assembly.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 15:15:53",
          "hash": "e45e6245190ab3e141a802c166fa90aa8976eaa648a963058f9ed468e2f79d42833db0762e5d7252b26e00a9868c900f2e3ed9fe4cebb08e7512e928be6f56d5",
          "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": 29,
          "warning": 12,
          "failed": 3,
          "inapplicable": 81
        },
        "modules": {
          "act-rules": {
            "type": "act-rules",
            "metadata": {
              "passed": 13,
              "warning": 6,
              "failed": 2,
              "inapplicable": 46
            },
            "assertions": {
              "QW-ACT-R63": {
                "name": "Document has a landmark with non-repeated content",
                "code": "QW-ACT-R63",
                "mapping": "b40fd1",
                "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/b40fd1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html class=\"html\" lang=\"en-US\"><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 class=\"html\" lang=\"en-US\"><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 class=\"html\" lang=\"en-US\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R74": {
                "name": "Document has an instrument to move focus to non-repeated content",
                "code": "QW-ACT-R74",
                "mapping": "ye5d6e",
                "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "G1",
                    "G123",
                    "G124"
                  ],
                  "url": "https://act-rules.github.io/rules/ye5d6e",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html class=\"html\" lang=\"en-US\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R18": {
                "name": "`id` attribute value is unique",
                "code": "QW-ACT-R18",
                "mapping": "3ea0c8",
                "description": "This rule checks that all id attribute values on a single page are unique.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "4.1.1",
                      "level": "A",
                      "principle": "Robust",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/parsing.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#parsing"
                    }
                  ],
                  "related": [
                    "H93"
                  ],
                  "url": "https://act-rules.github.io/rules/3ea0c8",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 69,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Several elements have the same `id` attribute."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>",
                        "pointer": "html > body:nth-child(2) > span:nth-child(31)"
                      },
                      {
                        "htmlCode": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>",
                        "pointer": "html > body:nth-child(2) > span:nth-child(32)"
                      }
                    ],
                    "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": 8,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if the element has some visible focus indication"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"skip-link screen-reader-text\" href=\"#main\">Skip to content</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://lisacalderon4assembly.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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 href=\"https://lisacalderon4assembly.com/issues/\" class=\"elementor-item\">Issues</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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 href=\"https://lisacalderon4assembly.com/endorsements/\" class=\"elementor-item\">Endorsements</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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 href=\"https://lisacalderon4assembly.com/photos/\" class=\"elementor-item\">Photos</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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 href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" class=\"elementor-item\">Donate</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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 href=\"https://lisacalderon4assembly.com/contact/\" class=\"elementor-item\">Contact</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div: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 href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-pulse-grow\" role=\"button\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tDONATE\n\t\t\n\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a: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": 2,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Element has contrast ratio lower than minimum."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\tPaid for by Lisa Calderon for Assembly 2020 •&nbsp;ID 1423176\n777 S Figueroa St Suite 4050, Los Angeles, CA 90017\t\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R75": {
                "name": "Bypass Blocks of Repeated Content",
                "code": "QW-ACT-R75",
                "mapping": "cf77f2",
                "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks"
                    }
                  ],
                  "related": [
                    "G1",
                    "G123",
                    "G124",
                    "H69",
                    "SCR28"
                  ],
                  "url": "https://act-rules.github.io/rules/cf77f2",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The rule can't tell because of the rule QW-ACT-R63"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The rule can't tell because of the rule QW-ACT-R63",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html class=\"html\" lang=\"en-US\"><head></head><body>var gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&amp;&amp;gform.scriptsLoaded?o():!gform.domLoaded&amp;&amp;gform.scriptsLoaded?window.addEventListener(\"DOMContentLoaded\",o):document.addEventListener(\"gform_main_scripts_loaded\",o)},hooks:{action:{},filter:{}},addAction:function(o,r,n,t){gform.addHook(\"action\",o,r,n,t)},addFilter:function(o,r,n,t){gform.addHook(\"filter\",o,r,n,t)},doAction:function(o){gform.doHook(\"action\",o,argu …",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "wcag-techniques": {
            "type": "wcag-techniques",
            "metadata": {
              "passed": 4,
              "warning": 4,
              "failed": 1,
              "inapplicable": 25
            },
            "assertions": {
              "QW-WCAG-T9": {
                "name": "Organizing a page using headings",
                "code": "QW-WCAG-T9",
                "mapping": "G141",
                "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
                "metadata": {
                  "target": {
                    "element": [
                      "h1",
                      "h2",
                      "h3",
                      "h4",
                      "h5",
                      "h6"
                    ],
                    "attributes": "role='heading'"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    },
                    {
                      "name": "2.4.10",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings"
                    }
                  ],
                  "related": [
                    "G91",
                    "H30"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141",
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Headings don't start with h1"
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Headings don't start with h1",
                    "resultCode": "F3",
                    "elements": [
                      {
                        "htmlCode": "<body class=\"home page-template-default page page-id-24 wp-embed-responsive oceanwp-theme dropdown-mobile default-breakpoint content-full-screen page-header-disabled has-breadcrumbs elementor-default elementor-kit-362 elementor-page elementor-page-24 e--ua-blink e--ua-mac e--ua-webkit\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\" data-elementor-device-mode=\"desktop\">\n\n\t\n\t\n\t\n\n\t\tSkip to content\n\n\t\t\n\t\t\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\n\t\t\t\t\n\t\n\t\n\n\t\t\n\t\t\n\n\t\t\t\n\t\t\t\n\n\t\t\t\t\n\t\t\t\t\n\n\n\t\n\n\n\t\n\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\tHome\nIssues\nEndorsements\nPhotos\nDonate\nContact\n\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tMenu\n\t\t\n\t\t\t\n\t\t\t\tHome\nIssues\nEndorsements\nPhotos\nDonate\nContact\n\t\t\t\n\t\t\t\t\n\t\t\t …",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T23": {
                "name": "Adding a link at the top of each page that goes directly to the main content area",
                "code": "QW-WCAG-T23",
                "mapping": "G1",
                "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
                "metadata": {
                  "target": {
                    "element": "body"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks"
                    }
                  ],
                  "related": [
                    "G123",
                    "G124"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The first focusable control is a visible link to a <main> element."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The first focusable control is a visible link to a <main> element.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"skip-link screen-reader-text\" href=\"#main\">Skip to content</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T15": {
                "name": "Using the link element and navigation tools",
                "code": "QW-WCAG-T15",
                "mapping": "H59",
                "description": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
                "metadata": {
                  "target": {
                    "element": "link"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.5",
                      "level": "AA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/multiple-ways"
                    },
                    {
                      "name": "2.4.8",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/location"
                    }
                  ],
                  "related": [
                    "G1",
                    "G63",
                    "G64",
                    "G123"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H59",
                  "passed": 6,
                  "warning": 2,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>"
                },
                "results": [
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"dns-prefetch\" href=\"//s.w.org\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(7)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://lisacalderon4assembly.com/wp-includes/css/dist/block-library/style.min.css?ver=c8f0b2efe31f10c408dd732fe9f28703\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(14)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"font-awesome-css\" href=\"https://lisacalderon4assembly.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/css/all.min.css?ver=5.15.1\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(16)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"simple-line-icons-css\" href=\"https://lisacalderon4assembly.com/wp-content/themes/oceanwp/assets/css/third/simple-line-icons.min.css?ver=2.4.0\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(17)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"oceanwp-style-css\" href=\"https://lisacalderon4assembly.com/wp-content/themes/oceanwp/assets/css/style.min.css?ver=3.1.4\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(18)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-icons-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.15.0\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(19)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-frontend-legacy-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.6.4\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(20)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-frontend-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.6.4\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(21)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-post-362-css\" href=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/post-362.css?ver=1649935261\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(22)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"powerpack-frontend-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/powerpack-lite-for-elementor/assets/css/min/frontend.min.css?ver=2.6.11\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(23)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"wpforms-full-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/wpforms-lite/assets/css/wpforms-full.min.css?ver=1.7.3\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(24)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-pro-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.5.0\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(25)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-global-css\" href=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/global.css?ver=1649935262\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(26)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-post-24-css\" href=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/post-24.css?ver=1649935263\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(27)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"oe-widgets-style-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/ocean-extra/assets/css/widgets.css?ver=c8f0b2efe31f10c408dd732fe9f28703\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(28)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"google-fonts-1-css\" href=\"https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7COpen+Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&amp;display=auto&amp;ver=c8f0b2efe31f10c408dd732fe9f28703\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(29)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-icons-shared-0-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(30)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-icons-fa-solid-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(31)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"https://api.w.org/\" href=\"https://lisacalderon4assembly.com/wp-json/\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(35)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://lisacalderon4assembly.com/xmlrpc.php?rsd\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(37)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://lisacalderon4assembly.com/wp-includes/wlwmanifest.xml\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(38)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"shortlink\" href=\"https://lisacalderon4assembly.com/\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(40)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>",
                    "resultCode": "RC1",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-post-52-css\" href=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/post-52.css?ver=1649928758\" media=\"all\">",
                        "pointer": "html > body:nth-child(2) > link:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>",
                    "resultCode": "RC1",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" id=\"e-animations-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.6.4\" media=\"all\">",
                        "pointer": "html > body:nth-child(2) > link:nth-child(4)"
                      }
                    ],
                    "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": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul id=\"menu-1-49f6a69\" class=\"elementor-nav-menu\" data-smartmenus-id=\"16871013528183484\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-24 current_page_item menu-item-80\"><a href=\"https://lisacalderon4assembly.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-chil …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul id=\"menu-2-49f6a69\" class=\"elementor-nav-menu\" data-smartmenus-id=\"16871013528204019\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-24 current_page_item menu-item-80\"><a href=\"https://lisacalderon4assembly.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)  …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(3) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T8": {
                "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives",
                "code": "QW-WCAG-T8",
                "mapping": "F30",
                "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
                "metadata": {
                  "target": {
                    "attributes": "alt"
                  },
                  "success-criteria": [
                    {
                      "name": "1.1.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content"
                    },
                    {
                      "name": "1.2.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded"
                    }
                  ],
                  "related": [],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30",
                  "passed": 0,
                  "warning": 2,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Text alternative needs manual verification."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/thumbs/calderon-logo-oidkvgkhvcbii7gife2yjbkh5cmwjkiwnw488lxza4.png\" title=\"calderon-logo\" alt=\"Lisa Calderon for State Assembly\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/thumbs/4S2_3009-ok0ip9av2l00l4vu6udruh6n39aomgzmgd956bj7k0.jpg\" title=\"4S2_3009\" alt=\"4S2_3009\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "best-practices": {
            "type": "best-practices",
            "metadata": {
              "passed": 12,
              "warning": 2,
              "failed": 0,
              "inapplicable": 10
            },
            "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": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that heading markup is used when content is a heading."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Lisa's Story</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP17": {
                "name": "Adding a link at the beginning of a block of repeated content to go to the end of the block",
                "code": "QW-BP17",
                "mapping": "G123",
                "description": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
                "metadata": {
                  "target": {
                    "element": "a",
                    "attributes": "href"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks"
                    }
                  ],
                  "related": [
                    "G1",
                    "G124"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G123",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "This link skips a content block."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "This link skips a content block.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"skip-link screen-reader-text\" href=\"#main\">Skip to content</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<main id=\"main\" class=\"site-main clr\" role=\"main\">\n\n\t\t\t\t\n\t\n\t\n\n\t\t\n\t\t\n\n\t\t\t\n\t\t\t\n\n\t\t\t\t\n\t\t\t\t\n\n\n\t\n\n\n\t\n\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\tHome\nIssues\nEndorsements\nPhotos\nDonate\nContact\n\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tMenu\n\t\t\n\t\t\t\n\t\t\t\tHome\nIssues\nEndorsements\nPhotos\nDonate\nContact\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tDONATE\n\t\t\n\t\t\t\t\t\n\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\n\t\t\t\t\t …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "counter": {
            "type": "counter",
            "data": {
              "roles": {
                "link": 45,
                "document": 1,
                "main": 1,
                "article": 1,
                "region": 6,
                "navigation": 2,
                "list": 2,
                "listitem": 12,
                "button": 4,
                "presentation": 3,
                "img": 3,
                "heading": 1,
                "graphics-document": 4
              },
              "tags": {
                "html": 1,
                "head": 1,
                "script": 49,
                "meta": 3,
                "link": 31,
                "title": 1,
                "style": 4,
                "body": 1,
                "div": 138,
                "a": 17,
                "main": 1,
                "article": 1,
                "section": 6,
                "nav": 2,
                "ul": 2,
                "li": 12,
                "i": 5,
                "span": 15,
                "img": 4,
                "p": 28,
                "h2": 1,
                "br": 2,
                "svg": 4
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          10,
          13,
          1,
          3
        ],
        "instances": [
          {
            "ruleID": "QW-ACT-R63",
            "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html class=\"html\" lang=\"en-US\"><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 class=\"html\" lang=\"en-US\"><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 class=\"html\" lang=\"en-US\"><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 class=\"html\" lang=\"en-US\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "elementor-device-mode",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > span:nth-child(31)"
            },
            "excerpt": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "elementor-device-mode",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > span:nth-child(32)"
            },
            "excerpt": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"skip-link screen-reader-text\" href=\"#main\">Skip to content</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/\" aria-current=\"page\" class=\"elementor-item elementor-item-active\">Home</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/issues/\" class=\"elementor-item\">Issues</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/endorsements/\" class=\"elementor-item\">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(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/photos/\" class=\"elementor-item\">Photos</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(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" class=\"elementor-item\">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": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://lisacalderon4assembly.com/contact/\" class=\"elementor-item\">Contact</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-pulse-grow\" role=\"button\"> DONATE </a>"
          },
          {
            "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(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"elementor-text-editor elementor-clearfix\"> Paid for by Lisa Calderon for Assembly 2020 •&nbsp;ID 1423176 777 S Figueroa St Suite 4050, Los Angeles, CA 90017 </div>"
          },
          {
            "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 class=\"html\" lang=\"en-US\"><head></head><body>var gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded ... ooks:{action:{},filter:{}},addAction:function(o,r,n,t){gform.addHook(\"action\",o,r,n,t)},addFilter:function(o,r,n,t){gform.addHook(\"filter\",o,r,n,t)},doAction:function(o){gform.doHook(\"action\",o,argu …"
          },
          {
            "ruleID": "QW-WCAG-T9",
            "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<body class=\"home page-template-default page page-id-24 wp-embed-responsive oceanwp-theme dropdown-mobile default-breakpoint content-full-screen page-header-disabled has-breadcrumbs elementor-default  ... mscope\" itemtype=\"https://schema.org/WebPage\" data-elementor-device-mode=\"desktop\"> Skip to content Home Issues Endorsements Photos Donate Contact Menu Home Issues Endorsements Photos Donate Contact …"
          },
          {
            "ruleID": "QW-WCAG-T23",
            "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"skip-link screen-reader-text\" href=\"#main\">Skip to content</a>"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(3)"
            },
            "excerpt": "<link rel=\"profile\" href=\"https://gmpg.org/xfn/11\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(7)"
            },
            "excerpt": "<link rel=\"dns-prefetch\" href=\"//s.w.org\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "wp-block-library-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(14)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://lisacalderon4assembly.com/wp-includes/css/dist/block-library/style.min.css?ver=c8f0b2efe31f10c408dd732fe9f28703\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "font-awesome-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(16)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"font-awesome-css\" href=\"https://lisacalderon4assembly.com/wp-content/themes/oceanwp/assets/fonts/fontawesome/css/all.min.css?ver=5.15.1\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "simple-line-icons-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(17)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"simple-line-icons-css\" href=\"https://lisacalderon4assembly.com/wp-content/themes/oceanwp/assets/css/third/simple-line-icons.min.css?ver=2.4.0\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "oceanwp-style-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(18)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"oceanwp-style-css\" href=\"https://lisacalderon4assembly.com/wp-content/themes/oceanwp/assets/css/style.min.css?ver=3.1.4\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "elementor-icons-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(19)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"elementor-icons-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.15.0\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "elementor-frontend-legacy-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(20)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"elementor-frontend-legacy-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.6.4\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "elementor-frontend-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(21)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"elementor-frontend-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.6.4\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "elementor-post-362-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(22)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"elementor-post-362-css\" href=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/post-362.css?ver=1649935261\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "powerpack-frontend-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(23)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"powerpack-frontend-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/powerpack-lite-for-elementor/assets/css/min/frontend.min.css?ver=2.6.11\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "wpforms-full-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(24)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"wpforms-full-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/wpforms-lite/assets/css/wpforms-full.min.css?ver=1.7.3\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "elementor-pro-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(25)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"elementor-pro-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.5.0\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "elementor-global-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(26)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"elementor-global-css\" href=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/global.css?ver=1649935262\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "elementor-post-24-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(27)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"elementor-post-24-css\" href=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/post-24.css?ver=1649935263\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "oe-widgets-style-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(28)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"oe-widgets-style-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/ocean-extra/assets/css/widgets.css?ver=c8f0b2efe31f10c408dd732fe9f28703\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "google-fonts-1-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(29)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"google-fonts-1-css\" href=\"https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C60 ... ic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&amp;display=auto&amp;ver=c8f0b2efe31f10c408dd732fe9f28703\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "elementor-icons-shared-0-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(30)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"elementor-icons-shared-0-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "elementor-icons-fa-solid-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(31)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"elementor-icons-fa-solid-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(35)"
            },
            "excerpt": "<link rel=\"https://api.w.org/\" href=\"https://lisacalderon4assembly.com/wp-json/\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(37)"
            },
            "excerpt": "<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://lisacalderon4assembly.com/xmlrpc.php?rsd\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(38)"
            },
            "excerpt": "<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://lisacalderon4assembly.com/wp-includes/wlwmanifest.xml\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(40)"
            },
            "excerpt": "<link rel=\"shortlink\" href=\"https://lisacalderon4assembly.com/\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "ordinalSeverity": 0,
            "tagName": "LINK",
            "id": "elementor-post-52-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > link:nth-child(3)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"elementor-post-52-css\" href=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/css/post-52.css?ver=1649928758\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "ordinalSeverity": 0,
            "tagName": "LINK",
            "id": "e-animations-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > link:nth-child(4)"
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"e-animations-css\" href=\"https://lisacalderon4assembly.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.6.4\" media=\"all\">"
          },
          {
            "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": "menu-1-49f6a69",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)"
            },
            "excerpt": "<ul id=\"menu-1-49f6a69\" class=\"elementor-nav-menu\" data-smartmenus-id=\"16871013528183484\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item ... d(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-chil …"
          },
          {
            "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": "menu-2-49f6a69",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(3) > ul:nth-child(1)"
            },
            "excerpt": "<ul id=\"menu-2-49f6a69\" class=\"elementor-nav-menu\" data-smartmenus-id=\"16871013528204019\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item ...  > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) …"
          },
          {
            "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(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/thumbs/calderon-logo-oidkvgkhvcbii7gife2yjbkh5cmwjkiwnw488lxza4.png\" title=\"calderon-logo\" alt=\"Lisa Calderon for State Assembly\">"
          },
          {
            "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(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"https://lisacalderon4assembly.com/wp-content/uploads/elementor/thumbs/4S2_3009-ok0ip9av2l00l4vu6udruh6n39aomgzmgd956bj7k0.jpg\" title=\"4S2_3009\" alt=\"4S2_3009\">"
          },
          {
            "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(1) > div:nth-child(2) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Lisa's Story</h2>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"skip-link screen-reader-text\" href=\"#main\">Skip to content</a>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "MAIN",
            "id": "main",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > main:nth-child(1)"
            },
            "excerpt": "<main id=\"main\" class=\"site-main clr\" role=\"main\"> Home Issues Endorsements Photos Donate Contact Menu Home Issues Endorsements Photos Donate Contact DONATE …"
          }
        ]
      },
      "endTime": 1687101353936
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "startTime": 1687101353936,
      "url": "https://lisacalderon4assembly.com/",
      "what": "Tenon",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.092",
        "responseTime": "2023-06-18T15:15:53.592Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1028974,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 174,
              "failing": 6
            },
            "issues": {
              "totalErrors": 6,
              "totalWarnings": 12,
              "totalIssues": 18
            },
            "issuesByLevel": {
              "A": {
                "count": 13,
                "pct": 72.22
              },
              "AA": {
                "count": 12,
                "pct": 66.67
              },
              "AAA": {
                "count": 18,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 1,
              "warningDensity": 1,
              "allDensity": 2
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "4cc073ee-cfde-402a-bb62-20239604eff2",
          "docID": "a1aa7021-20d0-4f5c-a4e6-5513f3e3f9cd",
          "sourceHash": "b97cf55204e78d4eab8a565838893271",
          "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=4cc073ee-cfde-402a-bb62-20239604eff2",
          "resultSet": [
            {
              "tID": 28,
              "bpID": 3,
              "priority": 100,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "The layout or sizing of this page causes horizontal scrolling.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Avoid layouts that result in horizontal scroll",
              "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 4852.42
                },
                "height": 4852.42,
                "width": 1024
              },
              "position": {
                "line": 2393,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"home page-template-default page page-id-24 wp-embed-responsive oceanwp-theme dropdown-mobile default-breakpoint content-full-screen page-header-disabled has-breadcrumbs elementor-default elementor-kit-362 elementor-page elementor-page-24 ",
              "xpath": "/html/body",
              "issueID": "b0d58fd4e035edb7d0d7111877736dc6",
              "signature": "36906f002639af3e5b9e348910e2ee93",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=b0d58fd4e035edb7d0d7111877736dc6"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 487,
                  "y": 68
                },
                "height": 68,
                "width": 487
              },
              "position": {
                "line": 357,
                "column": 19560
              },
              "errorSnippet": "&lt;p&gt;Lisa Calderon is a life-long Democrat, 30-year resident of our community and raised three sons here in local schools.&lt;/p&gt;",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]",
              "issueID": "5abf44fe3214edcff4620b7fb5d0a443",
              "signature": "e7179d6ad50f50a26934a9d5ba0a8fec",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=5abf44fe3214edcff4620b7fb5d0a443"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 487,
                  "y": 170
                },
                "height": 170,
                "width": 487
              },
              "position": {
                "line": 8214,
                "column": 0
              },
              "errorSnippet": "&lt;p&gt;Lisa knows right from wrong and how to take a strong stand. As a community leader, she organized against Prop 187 and the racism that fueled it. She put together marches, phone bank operations, and mobilizations. Lisa inspired hundreds to speak ",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[5]",
              "issueID": "cfbe044363839fad9100abcd2bc5e0ea",
              "signature": "e0ac5a52e00fcb8cdef2ffb85d82752c",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=cfbe044363839fad9100abcd2bc5e0ea"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 40,
                  "y": 40
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 406,
                "column": 79
              },
              "errorSnippet": "&lt;a aria-label=\"Scroll to the top of the page\" href=\"#\" id=\"scroll-top\" class=\"scroll-top-right\" style=\"\"&gt;&lt;i class=\" fa fa-angle-up\" aria-hidden=\"true\" role=\"img\"&gt;&lt;/i&gt;&lt;/a&gt;",
              "xpath": "/html/body/a[1]",
              "issueID": "74c3cebe2c9d6b8147cd5922129fca34",
              "signature": "2452f8c948c472e7e7a24fdb2575e684",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=74c3cebe2c9d6b8147cd5922129fca34"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 10,
                  "y": 1047
                },
                "bottom-right": {
                  "x": 1014,
                  "y": 1131
                },
                "height": 84,
                "width": 1004
              },
              "position": {
                "line": 8217,
                "column": 5
              },
              "errorSnippet": "&lt;section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7476aec elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7476aec\" data-element_type=\"section\"&gt; &lt;div ",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]",
              "issueID": "24054d55af2b81ec563267a21c4fa9ae",
              "signature": "e54201d3f0836c21d07c476d9d423563",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=24054d55af2b81ec563267a21c4fa9ae"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1004,
                  "y": 84
                },
                "height": 84,
                "width": 1004
              },
              "position": {
                "line": 8201,
                "column": 4
              },
              "errorSnippet": "&lt;div class=\"elementor-container elementor-column-gap-default\"&gt; &lt;div class=\"elementor-row\"&gt; &lt;div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-11f14fe\" data-id=\"11f14fe\" data-element_typ",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]",
              "issueID": "275abed0f1ad1990760d35305809bc7e",
              "signature": "d2d6cabc7fbe11ae73aafe55ae27059f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=275abed0f1ad1990760d35305809bc7e"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1004,
                  "y": 84
                },
                "height": 84,
                "width": 1004
              },
              "position": {
                "line": 8205,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"elementor-row\"&gt; &lt;div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-11f14fe\" data-id=\"11f14fe\" data-element_type=\"column\"&gt; &lt;div class=\"elementor-column-wrap elementor-element",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]",
              "issueID": "dd2d39ba8044e4409ca57d4b6a8f7ae9",
              "signature": "7f5c8f959363cd065c3192b13e8d9895",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=dd2d39ba8044e4409ca57d4b6a8f7ae9"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 502,
                  "y": 84
                },
                "height": 84,
                "width": 502
              },
              "position": {
                "line": 8206,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-11f14fe\" data-id=\"11f14fe\" data-element_type=\"column\"&gt; &lt;div class=\"elementor-column-wrap elementor-element-populated\"&gt; &lt;div class=\"ele",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]",
              "issueID": "4c597afbbebe0a87f6f0a19630adcd3e",
              "signature": "ad2c838a2c8ed03cd3ca6b4266796daf",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=4c597afbbebe0a87f6f0a19630adcd3e"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 502,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1004,
                  "y": 84
                },
                "height": 84,
                "width": 502
              },
              "position": {
                "line": 8219,
                "column": 8
              },
              "errorSnippet": "&lt;div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d517db6\" data-id=\"d517db6\" data-element_type=\"column\"&gt; &lt;div class=\"elementor-column-wrap elementor-element-populated\"&gt; &lt;div class=\"ele",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]",
              "issueID": "506133c0d1f6903c294c278680ab2640",
              "signature": "4e1627faa25605b8de038789694ea1ab",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=506133c0d1f6903c294c278680ab2640"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 502,
                  "y": 84
                },
                "height": 84,
                "width": 502
              },
              "position": {
                "line": 8220,
                "column": 6
              },
              "errorSnippet": "&lt;div class=\"elementor-column-wrap elementor-element-populated\"&gt; &lt;div class=\"elementor-widget-wrap\"&gt; &lt;div class=\"elementor-element elementor-element-9941d03 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\" ",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]",
              "issueID": "9ffb0e9b728155c38911da5d856248b5",
              "signature": "19ebbc6719aa104611480229a2455470",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=9ffb0e9b728155c38911da5d856248b5"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 482,
                  "y": 64
                },
                "height": 64,
                "width": 482
              },
              "position": {
                "line": 8221,
                "column": 4
              },
              "errorSnippet": "&lt;div class=\"elementor-widget-wrap\"&gt; &lt;div class=\"elementor-element elementor-element-9941d03 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"9941d03\" data-element_type=\"widget\" data-settings=\"{&amp;quot",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]",
              "issueID": "233d89e067df4809cd3b6c7d273983c7",
              "signature": "5708a585465a1fc99a6ecc7702f5b6e8",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=233d89e067df4809cd3b6c7d273983c7"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 10,
                  "y": 10
                },
                "bottom-right": {
                  "x": 492,
                  "y": 74
                },
                "height": 64,
                "width": 482
              },
              "position": {
                "line": 8222,
                "column": 8
              },
              "errorSnippet": "&lt;div class=\"elementor-element elementor-element-9941d03 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"9941d03\" data-element_type=\"widget\" data-settings=\"{&amp;quot;_animation&amp;quot;:&amp;quot;fadeInRigh",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]",
              "issueID": "1892de403545e77b02f62d1fcbbc176c",
              "signature": "48455da0cdf9997be25fb640d3f551a2",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=1892de403545e77b02f62d1fcbbc176c"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 10,
                  "y": 2916.59375
                },
                "bottom-right": {
                  "x": 1014,
                  "y": 3026.59375
                },
                "height": 110,
                "width": 1004
              },
              "position": {
                "line": 8294,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"elementor-element elementor-element-7fa7e1d elementor-widget elementor-widget-text-editor\" data-id=\"7fa7e1d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"&gt; &lt;div class=\"elementor-widget-container\"&gt; &lt;div class",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]",
              "issueID": "967059d549b28ce499d325e117aa34b4",
              "signature": "a4e622650f52aa06a98c62cf51ef893f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=967059d549b28ce499d325e117aa34b4"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 944,
                  "y": 50
                },
                "height": 50,
                "width": 944
              },
              "position": {
                "line": 8297,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"elementor-widget-container\"&gt; &lt;div class=\"elementor-text-editor elementor-clearfix\"&gt; Paid for by Lisa Calderon for Assembly 2020 •&amp;nbsp;ID 1423176&lt;br&gt;\n777 S Figueroa St Suite 4050, Los Angeles, CA 90017 &lt;/div&gt; &lt;/",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]",
              "issueID": "0b7eb1fa2904a3254131926ac6559bca",
              "signature": "326532b8e7dd24fb13afaef54529a656",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0b7eb1fa2904a3254131926ac6559bca"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 30,
                  "y": 30
                },
                "bottom-right": {
                  "x": 974,
                  "y": 80
                },
                "height": 50,
                "width": 944
              },
              "position": {
                "line": 8298,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"elementor-text-editor elementor-clearfix\"&gt; Paid for by Lisa Calderon for Assembly 2020 •&amp;nbsp;ID 1423176&lt;br&gt;\n777 S Figueroa St Suite 4050, Los Angeles, CA 90017 &lt;/div&gt;",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]",
              "issueID": "d5d2464cdbedb1c1fb0a65ae8685116a",
              "signature": "5b595d3b7b6cb63910ce8bf68d369004",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d5d2464cdbedb1c1fb0a65ae8685116a"
            },
            {
              "tID": 155,
              "bpID": 143,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "These headings are not structured in a hierarchical manner.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings"
              ],
              "resultTitle": "Make sure that headings are in the right order for the content.",
              "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 4852.42
                },
                "height": 4852.42,
                "width": 1024
              },
              "position": {
                "line": 2393,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"home page-template-default page page-id-24 wp-embed-responsive oceanwp-theme dropdown-mobile default-breakpoint content-full-screen page-header-disabled has-breadcrumbs elementor-default elementor-kit-362 elementor-page elementor-page-24 ",
              "xpath": "/html/body",
              "issueID": "9b0cf743c5210b6b354e66559d4d126b",
              "signature": "346fb91003b5c2d0db7fcdf4dad15430",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=9b0cf743c5210b6b354e66559d4d126b"
            },
            {
              "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": 161.640625,
                  "y": 0
                },
                "bottom-right": {
                  "x": 298.359625,
                  "y": 20
                },
                "height": 20,
                "width": 136.719
              },
              "position": {
                "line": 358,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-pulse-grow\" role=\"button\"&gt; &lt;span class=\"elementor-button-cont",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]",
              "issueID": "61d8669034a197a740c9ade43002a81f",
              "signature": "b1fe89e0b9f3ad9163e8c2ac6fbf1fe8",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=61d8669034a197a740c9ade43002a81f"
            },
            {
              "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": 261.28125,
                  "y": 0
                },
                "bottom-right": {
                  "x": 398.00025,
                  "y": 20
                },
                "height": 20,
                "width": 136.719
              },
              "position": {
                "line": 386,
                "column": 416
              },
              "errorSnippet": "&lt;a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-lg elementor-animation-pulse-grow\" role=\"button\"&gt; &lt;span class=\"elementor-button-cont",
              "xpath": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "39d52355744056c5651fe67e5f1d823c",
              "signature": "06bb1f026c31500ca451568953f5df68",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=39d52355744056c5651fe67e5f1d823c"
            }
          ],
          "log": []
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          12,
          6
        ],
        "instances": [
          {
            "ruleID": "28",
            "what": "The layout or sizing of this page causes horizontal scrolling.",
            "ordinalSeverity": 3,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"home page-template-default page page-id-24 wp-embed-responsive oceanwp-theme dropdown-mobile default-breakpoint content-full-screen page-header-disabled has-breadcrumbs elementor-default elementor-kit-362 elementor-page elementor-page-24 "
          },
          {
            "ruleID": "95",
            "what": "This element has insufficient color contrast (Level AAA).",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p>Lisa Calderon is a life-long Democrat, 30-year resident of our community and raised three sons here in local schools.</p>"
          },
          {
            "ruleID": "95",
            "what": "This element has insufficient color contrast (Level AAA).",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[5]"
            },
            "excerpt": "<p>Lisa knows right from wrong and how to take a strong stand. As a community leader, she organized against Prop 187 and the racism that fueled it. She put together marches, phone bank operations, and mobilizations. Lisa inspired hundreds to speak "
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "scroll-top",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/a[1]"
            },
            "excerpt": "<a aria-label=\"Scroll to the top of the page\" href=\"#\" id=\"scroll-top\" class=\"scroll-top-right\" style=\"\"><i class=\" fa fa-angle-up\" aria-hidden=\"true\" role=\"img\"></i></a>"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]"
            },
            "excerpt": "<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7476aec elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7476aec\" data-element_type=\"section\"> <div "
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]"
            },
            "excerpt": "<div class=\"elementor-container elementor-column-gap-default\"> <div class=\"elementor-row\"> <div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-11f14fe\" data-id=\"11f14fe\" data-element_typ"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"elementor-row\"> <div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-11f14fe\" data-id=\"11f14fe\" data-element_type=\"column\"> <div class=\"elementor-column-wrap elementor-element"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-11f14fe\" data-id=\"11f14fe\" data-element_type=\"column\"> <div class=\"elementor-column-wrap elementor-element-populated\"> <div class=\"ele"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]"
            },
            "excerpt": "<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d517db6\" data-id=\"d517db6\" data-element_type=\"column\"> <div class=\"elementor-column-wrap elementor-element-populated\"> <div class=\"ele"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]"
            },
            "excerpt": "<div class=\"elementor-column-wrap elementor-element-populated\"> <div class=\"elementor-widget-wrap\"> <div class=\"elementor-element elementor-element-9941d03 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\" "
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"elementor-widget-wrap\"> <div class=\"elementor-element elementor-element-9941d03 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"9941d03\" data-element_type=\"widget\" data-settings=\"{&amp;quot"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-9941d03 elementor-align-left elementor-invisible elementor-widget elementor-widget-button\" data-id=\"9941d03\" data-element_type=\"widget\" data-settings=\"{&amp;quot;_animation&amp;quot;:&amp;quot;fadeInRigh"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-7fa7e1d elementor-widget elementor-widget-text-editor\" data-id=\"7fa7e1d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"> <div class=\"elementor-widget-container\"> <div class"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]"
            },
            "excerpt": "<div class=\"elementor-widget-container\"> <div class=\"elementor-text-editor elementor-clearfix\"> Paid for by Lisa Calderon for Assembly 2020 •&amp;nbsp;ID 1423176<br> 777 S Figueroa St Suite 4050, Los Angeles, CA 90017 </div> </"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"elementor-text-editor elementor-clearfix\"> Paid for by Lisa Calderon for Assembly 2020 •&amp;nbsp;ID 1423176<br> 777 S Figueroa St Suite 4050, Los Angeles, CA 90017 </div>"
          },
          {
            "ruleID": "155",
            "what": "These headings are not structured in a hierarchical manner.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"home page-template-default page page-id-24 wp-embed-responsive oceanwp-theme dropdown-mobile default-breakpoint content-full-screen page-header-disabled has-breadcrumbs elementor-default elementor-kit-362 elementor-page elementor-page-24 "
          },
          {
            "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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-pulse-grow\" role=\"button\"> <span class=\"elementor-button-cont"
          },
          {
            "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]/main[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/section[3]/div[4]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"https://secure.actblue.com/donate/lisa-calderon-for-state-assembly-2020-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-lg elementor-animation-pulse-grow\" role=\"button\"> <span class=\"elementor-button-cont"
          }
        ]
      },
      "endTime": 1687101354528
    },
    {
      "type": "test",
      "which": "testaro",
      "withItems": true,
      "rules": [
        "n",
        "motion"
      ],
      "startTime": 1687101354528,
      "url": "https://lisacalderon4assembly.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": "main"
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "autocomplete": {
            "what": "name and email inputs without autocomplete attributes",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "bulk": {
            "what": "large count of visible elements",
            "data": {
              "visibleElements": 136
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "docType": {
            "what": "document without a doctype property",
            "data": {
              "docHasType": true
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "dupAtt": {
            "what": "elements with duplicate attributes",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "embAc": {
            "what": "active elements embedded in links or buttons",
            "data": {
              "totals": {
                "links": 0,
                "buttons": 0,
                "inputs": 0,
                "selects": 0
              },
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "filter": {
            "what": "filter styles on elements",
            "data": {
              "totals": {
                "styledElements": 0,
                "impactedElements": 0
              },
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "focAll": {
            "what": "discrepancies between focusable and Tab-focused elements",
            "data": {
              "tabFocusables": 8,
              "tabFocused": 8,
              "discrepancy": 0
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "focInd": {
            "what": "missing and nonstandard focus indicators",
            "data": {
              "totals": {
                "total": 7,
                "types": {
                  "missing": {
                    "total": 6,
                    "tagNames": {
                      "A": 6
                    }
                  },
                  "nonoutline": {
                    "total": 1,
                    "tagNames": {
                      "A": 1
                    }
                  },
                  "outline": {
                    "total": 0,
                    "meanDelay": 0,
                    "tagNames": {}
                  }
                }
              },
              "items": {
                "missing": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Issues"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Photos"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact"
                  }
                ],
                "nonoutline": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to content"
                  }
                ],
                "outline": []
              }
            },
            "totals": [
              0,
              0,
              1,
              6
            ],
            "standardInstances": [
              {
                "ruleID": "focInd",
                "what": "A element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to content"
              },
              {
                "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": "Issues"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Photos"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Donate"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact"
              }
            ]
          },
          "focOp": {
            "what": "discrepancies between focusability and operability",
            "data": {
              "totals": {
                "total": 18,
                "types": {
                  "onlyFocusable": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "onlyOperable": {
                    "total": 6,
                    "tagNames": {
                      "A": 6
                    }
                  },
                  "focusableAndOperable": {
                    "total": 12,
                    "tagNames": {
                      "A": 11,
                      "DIV": 1
                    }
                  }
                }
              },
              "items": {
                "onlyFocusable": [],
                "onlyOperable": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Issues",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Photos",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ],
                "focusableAndOperable": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to content",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Issues",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Photos",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "DIV",
                    "id": "",
                    "text": "Menu",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "DONATE",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "DONATE",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "EMAIL SIGN UP",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "scroll-top",
                    "text": "<a aria-label=\"Scroll to the top of the page\" href=\"#\" id=\"scroll-top\" class=\"scroll-top-right\" styl",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              6
            ],
            "standardInstances": [
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Issues"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Photos"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Donate"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact"
              }
            ]
          },
          "focVis": {
            "what": "links that are invisible when focused",
            "data": {
              "total": 1,
              "items": [
                {
                  "id": "",
                  "text": "Skip to content"
                }
              ]
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "focVis",
                "what": "Visible link is above or to the left of the display",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to content"
              }
            ]
          },
          "hover": {
            "what": "hover-caused content changes",
            "data": {
              "totals": {
                "triggers": 13,
                "triggerSample": 13,
                "impactTriggers": 0,
                "additions": 0,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0,
                "unhoverables": 1,
                "noCursors": 0,
                "badCursors": 0,
                "noIndicators": 0,
                "badIndicators": 0
              },
              "items": {
                "impactTriggers": [],
                "unhoverables": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to content"
                  }
                ],
                "noCursors": [],
                "badCursors": [],
                "noIndicators": [],
                "badIndicators": []
              }
            },
            "totals": [
              0,
              0,
              0,
              1
            ],
            "standardInstances": [
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to content"
              }
            ]
          },
          "labClash": {
            "what": "labeling inconsistencies",
            "data": {
              "totals": {
                "mislabeled": 0,
                "unlabeled": 0,
                "wellLabeled": 0
              },
              "items": {
                "mislabeled": [],
                "unlabeled": [],
                "wellLabeled": []
              }
            },
            "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": 17,
                "adjacent": {
                  "total": 5,
                  "underlined": 0,
                  "underlinedPercent": 0
                }
              },
              "items": {
                "underlined": [],
                "notUnderlined": [
                  {
                    "id": "",
                    "text": "Skip to content"
                  },
                  {
                    "id": "",
                    "text": "DONATE"
                  },
                  {
                    "id": "",
                    "text": "DONATE"
                  },
                  {
                    "id": "",
                    "text": "EMAIL SIGN UP"
                  },
                  {
                    "id": "scroll-top",
                    "text": "<a aria-label=\"Scroll to the top of the page\" href=\"#\" id=\"scroll-top\" class=\"scroll-top-right\"><i c"
                  }
                ]
              }
            },
            "totals": [
              0,
              5,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to content"
              },
              {
                "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": "DONATE"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "EMAIL SIGN UP"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "scroll-top",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a aria-label=\"Scroll to the top of the page\" href=\"#\" id=\"scroll-top\" class=\"scroll-top-right\"><i c"
              }
            ]
          },
          "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": 9,
              "badRoleElements": 4,
              "redundantRoleElements": 3,
              "tagNames": {
                "MAIN": {
                  "main": {
                    "bad": 0,
                    "redundant": 1
                  }
                },
                "NAV": {
                  "navigation": {
                    "bad": 0,
                    "redundant": 2
                  }
                },
                "DIV": {
                  "button": {
                    "bad": 1,
                    "redundant": 0
                  }
                },
                "A": {
                  "button": {
                    "bad": 3,
                    "redundant": 0
                  }
                }
              }
            },
            "totals": [
              0,
              3,
              0,
              4
            ],
            "standardInstances": [
              {
                "ruleID": "role",
                "what": "MAIN elements have redundant explicit role main (count: 1)",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "MAIN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "NAV elements have redundant explicit role navigation (count: 2)",
                "count": 2,
                "ordinalSeverity": 1,
                "tagName": "NAV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "DIV elements have invalid or native-replaceable explicit role button (count: 1)",
                "count": 1,
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "A elements have invalid or native-replaceable explicit role button (count: 3)",
                "count": 3,
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "styleDiff": {
            "what": "style inconsistencies",
            "data": {
              "mainStyles": [
                "fontStyle",
                "fontWeight",
                "opacity",
                "textDecorationLine",
                "textDecorationStyle",
                "textDecorationThickness"
              ],
              "buttonStyles": [
                "borderStyle",
                "borderWidth",
                "height",
                "lineHeight",
                "maxHeight",
                "maxWidth",
                "minHeight",
                "minWidth",
                "outlineOffset",
                "outlineStyle",
                "outlineWidth"
              ],
              "headingStyles": [
                "color",
                "fontSize"
              ],
              "listLinkStyles": [
                "color",
                "fontSize",
                "lineHeight"
              ],
              "totals": {
                "adjacentLink": {
                  "total": 5,
                  "subtotals": [
                    3,
                    1,
                    1
                  ]
                },
                "listLink": {
                  "total": 12,
                  "subtotals": [
                    6,
                    5,
                    1
                  ]
                },
                "h2": {
                  "total": 1
                }
              },
              "items": {
                "adjacentLink": {
                  "fontWeight": {
                    "400": [
                      "Skip to content",
                      "<a aria-label=\"Scroll to the top of the page\" href=\"#\" id=\"scroll-top\" class=\"scroll-top-right\"><i c"
                    ],
                    "700": [
                      "DONATE",
                      "DONATE",
                      "EMAIL SIGN UP"
                    ]
                  },
                  "opacity": {
                    "0": [
                      "<a aria-label=\"Scroll to the top of the page\" href=\"#\" id=\"scroll-top\" class=\"scroll-top-right\"><i c"
                    ],
                    "1": [
                      "Skip to content",
                      "DONATE",
                      "DONATE",
                      "EMAIL SIGN UP"
                    ]
                  }
                },
                "listLink": {
                  "fontWeight": {
                    "500": [
                      "Home",
                      "Issues",
                      "Endorsements",
                      "Photos",
                      "Donate",
                      "Contact"
                    ],
                    "600": [
                      "Home",
                      "Issues",
                      "Endorsements",
                      "Photos",
                      "Donate",
                      "Contact"
                    ]
                  },
                  "color": {
                    "rgb(255, 255, 255)": [
                      "Home",
                      "Issues",
                      "Endorsements",
                      "Photos",
                      "Donate",
                      "Contact",
                      "Home"
                    ],
                    "rgb(73, 76, 79)": [
                      "Issues",
                      "Endorsements",
                      "Photos",
                      "Donate",
                      "Contact"
                    ]
                  },
                  "fontSize": {
                    "14px": [
                      "Home",
                      "Issues",
                      "Endorsements",
                      "Photos",
                      "Donate",
                      "Contact"
                    ],
                    "13px": [
                      "Home",
                      "Issues",
                      "Endorsements",
                      "Photos",
                      "Donate",
                      "Contact"
                    ]
                  }
                }
              }
            },
            "totals": [
              2,
              2,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "styleDiff",
                "what": "In-line links have 3 different styles",
                "count": 2,
                "ordinalSeverity": 0,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Links in columns have 3 different styles",
                "count": 2,
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "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": 2,
              "items": [
                {
                  "tagName": "IMG",
                  "id": "",
                  "text": "",
                  "title": "calderon-logo"
                },
                {
                  "tagName": "IMG",
                  "id": "",
                  "text": "",
                  "title": "4S2_3009"
                }
              ]
            },
            "totals": [
              0,
              0,
              2,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "titledEl",
                "what": "IMG element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "IMG",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "IMG (): calderon-logo"
              },
              {
                "ruleID": "titledEl",
                "what": "IMG element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "IMG",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "IMG (): 4S2_3009"
              }
            ]
          },
          "zIndex": {
            "what": "non-default Z indexes",
            "data": {
              "totals": {
                "total": 6,
                "tagNames": {
                  "UL": 2,
                  "DIV": 2,
                  "SPAN": 1,
                  "A": 1
                }
              },
              "items": [
                {
                  "tagName": "UL",
                  "id": "menu-1-49f6a69",
                  "text": "Home Issues Endorsements Photos Donate Contact"
                },
                {
                  "tagName": "UL",
                  "id": "menu-2-49f6a69",
                  "text": "Home Issues Endorsements Photos Donate Contact"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"elementor-background-slideshow swiper-container swiper-container-fade swiper-container-i"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"swiper-wrapper\" style=\"transition-duration: 0ms;\"><div class=\"elementor-background-slide"
                },
                {
                  "tagName": "SPAN",
                  "id": "",
                  "text": "<span class=\"swiper-notification\" aria-live=\"assertive\" aria-atomic=\"true\"></span>"
                },
                {
                  "tagName": "A",
                  "id": "scroll-top",
                  "text": "<a aria-label=\"Scroll to the top of the page\" href=\"#\" id=\"scroll-top\" class=\"scroll-top-right\"><i c"
                }
              ]
            },
            "totals": [
              6,
              0,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "menu-1-49f6a69",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home Issues Endorsements Photos Donate Contact"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "menu-2-49f6a69",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home Issues Endorsements Photos Donate Contact"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"elementor-background-slideshow swiper-container swiper-container-fade swiper-container-i"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"swiper-wrapper\" style=\"transition-duration: 0ms;\"><div class=\"elementor-background-slide"
              },
              {
                "ruleID": "zIndex",
                "what": "SPAN element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<span class=\"swiper-notification\" aria-live=\"assertive\" aria-atomic=\"true\"></span>"
              },
              {
                "ruleID": "zIndex",
                "what": "A element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "A",
                "id": "scroll-top",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a aria-label=\"Scroll to the top of the page\" href=\"#\" id=\"scroll-top\" class=\"scroll-top-right\"><i c"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          8,
          10,
          4,
          17
        ],
        "instances": [
          {
            "ruleID": "focInd",
            "what": "A element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to content"
          },
          {
            "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": "Issues"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Photos"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Donate"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Issues"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Photos"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Donate"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "focVis",
            "what": "Visible link is above or to the left of the display",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to content"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to content"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to content"
          },
          {
            "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": "DONATE"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "EMAIL SIGN UP"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "scroll-top",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a aria-label=\"Scroll to the top of the page\" href=\"#\" id=\"scroll-top\" class=\"scroll-top-right\"><i c"
          },
          {
            "ruleID": "role",
            "what": "MAIN elements have redundant explicit role main (count: 1)",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "MAIN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "NAV elements have redundant explicit role navigation (count: 2)",
            "count": 2,
            "ordinalSeverity": 1,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "DIV elements have invalid or native-replaceable explicit role button (count: 1)",
            "count": 1,
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "A elements have invalid or native-replaceable explicit role button (count: 3)",
            "count": 3,
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "In-line links have 3 different styles",
            "count": 2,
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Links in columns have 3 different styles",
            "count": 2,
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "titledEl",
            "what": "IMG element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "IMG (): calderon-logo"
          },
          {
            "ruleID": "titledEl",
            "what": "IMG element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "IMG (): 4S2_3009"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "menu-1-49f6a69",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home Issues Endorsements Photos Donate Contact"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "menu-2-49f6a69",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home Issues Endorsements Photos Donate Contact"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"elementor-background-slideshow swiper-container swiper-container-fade swiper-container-i"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"swiper-wrapper\" style=\"transition-duration: 0ms;\"><div class=\"elementor-background-slide"
          },
          {
            "ruleID": "zIndex",
            "what": "SPAN element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"swiper-notification\" aria-live=\"assertive\" aria-atomic=\"true\"></span>"
          },
          {
            "ruleID": "zIndex",
            "what": "A element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "scroll-top",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a aria-label=\"Scroll to the top of the page\" href=\"#\" id=\"scroll-top\" class=\"scroll-top-right\"><i c"
          }
        ]
      },
      "endTime": 1687101381230
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "startTime": 1687101381230,
      "url": "https://lisacalderon4assembly.com/",
      "what": "WAVE",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Lisa Calderon for State Assembly",
          "pageurl": "https://lisacalderon4assembly.com/",
          "time": 2.81,
          "creditsremaining": 1095,
          "allitemcount": 47,
          "totalelements": 299,
          "waveurl": "http://wave.webaim.org/report?url=https://lisacalderon4assembly.com/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 0,
            "items": []
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 0,
            "items": []
          },
          "alert": {
            "description": "Alerts",
            "count": 4,
            "items": {
              "h1_missing": {
                "id": "h1_missing",
                "description": "Missing first level heading",
                "count": 1,
                "selectors": [
                  false
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "link_internal_broken": {
                "id": "link_internal_broken",
                "description": "Broken same-page link",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + SECTION > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.1.1 Keyboard (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.1.1"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "title_redundant": {
                "id": "title_redundant",
                "description": "Redundant title text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > SECTION:first-child + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > IMG:first-child"
                ],
                "wcag": []
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          4,
          0,
          0,
          0
        ],
        "instances": [
          {
            "ruleID": "h1_missing",
            "what": "Missing first level heading",
            "ordinalSeverity": 0,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": false
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_internal_broken",
            "what": "Broken same-page link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + SECTION > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "title_redundant",
            "what": "Redundant title text",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#outer-wrap > DIV#wrap > MAIN#main > DIV#content-wrap > DIV#primary > DIV#content > ARTICLE:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > SECTION:first-child + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > IMG:first-child"
            },
            "excerpt": ""
          }
        ]
      },
      "endTime": 1687101384354
    }
  ],
  "sources": {
    "script": "ts27",
    "batch": "caassy",
    "target": {
      "id": "caAD56-c",
      "which": "https://lisacalderon4assembly.com/",
      "what": "Candidate Lisa Calderon (D)"
    },
    "requester": "pool@jpdev.pro"
  },
  "creationTime": "2023-06-18T02:07:06",
  "timeStamp": "18ixx",
  "jobData": {
    "startTime": "2023-06-18T15:15:09",
    "endTime": "2023-06-18T15:16:24",
    "elapsedSeconds": 74,
    "visitLatency": 9,
    "logCount": 12,
    "logSize": 552,
    "errorLogCount": 0,
    "errorLogSize": 0,
    "prohibitedCount": 0,
    "visitRejectionCount": 0,
    "aborted": false,
    "abortedAct": null,
    "presses": 0,
    "amountRead": 0,
    "testTimes": [
      [
        "testaro",
        27
      ],
      [
        "testaro",
        14
      ],
      [
        "alfa",
        7
      ],
      [
        "ibm",
        3
      ],
      [
        "wave",
        3
      ],
      [
        "nuVal",
        2
      ],
      [
        "qualWeb",
        2
      ],
      [
        "tenon",
        1
      ],
      [
        "axe",
        0
      ],
      [
        "continuum",
        0
      ],
      [
        "htmlcs",
        0
      ]
    ]
  },
  "score": {
    "scoreProcID": "tsp27",
    "summary": {
      "total": 355,
      "issue": 312,
      "tool": 41,
      "prevention": 0,
      "log": 2,
      "latency": 0
    },
    "details": {
      "severity": {
        "total": [
          66,
          27,
          24,
          55
        ],
        "byTool": {
          "testaro": [
            8,
            10,
            4,
            17
          ],
          "alfa": [
            7,
            0,
            0,
            9
          ],
          "axe": [
            10,
            2,
            1,
            6
          ],
          "continuum": [
            0,
            0,
            0,
            0
          ],
          "htmlcs": [
            5,
            0,
            0,
            11
          ],
          "ibm": [
            0,
            2,
            0,
            3
          ],
          "nuVal": [
            22,
            0,
            6,
            0
          ],
          "qualWeb": [
            10,
            13,
            1,
            3
          ],
          "tenon": [
            0,
            0,
            12,
            6
          ],
          "wave": [
            4,
            0,
            0,
            0
          ]
        }
      },
      "prevention": {},
      "issue": {
        "h1Missing": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "alfa": {
              "r61": {
                "quality": 1,
                "what": "First heading is not h1",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Documents start with a level 1 heading"
                  ]
                }
              }
            },
            "axe": {
              "page-has-heading-one": {
                "quality": 1,
                "what": "Page contains no level-one heading",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Page should contain a level-one heading; Page must have a level-one heading"
                  ]
                }
              }
            },
            "wave": {
              "h1_missing": {
                "quality": 1,
                "what": "Missing first level heading",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Missing first level heading"
                  ]
                }
              }
            }
          }
        },
        "focusIndication": {
          "score": 32,
          "maxCount": 8,
          "weight": 4,
          "tools": {
            "alfa": {
              "r65": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 7,
                  "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": 8,
                  "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": 7,
                  "texts": [
                    "A element has a non-outline focus indicator",
                    "A element has no focus indicator"
                  ]
                }
              }
            }
          }
        },
        "contrastAAA": {
          "score": 8,
          "maxCount": 8,
          "weight": 1,
          "tools": {
            "alfa": {
              "r66": {
                "quality": 1,
                "what": "Text contrast less than AAA requires",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "Text outside widget has enhanced contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast-enhanced": {
                "quality": 1,
                "what": "Element has insufficient color contrast (Level AAA)",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "Elements must meet enhanced color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element",
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.08 (foreground color: #ffffff, background color: #0072bc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.1_4_6.G17.Fail": {
                "quality": 1,
                "what": "Text has insufficient contrast",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.08:1. Recommendation:  change background to #005c98."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R76": {
                "quality": 1,
                "what": "Text has less than the enhanced minimum contrast",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement."
                  ]
                }
              }
            },
            "tenon": {
              "95": {
                "quality": 1,
                "what": "Element has insufficient color contrast (Level AAA)",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This element has insufficient color contrast (Level AAA)."
                  ]
                }
              }
            }
          }
        },
        "textContrastAA": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "axe": {
              "color-contrast": {
                "quality": 1,
                "what": "Element has insufficient color contrast",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a pseudo element"
                  ]
                }
              }
            }
          }
        },
        "hiddenContentRisk": {
          "score": 10,
          "maxCount": 10,
          "weight": 1,
          "tools": {
            "axe": {
              "hidden-content": {
                "quality": 1,
                "what": "Some content is hidden and therefore may not be testable for accessibility",
                "complaints": {
                  "countTotal": 10,
                  "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."
                  ]
                }
              }
            }
          }
        },
        "decorativeImageRisk": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_1_1.H67.2": {
                "quality": 1,
                "what": "Image marked as decorative may be informative",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Img element is marked so that it is ignored by Assistive Technology."
                  ]
                }
              }
            }
          }
        },
        "scrollRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
                "quality": 1,
                "what": "Fixed-position element may force bidirectional scrolling",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion."
                  ]
                }
              }
            }
          }
        },
        "linkWindowSurpriseRisk": {
          "score": 2,
          "maxCount": 2,
          "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": 2,
                  "texts": [
                    "Check that this link's link text contains information indicating that the link will open in a new window."
                  ]
                }
              }
            }
          }
        },
        "headingStructure": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1_AAA.G141": {
                "quality": 1,
                "what": "Heading level is incorrect",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.",
                    "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested."
                  ]
                }
              }
            },
            "tenon": {
              "155": {
                "quality": 1,
                "what": "Headings are not structured in a hierarchical manner",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "These headings are not structured in a hierarchical manner."
                  ]
                }
              }
            }
          }
        },
        "linkElementBad": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "htmlcs": {
              "AAA.2_4_8.H59.1": {
                "quality": 1,
                "what": "link element is not in the document head",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Link elements can only be located in the head section of the document."
                  ]
                }
              }
            }
          }
        },
        "duplicateID": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "ibm": {
              "element_id_unique": {
                "quality": 1,
                "what": "Element has an id attribute value that is already in use",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The <span> element has the id \"elementor-device-mode\" that is already in use"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R18": {
                "quality": 1,
                "what": "id attribute value is not unique",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This rule checks that all id attribute values on a single page are unique."
                  ]
                }
              }
            }
          }
        },
        "landmarkConfusion": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "ibm": {
              "aria_landmark_name_unique": {
                "quality": 1,
                "what": "Multiple landmarks with the same parent region are not distinguished from one another",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label"
                  ]
                }
              }
            }
          }
        },
        "contentBeyondLandmarks": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "ibm": {
              "aria_content_in_landmark": {
                "quality": 1,
                "what": "Content is not within a landmark element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Content is not within a landmark element"
                  ]
                }
              }
            }
          }
        },
        "roleRedundant": {
          "score": 7,
          "maxCount": 7,
          "weight": 1,
          "tools": {
            "ibm": {
              "aria_role_redundant": {
                "quality": 1,
                "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
                    "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>"
                  ]
                }
              }
            },
            "nuVal": {
              "^The .+ role is unnecessary for element .+$": {
                "quality": 1,
                "what": "explicit role is redundant for its element",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "The main role is unnecessary for element main.",
                    "The navigation role is unnecessary for element nav."
                  ]
                }
              }
            },
            "testaro": {
              "role": {
                "quality": 1,
                "what": "Invalid, native-replacing, or redundant role",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "MAIN elements have redundant explicit role main (count: 1)",
                    "NAV elements have redundant explicit role navigation (count: 2)",
                    "DIV elements have invalid or native-replaceable explicit role button (count: 1)",
                    "A elements have invalid or native-replaceable explicit role button (count: 3)"
                  ]
                }
              }
            }
          }
        },
        "metaBad": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "nuVal": {
              "A charset attribute on a meta element found after the first 1024 bytes.": {
                "quality": 1,
                "what": "charset attribute on a meta element appears after 1024 bytes",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "A charset attribute on a meta element found after the first 1024 bytes."
                  ]
                }
              }
            }
          }
        },
        "typeRedundant": {
          "score": 4,
          "maxCount": 4,
          "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."
                  ]
                }
              },
              "The type attribute for the style element is not needed and should be omitted.": {
                "quality": 1,
                "what": "type attribute is unnecessary for a style element",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The type attribute for the style element is not needed and should be omitted."
                  ]
                }
              }
            }
          }
        },
        "attributeBad": {
          "score": 16,
          "maxCount": 4,
          "weight": 4,
          "tools": {
            "nuVal": {
              "^Attribute .+ not allowed on element .+ at this point.*$": {
                "quality": 1,
                "what": "Attribute not allowed on this element",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Attribute migration_allowed not allowed on element nav at this point.",
                    "Attribute migrated not allowed on element nav at this point."
                  ]
                }
              }
            }
          }
        },
        "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"
                  ]
                }
              }
            }
          }
        },
        "articleHeadingless": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "nuVal": {
              "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.": {
                "quality": 1,
                "what": "article has no heading",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles."
                  ]
                }
              }
            }
          }
        },
        "slashParseRisk": {
          "score": 52,
          "maxCount": 52,
          "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": 52,
                  "texts": [
                    "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values."
                  ]
                }
              }
            }
          }
        },
        "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."
                  ]
                }
              }
            }
          }
        },
        "repeatedContentRisk": {
          "score": 5,
          "maxCount": 5,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-ACT-R73": {
                "quality": 1,
                "what": "Block of repeated content is not collapsible",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that repeated blocks of content are collapsible."
                  ]
                }
              },
              "QW-ACT-R74": {
                "quality": 1,
                "what": "Document has no instrument to move focus to non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that there is an instrument to move focus to non-repeated content in the page."
                  ]
                }
              },
              "QW-WCAG-T23": {
                "quality": 1,
                "what": "No link at the top of the page that goes directly to the main content area",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page."
                  ]
                }
              },
              "QW-BP17": {
                "quality": 1,
                "what": "No link at the beginning of a block of repeated content goes to the end of the block",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block."
                  ]
                }
              }
            }
          }
        },
        "siteNavigation": {
          "score": 25,
          "maxCount": 25,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T15": {
                "quality": 1,
                "what": "link element and navigation tools not used",
                "complaints": {
                  "countTotal": 25,
                  "texts": [
                    "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages."
                  ]
                }
              }
            }
          }
        },
        "pseudoNavList": {
          "score": 4,
          "maxCount": 2,
          "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": 2,
                  "texts": [
                    "The objective of this technique is to create lists of related items using list elements appropriate for their purposes."
                  ]
                }
              }
            }
          }
        },
        "textAlternativeRisk": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T8": {
                "quality": 1,
                "what": "Text alternative is not an alternative",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content"
                  ]
                }
              }
            }
          }
        },
        "noHeading": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP1": {
                "quality": 1,
                "what": "h1-h6 not used to identify headings",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content"
                  ]
                }
              }
            }
          }
        },
        "horizontalScrolling": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "tenon": {
              "28": {
                "quality": 1,
                "what": "Layout or sizing of the page causes horizontal scrolling",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The layout or sizing of this page causes horizontal scrolling."
                  ]
                }
              }
            }
          }
        },
        "targetSize": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "tenon": {
              "152": {
                "quality": 1,
                "what": "Actionable element is smaller than the minimum required size",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This actionable element is smaller than the minimum required size."
                  ]
                }
              }
            }
          }
        },
        "allCaps": {
          "score": 11,
          "maxCount": 11,
          "weight": 1,
          "tools": {
            "tenon": {
              "153": {
                "quality": 1,
                "what": "Long string of text is in all caps",
                "complaints": {
                  "countTotal": 11,
                  "texts": [
                    "This long string of text is in all caps."
                  ]
                }
              }
            }
          }
        },
        "linkForcesNewWindow": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "tenon": {
              "218": {
                "quality": 1,
                "what": "Link opens in a new window without user control",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This link opens in a new window without user control."
                  ]
                }
              }
            }
          }
        },
        "focusableOperable": {
          "score": 18,
          "maxCount": 6,
          "weight": 3,
          "tools": {
            "testaro": {
              "focOp": {
                "quality": 1,
                "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    null
                  ]
                }
              }
            }
          }
        },
        "focusedAway": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "testaro": {
              "focVis": {
                "quality": 1,
                "what": "Element when focused is off the display",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Visible link is above or to the left of the display"
                  ]
                }
              }
            }
          }
        },
        "hoverSurprise": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "testaro": {
              "hover": {
                "quality": 1,
                "what": "Hovering is impossible or mis-indicated or changes content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Operable element cannot be hovered over"
                  ]
                }
              }
            }
          }
        },
        "linkIndication": {
          "score": 10,
          "maxCount": 5,
          "weight": 2,
          "tools": {
            "testaro": {
              "linkUl": {
                "quality": 1,
                "what": "Non-underlined adjacent links",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "Link is inline but has no underline"
                  ]
                }
              }
            }
          }
        },
        "inconsistentStyles": {
          "score": 4,
          "maxCount": 4,
          "weight": 1,
          "tools": {
            "testaro": {
              "styleDiff": {
                "quality": 1,
                "what": "Heading, link, and button style inconsistencies",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "In-line links have 3 different styles",
                    "Links in columns have 3 different styles"
                  ]
                }
              }
            }
          }
        },
        "titleBad": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "testaro": {
              "titledEl": {
                "quality": 1,
                "what": "title attribute belongs to an inappropriate element",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "IMG element has a title attribute"
                  ]
                }
              }
            }
          }
        },
        "zIndexNotZero": {
          "score": 6,
          "maxCount": 6,
          "weight": 1,
          "tools": {
            "testaro": {
              "zIndex": {
                "quality": 1,
                "what": "Layering with nondefault z-index values",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "UL element has a non-default Z index",
                    "DIV element has a non-default Z index",
                    "SPAN element has a non-default Z index",
                    "A element has a non-default Z index"
                  ]
                }
              }
            }
          }
        },
        "internalLinkBroken": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "wave": {
              "link_internal_broken": {
                "quality": 1,
                "what": "Broken same-page link",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Broken same-page link"
                  ]
                }
              }
            }
          }
        },
        "linkPair": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "wave": {
              "link_redundant": {
                "quality": 1,
                "what": "Adjacent links go to the same URL",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Redundant link"
                  ]
                }
              }
            }
          }
        },
        "titleRedundant": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "wave": {
              "title_redundant": {
                "quality": 1,
                "what": "Title attribute text is the same as text or alternative text",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Redundant title text"
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}